Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- README.md +71 -0
- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
- all_results.json +12 -0
- checkpoint-225/README.md +202 -0
- checkpoint-225/adapter_config.json +34 -0
- checkpoint-225/adapter_model.safetensors +3 -0
- checkpoint-225/optimizer.pt +3 -0
- checkpoint-225/rng_state_0.pth +3 -0
- checkpoint-225/rng_state_1.pth +3 -0
- checkpoint-225/scheduler.pt +3 -0
- checkpoint-225/special_tokens_map.json +24 -0
- checkpoint-225/tokenizer.json +3 -0
- checkpoint-225/tokenizer_config.json +0 -0
- checkpoint-225/trainer_state.json +243 -0
- checkpoint-225/training_args.bin +3 -0
- eval_results.json +7 -0
- runs/Jan16_00-39-55_yadi/events.out.tfevents.1736988015.yadi.662273.0 +3 -0
- runs/Jan16_00-39-55_yadi/events.out.tfevents.1736989966.yadi.662273.1 +3 -0
- special_tokens_map.json +24 -0
- tokenizer.json +3 -0
- tokenizer_config.json +0 -0
- train_results.json +8 -0
- trainer_log.jsonl +30 -0
- trainer_state.json +252 -0
- training_args.bin +3 -0
- training_eval_loss.png +0 -0
- training_loss.png +0 -0
.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-225/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,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: epidemiology_sft_5000_mcq_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 |
+
# epidemiology_sft_5000_mcq_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 epidemiology_5000_mcq dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0039
|
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.0042 | 0.1333 | 30 | 0.0041 |
|
57 |
+
| 0.004 | 0.2667 | 60 | 0.0039 |
|
58 |
+
| 0.0039 | 0.4 | 90 | 0.0039 |
|
59 |
+
| 0.0039 | 0.5333 | 120 | 0.0040 |
|
60 |
+
| 0.0039 | 0.6667 | 150 | 0.0039 |
|
61 |
+
| 0.0039 | 0.8 | 180 | 0.0039 |
|
62 |
+
| 0.0039 | 0.9333 | 210 | 0.0039 |
|
63 |
+
|
64 |
+
|
65 |
+
### Framework versions
|
66 |
+
|
67 |
+
- PEFT 0.12.0
|
68 |
+
- Transformers 4.46.0
|
69 |
+
- Pytorch 2.4.0+cu121
|
70 |
+
- Datasets 2.21.0
|
71 |
+
- 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 |
+
"down_proj",
|
24 |
+
"o_proj",
|
25 |
+
"q_proj",
|
26 |
+
"v_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"k_proj",
|
29 |
+
"up_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:2703c23aba68847a04780aabf4ce5b3d00ba5c4d2e6f838cf1f5fd45ba47b817
|
3 |
+
size 114106856
|
all_results.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.0039040492847561836,
|
4 |
+
"eval_runtime": 51.9607,
|
5 |
+
"eval_samples_per_second": 9.623,
|
6 |
+
"eval_steps_per_second": 0.481,
|
7 |
+
"total_flos": 3.68076153035948e+17,
|
8 |
+
"train_loss": 0.017504285780919924,
|
9 |
+
"train_runtime": 1899.4331,
|
10 |
+
"train_samples_per_second": 2.369,
|
11 |
+
"train_steps_per_second": 0.118
|
12 |
+
}
|
checkpoint-225/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-225/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 |
+
"down_proj",
|
24 |
+
"o_proj",
|
25 |
+
"q_proj",
|
26 |
+
"v_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"k_proj",
|
29 |
+
"up_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
checkpoint-225/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2703c23aba68847a04780aabf4ce5b3d00ba5c4d2e6f838cf1f5fd45ba47b817
|
3 |
+
size 114106856
|
checkpoint-225/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d403e1366c3ec6d0b3027ae404856bb95c9b2267b5698cdda2f1c08ccbb914dc
|
3 |
+
size 228536930
|
checkpoint-225/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3dcb161b22b2558dbf7e3f8c871050cec383d11a40423fab11f18d5e630639bf
|
3 |
+
size 14512
|
checkpoint-225/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d50af6aef769414a6f28fa1b1bc51ce707dc8ecd15474e03f99a2f10fde086be
|
3 |
+
size 14512
|
checkpoint-225/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d2e8e1082d3099d4c132f9a515dd7fe70d2d06f17c6cff03af92316d8601f12
|
3 |
+
size 1064
|
checkpoint-225/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-225/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0240ce510f08e6c2041724e9043e33be9d251d1e4a4d94eb68cd47b954b61d2
|
3 |
+
size 17078292
|
checkpoint-225/tokenizer_config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-225/trainer_state.json
ADDED
@@ -0,0 +1,243 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 30,
|
6 |
+
"global_step": 225,
|
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.044444444444444446,
|
13 |
+
"grad_norm": 0.3667745590209961,
|
14 |
+
"learning_rate": 9.951340343707852e-05,
|
15 |
+
"loss": 0.307,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.08888888888888889,
|
20 |
+
"grad_norm": 0.016515299677848816,
|
21 |
+
"learning_rate": 9.806308479691595e-05,
|
22 |
+
"loss": 0.0062,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.13333333333333333,
|
27 |
+
"grad_norm": 0.09039086103439331,
|
28 |
+
"learning_rate": 9.567727288213005e-05,
|
29 |
+
"loss": 0.0042,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.13333333333333333,
|
34 |
+
"eval_loss": 0.004083628766238689,
|
35 |
+
"eval_runtime": 51.9939,
|
36 |
+
"eval_samples_per_second": 9.617,
|
37 |
+
"eval_steps_per_second": 0.481,
|
38 |
+
"step": 30
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.17777777777777778,
|
42 |
+
"grad_norm": 0.0036161942407488823,
|
43 |
+
"learning_rate": 9.24024048078213e-05,
|
44 |
+
"loss": 0.0041,
|
45 |
+
"step": 40
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.2222222222222222,
|
49 |
+
"grad_norm": 0.03548239916563034,
|
50 |
+
"learning_rate": 8.83022221559489e-05,
|
51 |
+
"loss": 0.0039,
|
52 |
+
"step": 50
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.26666666666666666,
|
56 |
+
"grad_norm": 0.03349478542804718,
|
57 |
+
"learning_rate": 8.345653031794292e-05,
|
58 |
+
"loss": 0.004,
|
59 |
+
"step": 60
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.26666666666666666,
|
63 |
+
"eval_loss": 0.003905750811100006,
|
64 |
+
"eval_runtime": 52.0248,
|
65 |
+
"eval_samples_per_second": 9.611,
|
66 |
+
"eval_steps_per_second": 0.481,
|
67 |
+
"step": 60
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"epoch": 0.3111111111111111,
|
71 |
+
"grad_norm": 0.003334084525704384,
|
72 |
+
"learning_rate": 7.795964517353735e-05,
|
73 |
+
"loss": 0.004,
|
74 |
+
"step": 70
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"epoch": 0.35555555555555557,
|
78 |
+
"grad_norm": 0.0032222650479525328,
|
79 |
+
"learning_rate": 7.191855733945387e-05,
|
80 |
+
"loss": 0.004,
|
81 |
+
"step": 80
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.4,
|
85 |
+
"grad_norm": 0.009061365388333797,
|
86 |
+
"learning_rate": 6.545084971874738e-05,
|
87 |
+
"loss": 0.0039,
|
88 |
+
"step": 90
|
89 |
+
},
|
90 |
+
{
|
91 |
+
"epoch": 0.4,
|
92 |
+
"eval_loss": 0.0039283959195017815,
|
93 |
+
"eval_runtime": 52.0001,
|
94 |
+
"eval_samples_per_second": 9.615,
|
95 |
+
"eval_steps_per_second": 0.481,
|
96 |
+
"step": 90
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"epoch": 0.4444444444444444,
|
100 |
+
"grad_norm": 0.001912094303406775,
|
101 |
+
"learning_rate": 5.868240888334653e-05,
|
102 |
+
"loss": 0.004,
|
103 |
+
"step": 100
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"epoch": 0.4888888888888889,
|
107 |
+
"grad_norm": 0.007684116251766682,
|
108 |
+
"learning_rate": 5.174497483512506e-05,
|
109 |
+
"loss": 0.0039,
|
110 |
+
"step": 110
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"epoch": 0.5333333333333333,
|
114 |
+
"grad_norm": 0.0023366182576864958,
|
115 |
+
"learning_rate": 4.477357683661734e-05,
|
116 |
+
"loss": 0.0039,
|
117 |
+
"step": 120
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"epoch": 0.5333333333333333,
|
121 |
+
"eval_loss": 0.003954995423555374,
|
122 |
+
"eval_runtime": 52.0391,
|
123 |
+
"eval_samples_per_second": 9.608,
|
124 |
+
"eval_steps_per_second": 0.48,
|
125 |
+
"step": 120
|
126 |
+
},
|
127 |
+
{
|
128 |
+
"epoch": 0.5777777777777777,
|
129 |
+
"grad_norm": 0.003150626551359892,
|
130 |
+
"learning_rate": 3.790390522001662e-05,
|
131 |
+
"loss": 0.0039,
|
132 |
+
"step": 130
|
133 |
+
},
|
134 |
+
{
|
135 |
+
"epoch": 0.6222222222222222,
|
136 |
+
"grad_norm": 0.001225905492901802,
|
137 |
+
"learning_rate": 3.12696703292044e-05,
|
138 |
+
"loss": 0.0039,
|
139 |
+
"step": 140
|
140 |
+
},
|
141 |
+
{
|
142 |
+
"epoch": 0.6666666666666666,
|
143 |
+
"grad_norm": 0.004419529344886541,
|
144 |
+
"learning_rate": 2.500000000000001e-05,
|
145 |
+
"loss": 0.0039,
|
146 |
+
"step": 150
|
147 |
+
},
|
148 |
+
{
|
149 |
+
"epoch": 0.6666666666666666,
|
150 |
+
"eval_loss": 0.003903371747583151,
|
151 |
+
"eval_runtime": 52.037,
|
152 |
+
"eval_samples_per_second": 9.609,
|
153 |
+
"eval_steps_per_second": 0.48,
|
154 |
+
"step": 150
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"epoch": 0.7111111111111111,
|
158 |
+
"grad_norm": 0.0037097111344337463,
|
159 |
+
"learning_rate": 1.9216926233717085e-05,
|
160 |
+
"loss": 0.0039,
|
161 |
+
"step": 160
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"epoch": 0.7555555555555555,
|
165 |
+
"grad_norm": 0.011564449407160282,
|
166 |
+
"learning_rate": 1.4033009983067452e-05,
|
167 |
+
"loss": 0.0039,
|
168 |
+
"step": 170
|
169 |
+
},
|
170 |
+
{
|
171 |
+
"epoch": 0.8,
|
172 |
+
"grad_norm": 0.019085539504885674,
|
173 |
+
"learning_rate": 9.549150281252633e-06,
|
174 |
+
"loss": 0.0039,
|
175 |
+
"step": 180
|
176 |
+
},
|
177 |
+
{
|
178 |
+
"epoch": 0.8,
|
179 |
+
"eval_loss": 0.003919120877981186,
|
180 |
+
"eval_runtime": 52.0957,
|
181 |
+
"eval_samples_per_second": 9.598,
|
182 |
+
"eval_steps_per_second": 0.48,
|
183 |
+
"step": 180
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 0.8444444444444444,
|
187 |
+
"grad_norm": 0.0039107827469706535,
|
188 |
+
"learning_rate": 5.852620357053651e-06,
|
189 |
+
"loss": 0.0039,
|
190 |
+
"step": 190
|
191 |
+
},
|
192 |
+
{
|
193 |
+
"epoch": 0.8888888888888888,
|
194 |
+
"grad_norm": 0.011299680918455124,
|
195 |
+
"learning_rate": 3.0153689607045845e-06,
|
196 |
+
"loss": 0.0039,
|
197 |
+
"step": 200
|
198 |
+
},
|
199 |
+
{
|
200 |
+
"epoch": 0.9333333333333333,
|
201 |
+
"grad_norm": 0.0018409871263429523,
|
202 |
+
"learning_rate": 1.0926199633097157e-06,
|
203 |
+
"loss": 0.0039,
|
204 |
+
"step": 210
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"epoch": 0.9333333333333333,
|
208 |
+
"eval_loss": 0.003911687061190605,
|
209 |
+
"eval_runtime": 52.1073,
|
210 |
+
"eval_samples_per_second": 9.596,
|
211 |
+
"eval_steps_per_second": 0.48,
|
212 |
+
"step": 210
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.9777777777777777,
|
216 |
+
"grad_norm": 0.0032750105019658804,
|
217 |
+
"learning_rate": 1.2179748700879012e-07,
|
218 |
+
"loss": 0.0038,
|
219 |
+
"step": 220
|
220 |
+
}
|
221 |
+
],
|
222 |
+
"logging_steps": 10,
|
223 |
+
"max_steps": 225,
|
224 |
+
"num_input_tokens_seen": 0,
|
225 |
+
"num_train_epochs": 1,
|
226 |
+
"save_steps": 500,
|
227 |
+
"stateful_callbacks": {
|
228 |
+
"TrainerControl": {
|
229 |
+
"args": {
|
230 |
+
"should_epoch_stop": false,
|
231 |
+
"should_evaluate": false,
|
232 |
+
"should_log": false,
|
233 |
+
"should_save": true,
|
234 |
+
"should_training_stop": true
|
235 |
+
},
|
236 |
+
"attributes": {}
|
237 |
+
}
|
238 |
+
},
|
239 |
+
"total_flos": 3.68076153035948e+17,
|
240 |
+
"train_batch_size": 10,
|
241 |
+
"trial_name": null,
|
242 |
+
"trial_params": null
|
243 |
+
}
|
checkpoint-225/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b4b9e9684cd5ed7c53afbe69f091172945a2145d540be7b1e29ee41fe4aa9ba
|
3 |
+
size 5432
|
eval_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.0039040492847561836,
|
4 |
+
"eval_runtime": 51.9607,
|
5 |
+
"eval_samples_per_second": 9.623,
|
6 |
+
"eval_steps_per_second": 0.481
|
7 |
+
}
|
runs/Jan16_00-39-55_yadi/events.out.tfevents.1736988015.yadi.662273.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51a7d676ca73cefbb1d5c128261761409e3adda1f306129c098bfc40fba122b2
|
3 |
+
size 12126
|
runs/Jan16_00-39-55_yadi/events.out.tfevents.1736989966.yadi.662273.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9cf1a20c43ea1d6071e7292fe5f362e9fdcc1ea36d5b6df6d81edea174390498
|
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": 3.68076153035948e+17,
|
4 |
+
"train_loss": 0.017504285780919924,
|
5 |
+
"train_runtime": 1899.4331,
|
6 |
+
"train_samples_per_second": 2.369,
|
7 |
+
"train_steps_per_second": 0.118
|
8 |
+
}
|
trainer_log.jsonl
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"current_steps": 10, "total_steps": 225, "loss": 0.307, "lr": 9.951340343707852e-05, "epoch": 0.044444444444444446, "percentage": 4.44, "elapsed_time": "0:01:08", "remaining_time": "0:24:25"}
|
2 |
+
{"current_steps": 20, "total_steps": 225, "loss": 0.0062, "lr": 9.806308479691595e-05, "epoch": 0.08888888888888889, "percentage": 8.89, "elapsed_time": "0:02:15", "remaining_time": "0:23:13"}
|
3 |
+
{"current_steps": 30, "total_steps": 225, "loss": 0.0042, "lr": 9.567727288213005e-05, "epoch": 0.13333333333333333, "percentage": 13.33, "elapsed_time": "0:03:23", "remaining_time": "0:22:05"}
|
4 |
+
{"current_steps": 30, "total_steps": 225, "eval_loss": 0.004083628766238689, "epoch": 0.13333333333333333, "percentage": 13.33, "elapsed_time": "0:04:15", "remaining_time": "0:27:43"}
|
5 |
+
{"current_steps": 40, "total_steps": 225, "loss": 0.0041, "lr": 9.24024048078213e-05, "epoch": 0.17777777777777778, "percentage": 17.78, "elapsed_time": "0:05:23", "remaining_time": "0:24:58"}
|
6 |
+
{"current_steps": 50, "total_steps": 225, "loss": 0.0039, "lr": 8.83022221559489e-05, "epoch": 0.2222222222222222, "percentage": 22.22, "elapsed_time": "0:06:31", "remaining_time": "0:22:51"}
|
7 |
+
{"current_steps": 60, "total_steps": 225, "loss": 0.004, "lr": 8.345653031794292e-05, "epoch": 0.26666666666666666, "percentage": 26.67, "elapsed_time": "0:07:40", "remaining_time": "0:21:05"}
|
8 |
+
{"current_steps": 60, "total_steps": 225, "eval_loss": 0.003905750811100006, "epoch": 0.26666666666666666, "percentage": 26.67, "elapsed_time": "0:08:32", "remaining_time": "0:23:28"}
|
9 |
+
{"current_steps": 70, "total_steps": 225, "loss": 0.004, "lr": 7.795964517353735e-05, "epoch": 0.3111111111111111, "percentage": 31.11, "elapsed_time": "0:09:40", "remaining_time": "0:21:24"}
|
10 |
+
{"current_steps": 80, "total_steps": 225, "loss": 0.004, "lr": 7.191855733945387e-05, "epoch": 0.35555555555555557, "percentage": 35.56, "elapsed_time": "0:10:48", "remaining_time": "0:19:34"}
|
11 |
+
{"current_steps": 90, "total_steps": 225, "loss": 0.0039, "lr": 6.545084971874738e-05, "epoch": 0.4, "percentage": 40.0, "elapsed_time": "0:11:56", "remaining_time": "0:17:54"}
|
12 |
+
{"current_steps": 90, "total_steps": 225, "eval_loss": 0.0039283959195017815, "epoch": 0.4, "percentage": 40.0, "elapsed_time": "0:12:48", "remaining_time": "0:19:12"}
|
13 |
+
{"current_steps": 100, "total_steps": 225, "loss": 0.004, "lr": 5.868240888334653e-05, "epoch": 0.4444444444444444, "percentage": 44.44, "elapsed_time": "0:13:56", "remaining_time": "0:17:25"}
|
14 |
+
{"current_steps": 110, "total_steps": 225, "loss": 0.0039, "lr": 5.174497483512506e-05, "epoch": 0.4888888888888889, "percentage": 48.89, "elapsed_time": "0:15:04", "remaining_time": "0:15:45"}
|
15 |
+
{"current_steps": 120, "total_steps": 225, "loss": 0.0039, "lr": 4.477357683661734e-05, "epoch": 0.5333333333333333, "percentage": 53.33, "elapsed_time": "0:16:12", "remaining_time": "0:14:10"}
|
16 |
+
{"current_steps": 120, "total_steps": 225, "eval_loss": 0.003954995423555374, "epoch": 0.5333333333333333, "percentage": 53.33, "elapsed_time": "0:17:04", "remaining_time": "0:14:56"}
|
17 |
+
{"current_steps": 130, "total_steps": 225, "loss": 0.0039, "lr": 3.790390522001662e-05, "epoch": 0.5777777777777777, "percentage": 57.78, "elapsed_time": "0:18:12", "remaining_time": "0:13:18"}
|
18 |
+
{"current_steps": 140, "total_steps": 225, "loss": 0.0039, "lr": 3.12696703292044e-05, "epoch": 0.6222222222222222, "percentage": 62.22, "elapsed_time": "0:19:20", "remaining_time": "0:11:44"}
|
19 |
+
{"current_steps": 150, "total_steps": 225, "loss": 0.0039, "lr": 2.500000000000001e-05, "epoch": 0.6666666666666666, "percentage": 66.67, "elapsed_time": "0:20:28", "remaining_time": "0:10:14"}
|
20 |
+
{"current_steps": 150, "total_steps": 225, "eval_loss": 0.003903371747583151, "epoch": 0.6666666666666666, "percentage": 66.67, "elapsed_time": "0:21:20", "remaining_time": "0:10:40"}
|
21 |
+
{"current_steps": 160, "total_steps": 225, "loss": 0.0039, "lr": 1.9216926233717085e-05, "epoch": 0.7111111111111111, "percentage": 71.11, "elapsed_time": "0:22:29", "remaining_time": "0:09:08"}
|
22 |
+
{"current_steps": 170, "total_steps": 225, "loss": 0.0039, "lr": 1.4033009983067452e-05, "epoch": 0.7555555555555555, "percentage": 75.56, "elapsed_time": "0:23:37", "remaining_time": "0:07:38"}
|
23 |
+
{"current_steps": 180, "total_steps": 225, "loss": 0.0039, "lr": 9.549150281252633e-06, "epoch": 0.8, "percentage": 80.0, "elapsed_time": "0:24:45", "remaining_time": "0:06:11"}
|
24 |
+
{"current_steps": 180, "total_steps": 225, "eval_loss": 0.003919120877981186, "epoch": 0.8, "percentage": 80.0, "elapsed_time": "0:25:37", "remaining_time": "0:06:24"}
|
25 |
+
{"current_steps": 190, "total_steps": 225, "loss": 0.0039, "lr": 5.852620357053651e-06, "epoch": 0.8444444444444444, "percentage": 84.44, "elapsed_time": "0:26:45", "remaining_time": "0:04:55"}
|
26 |
+
{"current_steps": 200, "total_steps": 225, "loss": 0.0039, "lr": 3.0153689607045845e-06, "epoch": 0.8888888888888888, "percentage": 88.89, "elapsed_time": "0:27:53", "remaining_time": "0:03:29"}
|
27 |
+
{"current_steps": 210, "total_steps": 225, "loss": 0.0039, "lr": 1.0926199633097157e-06, "epoch": 0.9333333333333333, "percentage": 93.33, "elapsed_time": "0:29:02", "remaining_time": "0:02:04"}
|
28 |
+
{"current_steps": 210, "total_steps": 225, "eval_loss": 0.003911687061190605, "epoch": 0.9333333333333333, "percentage": 93.33, "elapsed_time": "0:29:54", "remaining_time": "0:02:08"}
|
29 |
+
{"current_steps": 220, "total_steps": 225, "loss": 0.0038, "lr": 1.2179748700879012e-07, "epoch": 0.9777777777777777, "percentage": 97.78, "elapsed_time": "0:31:02", "remaining_time": "0:00:42"}
|
30 |
+
{"current_steps": 225, "total_steps": 225, "epoch": 1.0, "percentage": 100.0, "elapsed_time": "0:31:37", "remaining_time": "0:00:00"}
|
trainer_state.json
ADDED
@@ -0,0 +1,252 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 30,
|
6 |
+
"global_step": 225,
|
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.044444444444444446,
|
13 |
+
"grad_norm": 0.3667745590209961,
|
14 |
+
"learning_rate": 9.951340343707852e-05,
|
15 |
+
"loss": 0.307,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.08888888888888889,
|
20 |
+
"grad_norm": 0.016515299677848816,
|
21 |
+
"learning_rate": 9.806308479691595e-05,
|
22 |
+
"loss": 0.0062,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.13333333333333333,
|
27 |
+
"grad_norm": 0.09039086103439331,
|
28 |
+
"learning_rate": 9.567727288213005e-05,
|
29 |
+
"loss": 0.0042,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.13333333333333333,
|
34 |
+
"eval_loss": 0.004083628766238689,
|
35 |
+
"eval_runtime": 51.9939,
|
36 |
+
"eval_samples_per_second": 9.617,
|
37 |
+
"eval_steps_per_second": 0.481,
|
38 |
+
"step": 30
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.17777777777777778,
|
42 |
+
"grad_norm": 0.0036161942407488823,
|
43 |
+
"learning_rate": 9.24024048078213e-05,
|
44 |
+
"loss": 0.0041,
|
45 |
+
"step": 40
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.2222222222222222,
|
49 |
+
"grad_norm": 0.03548239916563034,
|
50 |
+
"learning_rate": 8.83022221559489e-05,
|
51 |
+
"loss": 0.0039,
|
52 |
+
"step": 50
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.26666666666666666,
|
56 |
+
"grad_norm": 0.03349478542804718,
|
57 |
+
"learning_rate": 8.345653031794292e-05,
|
58 |
+
"loss": 0.004,
|
59 |
+
"step": 60
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.26666666666666666,
|
63 |
+
"eval_loss": 0.003905750811100006,
|
64 |
+
"eval_runtime": 52.0248,
|
65 |
+
"eval_samples_per_second": 9.611,
|
66 |
+
"eval_steps_per_second": 0.481,
|
67 |
+
"step": 60
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"epoch": 0.3111111111111111,
|
71 |
+
"grad_norm": 0.003334084525704384,
|
72 |
+
"learning_rate": 7.795964517353735e-05,
|
73 |
+
"loss": 0.004,
|
74 |
+
"step": 70
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"epoch": 0.35555555555555557,
|
78 |
+
"grad_norm": 0.0032222650479525328,
|
79 |
+
"learning_rate": 7.191855733945387e-05,
|
80 |
+
"loss": 0.004,
|
81 |
+
"step": 80
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.4,
|
85 |
+
"grad_norm": 0.009061365388333797,
|
86 |
+
"learning_rate": 6.545084971874738e-05,
|
87 |
+
"loss": 0.0039,
|
88 |
+
"step": 90
|
89 |
+
},
|
90 |
+
{
|
91 |
+
"epoch": 0.4,
|
92 |
+
"eval_loss": 0.0039283959195017815,
|
93 |
+
"eval_runtime": 52.0001,
|
94 |
+
"eval_samples_per_second": 9.615,
|
95 |
+
"eval_steps_per_second": 0.481,
|
96 |
+
"step": 90
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"epoch": 0.4444444444444444,
|
100 |
+
"grad_norm": 0.001912094303406775,
|
101 |
+
"learning_rate": 5.868240888334653e-05,
|
102 |
+
"loss": 0.004,
|
103 |
+
"step": 100
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"epoch": 0.4888888888888889,
|
107 |
+
"grad_norm": 0.007684116251766682,
|
108 |
+
"learning_rate": 5.174497483512506e-05,
|
109 |
+
"loss": 0.0039,
|
110 |
+
"step": 110
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"epoch": 0.5333333333333333,
|
114 |
+
"grad_norm": 0.0023366182576864958,
|
115 |
+
"learning_rate": 4.477357683661734e-05,
|
116 |
+
"loss": 0.0039,
|
117 |
+
"step": 120
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"epoch": 0.5333333333333333,
|
121 |
+
"eval_loss": 0.003954995423555374,
|
122 |
+
"eval_runtime": 52.0391,
|
123 |
+
"eval_samples_per_second": 9.608,
|
124 |
+
"eval_steps_per_second": 0.48,
|
125 |
+
"step": 120
|
126 |
+
},
|
127 |
+
{
|
128 |
+
"epoch": 0.5777777777777777,
|
129 |
+
"grad_norm": 0.003150626551359892,
|
130 |
+
"learning_rate": 3.790390522001662e-05,
|
131 |
+
"loss": 0.0039,
|
132 |
+
"step": 130
|
133 |
+
},
|
134 |
+
{
|
135 |
+
"epoch": 0.6222222222222222,
|
136 |
+
"grad_norm": 0.001225905492901802,
|
137 |
+
"learning_rate": 3.12696703292044e-05,
|
138 |
+
"loss": 0.0039,
|
139 |
+
"step": 140
|
140 |
+
},
|
141 |
+
{
|
142 |
+
"epoch": 0.6666666666666666,
|
143 |
+
"grad_norm": 0.004419529344886541,
|
144 |
+
"learning_rate": 2.500000000000001e-05,
|
145 |
+
"loss": 0.0039,
|
146 |
+
"step": 150
|
147 |
+
},
|
148 |
+
{
|
149 |
+
"epoch": 0.6666666666666666,
|
150 |
+
"eval_loss": 0.003903371747583151,
|
151 |
+
"eval_runtime": 52.037,
|
152 |
+
"eval_samples_per_second": 9.609,
|
153 |
+
"eval_steps_per_second": 0.48,
|
154 |
+
"step": 150
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"epoch": 0.7111111111111111,
|
158 |
+
"grad_norm": 0.0037097111344337463,
|
159 |
+
"learning_rate": 1.9216926233717085e-05,
|
160 |
+
"loss": 0.0039,
|
161 |
+
"step": 160
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"epoch": 0.7555555555555555,
|
165 |
+
"grad_norm": 0.011564449407160282,
|
166 |
+
"learning_rate": 1.4033009983067452e-05,
|
167 |
+
"loss": 0.0039,
|
168 |
+
"step": 170
|
169 |
+
},
|
170 |
+
{
|
171 |
+
"epoch": 0.8,
|
172 |
+
"grad_norm": 0.019085539504885674,
|
173 |
+
"learning_rate": 9.549150281252633e-06,
|
174 |
+
"loss": 0.0039,
|
175 |
+
"step": 180
|
176 |
+
},
|
177 |
+
{
|
178 |
+
"epoch": 0.8,
|
179 |
+
"eval_loss": 0.003919120877981186,
|
180 |
+
"eval_runtime": 52.0957,
|
181 |
+
"eval_samples_per_second": 9.598,
|
182 |
+
"eval_steps_per_second": 0.48,
|
183 |
+
"step": 180
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 0.8444444444444444,
|
187 |
+
"grad_norm": 0.0039107827469706535,
|
188 |
+
"learning_rate": 5.852620357053651e-06,
|
189 |
+
"loss": 0.0039,
|
190 |
+
"step": 190
|
191 |
+
},
|
192 |
+
{
|
193 |
+
"epoch": 0.8888888888888888,
|
194 |
+
"grad_norm": 0.011299680918455124,
|
195 |
+
"learning_rate": 3.0153689607045845e-06,
|
196 |
+
"loss": 0.0039,
|
197 |
+
"step": 200
|
198 |
+
},
|
199 |
+
{
|
200 |
+
"epoch": 0.9333333333333333,
|
201 |
+
"grad_norm": 0.0018409871263429523,
|
202 |
+
"learning_rate": 1.0926199633097157e-06,
|
203 |
+
"loss": 0.0039,
|
204 |
+
"step": 210
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"epoch": 0.9333333333333333,
|
208 |
+
"eval_loss": 0.003911687061190605,
|
209 |
+
"eval_runtime": 52.1073,
|
210 |
+
"eval_samples_per_second": 9.596,
|
211 |
+
"eval_steps_per_second": 0.48,
|
212 |
+
"step": 210
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.9777777777777777,
|
216 |
+
"grad_norm": 0.0032750105019658804,
|
217 |
+
"learning_rate": 1.2179748700879012e-07,
|
218 |
+
"loss": 0.0038,
|
219 |
+
"step": 220
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 1.0,
|
223 |
+
"step": 225,
|
224 |
+
"total_flos": 3.68076153035948e+17,
|
225 |
+
"train_loss": 0.017504285780919924,
|
226 |
+
"train_runtime": 1899.4331,
|
227 |
+
"train_samples_per_second": 2.369,
|
228 |
+
"train_steps_per_second": 0.118
|
229 |
+
}
|
230 |
+
],
|
231 |
+
"logging_steps": 10,
|
232 |
+
"max_steps": 225,
|
233 |
+
"num_input_tokens_seen": 0,
|
234 |
+
"num_train_epochs": 1,
|
235 |
+
"save_steps": 500,
|
236 |
+
"stateful_callbacks": {
|
237 |
+
"TrainerControl": {
|
238 |
+
"args": {
|
239 |
+
"should_epoch_stop": false,
|
240 |
+
"should_evaluate": false,
|
241 |
+
"should_log": false,
|
242 |
+
"should_save": true,
|
243 |
+
"should_training_stop": true
|
244 |
+
},
|
245 |
+
"attributes": {}
|
246 |
+
}
|
247 |
+
},
|
248 |
+
"total_flos": 3.68076153035948e+17,
|
249 |
+
"train_batch_size": 10,
|
250 |
+
"trial_name": null,
|
251 |
+
"trial_params": null
|
252 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9b4b9e9684cd5ed7c53afbe69f091172945a2145d540be7b1e29ee41fe4aa9ba
|
3 |
+
size 5432
|
training_eval_loss.png
ADDED
![]() |
training_loss.png
ADDED
![]() |