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/rng_state_2.pth +3 -0
- checkpoint-225/rng_state_3.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/Jan28_00-23-21_yadi/events.out.tfevents.1738023974.yadi.354353.0 +3 -0
- runs/Jan28_00-23-21_yadi/events.out.tfevents.1738025972.yadi.354353.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_10000_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 |
+
# epidemiology_sft_10000_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 epidemiology_10000_mcq_u dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0035
|
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: 4
|
46 |
+
- total_train_batch_size: 40
|
47 |
+
- total_eval_batch_size: 40
|
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.0039 | 0.1333 | 30 | 0.0036 |
|
57 |
+
| 0.0038 | 0.2667 | 60 | 0.0037 |
|
58 |
+
| 0.0036 | 0.4 | 90 | 0.0036 |
|
59 |
+
| 0.0036 | 0.5333 | 120 | 0.0035 |
|
60 |
+
| 0.0036 | 0.6667 | 150 | 0.0035 |
|
61 |
+
| 0.0035 | 0.8 | 180 | 0.0035 |
|
62 |
+
| 0.0035 | 0.9333 | 210 | 0.0035 |
|
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 |
+
"k_proj",
|
24 |
+
"up_proj",
|
25 |
+
"down_proj",
|
26 |
+
"gate_proj",
|
27 |
+
"q_proj",
|
28 |
+
"v_proj",
|
29 |
+
"o_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:7e8786eeb1bd79d8b7ea9d63e87f3e18ebe7e757f516d657b5e0929ce5dd4222
|
3 |
+
size 114106856
|
all_results.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.003535117954015732,
|
4 |
+
"eval_runtime": 53.3197,
|
5 |
+
"eval_samples_per_second": 18.755,
|
6 |
+
"eval_steps_per_second": 0.469,
|
7 |
+
"total_flos": 7.559164517091901e+17,
|
8 |
+
"train_loss": 0.017044952660799025,
|
9 |
+
"train_runtime": 1944.9953,
|
10 |
+
"train_samples_per_second": 4.627,
|
11 |
+
"train_steps_per_second": 0.116
|
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 |
+
"k_proj",
|
24 |
+
"up_proj",
|
25 |
+
"down_proj",
|
26 |
+
"gate_proj",
|
27 |
+
"q_proj",
|
28 |
+
"v_proj",
|
29 |
+
"o_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:7e8786eeb1bd79d8b7ea9d63e87f3e18ebe7e757f516d657b5e0929ce5dd4222
|
3 |
+
size 114106856
|
checkpoint-225/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9f6d72333a085ce0afc0f592fc91d6a2eca268977a16740d4447c1172db2980b
|
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:ee97cd82dba4d425fdd8dfdb88d4a43d0d4b1979b5c81ab4a24914fb00d4f332
|
3 |
+
size 15024
|
checkpoint-225/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91dad95440fb85dc4a31745642117165c1a72173b2e389679ea8c0b2b6fcd7e2
|
3 |
+
size 15024
|
checkpoint-225/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98698326b023c2af02c94f18726ce52c7f7a6fe290734dd7edbe99bc807fcfa0
|
3 |
+
size 15024
|
checkpoint-225/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:708e7c6b5bf8a327e688779ebc08830ce249928bcb1ff5c82b1b1d0bf6d2660b
|
3 |
+
size 15024
|
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.2802587151527405,
|
14 |
+
"learning_rate": 9.951340343707852e-05,
|
15 |
+
"loss": 0.3045,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.08888888888888889,
|
20 |
+
"grad_norm": 0.021381886675953865,
|
21 |
+
"learning_rate": 9.806308479691595e-05,
|
22 |
+
"loss": 0.0054,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.13333333333333333,
|
27 |
+
"grad_norm": 0.017750784754753113,
|
28 |
+
"learning_rate": 9.567727288213005e-05,
|
29 |
+
"loss": 0.0039,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.13333333333333333,
|
34 |
+
"eval_loss": 0.0036237684544175863,
|
35 |
+
"eval_runtime": 53.377,
|
36 |
+
"eval_samples_per_second": 18.735,
|
37 |
+
"eval_steps_per_second": 0.468,
|
38 |
+
"step": 30
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.17777777777777778,
|
42 |
+
"grad_norm": 0.009207488968968391,
|
43 |
+
"learning_rate": 9.24024048078213e-05,
|
44 |
+
"loss": 0.0036,
|
45 |
+
"step": 40
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.2222222222222222,
|
49 |
+
"grad_norm": 0.03058847412467003,
|
50 |
+
"learning_rate": 8.83022221559489e-05,
|
51 |
+
"loss": 0.0037,
|
52 |
+
"step": 50
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.26666666666666666,
|
56 |
+
"grad_norm": 0.023914409801363945,
|
57 |
+
"learning_rate": 8.345653031794292e-05,
|
58 |
+
"loss": 0.0038,
|
59 |
+
"step": 60
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.26666666666666666,
|
63 |
+
"eval_loss": 0.0036710596177726984,
|
64 |
+
"eval_runtime": 53.396,
|
65 |
+
"eval_samples_per_second": 18.728,
|
66 |
+
"eval_steps_per_second": 0.468,
|
67 |
+
"step": 60
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"epoch": 0.3111111111111111,
|
71 |
+
"grad_norm": 0.0324842669069767,
|
72 |
+
"learning_rate": 7.795964517353735e-05,
|
73 |
+
"loss": 0.0036,
|
74 |
+
"step": 70
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"epoch": 0.35555555555555557,
|
78 |
+
"grad_norm": 0.002750804414972663,
|
79 |
+
"learning_rate": 7.191855733945387e-05,
|
80 |
+
"loss": 0.0036,
|
81 |
+
"step": 80
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.4,
|
85 |
+
"grad_norm": 0.0023576547391712666,
|
86 |
+
"learning_rate": 6.545084971874738e-05,
|
87 |
+
"loss": 0.0036,
|
88 |
+
"step": 90
|
89 |
+
},
|
90 |
+
{
|
91 |
+
"epoch": 0.4,
|
92 |
+
"eval_loss": 0.003560666460543871,
|
93 |
+
"eval_runtime": 53.4786,
|
94 |
+
"eval_samples_per_second": 18.699,
|
95 |
+
"eval_steps_per_second": 0.467,
|
96 |
+
"step": 90
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"epoch": 0.4444444444444444,
|
100 |
+
"grad_norm": 0.016149163246154785,
|
101 |
+
"learning_rate": 5.868240888334653e-05,
|
102 |
+
"loss": 0.0036,
|
103 |
+
"step": 100
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"epoch": 0.4888888888888889,
|
107 |
+
"grad_norm": 0.0039548748172819614,
|
108 |
+
"learning_rate": 5.174497483512506e-05,
|
109 |
+
"loss": 0.0035,
|
110 |
+
"step": 110
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"epoch": 0.5333333333333333,
|
114 |
+
"grad_norm": 0.0059623029083013535,
|
115 |
+
"learning_rate": 4.477357683661734e-05,
|
116 |
+
"loss": 0.0036,
|
117 |
+
"step": 120
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"epoch": 0.5333333333333333,
|
121 |
+
"eval_loss": 0.00353414099663496,
|
122 |
+
"eval_runtime": 53.3696,
|
123 |
+
"eval_samples_per_second": 18.737,
|
124 |
+
"eval_steps_per_second": 0.468,
|
125 |
+
"step": 120
|
126 |
+
},
|
127 |
+
{
|
128 |
+
"epoch": 0.5777777777777777,
|
129 |
+
"grad_norm": 0.01755256950855255,
|
130 |
+
"learning_rate": 3.790390522001662e-05,
|
131 |
+
"loss": 0.0035,
|
132 |
+
"step": 130
|
133 |
+
},
|
134 |
+
{
|
135 |
+
"epoch": 0.6222222222222222,
|
136 |
+
"grad_norm": 0.005563901271671057,
|
137 |
+
"learning_rate": 3.12696703292044e-05,
|
138 |
+
"loss": 0.0035,
|
139 |
+
"step": 140
|
140 |
+
},
|
141 |
+
{
|
142 |
+
"epoch": 0.6666666666666666,
|
143 |
+
"grad_norm": 0.004853326827287674,
|
144 |
+
"learning_rate": 2.500000000000001e-05,
|
145 |
+
"loss": 0.0036,
|
146 |
+
"step": 150
|
147 |
+
},
|
148 |
+
{
|
149 |
+
"epoch": 0.6666666666666666,
|
150 |
+
"eval_loss": 0.0035362462513148785,
|
151 |
+
"eval_runtime": 53.3856,
|
152 |
+
"eval_samples_per_second": 18.732,
|
153 |
+
"eval_steps_per_second": 0.468,
|
154 |
+
"step": 150
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"epoch": 0.7111111111111111,
|
158 |
+
"grad_norm": 0.0062214070931077,
|
159 |
+
"learning_rate": 1.9216926233717085e-05,
|
160 |
+
"loss": 0.0036,
|
161 |
+
"step": 160
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"epoch": 0.7555555555555555,
|
165 |
+
"grad_norm": 0.0025808655191212893,
|
166 |
+
"learning_rate": 1.4033009983067452e-05,
|
167 |
+
"loss": 0.0035,
|
168 |
+
"step": 170
|
169 |
+
},
|
170 |
+
{
|
171 |
+
"epoch": 0.8,
|
172 |
+
"grad_norm": 0.00887165404856205,
|
173 |
+
"learning_rate": 9.549150281252633e-06,
|
174 |
+
"loss": 0.0035,
|
175 |
+
"step": 180
|
176 |
+
},
|
177 |
+
{
|
178 |
+
"epoch": 0.8,
|
179 |
+
"eval_loss": 0.0035414749290794134,
|
180 |
+
"eval_runtime": 53.35,
|
181 |
+
"eval_samples_per_second": 18.744,
|
182 |
+
"eval_steps_per_second": 0.469,
|
183 |
+
"step": 180
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 0.8444444444444444,
|
187 |
+
"grad_norm": 0.005598729941993952,
|
188 |
+
"learning_rate": 5.852620357053651e-06,
|
189 |
+
"loss": 0.0035,
|
190 |
+
"step": 190
|
191 |
+
},
|
192 |
+
{
|
193 |
+
"epoch": 0.8888888888888888,
|
194 |
+
"grad_norm": 0.010787834413349628,
|
195 |
+
"learning_rate": 3.0153689607045845e-06,
|
196 |
+
"loss": 0.0035,
|
197 |
+
"step": 200
|
198 |
+
},
|
199 |
+
{
|
200 |
+
"epoch": 0.9333333333333333,
|
201 |
+
"grad_norm": 0.00533076049759984,
|
202 |
+
"learning_rate": 1.0926199633097157e-06,
|
203 |
+
"loss": 0.0035,
|
204 |
+
"step": 210
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"epoch": 0.9333333333333333,
|
208 |
+
"eval_loss": 0.003532670671120286,
|
209 |
+
"eval_runtime": 53.3444,
|
210 |
+
"eval_samples_per_second": 18.746,
|
211 |
+
"eval_steps_per_second": 0.469,
|
212 |
+
"step": 210
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.9777777777777777,
|
216 |
+
"grad_norm": 0.006618449930101633,
|
217 |
+
"learning_rate": 1.2179748700879012e-07,
|
218 |
+
"loss": 0.0035,
|
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": 2000,
|
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": 7.559164517091901e+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:1953d1ec3706f1ae90fd4a711244fa77dd5bcf8c5e0658c6dee454a0e6cc3097
|
3 |
+
size 5432
|
eval_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.003535117954015732,
|
4 |
+
"eval_runtime": 53.3197,
|
5 |
+
"eval_samples_per_second": 18.755,
|
6 |
+
"eval_steps_per_second": 0.469
|
7 |
+
}
|
runs/Jan28_00-23-21_yadi/events.out.tfevents.1738023974.yadi.354353.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9654cb361ae5052a580e7b1bea1016a78e93c0280646c98b148ee92ed193804
|
3 |
+
size 12136
|
runs/Jan28_00-23-21_yadi/events.out.tfevents.1738025972.yadi.354353.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:53ca1e7a1ddd3bd72f57063f6dc90860daeb886f68a575eb1887bd1bf5de6b9e
|
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": 7.559164517091901e+17,
|
4 |
+
"train_loss": 0.017044952660799025,
|
5 |
+
"train_runtime": 1944.9953,
|
6 |
+
"train_samples_per_second": 4.627,
|
7 |
+
"train_steps_per_second": 0.116
|
8 |
+
}
|
trainer_log.jsonl
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"current_steps": 10, "total_steps": 225, "loss": 0.3045, "lr": 9.951340343707852e-05, "epoch": 0.044444444444444446, "percentage": 4.44, "elapsed_time": "0:01:09", "remaining_time": "0:24:57"}
|
2 |
+
{"current_steps": 20, "total_steps": 225, "loss": 0.0054, "lr": 9.806308479691595e-05, "epoch": 0.08888888888888889, "percentage": 8.89, "elapsed_time": "0:02:19", "remaining_time": "0:23:46"}
|
3 |
+
{"current_steps": 30, "total_steps": 225, "loss": 0.0039, "lr": 9.567727288213005e-05, "epoch": 0.13333333333333333, "percentage": 13.33, "elapsed_time": "0:03:28", "remaining_time": "0:22:37"}
|
4 |
+
{"current_steps": 30, "total_steps": 225, "eval_loss": 0.0036237684544175863, "epoch": 0.13333333333333333, "percentage": 13.33, "elapsed_time": "0:04:22", "remaining_time": "0:28:24"}
|
5 |
+
{"current_steps": 40, "total_steps": 225, "loss": 0.0036, "lr": 9.24024048078213e-05, "epoch": 0.17777777777777778, "percentage": 17.78, "elapsed_time": "0:05:31", "remaining_time": "0:25:35"}
|
6 |
+
{"current_steps": 50, "total_steps": 225, "loss": 0.0037, "lr": 8.83022221559489e-05, "epoch": 0.2222222222222222, "percentage": 22.22, "elapsed_time": "0:06:41", "remaining_time": "0:23:26"}
|
7 |
+
{"current_steps": 60, "total_steps": 225, "loss": 0.0038, "lr": 8.345653031794292e-05, "epoch": 0.26666666666666666, "percentage": 26.67, "elapsed_time": "0:07:51", "remaining_time": "0:21:36"}
|
8 |
+
{"current_steps": 60, "total_steps": 225, "eval_loss": 0.0036710596177726984, "epoch": 0.26666666666666666, "percentage": 26.67, "elapsed_time": "0:08:44", "remaining_time": "0:24:03"}
|
9 |
+
{"current_steps": 70, "total_steps": 225, "loss": 0.0036, "lr": 7.795964517353735e-05, "epoch": 0.3111111111111111, "percentage": 31.11, "elapsed_time": "0:09:54", "remaining_time": "0:21:56"}
|
10 |
+
{"current_steps": 80, "total_steps": 225, "loss": 0.0036, "lr": 7.191855733945387e-05, "epoch": 0.35555555555555557, "percentage": 35.56, "elapsed_time": "0:11:04", "remaining_time": "0:20:04"}
|
11 |
+
{"current_steps": 90, "total_steps": 225, "loss": 0.0036, "lr": 6.545084971874738e-05, "epoch": 0.4, "percentage": 40.0, "elapsed_time": "0:12:14", "remaining_time": "0:18:21"}
|
12 |
+
{"current_steps": 90, "total_steps": 225, "eval_loss": 0.003560666460543871, "epoch": 0.4, "percentage": 40.0, "elapsed_time": "0:13:07", "remaining_time": "0:19:41"}
|
13 |
+
{"current_steps": 100, "total_steps": 225, "loss": 0.0036, "lr": 5.868240888334653e-05, "epoch": 0.4444444444444444, "percentage": 44.44, "elapsed_time": "0:14:17", "remaining_time": "0:17:51"}
|
14 |
+
{"current_steps": 110, "total_steps": 225, "loss": 0.0035, "lr": 5.174497483512506e-05, "epoch": 0.4888888888888889, "percentage": 48.89, "elapsed_time": "0:15:27", "remaining_time": "0:16:09"}
|
15 |
+
{"current_steps": 120, "total_steps": 225, "loss": 0.0036, "lr": 4.477357683661734e-05, "epoch": 0.5333333333333333, "percentage": 53.33, "elapsed_time": "0:16:36", "remaining_time": "0:14:32"}
|
16 |
+
{"current_steps": 120, "total_steps": 225, "eval_loss": 0.00353414099663496, "epoch": 0.5333333333333333, "percentage": 53.33, "elapsed_time": "0:17:30", "remaining_time": "0:15:18"}
|
17 |
+
{"current_steps": 130, "total_steps": 225, "loss": 0.0035, "lr": 3.790390522001662e-05, "epoch": 0.5777777777777777, "percentage": 57.78, "elapsed_time": "0:18:40", "remaining_time": "0:13:38"}
|
18 |
+
{"current_steps": 140, "total_steps": 225, "loss": 0.0035, "lr": 3.12696703292044e-05, "epoch": 0.6222222222222222, "percentage": 62.22, "elapsed_time": "0:19:49", "remaining_time": "0:12:02"}
|
19 |
+
{"current_steps": 150, "total_steps": 225, "loss": 0.0036, "lr": 2.500000000000001e-05, "epoch": 0.6666666666666666, "percentage": 66.67, "elapsed_time": "0:20:59", "remaining_time": "0:10:29"}
|
20 |
+
{"current_steps": 150, "total_steps": 225, "eval_loss": 0.0035362462513148785, "epoch": 0.6666666666666666, "percentage": 66.67, "elapsed_time": "0:21:52", "remaining_time": "0:10:56"}
|
21 |
+
{"current_steps": 160, "total_steps": 225, "loss": 0.0036, "lr": 1.9216926233717085e-05, "epoch": 0.7111111111111111, "percentage": 71.11, "elapsed_time": "0:23:02", "remaining_time": "0:09:21"}
|
22 |
+
{"current_steps": 170, "total_steps": 225, "loss": 0.0035, "lr": 1.4033009983067452e-05, "epoch": 0.7555555555555555, "percentage": 75.56, "elapsed_time": "0:24:11", "remaining_time": "0:07:49"}
|
23 |
+
{"current_steps": 180, "total_steps": 225, "loss": 0.0035, "lr": 9.549150281252633e-06, "epoch": 0.8, "percentage": 80.0, "elapsed_time": "0:25:21", "remaining_time": "0:06:20"}
|
24 |
+
{"current_steps": 180, "total_steps": 225, "eval_loss": 0.0035414749290794134, "epoch": 0.8, "percentage": 80.0, "elapsed_time": "0:26:14", "remaining_time": "0:06:33"}
|
25 |
+
{"current_steps": 190, "total_steps": 225, "loss": 0.0035, "lr": 5.852620357053651e-06, "epoch": 0.8444444444444444, "percentage": 84.44, "elapsed_time": "0:27:24", "remaining_time": "0:05:02"}
|
26 |
+
{"current_steps": 200, "total_steps": 225, "loss": 0.0035, "lr": 3.0153689607045845e-06, "epoch": 0.8888888888888888, "percentage": 88.89, "elapsed_time": "0:28:34", "remaining_time": "0:03:34"}
|
27 |
+
{"current_steps": 210, "total_steps": 225, "loss": 0.0035, "lr": 1.0926199633097157e-06, "epoch": 0.9333333333333333, "percentage": 93.33, "elapsed_time": "0:29:43", "remaining_time": "0:02:07"}
|
28 |
+
{"current_steps": 210, "total_steps": 225, "eval_loss": 0.003532670671120286, "epoch": 0.9333333333333333, "percentage": 93.33, "elapsed_time": "0:30:37", "remaining_time": "0:02:11"}
|
29 |
+
{"current_steps": 220, "total_steps": 225, "loss": 0.0035, "lr": 1.2179748700879012e-07, "epoch": 0.9777777777777777, "percentage": 97.78, "elapsed_time": "0:31:46", "remaining_time": "0:00:43"}
|
30 |
+
{"current_steps": 225, "total_steps": 225, "epoch": 1.0, "percentage": 100.0, "elapsed_time": "0:32:22", "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.2802587151527405,
|
14 |
+
"learning_rate": 9.951340343707852e-05,
|
15 |
+
"loss": 0.3045,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.08888888888888889,
|
20 |
+
"grad_norm": 0.021381886675953865,
|
21 |
+
"learning_rate": 9.806308479691595e-05,
|
22 |
+
"loss": 0.0054,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.13333333333333333,
|
27 |
+
"grad_norm": 0.017750784754753113,
|
28 |
+
"learning_rate": 9.567727288213005e-05,
|
29 |
+
"loss": 0.0039,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.13333333333333333,
|
34 |
+
"eval_loss": 0.0036237684544175863,
|
35 |
+
"eval_runtime": 53.377,
|
36 |
+
"eval_samples_per_second": 18.735,
|
37 |
+
"eval_steps_per_second": 0.468,
|
38 |
+
"step": 30
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.17777777777777778,
|
42 |
+
"grad_norm": 0.009207488968968391,
|
43 |
+
"learning_rate": 9.24024048078213e-05,
|
44 |
+
"loss": 0.0036,
|
45 |
+
"step": 40
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.2222222222222222,
|
49 |
+
"grad_norm": 0.03058847412467003,
|
50 |
+
"learning_rate": 8.83022221559489e-05,
|
51 |
+
"loss": 0.0037,
|
52 |
+
"step": 50
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.26666666666666666,
|
56 |
+
"grad_norm": 0.023914409801363945,
|
57 |
+
"learning_rate": 8.345653031794292e-05,
|
58 |
+
"loss": 0.0038,
|
59 |
+
"step": 60
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.26666666666666666,
|
63 |
+
"eval_loss": 0.0036710596177726984,
|
64 |
+
"eval_runtime": 53.396,
|
65 |
+
"eval_samples_per_second": 18.728,
|
66 |
+
"eval_steps_per_second": 0.468,
|
67 |
+
"step": 60
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"epoch": 0.3111111111111111,
|
71 |
+
"grad_norm": 0.0324842669069767,
|
72 |
+
"learning_rate": 7.795964517353735e-05,
|
73 |
+
"loss": 0.0036,
|
74 |
+
"step": 70
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"epoch": 0.35555555555555557,
|
78 |
+
"grad_norm": 0.002750804414972663,
|
79 |
+
"learning_rate": 7.191855733945387e-05,
|
80 |
+
"loss": 0.0036,
|
81 |
+
"step": 80
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"epoch": 0.4,
|
85 |
+
"grad_norm": 0.0023576547391712666,
|
86 |
+
"learning_rate": 6.545084971874738e-05,
|
87 |
+
"loss": 0.0036,
|
88 |
+
"step": 90
|
89 |
+
},
|
90 |
+
{
|
91 |
+
"epoch": 0.4,
|
92 |
+
"eval_loss": 0.003560666460543871,
|
93 |
+
"eval_runtime": 53.4786,
|
94 |
+
"eval_samples_per_second": 18.699,
|
95 |
+
"eval_steps_per_second": 0.467,
|
96 |
+
"step": 90
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"epoch": 0.4444444444444444,
|
100 |
+
"grad_norm": 0.016149163246154785,
|
101 |
+
"learning_rate": 5.868240888334653e-05,
|
102 |
+
"loss": 0.0036,
|
103 |
+
"step": 100
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"epoch": 0.4888888888888889,
|
107 |
+
"grad_norm": 0.0039548748172819614,
|
108 |
+
"learning_rate": 5.174497483512506e-05,
|
109 |
+
"loss": 0.0035,
|
110 |
+
"step": 110
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"epoch": 0.5333333333333333,
|
114 |
+
"grad_norm": 0.0059623029083013535,
|
115 |
+
"learning_rate": 4.477357683661734e-05,
|
116 |
+
"loss": 0.0036,
|
117 |
+
"step": 120
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"epoch": 0.5333333333333333,
|
121 |
+
"eval_loss": 0.00353414099663496,
|
122 |
+
"eval_runtime": 53.3696,
|
123 |
+
"eval_samples_per_second": 18.737,
|
124 |
+
"eval_steps_per_second": 0.468,
|
125 |
+
"step": 120
|
126 |
+
},
|
127 |
+
{
|
128 |
+
"epoch": 0.5777777777777777,
|
129 |
+
"grad_norm": 0.01755256950855255,
|
130 |
+
"learning_rate": 3.790390522001662e-05,
|
131 |
+
"loss": 0.0035,
|
132 |
+
"step": 130
|
133 |
+
},
|
134 |
+
{
|
135 |
+
"epoch": 0.6222222222222222,
|
136 |
+
"grad_norm": 0.005563901271671057,
|
137 |
+
"learning_rate": 3.12696703292044e-05,
|
138 |
+
"loss": 0.0035,
|
139 |
+
"step": 140
|
140 |
+
},
|
141 |
+
{
|
142 |
+
"epoch": 0.6666666666666666,
|
143 |
+
"grad_norm": 0.004853326827287674,
|
144 |
+
"learning_rate": 2.500000000000001e-05,
|
145 |
+
"loss": 0.0036,
|
146 |
+
"step": 150
|
147 |
+
},
|
148 |
+
{
|
149 |
+
"epoch": 0.6666666666666666,
|
150 |
+
"eval_loss": 0.0035362462513148785,
|
151 |
+
"eval_runtime": 53.3856,
|
152 |
+
"eval_samples_per_second": 18.732,
|
153 |
+
"eval_steps_per_second": 0.468,
|
154 |
+
"step": 150
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"epoch": 0.7111111111111111,
|
158 |
+
"grad_norm": 0.0062214070931077,
|
159 |
+
"learning_rate": 1.9216926233717085e-05,
|
160 |
+
"loss": 0.0036,
|
161 |
+
"step": 160
|
162 |
+
},
|
163 |
+
{
|
164 |
+
"epoch": 0.7555555555555555,
|
165 |
+
"grad_norm": 0.0025808655191212893,
|
166 |
+
"learning_rate": 1.4033009983067452e-05,
|
167 |
+
"loss": 0.0035,
|
168 |
+
"step": 170
|
169 |
+
},
|
170 |
+
{
|
171 |
+
"epoch": 0.8,
|
172 |
+
"grad_norm": 0.00887165404856205,
|
173 |
+
"learning_rate": 9.549150281252633e-06,
|
174 |
+
"loss": 0.0035,
|
175 |
+
"step": 180
|
176 |
+
},
|
177 |
+
{
|
178 |
+
"epoch": 0.8,
|
179 |
+
"eval_loss": 0.0035414749290794134,
|
180 |
+
"eval_runtime": 53.35,
|
181 |
+
"eval_samples_per_second": 18.744,
|
182 |
+
"eval_steps_per_second": 0.469,
|
183 |
+
"step": 180
|
184 |
+
},
|
185 |
+
{
|
186 |
+
"epoch": 0.8444444444444444,
|
187 |
+
"grad_norm": 0.005598729941993952,
|
188 |
+
"learning_rate": 5.852620357053651e-06,
|
189 |
+
"loss": 0.0035,
|
190 |
+
"step": 190
|
191 |
+
},
|
192 |
+
{
|
193 |
+
"epoch": 0.8888888888888888,
|
194 |
+
"grad_norm": 0.010787834413349628,
|
195 |
+
"learning_rate": 3.0153689607045845e-06,
|
196 |
+
"loss": 0.0035,
|
197 |
+
"step": 200
|
198 |
+
},
|
199 |
+
{
|
200 |
+
"epoch": 0.9333333333333333,
|
201 |
+
"grad_norm": 0.00533076049759984,
|
202 |
+
"learning_rate": 1.0926199633097157e-06,
|
203 |
+
"loss": 0.0035,
|
204 |
+
"step": 210
|
205 |
+
},
|
206 |
+
{
|
207 |
+
"epoch": 0.9333333333333333,
|
208 |
+
"eval_loss": 0.003532670671120286,
|
209 |
+
"eval_runtime": 53.3444,
|
210 |
+
"eval_samples_per_second": 18.746,
|
211 |
+
"eval_steps_per_second": 0.469,
|
212 |
+
"step": 210
|
213 |
+
},
|
214 |
+
{
|
215 |
+
"epoch": 0.9777777777777777,
|
216 |
+
"grad_norm": 0.006618449930101633,
|
217 |
+
"learning_rate": 1.2179748700879012e-07,
|
218 |
+
"loss": 0.0035,
|
219 |
+
"step": 220
|
220 |
+
},
|
221 |
+
{
|
222 |
+
"epoch": 1.0,
|
223 |
+
"step": 225,
|
224 |
+
"total_flos": 7.559164517091901e+17,
|
225 |
+
"train_loss": 0.017044952660799025,
|
226 |
+
"train_runtime": 1944.9953,
|
227 |
+
"train_samples_per_second": 4.627,
|
228 |
+
"train_steps_per_second": 0.116
|
229 |
+
}
|
230 |
+
],
|
231 |
+
"logging_steps": 10,
|
232 |
+
"max_steps": 225,
|
233 |
+
"num_input_tokens_seen": 0,
|
234 |
+
"num_train_epochs": 1,
|
235 |
+
"save_steps": 2000,
|
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": 7.559164517091901e+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:1953d1ec3706f1ae90fd4a711244fa77dd5bcf8c5e0658c6dee454a0e6cc3097
|
3 |
+
size 5432
|
training_eval_loss.png
ADDED
![]() |
training_loss.png
ADDED
![]() |