rayonlabs RoyJoy commited on
Commit
a97169d
·
verified ·
0 Parent(s):

Duplicate from sn56/befb98dc-b818-46e6-856d-db5bcc75d6df

Browse files

Co-authored-by: Roy Joy <[email protected]>

.gitattributes ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,192 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: mit
4
+ base_model: fxmarty/really-tiny-falcon-testing
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: befb98dc-b818-46e6-856d-db5bcc75d6df
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: fxmarty/really-tiny-falcon-testing
23
+ bf16: auto
24
+ chat_template: llama3
25
+ cosine_min_lr_ratio: 0.1
26
+ data_processes: 4
27
+ dataset_prepared_path: null
28
+ datasets:
29
+ - data_files:
30
+ - 7aa1c9ae1d62b619_train_data.json
31
+ ds_type: json
32
+ format: custom
33
+ path: /workspace/input_data/7aa1c9ae1d62b619_train_data.json
34
+ type:
35
+ field_input: new-context
36
+ field_instruction: new-instruction
37
+ field_output: new-response
38
+ format: '{instruction} {input}'
39
+ no_input_format: '{instruction}'
40
+ system_format: '{system}'
41
+ system_prompt: ''
42
+ debug: null
43
+ deepspeed: null
44
+ device_map:
45
+ lm_head: 3
46
+ model.embed_tokens: 0
47
+ model.layers.0: 0
48
+ model.layers.1: 0
49
+ model.layers.10: 3
50
+ model.layers.11: 3
51
+ model.layers.2: 0
52
+ model.layers.3: 1
53
+ model.layers.4: 1
54
+ model.layers.5: 1
55
+ model.layers.6: 2
56
+ model.layers.7: 2
57
+ model.layers.8: 2
58
+ model.layers.9: 3
59
+ model.norm: 3
60
+ do_eval: true
61
+ early_stopping_patience: 1
62
+ eval_batch_size: 1
63
+ eval_sample_packing: false
64
+ eval_steps: 25
65
+ evaluation_strategy: steps
66
+ flash_attention: false
67
+ fp16: null
68
+ fsdp: null
69
+ fsdp_config: null
70
+ gradient_accumulation_steps: 32
71
+ gradient_checkpointing: true
72
+ group_by_length: true
73
+ hub_model_id: sn56/befb98dc-b818-46e6-856d-db5bcc75d6df
74
+ hub_strategy: checkpoint
75
+ hub_token: null
76
+ learning_rate: 0.0001
77
+ load_in_4bit: false
78
+ load_in_8bit: false
79
+ local_rank: null
80
+ logging_steps: 1
81
+ lora_alpha: 64
82
+ lora_dropout: 0.05
83
+ lora_fan_in_fan_out: null
84
+ lora_model_dir: null
85
+ lora_r: 32
86
+ lora_target_linear: true
87
+ lora_target_modules:
88
+ - q_proj
89
+ - v_proj
90
+ lr_scheduler: cosine
91
+ max_grad_norm: 0.3
92
+ max_memory:
93
+ 0: 60GB
94
+ 1: 70GB
95
+ 2: 70GB
96
+ 3: 70GB
97
+ cpu: 96GB
98
+ max_steps: 75
99
+ micro_batch_size: 1
100
+ mixed_precision: bf16
101
+ mlflow_experiment_name: /tmp/7aa1c9ae1d62b619_train_data.json
102
+ model_type: AutoModelForCausalLM
103
+ num_epochs: 3
104
+ optim_args:
105
+ adam_beta1: 0.9
106
+ adam_beta2: 0.95
107
+ adam_epsilon: 1e-5
108
+ optimizer: adamw_torch
109
+ output_dir: miner_id_24
110
+ pad_to_sequence_len: true
111
+ resume_from_checkpoint: null
112
+ s2_attention: null
113
+ sample_packing: false
114
+ save_steps: 25
115
+ save_strategy: steps
116
+ sequence_len: 2048
117
+ strict: false
118
+ tf32: false
119
+ tokenizer_type: AutoTokenizer
120
+ torch_compile: false
121
+ torch_dtype: bfloat16
122
+ train_on_inputs: false
123
+ trust_remote_code: true
124
+ use_cache: false
125
+ val_set_size: 50
126
+ wandb_entity: null
127
+ wandb_mode: online
128
+ wandb_name: befb98dc-b818-46e6-856d-db5bcc75d6df
129
+ wandb_project: Public_TuningSN
130
+ wandb_runid: befb98dc-b818-46e6-856d-db5bcc75d6df
131
+ warmup_ratio: 0.05
132
+ weight_decay: 0.01
133
+ xformers_attention: null
134
+
135
+ ```
136
+
137
+ </details><br>
138
+
139
+ # befb98dc-b818-46e6-856d-db5bcc75d6df
140
+
141
+ This model is a fine-tuned version of [fxmarty/really-tiny-falcon-testing](https://huggingface.co/fxmarty/really-tiny-falcon-testing) on the None dataset.
142
+ It achieves the following results on the evaluation set:
143
+ - Loss: 10.9498
144
+
145
+ ## Model description
146
+
147
+ More information needed
148
+
149
+ ## Intended uses & limitations
150
+
151
+ More information needed
152
+
153
+ ## Training and evaluation data
154
+
155
+ More information needed
156
+
157
+ ## Training procedure
158
+
159
+ ### Training hyperparameters
160
+
161
+ The following hyperparameters were used during training:
162
+ - learning_rate: 0.0001
163
+ - train_batch_size: 1
164
+ - eval_batch_size: 1
165
+ - seed: 42
166
+ - distributed_type: multi-GPU
167
+ - num_devices: 4
168
+ - gradient_accumulation_steps: 32
169
+ - total_train_batch_size: 128
170
+ - total_eval_batch_size: 4
171
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=adam_beta1=0.9,adam_beta2=0.95,adam_epsilon=1e-5
172
+ - lr_scheduler_type: cosine
173
+ - lr_scheduler_warmup_steps: 3
174
+ - training_steps: 75
175
+
176
+ ### Training results
177
+
178
+ | Training Loss | Epoch | Step | Validation Loss |
179
+ |:-------------:|:------:|:----:|:---------------:|
180
+ | 355.0044 | 0.0086 | 1 | 11.0968 |
181
+ | 350.7261 | 0.2152 | 25 | 11.0101 |
182
+ | 348.3621 | 0.4305 | 50 | 10.9658 |
183
+ | 347.5739 | 0.6457 | 75 | 10.9498 |
184
+
185
+
186
+ ### Framework versions
187
+
188
+ - PEFT 0.13.2
189
+ - Transformers 4.46.0
190
+ - Pytorch 2.5.0+cu124
191
+ - Datasets 3.0.1
192
+ - Tokenizers 0.20.1
adapter_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "fxmarty/really-tiny-falcon-testing",
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": 64,
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": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "dense_h_to_4h",
25
+ "dense",
26
+ "dense_4h_to_h",
27
+ "query_key_value",
28
+ "v_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM",
31
+ "use_dora": false,
32
+ "use_rslora": false
33
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86460e6ae88ae67482bc5337e3f89e1128b342e4046f477928f81cf793b493ba
3
+ size 129182
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0a51e343aae5bc85c782069c8afef89f6f15c933f681b4b496412bc7e95bee8
3
+ size 125048
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "fxmarty/really-tiny-falcon-testing",
4
+ "alibi": false,
5
+ "apply_residual_connection_post_layernorm": false,
6
+ "architectures": [
7
+ "FalconForCausalLM"
8
+ ],
9
+ "attention_dropout": 0.0,
10
+ "auto_map": {
11
+ "AutoConfig": "tiiuae/falcon-7b--configuration_falcon.FalconConfig",
12
+ "AutoModel": "tiiuae/falcon-7b--modeling_falcon.FalconModel",
13
+ "AutoModelForCausalLM": "tiiuae/falcon-7b--modeling_falcon.FalconForCausalLM",
14
+ "AutoModelForQuestionAnswering": "tiiuae/falcon-7b--modeling_falcon.FalconForQuestionAnswering",
15
+ "AutoModelForSequenceClassification": "tiiuae/falcon-7b--modeling_falcon.FalconForSequenceClassification",
16
+ "AutoModelForTokenClassification": "tiiuae/falcon-7b--modeling_falcon.FalconForTokenClassification"
17
+ },
18
+ "bias": false,
19
+ "bos_token_id": null,
20
+ "eos_token_id": 11,
21
+ "hidden_dropout": 0.0,
22
+ "hidden_size": 32,
23
+ "initializer_range": 0.02,
24
+ "layer_norm_epsilon": 1e-05,
25
+ "max_position_embeddings": 2048,
26
+ "model_type": "falcon",
27
+ "multi_query": true,
28
+ "new_decoder_architecture": false,
29
+ "nm_kv_hears": 2,
30
+ "num_attention_heads": 2,
31
+ "num_hidden_layers": 2,
32
+ "num_kv_heads": 71,
33
+ "parallel_attn": true,
34
+ "rope_scaling": null,
35
+ "rope_theta": 10000.0,
36
+ "torch_dtype": "float32",
37
+ "transformers_version": "4.46.0",
38
+ "use_cache": false,
39
+ "vocab_size": 65024
40
+ }
last-checkpoint/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: fxmarty/really-tiny-falcon-testing
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,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "fxmarty/really-tiny-falcon-testing",
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": 64,
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": 32,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "q_proj",
24
+ "dense_h_to_4h",
25
+ "dense",
26
+ "dense_4h_to_h",
27
+ "query_key_value",
28
+ "v_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM",
31
+ "use_dora": false,
32
+ "use_rslora": false
33
+ }
last-checkpoint/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0a51e343aae5bc85c782069c8afef89f6f15c933f681b4b496412bc7e95bee8
3
+ size 125048
last-checkpoint/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59c88789b4f96fd53ad25a947dd56458ea8414f9edb5fbb10e7ac37e36ce0515
3
+ size 259694
last-checkpoint/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f657e7d1c61ed5692689f7b706707b55743aad5546a4e25f8c3dbcf01c6f082
3
+ size 15024
last-checkpoint/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccc1fd59ab9c3f59b904557db0de0f3597b621d456666c6c13e1acb72fa37119
3
+ size 15024
last-checkpoint/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc036b80f4bca61503d0b4f42fec9620a493f3c406076f5fe39ff41891111e4d
3
+ size 15024
last-checkpoint/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8225bb832a5e579602acfcac6e13ed41c379eb598b030b6563129391e5d6ad5d
3
+ size 15024
last-checkpoint/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b823f3900a3c8aa20bff7ce05b4e552f6bc019793f00b0bb20027204b5c704a
3
+ size 1064
last-checkpoint/special_tokens_map.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ ">>TITLE<<",
4
+ ">>ABSTRACT<<",
5
+ ">>INTRODUCTION<<",
6
+ ">>SUMMARY<<",
7
+ ">>COMMENT<<",
8
+ ">>ANSWER<<",
9
+ ">>QUESTION<<",
10
+ ">>DOMAIN<<",
11
+ ">>PREFIX<<",
12
+ ">>SUFFIX<<",
13
+ ">>MIDDLE<<"
14
+ ],
15
+ "eos_token": {
16
+ "content": "<|endoftext|>",
17
+ "lstrip": false,
18
+ "normalized": false,
19
+ "rstrip": false,
20
+ "single_word": false
21
+ },
22
+ "pad_token": {
23
+ "content": "<|endoftext|>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false
28
+ }
29
+ }
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,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": ">>TITLE<<",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": ">>ABSTRACT<<",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": ">>INTRODUCTION<<",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": ">>SUMMARY<<",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "4": {
37
+ "content": ">>COMMENT<<",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "5": {
45
+ "content": ">>ANSWER<<",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "6": {
53
+ "content": ">>QUESTION<<",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ },
60
+ "7": {
61
+ "content": ">>DOMAIN<<",
62
+ "lstrip": false,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": true
67
+ },
68
+ "8": {
69
+ "content": ">>PREFIX<<",
70
+ "lstrip": false,
71
+ "normalized": false,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": true
75
+ },
76
+ "9": {
77
+ "content": ">>SUFFIX<<",
78
+ "lstrip": false,
79
+ "normalized": false,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": true
83
+ },
84
+ "10": {
85
+ "content": ">>MIDDLE<<",
86
+ "lstrip": false,
87
+ "normalized": false,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": true
91
+ },
92
+ "11": {
93
+ "content": "<|endoftext|>",
94
+ "lstrip": false,
95
+ "normalized": false,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": true
99
+ }
100
+ },
101
+ "additional_special_tokens": [
102
+ ">>TITLE<<",
103
+ ">>ABSTRACT<<",
104
+ ">>INTRODUCTION<<",
105
+ ">>SUMMARY<<",
106
+ ">>COMMENT<<",
107
+ ">>ANSWER<<",
108
+ ">>QUESTION<<",
109
+ ">>DOMAIN<<",
110
+ ">>PREFIX<<",
111
+ ">>SUFFIX<<",
112
+ ">>MIDDLE<<"
113
+ ],
114
+ "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 %}",
115
+ "clean_up_tokenization_spaces": true,
116
+ "eos_token": "<|endoftext|>",
117
+ "model_input_names": [
118
+ "input_ids",
119
+ "attention_mask"
120
+ ],
121
+ "model_max_length": 2048,
122
+ "pad_token": "<|endoftext|>",
123
+ "tokenizer_class": "PreTrainedTokenizerFast"
124
+ }
last-checkpoint/trainer_state.json ADDED
@@ -0,0 +1,599 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 10.949830055236816,
3
+ "best_model_checkpoint": "miner_id_24/checkpoint-75",
4
+ "epoch": 0.645682001614205,
5
+ "eval_steps": 25,
6
+ "global_step": 75,
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.008609093354856066,
13
+ "grad_norm": 10.867487907409668,
14
+ "learning_rate": 3.3333333333333335e-05,
15
+ "loss": 355.0044,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.008609093354856066,
20
+ "eval_loss": 11.096755027770996,
21
+ "eval_runtime": 0.6034,
22
+ "eval_samples_per_second": 82.868,
23
+ "eval_steps_per_second": 21.546,
24
+ "step": 1
25
+ },
26
+ {
27
+ "epoch": 0.017218186709712133,
28
+ "grad_norm": 11.303132057189941,
29
+ "learning_rate": 6.666666666666667e-05,
30
+ "loss": 354.975,
31
+ "step": 2
32
+ },
33
+ {
34
+ "epoch": 0.0258272800645682,
35
+ "grad_norm": 13.843127250671387,
36
+ "learning_rate": 0.0001,
37
+ "loss": 355.0412,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.034436373419424265,
42
+ "grad_norm": 11.937524795532227,
43
+ "learning_rate": 9.99571699711836e-05,
44
+ "loss": 354.924,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.04304546677428033,
49
+ "grad_norm": 12.751911163330078,
50
+ "learning_rate": 9.982876141412856e-05,
51
+ "loss": 354.8232,
52
+ "step": 5
53
+ },
54
+ {
55
+ "epoch": 0.0516545601291364,
56
+ "grad_norm": 12.354517936706543,
57
+ "learning_rate": 9.961501876182148e-05,
58
+ "loss": 354.8041,
59
+ "step": 6
60
+ },
61
+ {
62
+ "epoch": 0.060263653483992465,
63
+ "grad_norm": 13.037909507751465,
64
+ "learning_rate": 9.931634888554937e-05,
65
+ "loss": 354.611,
66
+ "step": 7
67
+ },
68
+ {
69
+ "epoch": 0.06887274683884853,
70
+ "grad_norm": 13.028841972351074,
71
+ "learning_rate": 9.893332032039701e-05,
72
+ "loss": 354.4688,
73
+ "step": 8
74
+ },
75
+ {
76
+ "epoch": 0.0774818401937046,
77
+ "grad_norm": 14.73702335357666,
78
+ "learning_rate": 9.846666218300807e-05,
79
+ "loss": 354.3231,
80
+ "step": 9
81
+ },
82
+ {
83
+ "epoch": 0.08609093354856066,
84
+ "grad_norm": 17.07733917236328,
85
+ "learning_rate": 9.791726278367022e-05,
86
+ "loss": 354.056,
87
+ "step": 10
88
+ },
89
+ {
90
+ "epoch": 0.09470002690341674,
91
+ "grad_norm": 21.84981918334961,
92
+ "learning_rate": 9.728616793536588e-05,
93
+ "loss": 353.632,
94
+ "step": 11
95
+ },
96
+ {
97
+ "epoch": 0.1033091202582728,
98
+ "grad_norm": 25.133949279785156,
99
+ "learning_rate": 9.657457896300791e-05,
100
+ "loss": 353.3881,
101
+ "step": 12
102
+ },
103
+ {
104
+ "epoch": 0.11191821361312887,
105
+ "grad_norm": 18.78001594543457,
106
+ "learning_rate": 9.578385041664925e-05,
107
+ "loss": 353.659,
108
+ "step": 13
109
+ },
110
+ {
111
+ "epoch": 0.12052730696798493,
112
+ "grad_norm": 10.563817024230957,
113
+ "learning_rate": 9.491548749301997e-05,
114
+ "loss": 353.9691,
115
+ "step": 14
116
+ },
117
+ {
118
+ "epoch": 0.129136400322841,
119
+ "grad_norm": 11.821118354797363,
120
+ "learning_rate": 9.397114317029975e-05,
121
+ "loss": 353.8424,
122
+ "step": 15
123
+ },
124
+ {
125
+ "epoch": 0.13774549367769706,
126
+ "grad_norm": 11.502336502075195,
127
+ "learning_rate": 9.295261506157986e-05,
128
+ "loss": 353.7357,
129
+ "step": 16
130
+ },
131
+ {
132
+ "epoch": 0.14635458703255314,
133
+ "grad_norm": 10.819986343383789,
134
+ "learning_rate": 9.186184199300464e-05,
135
+ "loss": 353.6895,
136
+ "step": 17
137
+ },
138
+ {
139
+ "epoch": 0.1549636803874092,
140
+ "grad_norm": 11.171977996826172,
141
+ "learning_rate": 9.070090031310558e-05,
142
+ "loss": 353.5294,
143
+ "step": 18
144
+ },
145
+ {
146
+ "epoch": 0.16357277374226525,
147
+ "grad_norm": 11.021985054016113,
148
+ "learning_rate": 8.947199994035401e-05,
149
+ "loss": 353.4442,
150
+ "step": 19
151
+ },
152
+ {
153
+ "epoch": 0.17218186709712133,
154
+ "grad_norm": 11.427451133728027,
155
+ "learning_rate": 8.817748015645558e-05,
156
+ "loss": 353.2932,
157
+ "step": 20
158
+ },
159
+ {
160
+ "epoch": 0.1807909604519774,
161
+ "grad_norm": 12.078248977661133,
162
+ "learning_rate": 8.681980515339464e-05,
163
+ "loss": 353.0774,
164
+ "step": 21
165
+ },
166
+ {
167
+ "epoch": 0.18940005380683347,
168
+ "grad_norm": 13.572750091552734,
169
+ "learning_rate": 8.540155934270471e-05,
170
+ "loss": 352.7897,
171
+ "step": 22
172
+ },
173
+ {
174
+ "epoch": 0.19800914716168955,
175
+ "grad_norm": 16.139827728271484,
176
+ "learning_rate": 8.392544243589427e-05,
177
+ "loss": 352.1232,
178
+ "step": 23
179
+ },
180
+ {
181
+ "epoch": 0.2066182405165456,
182
+ "grad_norm": 19.074623107910156,
183
+ "learning_rate": 8.239426430539243e-05,
184
+ "loss": 351.4342,
185
+ "step": 24
186
+ },
187
+ {
188
+ "epoch": 0.21522733387140167,
189
+ "grad_norm": 22.747406005859375,
190
+ "learning_rate": 8.081093963579707e-05,
191
+ "loss": 350.7261,
192
+ "step": 25
193
+ },
194
+ {
195
+ "epoch": 0.21522733387140167,
196
+ "eval_loss": 11.010053634643555,
197
+ "eval_runtime": 0.0769,
198
+ "eval_samples_per_second": 650.534,
199
+ "eval_steps_per_second": 169.139,
200
+ "step": 25
201
+ },
202
+ {
203
+ "epoch": 0.22383642722625774,
204
+ "grad_norm": 8.548608779907227,
205
+ "learning_rate": 7.917848237560709e-05,
206
+ "loss": 353.2629,
207
+ "step": 26
208
+ },
209
+ {
210
+ "epoch": 0.2324455205811138,
211
+ "grad_norm": 9.44759750366211,
212
+ "learning_rate": 7.75e-05,
213
+ "loss": 352.9843,
214
+ "step": 27
215
+ },
216
+ {
217
+ "epoch": 0.24105461393596986,
218
+ "grad_norm": 10.709016799926758,
219
+ "learning_rate": 7.577868759557654e-05,
220
+ "loss": 352.6682,
221
+ "step": 28
222
+ },
223
+ {
224
+ "epoch": 0.24966370729082593,
225
+ "grad_norm": 9.533336639404297,
226
+ "learning_rate": 7.401782177833148e-05,
227
+ "loss": 352.8022,
228
+ "step": 29
229
+ },
230
+ {
231
+ "epoch": 0.258272800645682,
232
+ "grad_norm": 9.468610763549805,
233
+ "learning_rate": 7.222075445642904e-05,
234
+ "loss": 352.7345,
235
+ "step": 30
236
+ },
237
+ {
238
+ "epoch": 0.2668818940005381,
239
+ "grad_norm": 9.217055320739746,
240
+ "learning_rate": 7.03909064496551e-05,
241
+ "loss": 352.7065,
242
+ "step": 31
243
+ },
244
+ {
245
+ "epoch": 0.2754909873553941,
246
+ "grad_norm": 9.265793800354004,
247
+ "learning_rate": 6.853176097769229e-05,
248
+ "loss": 352.6331,
249
+ "step": 32
250
+ },
251
+ {
252
+ "epoch": 0.2841000807102502,
253
+ "grad_norm": 9.615739822387695,
254
+ "learning_rate": 6.664685702961344e-05,
255
+ "loss": 352.4907,
256
+ "step": 33
257
+ },
258
+ {
259
+ "epoch": 0.29270917406510627,
260
+ "grad_norm": 10.331357955932617,
261
+ "learning_rate": 6.473978262721463e-05,
262
+ "loss": 352.2647,
263
+ "step": 34
264
+ },
265
+ {
266
+ "epoch": 0.3013182674199623,
267
+ "grad_norm": 12.123662948608398,
268
+ "learning_rate": 6.281416799501188e-05,
269
+ "loss": 351.5476,
270
+ "step": 35
271
+ },
272
+ {
273
+ "epoch": 0.3099273607748184,
274
+ "grad_norm": 14.970151901245117,
275
+ "learning_rate": 6.087367864990233e-05,
276
+ "loss": 350.6174,
277
+ "step": 36
278
+ },
279
+ {
280
+ "epoch": 0.31853645412967446,
281
+ "grad_norm": 18.231613159179688,
282
+ "learning_rate": 5.8922008423644624e-05,
283
+ "loss": 349.7336,
284
+ "step": 37
285
+ },
286
+ {
287
+ "epoch": 0.3271455474845305,
288
+ "grad_norm": 14.60504150390625,
289
+ "learning_rate": 5.696287243144013e-05,
290
+ "loss": 350.7061,
291
+ "step": 38
292
+ },
293
+ {
294
+ "epoch": 0.3357546408393866,
295
+ "grad_norm": 9.001364707946777,
296
+ "learning_rate": 5.500000000000001e-05,
297
+ "loss": 352.3064,
298
+ "step": 39
299
+ },
300
+ {
301
+ "epoch": 0.34436373419424265,
302
+ "grad_norm": 9.125486373901367,
303
+ "learning_rate": 5.303712756855988e-05,
304
+ "loss": 352.185,
305
+ "step": 40
306
+ },
307
+ {
308
+ "epoch": 0.35297282754909876,
309
+ "grad_norm": 8.79714584350586,
310
+ "learning_rate": 5.107799157635538e-05,
311
+ "loss": 352.1189,
312
+ "step": 41
313
+ },
314
+ {
315
+ "epoch": 0.3615819209039548,
316
+ "grad_norm": 8.923425674438477,
317
+ "learning_rate": 4.912632135009769e-05,
318
+ "loss": 352.1105,
319
+ "step": 42
320
+ },
321
+ {
322
+ "epoch": 0.37019101425881085,
323
+ "grad_norm": 8.289681434631348,
324
+ "learning_rate": 4.718583200498814e-05,
325
+ "loss": 352.2823,
326
+ "step": 43
327
+ },
328
+ {
329
+ "epoch": 0.37880010761366695,
330
+ "grad_norm": 8.199746131896973,
331
+ "learning_rate": 4.526021737278538e-05,
332
+ "loss": 352.2198,
333
+ "step": 44
334
+ },
335
+ {
336
+ "epoch": 0.387409200968523,
337
+ "grad_norm": 8.637060165405273,
338
+ "learning_rate": 4.3353142970386564e-05,
339
+ "loss": 352.026,
340
+ "step": 45
341
+ },
342
+ {
343
+ "epoch": 0.3960182943233791,
344
+ "grad_norm": 9.83723258972168,
345
+ "learning_rate": 4.146823902230772e-05,
346
+ "loss": 351.563,
347
+ "step": 46
348
+ },
349
+ {
350
+ "epoch": 0.40462738767823514,
351
+ "grad_norm": 10.942987442016602,
352
+ "learning_rate": 3.960909355034491e-05,
353
+ "loss": 351.0425,
354
+ "step": 47
355
+ },
356
+ {
357
+ "epoch": 0.4132364810330912,
358
+ "grad_norm": 13.6652193069458,
359
+ "learning_rate": 3.777924554357096e-05,
360
+ "loss": 350.1031,
361
+ "step": 48
362
+ },
363
+ {
364
+ "epoch": 0.4218455743879473,
365
+ "grad_norm": 16.773061752319336,
366
+ "learning_rate": 3.598217822166854e-05,
367
+ "loss": 349.162,
368
+ "step": 49
369
+ },
370
+ {
371
+ "epoch": 0.43045466774280333,
372
+ "grad_norm": 20.8967227935791,
373
+ "learning_rate": 3.422131240442349e-05,
374
+ "loss": 348.3621,
375
+ "step": 50
376
+ },
377
+ {
378
+ "epoch": 0.43045466774280333,
379
+ "eval_loss": 10.965777397155762,
380
+ "eval_runtime": 0.0782,
381
+ "eval_samples_per_second": 639.534,
382
+ "eval_steps_per_second": 166.279,
383
+ "step": 50
384
+ },
385
+ {
386
+ "epoch": 0.4390637610976594,
387
+ "grad_norm": 7.474067687988281,
388
+ "learning_rate": 3.250000000000001e-05,
389
+ "loss": 352.3553,
390
+ "step": 51
391
+ },
392
+ {
393
+ "epoch": 0.4476728544525155,
394
+ "grad_norm": 8.300982475280762,
395
+ "learning_rate": 3.082151762439293e-05,
396
+ "loss": 351.9735,
397
+ "step": 52
398
+ },
399
+ {
400
+ "epoch": 0.4562819478073715,
401
+ "grad_norm": 8.844514846801758,
402
+ "learning_rate": 2.9189060364202943e-05,
403
+ "loss": 351.6582,
404
+ "step": 53
405
+ },
406
+ {
407
+ "epoch": 0.4648910411622276,
408
+ "grad_norm": 8.853071212768555,
409
+ "learning_rate": 2.760573569460757e-05,
410
+ "loss": 351.5546,
411
+ "step": 54
412
+ },
413
+ {
414
+ "epoch": 0.47350013451708367,
415
+ "grad_norm": 8.490742683410645,
416
+ "learning_rate": 2.6074557564105727e-05,
417
+ "loss": 351.6604,
418
+ "step": 55
419
+ },
420
+ {
421
+ "epoch": 0.4821092278719397,
422
+ "grad_norm": 7.409176349639893,
423
+ "learning_rate": 2.459844065729529e-05,
424
+ "loss": 352.1426,
425
+ "step": 56
426
+ },
427
+ {
428
+ "epoch": 0.4907183212267958,
429
+ "grad_norm": 7.821872234344482,
430
+ "learning_rate": 2.3180194846605367e-05,
431
+ "loss": 351.8066,
432
+ "step": 57
433
+ },
434
+ {
435
+ "epoch": 0.49932741458165186,
436
+ "grad_norm": 8.349543571472168,
437
+ "learning_rate": 2.1822519843544424e-05,
438
+ "loss": 351.5433,
439
+ "step": 58
440
+ },
441
+ {
442
+ "epoch": 0.5079365079365079,
443
+ "grad_norm": 9.260781288146973,
444
+ "learning_rate": 2.0528000059645997e-05,
445
+ "loss": 351.208,
446
+ "step": 59
447
+ },
448
+ {
449
+ "epoch": 0.516545601291364,
450
+ "grad_norm": 10.735580444335938,
451
+ "learning_rate": 1.9299099686894423e-05,
452
+ "loss": 350.6387,
453
+ "step": 60
454
+ },
455
+ {
456
+ "epoch": 0.5251546946462201,
457
+ "grad_norm": 13.846049308776855,
458
+ "learning_rate": 1.8138158006995364e-05,
459
+ "loss": 349.4801,
460
+ "step": 61
461
+ },
462
+ {
463
+ "epoch": 0.5337637880010762,
464
+ "grad_norm": 17.65458869934082,
465
+ "learning_rate": 1.7047384938420154e-05,
466
+ "loss": 348.2975,
467
+ "step": 62
468
+ },
469
+ {
470
+ "epoch": 0.5423728813559322,
471
+ "grad_norm": 13.394047737121582,
472
+ "learning_rate": 1.602885682970026e-05,
473
+ "loss": 349.9447,
474
+ "step": 63
475
+ },
476
+ {
477
+ "epoch": 0.5509819747107882,
478
+ "grad_norm": 7.800135612487793,
479
+ "learning_rate": 1.5084512506980026e-05,
480
+ "loss": 351.9247,
481
+ "step": 64
482
+ },
483
+ {
484
+ "epoch": 0.5595910680656443,
485
+ "grad_norm": 8.641666412353516,
486
+ "learning_rate": 1.4216149583350754e-05,
487
+ "loss": 351.5002,
488
+ "step": 65
489
+ },
490
+ {
491
+ "epoch": 0.5682001614205004,
492
+ "grad_norm": 8.432456970214844,
493
+ "learning_rate": 1.3425421036992098e-05,
494
+ "loss": 351.3875,
495
+ "step": 66
496
+ },
497
+ {
498
+ "epoch": 0.5768092547753565,
499
+ "grad_norm": 9.028701782226562,
500
+ "learning_rate": 1.2713832064634126e-05,
501
+ "loss": 351.1097,
502
+ "step": 67
503
+ },
504
+ {
505
+ "epoch": 0.5854183481302125,
506
+ "grad_norm": 8.943015098571777,
507
+ "learning_rate": 1.2082737216329794e-05,
508
+ "loss": 351.1015,
509
+ "step": 68
510
+ },
511
+ {
512
+ "epoch": 0.5940274414850686,
513
+ "grad_norm": 7.793323516845703,
514
+ "learning_rate": 1.1533337816991932e-05,
515
+ "loss": 351.5153,
516
+ "step": 69
517
+ },
518
+ {
519
+ "epoch": 0.6026365348399246,
520
+ "grad_norm": 8.137232780456543,
521
+ "learning_rate": 1.1066679679603e-05,
522
+ "loss": 351.4627,
523
+ "step": 70
524
+ },
525
+ {
526
+ "epoch": 0.6112456281947808,
527
+ "grad_norm": 8.868036270141602,
528
+ "learning_rate": 1.0683651114450641e-05,
529
+ "loss": 351.1549,
530
+ "step": 71
531
+ },
532
+ {
533
+ "epoch": 0.6198547215496368,
534
+ "grad_norm": 10.001080513000488,
535
+ "learning_rate": 1.0384981238178534e-05,
536
+ "loss": 350.6647,
537
+ "step": 72
538
+ },
539
+ {
540
+ "epoch": 0.6284638149044929,
541
+ "grad_norm": 12.413795471191406,
542
+ "learning_rate": 1.017123858587145e-05,
543
+ "loss": 349.7495,
544
+ "step": 73
545
+ },
546
+ {
547
+ "epoch": 0.6370729082593489,
548
+ "grad_norm": 16.752674102783203,
549
+ "learning_rate": 1.00428300288164e-05,
550
+ "loss": 348.3455,
551
+ "step": 74
552
+ },
553
+ {
554
+ "epoch": 0.645682001614205,
555
+ "grad_norm": 20.989471435546875,
556
+ "learning_rate": 1e-05,
557
+ "loss": 347.5739,
558
+ "step": 75
559
+ },
560
+ {
561
+ "epoch": 0.645682001614205,
562
+ "eval_loss": 10.949830055236816,
563
+ "eval_runtime": 0.0779,
564
+ "eval_samples_per_second": 641.476,
565
+ "eval_steps_per_second": 166.784,
566
+ "step": 75
567
+ }
568
+ ],
569
+ "logging_steps": 1,
570
+ "max_steps": 75,
571
+ "num_input_tokens_seen": 0,
572
+ "num_train_epochs": 1,
573
+ "save_steps": 25,
574
+ "stateful_callbacks": {
575
+ "EarlyStoppingCallback": {
576
+ "args": {
577
+ "early_stopping_patience": 1,
578
+ "early_stopping_threshold": 0.0
579
+ },
580
+ "attributes": {
581
+ "early_stopping_patience_counter": 0
582
+ }
583
+ },
584
+ "TrainerControl": {
585
+ "args": {
586
+ "should_epoch_stop": false,
587
+ "should_evaluate": false,
588
+ "should_log": false,
589
+ "should_save": true,
590
+ "should_training_stop": true
591
+ },
592
+ "attributes": {}
593
+ }
594
+ },
595
+ "total_flos": 6323739033600.0,
596
+ "train_batch_size": 1,
597
+ "trial_name": null,
598
+ "trial_params": null
599
+ }
last-checkpoint/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:458fb79226d29dc9e8fb6bef2fd3e23a2ec5d8598abfe12fd24e5af775278a06
3
+ size 6840
special_tokens_map.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ ">>TITLE<<",
4
+ ">>ABSTRACT<<",
5
+ ">>INTRODUCTION<<",
6
+ ">>SUMMARY<<",
7
+ ">>COMMENT<<",
8
+ ">>ANSWER<<",
9
+ ">>QUESTION<<",
10
+ ">>DOMAIN<<",
11
+ ">>PREFIX<<",
12
+ ">>SUFFIX<<",
13
+ ">>MIDDLE<<"
14
+ ],
15
+ "eos_token": {
16
+ "content": "<|endoftext|>",
17
+ "lstrip": false,
18
+ "normalized": false,
19
+ "rstrip": false,
20
+ "single_word": false
21
+ },
22
+ "pad_token": {
23
+ "content": "<|endoftext|>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false
28
+ }
29
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": ">>TITLE<<",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": ">>ABSTRACT<<",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": ">>INTRODUCTION<<",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": ">>SUMMARY<<",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "4": {
37
+ "content": ">>COMMENT<<",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "5": {
45
+ "content": ">>ANSWER<<",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "6": {
53
+ "content": ">>QUESTION<<",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ },
60
+ "7": {
61
+ "content": ">>DOMAIN<<",
62
+ "lstrip": false,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": true
67
+ },
68
+ "8": {
69
+ "content": ">>PREFIX<<",
70
+ "lstrip": false,
71
+ "normalized": false,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": true
75
+ },
76
+ "9": {
77
+ "content": ">>SUFFIX<<",
78
+ "lstrip": false,
79
+ "normalized": false,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": true
83
+ },
84
+ "10": {
85
+ "content": ">>MIDDLE<<",
86
+ "lstrip": false,
87
+ "normalized": false,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": true
91
+ },
92
+ "11": {
93
+ "content": "<|endoftext|>",
94
+ "lstrip": false,
95
+ "normalized": false,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": true
99
+ }
100
+ },
101
+ "additional_special_tokens": [
102
+ ">>TITLE<<",
103
+ ">>ABSTRACT<<",
104
+ ">>INTRODUCTION<<",
105
+ ">>SUMMARY<<",
106
+ ">>COMMENT<<",
107
+ ">>ANSWER<<",
108
+ ">>QUESTION<<",
109
+ ">>DOMAIN<<",
110
+ ">>PREFIX<<",
111
+ ">>SUFFIX<<",
112
+ ">>MIDDLE<<"
113
+ ],
114
+ "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 %}",
115
+ "clean_up_tokenization_spaces": true,
116
+ "eos_token": "<|endoftext|>",
117
+ "model_input_names": [
118
+ "input_ids",
119
+ "attention_mask"
120
+ ],
121
+ "model_max_length": 2048,
122
+ "pad_token": "<|endoftext|>",
123
+ "tokenizer_class": "PreTrainedTokenizerFast"
124
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:458fb79226d29dc9e8fb6bef2fd3e23a2ec5d8598abfe12fd24e5af775278a06
3
+ size 6840