VERSIL91 commited on
Commit
8063327
·
verified ·
1 Parent(s): 1d2b821

End of training

Browse files
README.md ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: EleutherAI/pythia-160m
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: f1d7c2d3-2dd0-4d57-bb03-dc09bce68f9c
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
17
+ <details><summary>See axolotl config</summary>
18
+
19
+ axolotl version: `0.4.1`
20
+ ```yaml
21
+ adapter: lora
22
+ base_model: EleutherAI/pythia-160m
23
+ bf16: auto
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - 2d626c804ac807b3_train_data.json
29
+ ds_type: json
30
+ format: custom
31
+ path: /workspace/input_data/2d626c804ac807b3_train_data.json
32
+ type:
33
+ field_instruction: instruction
34
+ field_output: output_1
35
+ format: '{instruction}'
36
+ no_input_format: '{instruction}'
37
+ system_format: '{system}'
38
+ system_prompt: ''
39
+ debug: null
40
+ deepspeed: null
41
+ early_stopping_patience: null
42
+ eval_max_new_tokens: 128
43
+ eval_table_size: null
44
+ evals_per_epoch: 4
45
+ flash_attention: true
46
+ fp16: null
47
+ fsdp: null
48
+ fsdp_config: null
49
+ gradient_accumulation_steps: 4
50
+ gradient_checkpointing: true
51
+ gradient_clipping: 1.0
52
+ group_by_length: false
53
+ hub_model_id: null
54
+ hub_repo: null
55
+ hub_strategy: checkpoint
56
+ hub_token: null
57
+ learning_rate: 0.0001
58
+ load_in_4bit: false
59
+ load_in_8bit: false
60
+ local_rank: 0
61
+ logging_steps: 3
62
+ lora_alpha: 16
63
+ lora_dropout: 0.05
64
+ lora_fan_in_fan_out: null
65
+ lora_model_dir: null
66
+ lora_r: 8
67
+ lora_target_linear: true
68
+ lr_scheduler: cosine
69
+ max_steps: 100
70
+ micro_batch_size: 8
71
+ mlflow_experiment_name: /tmp/2d626c804ac807b3_train_data.json
72
+ model_type: AutoModelForCausalLM
73
+ num_epochs: 3
74
+ optimizer: adamw_bnb_8bit
75
+ output_dir: miner_id_24
76
+ pad_to_sequence_len: true
77
+ resume_from_checkpoint: null
78
+ s2_attention: null
79
+ sample_packing: false
80
+ saves_per_epoch: 4
81
+ sequence_len: 1024
82
+ special_tokens:
83
+ pad_token: <|endoftext|>
84
+ strict: false
85
+ tf32: false
86
+ tokenizer_type: AutoTokenizer
87
+ train_on_inputs: false
88
+ trust_remote_code: true
89
+ val_set_size: 0.05
90
+ wandb_entity: techspear-hub
91
+ wandb_mode: online
92
+ wandb_name: 3f7fae45-8e9e-4c49-9035-f4c04b728391
93
+ wandb_project: Gradients-On-Three
94
+ wandb_run: your_name
95
+ wandb_runid: 3f7fae45-8e9e-4c49-9035-f4c04b728391
96
+ warmup_steps: 10
97
+ weight_decay: 0.01
98
+ xformers_attention: null
99
+
100
+ ```
101
+
102
+ </details><br>
103
+
104
+ # f1d7c2d3-2dd0-4d57-bb03-dc09bce68f9c
105
+
106
+ This model is a fine-tuned version of [EleutherAI/pythia-160m](https://huggingface.co/EleutherAI/pythia-160m) on the None dataset.
107
+ It achieves the following results on the evaluation set:
108
+ - Loss: 2.6192
109
+
110
+ ## Model description
111
+
112
+ More information needed
113
+
114
+ ## Intended uses & limitations
115
+
116
+ More information needed
117
+
118
+ ## Training and evaluation data
119
+
120
+ More information needed
121
+
122
+ ## Training procedure
123
+
124
+ ### Training hyperparameters
125
+
126
+ The following hyperparameters were used during training:
127
+ - learning_rate: 0.0001
128
+ - train_batch_size: 8
129
+ - eval_batch_size: 8
130
+ - seed: 42
131
+ - gradient_accumulation_steps: 4
132
+ - total_train_batch_size: 32
133
+ - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
134
+ - lr_scheduler_type: cosine
135
+ - lr_scheduler_warmup_steps: 10
136
+ - training_steps: 100
137
+
138
+ ### Training results
139
+
140
+ | Training Loss | Epoch | Step | Validation Loss |
141
+ |:-------------:|:------:|:----:|:---------------:|
142
+ | No log | 0.0020 | 1 | 2.7500 |
143
+ | 10.8945 | 0.0184 | 9 | 2.7422 |
144
+ | 10.9398 | 0.0367 | 18 | 2.6784 |
145
+ | 10.3486 | 0.0551 | 27 | 2.6385 |
146
+ | 10.5315 | 0.0734 | 36 | 2.6370 |
147
+ | 10.891 | 0.0918 | 45 | 2.6252 |
148
+ | 10.4947 | 0.1101 | 54 | 2.6267 |
149
+ | 10.219 | 0.1285 | 63 | 2.6237 |
150
+ | 10.473 | 0.1469 | 72 | 2.6210 |
151
+ | 10.4252 | 0.1652 | 81 | 2.6180 |
152
+ | 10.736 | 0.1836 | 90 | 2.6191 |
153
+ | 10.4505 | 0.2019 | 99 | 2.6192 |
154
+
155
+
156
+ ### Framework versions
157
+
158
+ - PEFT 0.13.2
159
+ - Transformers 4.46.0
160
+ - Pytorch 2.5.0+cu124
161
+ - Datasets 3.0.1
162
+ - Tokenizers 0.20.1
adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "EleutherAI/pythia-160m",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "query_key_value",
24
+ "dense",
25
+ "dense_4h_to_h",
26
+ "dense_h_to_4h"
27
+ ],
28
+ "task_type": "CAUSAL_LM",
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3774cefeea3d14aab84fadbccdbd06940760ed0a80023cdbd4d453830c3452b
3
+ size 4753742
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9da9af322bd84a75ff5f5ed34440debc5d12625380b6f12f995c465251119696
3
+ size 4731640
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "EleutherAI/pythia-160m",
4
+ "architectures": [
5
+ "GPTNeoXForCausalLM"
6
+ ],
7
+ "attention_bias": true,
8
+ "attention_dropout": 0.0,
9
+ "bos_token_id": 0,
10
+ "classifier_dropout": 0.1,
11
+ "eos_token_id": 0,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout": 0.0,
14
+ "hidden_size": 768,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "layer_norm_eps": 1e-05,
18
+ "max_position_embeddings": 2048,
19
+ "model_type": "gpt_neox",
20
+ "num_attention_heads": 12,
21
+ "num_hidden_layers": 12,
22
+ "partial_rotary_factor": 0.25,
23
+ "rope_scaling": null,
24
+ "rope_theta": 10000,
25
+ "rotary_emb_base": 10000,
26
+ "rotary_pct": 0.25,
27
+ "tie_word_embeddings": false,
28
+ "torch_dtype": "float16",
29
+ "transformers_version": "4.46.0",
30
+ "use_cache": false,
31
+ "use_parallel_residual": true,
32
+ "vocab_size": 50304
33
+ }
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: EleutherAI/pythia-160m
3
+ library_name: peft
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
200
+ ### Framework versions
201
+
202
+ - PEFT 0.13.2
last-checkpoint/adapter_config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "EleutherAI/pythia-160m",
5
+ "bias": "none",
6
+ "fan_in_fan_out": null,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 16,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 8,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "query_key_value",
24
+ "dense",
25
+ "dense_4h_to_h",
26
+ "dense_h_to_4h"
27
+ ],
28
+ "task_type": "CAUSAL_LM",
29
+ "use_dora": false,
30
+ "use_rslora": false
31
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9da9af322bd84a75ff5f5ed34440debc5d12625380b6f12f995c465251119696
3
+ size 4731640
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e44e3e248a15fa04cbba298e61310227bf94f1bee197f04b3643c19c4167eec
3
+ size 2505722
last-checkpoint/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f73415dafbd865f60d0049278bc894c3bba81db15ab2d72d3ba076fd4eec353b
3
+ size 14244
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49d60a69e2379be2053e816cbaff31e6c931b5922dd86c71c9eaf473299cbf62
3
+ size 1064
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|endoftext|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<|endoftext|>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
last-checkpoint/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
last-checkpoint/tokenizer_config.json ADDED
@@ -0,0 +1,223 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": false,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<|endoftext|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<|padding|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "50254": {
23
+ "content": " ",
24
+ "lstrip": false,
25
+ "normalized": true,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "50255": {
31
+ "content": " ",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": false
37
+ },
38
+ "50256": {
39
+ "content": " ",
40
+ "lstrip": false,
41
+ "normalized": true,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "50257": {
47
+ "content": " ",
48
+ "lstrip": false,
49
+ "normalized": true,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "50258": {
55
+ "content": " ",
56
+ "lstrip": false,
57
+ "normalized": true,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "50259": {
63
+ "content": " ",
64
+ "lstrip": false,
65
+ "normalized": true,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": false
69
+ },
70
+ "50260": {
71
+ "content": " ",
72
+ "lstrip": false,
73
+ "normalized": true,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": false
77
+ },
78
+ "50261": {
79
+ "content": " ",
80
+ "lstrip": false,
81
+ "normalized": true,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": false
85
+ },
86
+ "50262": {
87
+ "content": " ",
88
+ "lstrip": false,
89
+ "normalized": true,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": false
93
+ },
94
+ "50263": {
95
+ "content": " ",
96
+ "lstrip": false,
97
+ "normalized": true,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": false
101
+ },
102
+ "50264": {
103
+ "content": " ",
104
+ "lstrip": false,
105
+ "normalized": true,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": false
109
+ },
110
+ "50265": {
111
+ "content": " ",
112
+ "lstrip": false,
113
+ "normalized": true,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": false
117
+ },
118
+ "50266": {
119
+ "content": " ",
120
+ "lstrip": false,
121
+ "normalized": true,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": false
125
+ },
126
+ "50267": {
127
+ "content": " ",
128
+ "lstrip": false,
129
+ "normalized": true,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "50268": {
135
+ "content": " ",
136
+ "lstrip": false,
137
+ "normalized": true,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "50269": {
143
+ "content": " ",
144
+ "lstrip": false,
145
+ "normalized": true,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "50270": {
151
+ "content": " ",
152
+ "lstrip": false,
153
+ "normalized": true,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "50271": {
159
+ "content": " ",
160
+ "lstrip": false,
161
+ "normalized": true,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "50272": {
167
+ "content": " ",
168
+ "lstrip": false,
169
+ "normalized": true,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "50273": {
175
+ "content": " ",
176
+ "lstrip": false,
177
+ "normalized": true,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": false
181
+ },
182
+ "50274": {
183
+ "content": " ",
184
+ "lstrip": false,
185
+ "normalized": true,
186
+ "rstrip": false,
187
+ "single_word": false,
188
+ "special": false
189
+ },
190
+ "50275": {
191
+ "content": " ",
192
+ "lstrip": false,
193
+ "normalized": true,
194
+ "rstrip": false,
195
+ "single_word": false,
196
+ "special": false
197
+ },
198
+ "50276": {
199
+ "content": " ",
200
+ "lstrip": false,
201
+ "normalized": true,
202
+ "rstrip": false,
203
+ "single_word": false,
204
+ "special": false
205
+ },
206
+ "50277": {
207
+ "content": "[PAD]",
208
+ "lstrip": false,
209
+ "normalized": false,
210
+ "rstrip": false,
211
+ "single_word": false,
212
+ "special": true
213
+ }
214
+ },
215
+ "bos_token": "<|endoftext|>",
216
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
217
+ "clean_up_tokenization_spaces": false,
218
+ "eos_token": "<|endoftext|>",
219
+ "model_max_length": 1000000000000000019884624838656,
220
+ "pad_token": "<|endoftext|>",
221
+ "tokenizer_class": "GPTNeoXTokenizer",
222
+ "unk_token": "<|endoftext|>"
223
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,360 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.2039775624681285,
5
+ "eval_steps": 9,
6
+ "global_step": 100,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.002039775624681285,
13
+ "eval_loss": 2.7500362396240234,
14
+ "eval_runtime": 4.8128,
15
+ "eval_samples_per_second": 171.624,
16
+ "eval_steps_per_second": 21.609,
17
+ "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.006119326874043855,
21
+ "grad_norm": 119.72549438476562,
22
+ "learning_rate": 3e-05,
23
+ "loss": 10.7627,
24
+ "step": 3
25
+ },
26
+ {
27
+ "epoch": 0.01223865374808771,
28
+ "grad_norm": 95.31661987304688,
29
+ "learning_rate": 6e-05,
30
+ "loss": 10.7585,
31
+ "step": 6
32
+ },
33
+ {
34
+ "epoch": 0.018357980622131564,
35
+ "grad_norm": 111.39752960205078,
36
+ "learning_rate": 9e-05,
37
+ "loss": 10.8945,
38
+ "step": 9
39
+ },
40
+ {
41
+ "epoch": 0.018357980622131564,
42
+ "eval_loss": 2.742156505584717,
43
+ "eval_runtime": 4.8217,
44
+ "eval_samples_per_second": 171.311,
45
+ "eval_steps_per_second": 21.569,
46
+ "step": 9
47
+ },
48
+ {
49
+ "epoch": 0.02447730749617542,
50
+ "grad_norm": 87.65267944335938,
51
+ "learning_rate": 9.987820251299122e-05,
52
+ "loss": 11.0519,
53
+ "step": 12
54
+ },
55
+ {
56
+ "epoch": 0.030596634370219276,
57
+ "grad_norm": 95.65772247314453,
58
+ "learning_rate": 9.924038765061042e-05,
59
+ "loss": 10.8906,
60
+ "step": 15
61
+ },
62
+ {
63
+ "epoch": 0.03671596124426313,
64
+ "grad_norm": 92.90438079833984,
65
+ "learning_rate": 9.806308479691595e-05,
66
+ "loss": 10.9398,
67
+ "step": 18
68
+ },
69
+ {
70
+ "epoch": 0.03671596124426313,
71
+ "eval_loss": 2.678375720977783,
72
+ "eval_runtime": 4.8305,
73
+ "eval_samples_per_second": 170.996,
74
+ "eval_steps_per_second": 21.53,
75
+ "step": 18
76
+ },
77
+ {
78
+ "epoch": 0.04283528811830699,
79
+ "grad_norm": 93.3251724243164,
80
+ "learning_rate": 9.635919272833938e-05,
81
+ "loss": 10.3163,
82
+ "step": 21
83
+ },
84
+ {
85
+ "epoch": 0.04895461499235084,
86
+ "grad_norm": 105.36555480957031,
87
+ "learning_rate": 9.414737964294636e-05,
88
+ "loss": 10.66,
89
+ "step": 24
90
+ },
91
+ {
92
+ "epoch": 0.05507394186639469,
93
+ "grad_norm": 104.30107116699219,
94
+ "learning_rate": 9.145187862775209e-05,
95
+ "loss": 10.3486,
96
+ "step": 27
97
+ },
98
+ {
99
+ "epoch": 0.05507394186639469,
100
+ "eval_loss": 2.6385228633880615,
101
+ "eval_runtime": 4.8602,
102
+ "eval_samples_per_second": 169.95,
103
+ "eval_steps_per_second": 21.398,
104
+ "step": 27
105
+ },
106
+ {
107
+ "epoch": 0.06119326874043855,
108
+ "grad_norm": 153.6848602294922,
109
+ "learning_rate": 8.83022221559489e-05,
110
+ "loss": 10.7138,
111
+ "step": 30
112
+ },
113
+ {
114
+ "epoch": 0.06731259561448241,
115
+ "grad_norm": 126.95474243164062,
116
+ "learning_rate": 8.473291852294987e-05,
117
+ "loss": 10.0417,
118
+ "step": 33
119
+ },
120
+ {
121
+ "epoch": 0.07343192248852626,
122
+ "grad_norm": 170.2035369873047,
123
+ "learning_rate": 8.07830737662829e-05,
124
+ "loss": 10.5315,
125
+ "step": 36
126
+ },
127
+ {
128
+ "epoch": 0.07343192248852626,
129
+ "eval_loss": 2.6369853019714355,
130
+ "eval_runtime": 4.8791,
131
+ "eval_samples_per_second": 169.294,
132
+ "eval_steps_per_second": 21.315,
133
+ "step": 36
134
+ },
135
+ {
136
+ "epoch": 0.07955124936257012,
137
+ "grad_norm": 132.4921875,
138
+ "learning_rate": 7.649596321166024e-05,
139
+ "loss": 10.5915,
140
+ "step": 39
141
+ },
142
+ {
143
+ "epoch": 0.08567057623661398,
144
+ "grad_norm": 109.94354248046875,
145
+ "learning_rate": 7.191855733945387e-05,
146
+ "loss": 10.4331,
147
+ "step": 42
148
+ },
149
+ {
150
+ "epoch": 0.09178990311065782,
151
+ "grad_norm": 100.11196899414062,
152
+ "learning_rate": 6.710100716628344e-05,
153
+ "loss": 10.891,
154
+ "step": 45
155
+ },
156
+ {
157
+ "epoch": 0.09178990311065782,
158
+ "eval_loss": 2.6252143383026123,
159
+ "eval_runtime": 4.8716,
160
+ "eval_samples_per_second": 169.555,
161
+ "eval_steps_per_second": 21.348,
162
+ "step": 45
163
+ },
164
+ {
165
+ "epoch": 0.09790922998470168,
166
+ "grad_norm": 112.04855346679688,
167
+ "learning_rate": 6.209609477998338e-05,
168
+ "loss": 9.8393,
169
+ "step": 48
170
+ },
171
+ {
172
+ "epoch": 0.10402855685874554,
173
+ "grad_norm": 119.39227294921875,
174
+ "learning_rate": 5.695865504800327e-05,
175
+ "loss": 10.1454,
176
+ "step": 51
177
+ },
178
+ {
179
+ "epoch": 0.11014788373278939,
180
+ "grad_norm": 202.7808837890625,
181
+ "learning_rate": 5.174497483512506e-05,
182
+ "loss": 10.4947,
183
+ "step": 54
184
+ },
185
+ {
186
+ "epoch": 0.11014788373278939,
187
+ "eval_loss": 2.626685857772827,
188
+ "eval_runtime": 4.8065,
189
+ "eval_samples_per_second": 171.849,
190
+ "eval_steps_per_second": 21.637,
191
+ "step": 54
192
+ },
193
+ {
194
+ "epoch": 0.11626721060683325,
195
+ "grad_norm": 114.66297149658203,
196
+ "learning_rate": 4.6512176312793736e-05,
197
+ "loss": 10.7594,
198
+ "step": 57
199
+ },
200
+ {
201
+ "epoch": 0.1223865374808771,
202
+ "grad_norm": 120.82008361816406,
203
+ "learning_rate": 4.131759111665349e-05,
204
+ "loss": 10.5164,
205
+ "step": 60
206
+ },
207
+ {
208
+ "epoch": 0.12850586435492095,
209
+ "grad_norm": 128.4127197265625,
210
+ "learning_rate": 3.6218132209150045e-05,
211
+ "loss": 10.219,
212
+ "step": 63
213
+ },
214
+ {
215
+ "epoch": 0.12850586435492095,
216
+ "eval_loss": 2.6237473487854004,
217
+ "eval_runtime": 4.8342,
218
+ "eval_samples_per_second": 170.867,
219
+ "eval_steps_per_second": 21.513,
220
+ "step": 63
221
+ },
222
+ {
223
+ "epoch": 0.13462519122896482,
224
+ "grad_norm": 99.31004333496094,
225
+ "learning_rate": 3.12696703292044e-05,
226
+ "loss": 10.3523,
227
+ "step": 66
228
+ },
229
+ {
230
+ "epoch": 0.14074451810300867,
231
+ "grad_norm": 106.18312072753906,
232
+ "learning_rate": 2.6526421860705473e-05,
233
+ "loss": 10.6466,
234
+ "step": 69
235
+ },
236
+ {
237
+ "epoch": 0.14686384497705252,
238
+ "grad_norm": 143.47616577148438,
239
+ "learning_rate": 2.2040354826462668e-05,
240
+ "loss": 10.473,
241
+ "step": 72
242
+ },
243
+ {
244
+ "epoch": 0.14686384497705252,
245
+ "eval_loss": 2.621034622192383,
246
+ "eval_runtime": 4.8122,
247
+ "eval_samples_per_second": 171.646,
248
+ "eval_steps_per_second": 21.612,
249
+ "step": 72
250
+ },
251
+ {
252
+ "epoch": 0.1529831718510964,
253
+ "grad_norm": 104.74443054199219,
254
+ "learning_rate": 1.7860619515673033e-05,
255
+ "loss": 10.524,
256
+ "step": 75
257
+ },
258
+ {
259
+ "epoch": 0.15910249872514023,
260
+ "grad_norm": 114.83618927001953,
261
+ "learning_rate": 1.4033009983067452e-05,
262
+ "loss": 10.5378,
263
+ "step": 78
264
+ },
265
+ {
266
+ "epoch": 0.16522182559918408,
267
+ "grad_norm": 140.494140625,
268
+ "learning_rate": 1.0599462319663905e-05,
269
+ "loss": 10.4252,
270
+ "step": 81
271
+ },
272
+ {
273
+ "epoch": 0.16522182559918408,
274
+ "eval_loss": 2.618023157119751,
275
+ "eval_runtime": 4.8413,
276
+ "eval_samples_per_second": 170.617,
277
+ "eval_steps_per_second": 21.482,
278
+ "step": 81
279
+ },
280
+ {
281
+ "epoch": 0.17134115247322795,
282
+ "grad_norm": 105.02456665039062,
283
+ "learning_rate": 7.597595192178702e-06,
284
+ "loss": 10.2756,
285
+ "step": 84
286
+ },
287
+ {
288
+ "epoch": 0.1774604793472718,
289
+ "grad_norm": 115.14602661132812,
290
+ "learning_rate": 5.060297685041659e-06,
291
+ "loss": 10.1504,
292
+ "step": 87
293
+ },
294
+ {
295
+ "epoch": 0.18357980622131564,
296
+ "grad_norm": 102.13778686523438,
297
+ "learning_rate": 3.0153689607045845e-06,
298
+ "loss": 10.736,
299
+ "step": 90
300
+ },
301
+ {
302
+ "epoch": 0.18357980622131564,
303
+ "eval_loss": 2.619086742401123,
304
+ "eval_runtime": 4.8863,
305
+ "eval_samples_per_second": 169.043,
306
+ "eval_steps_per_second": 21.284,
307
+ "step": 90
308
+ },
309
+ {
310
+ "epoch": 0.18969913309535952,
311
+ "grad_norm": 105.03943634033203,
312
+ "learning_rate": 1.4852136862001764e-06,
313
+ "loss": 10.5,
314
+ "step": 93
315
+ },
316
+ {
317
+ "epoch": 0.19581845996940336,
318
+ "grad_norm": 116.5811767578125,
319
+ "learning_rate": 4.865965629214819e-07,
320
+ "loss": 10.7438,
321
+ "step": 96
322
+ },
323
+ {
324
+ "epoch": 0.2019377868434472,
325
+ "grad_norm": 120.85993957519531,
326
+ "learning_rate": 3.04586490452119e-08,
327
+ "loss": 10.4505,
328
+ "step": 99
329
+ },
330
+ {
331
+ "epoch": 0.2019377868434472,
332
+ "eval_loss": 2.619232177734375,
333
+ "eval_runtime": 4.8553,
334
+ "eval_samples_per_second": 170.123,
335
+ "eval_steps_per_second": 21.42,
336
+ "step": 99
337
+ }
338
+ ],
339
+ "logging_steps": 3,
340
+ "max_steps": 100,
341
+ "num_input_tokens_seen": 0,
342
+ "num_train_epochs": 1,
343
+ "save_steps": 9,
344
+ "stateful_callbacks": {
345
+ "TrainerControl": {
346
+ "args": {
347
+ "should_epoch_stop": false,
348
+ "should_evaluate": false,
349
+ "should_log": false,
350
+ "should_save": true,
351
+ "should_training_stop": true
352
+ },
353
+ "attributes": {}
354
+ }
355
+ },
356
+ "total_flos": 3154709430927360.0,
357
+ "train_batch_size": 8,
358
+ "trial_name": null,
359
+ "trial_params": null
360
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2f4fed6e107d839ac1529de5bfa0e8679c5f7a392d7cd2f66996eb96ef5e485
3
+ size 6776
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<|endoftext|>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "<|endoftext|>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "<|endoftext|>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,223 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": false,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<|endoftext|>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "<|padding|>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "50254": {
23
+ "content": " ",
24
+ "lstrip": false,
25
+ "normalized": true,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": false
29
+ },
30
+ "50255": {
31
+ "content": " ",
32
+ "lstrip": false,
33
+ "normalized": true,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": false
37
+ },
38
+ "50256": {
39
+ "content": " ",
40
+ "lstrip": false,
41
+ "normalized": true,
42
+ "rstrip": false,
43
+ "single_word": false,
44
+ "special": false
45
+ },
46
+ "50257": {
47
+ "content": " ",
48
+ "lstrip": false,
49
+ "normalized": true,
50
+ "rstrip": false,
51
+ "single_word": false,
52
+ "special": false
53
+ },
54
+ "50258": {
55
+ "content": " ",
56
+ "lstrip": false,
57
+ "normalized": true,
58
+ "rstrip": false,
59
+ "single_word": false,
60
+ "special": false
61
+ },
62
+ "50259": {
63
+ "content": " ",
64
+ "lstrip": false,
65
+ "normalized": true,
66
+ "rstrip": false,
67
+ "single_word": false,
68
+ "special": false
69
+ },
70
+ "50260": {
71
+ "content": " ",
72
+ "lstrip": false,
73
+ "normalized": true,
74
+ "rstrip": false,
75
+ "single_word": false,
76
+ "special": false
77
+ },
78
+ "50261": {
79
+ "content": " ",
80
+ "lstrip": false,
81
+ "normalized": true,
82
+ "rstrip": false,
83
+ "single_word": false,
84
+ "special": false
85
+ },
86
+ "50262": {
87
+ "content": " ",
88
+ "lstrip": false,
89
+ "normalized": true,
90
+ "rstrip": false,
91
+ "single_word": false,
92
+ "special": false
93
+ },
94
+ "50263": {
95
+ "content": " ",
96
+ "lstrip": false,
97
+ "normalized": true,
98
+ "rstrip": false,
99
+ "single_word": false,
100
+ "special": false
101
+ },
102
+ "50264": {
103
+ "content": " ",
104
+ "lstrip": false,
105
+ "normalized": true,
106
+ "rstrip": false,
107
+ "single_word": false,
108
+ "special": false
109
+ },
110
+ "50265": {
111
+ "content": " ",
112
+ "lstrip": false,
113
+ "normalized": true,
114
+ "rstrip": false,
115
+ "single_word": false,
116
+ "special": false
117
+ },
118
+ "50266": {
119
+ "content": " ",
120
+ "lstrip": false,
121
+ "normalized": true,
122
+ "rstrip": false,
123
+ "single_word": false,
124
+ "special": false
125
+ },
126
+ "50267": {
127
+ "content": " ",
128
+ "lstrip": false,
129
+ "normalized": true,
130
+ "rstrip": false,
131
+ "single_word": false,
132
+ "special": false
133
+ },
134
+ "50268": {
135
+ "content": " ",
136
+ "lstrip": false,
137
+ "normalized": true,
138
+ "rstrip": false,
139
+ "single_word": false,
140
+ "special": false
141
+ },
142
+ "50269": {
143
+ "content": " ",
144
+ "lstrip": false,
145
+ "normalized": true,
146
+ "rstrip": false,
147
+ "single_word": false,
148
+ "special": false
149
+ },
150
+ "50270": {
151
+ "content": " ",
152
+ "lstrip": false,
153
+ "normalized": true,
154
+ "rstrip": false,
155
+ "single_word": false,
156
+ "special": false
157
+ },
158
+ "50271": {
159
+ "content": " ",
160
+ "lstrip": false,
161
+ "normalized": true,
162
+ "rstrip": false,
163
+ "single_word": false,
164
+ "special": false
165
+ },
166
+ "50272": {
167
+ "content": " ",
168
+ "lstrip": false,
169
+ "normalized": true,
170
+ "rstrip": false,
171
+ "single_word": false,
172
+ "special": false
173
+ },
174
+ "50273": {
175
+ "content": " ",
176
+ "lstrip": false,
177
+ "normalized": true,
178
+ "rstrip": false,
179
+ "single_word": false,
180
+ "special": false
181
+ },
182
+ "50274": {
183
+ "content": " ",
184
+ "lstrip": false,
185
+ "normalized": true,
186
+ "rstrip": false,
187
+ "single_word": false,
188
+ "special": false
189
+ },
190
+ "50275": {
191
+ "content": " ",
192
+ "lstrip": false,
193
+ "normalized": true,
194
+ "rstrip": false,
195
+ "single_word": false,
196
+ "special": false
197
+ },
198
+ "50276": {
199
+ "content": " ",
200
+ "lstrip": false,
201
+ "normalized": true,
202
+ "rstrip": false,
203
+ "single_word": false,
204
+ "special": false
205
+ },
206
+ "50277": {
207
+ "content": "[PAD]",
208
+ "lstrip": false,
209
+ "normalized": false,
210
+ "rstrip": false,
211
+ "single_word": false,
212
+ "special": true
213
+ }
214
+ },
215
+ "bos_token": "<|endoftext|>",
216
+ "chat_template": "{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
217
+ "clean_up_tokenization_spaces": false,
218
+ "eos_token": "<|endoftext|>",
219
+ "model_max_length": 1000000000000000019884624838656,
220
+ "pad_token": "<|endoftext|>",
221
+ "tokenizer_class": "GPTNeoXTokenizer",
222
+ "unk_token": "<|endoftext|>"
223
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2f4fed6e107d839ac1529de5bfa0e8679c5f7a392d7cd2f66996eb96ef5e485
3
+ size 6776