Howard881010 commited on
Commit
94b60ed
·
verified ·
1 Parent(s): 5f6ca28

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* 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
 
 
 
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
36
+ checkpoint-219/tokenizer.json filter=lfs diff=lfs merge=lfs -text
37
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mistralai/Mistral-Nemo-Instruct-2407
3
+ library_name: peft
4
+ license: other
5
+ tags:
6
+ - llama-factory
7
+ - lora
8
+ - generated_from_trainer
9
+ model-index:
10
+ - name: heat_transfer_sft_5000_mcq_u_1epoch
11
+ results: []
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+ # heat_transfer_sft_5000_mcq_u_1epoch
18
+
19
+ This model is a fine-tuned version of [mistralai/Mistral-Nemo-Instruct-2407](https://huggingface.co/mistralai/Mistral-Nemo-Instruct-2407) on the heat_transfer_5000_mcq_u dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.0042
22
+
23
+ ## Model description
24
+
25
+ More information needed
26
+
27
+ ## Intended uses & limitations
28
+
29
+ More information needed
30
+
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
+
37
+ ### Training hyperparameters
38
+
39
+ The following hyperparameters were used during training:
40
+ - learning_rate: 0.0001
41
+ - train_batch_size: 10
42
+ - eval_batch_size: 10
43
+ - seed: 42
44
+ - distributed_type: multi-GPU
45
+ - num_devices: 2
46
+ - total_train_batch_size: 20
47
+ - total_eval_batch_size: 20
48
+ - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
49
+ - lr_scheduler_type: cosine
50
+ - num_epochs: 1
51
+
52
+ ### Training results
53
+
54
+ | Training Loss | Epoch | Step | Validation Loss |
55
+ |:-------------:|:------:|:----:|:---------------:|
56
+ | 0.0075 | 0.2283 | 50 | 0.0059 |
57
+ | 0.0057 | 0.4566 | 100 | 0.0054 |
58
+ | 0.0051 | 0.6849 | 150 | 0.0049 |
59
+ | 0.0043 | 0.9132 | 200 | 0.0042 |
60
+
61
+
62
+ ### Framework versions
63
+
64
+ - PEFT 0.12.0
65
+ - Transformers 4.46.0
66
+ - Pytorch 2.4.0+cu121
67
+ - Datasets 2.21.0
68
+ - Tokenizers 0.20.1
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-Nemo-Instruct-2407",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
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.0,
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
+ "q_proj",
24
+ "gate_proj",
25
+ "k_proj",
26
+ "up_proj",
27
+ "o_proj",
28
+ "v_proj",
29
+ "down_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edd469932dbcef3fe4de908caabd615a305dc2db865690f80ef63eefcaf9c815
3
+ size 114106856
all_results.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 0.00418016966432333,
4
+ "eval_runtime": 62.5337,
5
+ "eval_samples_per_second": 7.788,
6
+ "eval_steps_per_second": 0.4,
7
+ "total_flos": 4.685177916793815e+17,
8
+ "train_loss": 0.03597381513684852,
9
+ "train_runtime": 2055.0645,
10
+ "train_samples_per_second": 2.13,
11
+ "train_steps_per_second": 0.107
12
+ }
checkpoint-219/README.md ADDED
@@ -0,0 +1,202 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: mistralai/Mistral-Nemo-Instruct-2407
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.12.0
checkpoint-219/adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "mistralai/Mistral-Nemo-Instruct-2407",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
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.0,
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
+ "q_proj",
24
+ "gate_proj",
25
+ "k_proj",
26
+ "up_proj",
27
+ "o_proj",
28
+ "v_proj",
29
+ "down_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
checkpoint-219/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edd469932dbcef3fe4de908caabd615a305dc2db865690f80ef63eefcaf9c815
3
+ size 114106856
checkpoint-219/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e3a62989a28ecdf951d72ea0fd5a90d21b11e17fe4f0cd58f286a429aa9f735
3
+ size 228536930
checkpoint-219/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7e52325e9d729519836af640f8f754a93ee06730fb2953b5309434b53b17562
3
+ size 14512
checkpoint-219/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a93593cf0342eb47876986e1063102e1546354426a2324c46ddcf1cbecae803
3
+ size 14512
checkpoint-219/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb42eaa476d66164742d8e57c54ee1c2ea541bedefcf1ea63778a36c221c9563
3
+ size 1064
checkpoint-219/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
checkpoint-219/tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0240ce510f08e6c2041724e9043e33be9d251d1e4a4d94eb68cd47b954b61d2
3
+ size 17078292
checkpoint-219/tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-219/trainer_state.json ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 50,
6
+ "global_step": 219,
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.091324200913242,
13
+ "grad_norm": 0.17780767381191254,
14
+ "learning_rate": 9.79562374273544e-05,
15
+ "loss": 0.3412,
16
+ "step": 20
17
+ },
18
+ {
19
+ "epoch": 0.182648401826484,
20
+ "grad_norm": 0.06632925570011139,
21
+ "learning_rate": 9.19920283275515e-05,
22
+ "loss": 0.0075,
23
+ "step": 40
24
+ },
25
+ {
26
+ "epoch": 0.228310502283105,
27
+ "eval_loss": 0.005886094179004431,
28
+ "eval_runtime": 62.5805,
29
+ "eval_samples_per_second": 7.782,
30
+ "eval_steps_per_second": 0.399,
31
+ "step": 50
32
+ },
33
+ {
34
+ "epoch": 0.273972602739726,
35
+ "grad_norm": 0.0776129812002182,
36
+ "learning_rate": 8.259494979393563e-05,
37
+ "loss": 0.0059,
38
+ "step": 60
39
+ },
40
+ {
41
+ "epoch": 0.365296803652968,
42
+ "grad_norm": 0.025069398805499077,
43
+ "learning_rate": 7.053321772247545e-05,
44
+ "loss": 0.0054,
45
+ "step": 80
46
+ },
47
+ {
48
+ "epoch": 0.45662100456621,
49
+ "grad_norm": 0.06095319241285324,
50
+ "learning_rate": 5.679288477592815e-05,
51
+ "loss": 0.0057,
52
+ "step": 100
53
+ },
54
+ {
55
+ "epoch": 0.45662100456621,
56
+ "eval_loss": 0.00544710224494338,
57
+ "eval_runtime": 62.5695,
58
+ "eval_samples_per_second": 7.783,
59
+ "eval_steps_per_second": 0.4,
60
+ "step": 100
61
+ },
62
+ {
63
+ "epoch": 0.547945205479452,
64
+ "grad_norm": 0.034162312746047974,
65
+ "learning_rate": 4.249723008276737e-05,
66
+ "loss": 0.0053,
67
+ "step": 120
68
+ },
69
+ {
70
+ "epoch": 0.639269406392694,
71
+ "grad_norm": 0.030082939192652702,
72
+ "learning_rate": 2.8814930603527068e-05,
73
+ "loss": 0.0051,
74
+ "step": 140
75
+ },
76
+ {
77
+ "epoch": 0.684931506849315,
78
+ "eval_loss": 0.0049239168874919415,
79
+ "eval_runtime": 62.5741,
80
+ "eval_samples_per_second": 7.783,
81
+ "eval_steps_per_second": 0.4,
82
+ "step": 150
83
+ },
84
+ {
85
+ "epoch": 0.730593607305936,
86
+ "grad_norm": 0.026808856055140495,
87
+ "learning_rate": 1.6864521201543197e-05,
88
+ "loss": 0.005,
89
+ "step": 160
90
+ },
91
+ {
92
+ "epoch": 0.821917808219178,
93
+ "grad_norm": 0.0478011779487133,
94
+ "learning_rate": 7.6229538553584556e-06,
95
+ "loss": 0.0045,
96
+ "step": 180
97
+ },
98
+ {
99
+ "epoch": 0.91324200913242,
100
+ "grad_norm": 0.05524557828903198,
101
+ "learning_rate": 1.8457313431614498e-06,
102
+ "loss": 0.0043,
103
+ "step": 200
104
+ },
105
+ {
106
+ "epoch": 0.91324200913242,
107
+ "eval_loss": 0.00419235322624445,
108
+ "eval_runtime": 62.5256,
109
+ "eval_samples_per_second": 7.789,
110
+ "eval_steps_per_second": 0.4,
111
+ "step": 200
112
+ }
113
+ ],
114
+ "logging_steps": 20,
115
+ "max_steps": 219,
116
+ "num_input_tokens_seen": 0,
117
+ "num_train_epochs": 1,
118
+ "save_steps": 2000,
119
+ "stateful_callbacks": {
120
+ "TrainerControl": {
121
+ "args": {
122
+ "should_epoch_stop": false,
123
+ "should_evaluate": false,
124
+ "should_log": false,
125
+ "should_save": true,
126
+ "should_training_stop": true
127
+ },
128
+ "attributes": {}
129
+ }
130
+ },
131
+ "total_flos": 4.685177916793815e+17,
132
+ "train_batch_size": 10,
133
+ "trial_name": null,
134
+ "trial_params": null
135
+ }
checkpoint-219/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5745adeac0a583efb8c7e43be81c0c942e5339d60a828e8a9f67d31cdb7653a
3
+ size 5496
eval_results.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_loss": 0.00418016966432333,
4
+ "eval_runtime": 62.5337,
5
+ "eval_samples_per_second": 7.788,
6
+ "eval_steps_per_second": 0.4
7
+ }
runs/Feb01_00-50-55_ctua-interactive-pod-1/events.out.tfevents.1738371070.ctua-interactive-pod-1.1693.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfa0e221f2093961b36a4fca1099735fbc5353afb844b63594ba623b06355b64
3
+ size 8843
runs/Feb01_00-50-55_ctua-interactive-pod-1/events.out.tfevents.1738373188.ctua-interactive-pod-1.1693.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb392e957fddba59c1556b9162c8d2076ff3d977bb465278c3f4a54a1367a03d
3
+ size 359
special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "</s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": false,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0240ce510f08e6c2041724e9043e33be9d251d1e4a4d94eb68cd47b954b61d2
3
+ size 17078292
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "total_flos": 4.685177916793815e+17,
4
+ "train_loss": 0.03597381513684852,
5
+ "train_runtime": 2055.0645,
6
+ "train_samples_per_second": 2.13,
7
+ "train_steps_per_second": 0.107
8
+ }
trainer_log.jsonl ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"current_steps": 20, "total_steps": 219, "loss": 0.3412, "lr": 9.79562374273544e-05, "epoch": 0.091324200913242, "percentage": 9.13, "elapsed_time": "0:02:45", "remaining_time": "0:27:29"}
2
+ {"current_steps": 40, "total_steps": 219, "loss": 0.0075, "lr": 9.19920283275515e-05, "epoch": 0.182648401826484, "percentage": 18.26, "elapsed_time": "0:05:30", "remaining_time": "0:24:40"}
3
+ {"current_steps": 50, "total_steps": 219, "eval_loss": 0.005886094179004431, "epoch": 0.228310502283105, "percentage": 22.83, "elapsed_time": "0:07:55", "remaining_time": "0:26:46"}
4
+ {"current_steps": 60, "total_steps": 219, "loss": 0.0059, "lr": 8.259494979393563e-05, "epoch": 0.273972602739726, "percentage": 27.4, "elapsed_time": "0:09:17", "remaining_time": "0:24:37"}
5
+ {"current_steps": 80, "total_steps": 219, "loss": 0.0054, "lr": 7.053321772247545e-05, "epoch": 0.365296803652968, "percentage": 36.53, "elapsed_time": "0:12:02", "remaining_time": "0:20:55"}
6
+ {"current_steps": 100, "total_steps": 219, "loss": 0.0057, "lr": 5.679288477592815e-05, "epoch": 0.45662100456621, "percentage": 45.66, "elapsed_time": "0:14:47", "remaining_time": "0:17:35"}
7
+ {"current_steps": 100, "total_steps": 219, "eval_loss": 0.00544710224494338, "epoch": 0.45662100456621, "percentage": 45.66, "elapsed_time": "0:15:49", "remaining_time": "0:18:49"}
8
+ {"current_steps": 120, "total_steps": 219, "loss": 0.0053, "lr": 4.249723008276737e-05, "epoch": 0.547945205479452, "percentage": 54.79, "elapsed_time": "0:18:34", "remaining_time": "0:15:19"}
9
+ {"current_steps": 140, "total_steps": 219, "loss": 0.0051, "lr": 2.8814930603527068e-05, "epoch": 0.639269406392694, "percentage": 63.93, "elapsed_time": "0:21:18", "remaining_time": "0:12:01"}
10
+ {"current_steps": 150, "total_steps": 219, "eval_loss": 0.0049239168874919415, "epoch": 0.684931506849315, "percentage": 68.49, "elapsed_time": "0:23:43", "remaining_time": "0:10:54"}
11
+ {"current_steps": 160, "total_steps": 219, "loss": 0.005, "lr": 1.6864521201543197e-05, "epoch": 0.730593607305936, "percentage": 73.06, "elapsed_time": "0:25:06", "remaining_time": "0:09:15"}
12
+ {"current_steps": 180, "total_steps": 219, "loss": 0.0045, "lr": 7.6229538553584556e-06, "epoch": 0.821917808219178, "percentage": 82.19, "elapsed_time": "0:27:50", "remaining_time": "0:06:01"}
13
+ {"current_steps": 200, "total_steps": 219, "loss": 0.0043, "lr": 1.8457313431614498e-06, "epoch": 0.91324200913242, "percentage": 91.32, "elapsed_time": "0:30:34", "remaining_time": "0:02:54"}
14
+ {"current_steps": 200, "total_steps": 219, "eval_loss": 0.00419235322624445, "epoch": 0.91324200913242, "percentage": 91.32, "elapsed_time": "0:31:36", "remaining_time": "0:03:00"}
15
+ {"current_steps": 219, "total_steps": 219, "epoch": 1.0, "percentage": 100.0, "elapsed_time": "0:34:14", "remaining_time": "0:00:00"}
trainer_state.json ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 50,
6
+ "global_step": 219,
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.091324200913242,
13
+ "grad_norm": 0.17780767381191254,
14
+ "learning_rate": 9.79562374273544e-05,
15
+ "loss": 0.3412,
16
+ "step": 20
17
+ },
18
+ {
19
+ "epoch": 0.182648401826484,
20
+ "grad_norm": 0.06632925570011139,
21
+ "learning_rate": 9.19920283275515e-05,
22
+ "loss": 0.0075,
23
+ "step": 40
24
+ },
25
+ {
26
+ "epoch": 0.228310502283105,
27
+ "eval_loss": 0.005886094179004431,
28
+ "eval_runtime": 62.5805,
29
+ "eval_samples_per_second": 7.782,
30
+ "eval_steps_per_second": 0.399,
31
+ "step": 50
32
+ },
33
+ {
34
+ "epoch": 0.273972602739726,
35
+ "grad_norm": 0.0776129812002182,
36
+ "learning_rate": 8.259494979393563e-05,
37
+ "loss": 0.0059,
38
+ "step": 60
39
+ },
40
+ {
41
+ "epoch": 0.365296803652968,
42
+ "grad_norm": 0.025069398805499077,
43
+ "learning_rate": 7.053321772247545e-05,
44
+ "loss": 0.0054,
45
+ "step": 80
46
+ },
47
+ {
48
+ "epoch": 0.45662100456621,
49
+ "grad_norm": 0.06095319241285324,
50
+ "learning_rate": 5.679288477592815e-05,
51
+ "loss": 0.0057,
52
+ "step": 100
53
+ },
54
+ {
55
+ "epoch": 0.45662100456621,
56
+ "eval_loss": 0.00544710224494338,
57
+ "eval_runtime": 62.5695,
58
+ "eval_samples_per_second": 7.783,
59
+ "eval_steps_per_second": 0.4,
60
+ "step": 100
61
+ },
62
+ {
63
+ "epoch": 0.547945205479452,
64
+ "grad_norm": 0.034162312746047974,
65
+ "learning_rate": 4.249723008276737e-05,
66
+ "loss": 0.0053,
67
+ "step": 120
68
+ },
69
+ {
70
+ "epoch": 0.639269406392694,
71
+ "grad_norm": 0.030082939192652702,
72
+ "learning_rate": 2.8814930603527068e-05,
73
+ "loss": 0.0051,
74
+ "step": 140
75
+ },
76
+ {
77
+ "epoch": 0.684931506849315,
78
+ "eval_loss": 0.0049239168874919415,
79
+ "eval_runtime": 62.5741,
80
+ "eval_samples_per_second": 7.783,
81
+ "eval_steps_per_second": 0.4,
82
+ "step": 150
83
+ },
84
+ {
85
+ "epoch": 0.730593607305936,
86
+ "grad_norm": 0.026808856055140495,
87
+ "learning_rate": 1.6864521201543197e-05,
88
+ "loss": 0.005,
89
+ "step": 160
90
+ },
91
+ {
92
+ "epoch": 0.821917808219178,
93
+ "grad_norm": 0.0478011779487133,
94
+ "learning_rate": 7.6229538553584556e-06,
95
+ "loss": 0.0045,
96
+ "step": 180
97
+ },
98
+ {
99
+ "epoch": 0.91324200913242,
100
+ "grad_norm": 0.05524557828903198,
101
+ "learning_rate": 1.8457313431614498e-06,
102
+ "loss": 0.0043,
103
+ "step": 200
104
+ },
105
+ {
106
+ "epoch": 0.91324200913242,
107
+ "eval_loss": 0.00419235322624445,
108
+ "eval_runtime": 62.5256,
109
+ "eval_samples_per_second": 7.789,
110
+ "eval_steps_per_second": 0.4,
111
+ "step": 200
112
+ },
113
+ {
114
+ "epoch": 1.0,
115
+ "step": 219,
116
+ "total_flos": 4.685177916793815e+17,
117
+ "train_loss": 0.03597381513684852,
118
+ "train_runtime": 2055.0645,
119
+ "train_samples_per_second": 2.13,
120
+ "train_steps_per_second": 0.107
121
+ }
122
+ ],
123
+ "logging_steps": 20,
124
+ "max_steps": 219,
125
+ "num_input_tokens_seen": 0,
126
+ "num_train_epochs": 1,
127
+ "save_steps": 2000,
128
+ "stateful_callbacks": {
129
+ "TrainerControl": {
130
+ "args": {
131
+ "should_epoch_stop": false,
132
+ "should_evaluate": false,
133
+ "should_log": false,
134
+ "should_save": true,
135
+ "should_training_stop": true
136
+ },
137
+ "attributes": {}
138
+ }
139
+ },
140
+ "total_flos": 4.685177916793815e+17,
141
+ "train_batch_size": 10,
142
+ "trial_name": null,
143
+ "trial_params": null
144
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5745adeac0a583efb8c7e43be81c0c942e5339d60a828e8a9f67d31cdb7653a
3
+ size 5496
training_eval_loss.png ADDED
training_loss.png ADDED