Upload folder using huggingface_hub
Browse files- README.md +78 -3
- adapter_config.json +39 -0
- adapter_model.safetensors +3 -0
- all_results.json +13 -0
- checkpoint-369/README.md +202 -0
- checkpoint-369/adapter_config.json +39 -0
- checkpoint-369/adapter_model.safetensors +3 -0
- checkpoint-369/optimizer.pt +3 -0
- checkpoint-369/rng_state_0.pth +3 -0
- checkpoint-369/rng_state_1.pth +3 -0
- checkpoint-369/rng_state_2.pth +3 -0
- checkpoint-369/scheduler.pt +3 -0
- checkpoint-369/special_tokens_map.json +24 -0
- checkpoint-369/tokenizer.json +0 -0
- checkpoint-369/tokenizer.model +3 -0
- checkpoint-369/tokenizer_config.json +0 -0
- checkpoint-369/trainer_state.json +358 -0
- checkpoint-369/training_args.bin +3 -0
- eval_results.json +8 -0
- runs/Jul31_20-21-32_pan/events.out.tfevents.1754007813.pan +3 -0
- runs/Jul31_20-21-32_pan/events.out.tfevents.1754010528.pan +3 -0
- special_tokens_map.json +24 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +0 -0
- train_results.json +8 -0
- trainer_log.jsonl +46 -0
- trainer_state.json +376 -0
- training_args.bin +3 -0
- training_eval_accuracy.png +0 -0
- training_eval_loss.png +0 -0
- training_loss.png +0 -0
README.md
CHANGED
@@ -1,3 +1,78 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: other
|
4 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.3
|
5 |
+
tags:
|
6 |
+
- llama-factory
|
7 |
+
- lora
|
8 |
+
- generated_from_trainer
|
9 |
+
metrics:
|
10 |
+
- accuracy
|
11 |
+
model-index:
|
12 |
+
- name: factory_mistral_results
|
13 |
+
results: []
|
14 |
+
---
|
15 |
+
|
16 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
+
should probably proofread and complete it, then remove this comment. -->
|
18 |
+
|
19 |
+
# factory_mistral_results
|
20 |
+
|
21 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.3](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3) on the train dataset.
|
22 |
+
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.2338
|
24 |
+
- Accuracy: 0.9602
|
25 |
+
|
26 |
+
## Model description
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Intended uses & limitations
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training and evaluation data
|
35 |
+
|
36 |
+
More information needed
|
37 |
+
|
38 |
+
## Training procedure
|
39 |
+
|
40 |
+
### Training hyperparameters
|
41 |
+
|
42 |
+
The following hyperparameters were used during training:
|
43 |
+
- learning_rate: 0.0001
|
44 |
+
- train_batch_size: 2
|
45 |
+
- eval_batch_size: 2
|
46 |
+
- seed: 42
|
47 |
+
- distributed_type: multi-GPU
|
48 |
+
- num_devices: 3
|
49 |
+
- gradient_accumulation_steps: 4
|
50 |
+
- total_train_batch_size: 24
|
51 |
+
- total_eval_batch_size: 6
|
52 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
53 |
+
- lr_scheduler_type: cosine
|
54 |
+
- lr_scheduler_warmup_ratio: 0.03
|
55 |
+
- num_epochs: 9.0
|
56 |
+
|
57 |
+
### Training results
|
58 |
+
|
59 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
60 |
+
|:-------------:|:------:|:----:|:---------------:|:--------:|
|
61 |
+
| 0.3408 | 1.0 | 42 | 0.2954 | 0.9288 |
|
62 |
+
| 0.1923 | 2.0 | 84 | 0.2233 | 0.9454 |
|
63 |
+
| 0.1369 | 3.0 | 126 | 0.1945 | 0.9522 |
|
64 |
+
| 0.1333 | 4.0 | 168 | 0.1867 | 0.9564 |
|
65 |
+
| 0.0738 | 5.0 | 210 | 0.1909 | 0.9573 |
|
66 |
+
| 0.0549 | 6.0 | 252 | 0.2025 | 0.9595 |
|
67 |
+
| 0.0246 | 7.0 | 294 | 0.2197 | 0.9601 |
|
68 |
+
| 0.0216 | 8.0 | 336 | 0.2324 | 0.9601 |
|
69 |
+
| 0.0131 | 8.7904 | 369 | 0.2338 | 0.9602 |
|
70 |
+
|
71 |
+
|
72 |
+
### Framework versions
|
73 |
+
|
74 |
+
- PEFT 0.15.2
|
75 |
+
- Transformers 4.51.3
|
76 |
+
- Pytorch 2.7.1+cu126
|
77 |
+
- Datasets 3.6.0
|
78 |
+
- Tokenizers 0.21.1
|
adapter_config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.3",
|
5 |
+
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 16,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.1,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 32,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"q_proj",
|
28 |
+
"down_proj",
|
29 |
+
"v_proj",
|
30 |
+
"gate_proj",
|
31 |
+
"o_proj",
|
32 |
+
"k_proj",
|
33 |
+
"up_proj"
|
34 |
+
],
|
35 |
+
"task_type": "CAUSAL_LM",
|
36 |
+
"trainable_token_indices": null,
|
37 |
+
"use_dora": false,
|
38 |
+
"use_rslora": false
|
39 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:258e40ef65409d838f1d7c3aa128c7e065fb5d7c444f81cab3006e7bfb0f988d
|
3 |
+
size 335604696
|
all_results.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 8.790419161676647,
|
3 |
+
"eval_accuracy": 0.9601709260426984,
|
4 |
+
"eval_loss": 0.23376664519309998,
|
5 |
+
"eval_runtime": 29.1377,
|
6 |
+
"eval_samples_per_second": 13.213,
|
7 |
+
"eval_steps_per_second": 2.231,
|
8 |
+
"total_flos": 3.347106394674299e+17,
|
9 |
+
"train_loss": 0.14184355957882838,
|
10 |
+
"train_runtime": 2687.5102,
|
11 |
+
"train_samples_per_second": 3.349,
|
12 |
+
"train_steps_per_second": 0.137
|
13 |
+
}
|
checkpoint-369/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.3
|
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.15.2
|
checkpoint-369/adapter_config.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.3",
|
5 |
+
"bias": "none",
|
6 |
+
"corda_config": null,
|
7 |
+
"eva_config": null,
|
8 |
+
"exclude_modules": null,
|
9 |
+
"fan_in_fan_out": false,
|
10 |
+
"inference_mode": true,
|
11 |
+
"init_lora_weights": true,
|
12 |
+
"layer_replication": null,
|
13 |
+
"layers_pattern": null,
|
14 |
+
"layers_to_transform": null,
|
15 |
+
"loftq_config": {},
|
16 |
+
"lora_alpha": 16,
|
17 |
+
"lora_bias": false,
|
18 |
+
"lora_dropout": 0.1,
|
19 |
+
"megatron_config": null,
|
20 |
+
"megatron_core": "megatron.core",
|
21 |
+
"modules_to_save": null,
|
22 |
+
"peft_type": "LORA",
|
23 |
+
"r": 32,
|
24 |
+
"rank_pattern": {},
|
25 |
+
"revision": null,
|
26 |
+
"target_modules": [
|
27 |
+
"q_proj",
|
28 |
+
"down_proj",
|
29 |
+
"v_proj",
|
30 |
+
"gate_proj",
|
31 |
+
"o_proj",
|
32 |
+
"k_proj",
|
33 |
+
"up_proj"
|
34 |
+
],
|
35 |
+
"task_type": "CAUSAL_LM",
|
36 |
+
"trainable_token_indices": null,
|
37 |
+
"use_dora": false,
|
38 |
+
"use_rslora": false
|
39 |
+
}
|
checkpoint-369/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:258e40ef65409d838f1d7c3aa128c7e065fb5d7c444f81cab3006e7bfb0f988d
|
3 |
+
size 335604696
|
checkpoint-369/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a27ac670074854f51a5861c9e1fd20c930e48f1e16f2fe3976b320550dcaa4d
|
3 |
+
size 671467171
|
checkpoint-369/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:93b75580b0ea18fc4ce71947f49b91150e4a81e1650cdbdf7625831bd9286bab
|
3 |
+
size 15173
|
checkpoint-369/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ce05d2496f323b227fedf4553965913b0157f69d29cf63b3402ed21e49850df
|
3 |
+
size 15173
|
checkpoint-369/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0fa215a2c2b8d91e69b9adc06b04d1e0495e79b8c4087ef901482a6cc0b131ae
|
3 |
+
size 15173
|
checkpoint-369/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:424755b5494adc5c2f757e98ba4ae1e8a1e2f36783c0fc67336778e50397db71
|
3 |
+
size 1465
|
checkpoint-369/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-369/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-369/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37f00374dea48658ee8f5d0f21895b9bc55cb0103939607c8185bfd1c6ca1f89
|
3 |
+
size 587404
|
checkpoint-369/tokenizer_config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-369/trainer_state.json
ADDED
@@ -0,0 +1,358 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 8.790419161676647,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 369,
|
8 |
+
"is_hyper_param_search": false,
|
9 |
+
"is_local_process_zero": true,
|
10 |
+
"is_world_process_zero": true,
|
11 |
+
"log_history": [
|
12 |
+
{
|
13 |
+
"epoch": 0.23952095808383234,
|
14 |
+
"grad_norm": 1.0734883546829224,
|
15 |
+
"learning_rate": 7.500000000000001e-05,
|
16 |
+
"loss": 1.0376,
|
17 |
+
"step": 10
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.47904191616766467,
|
21 |
+
"grad_norm": 0.5477334856987,
|
22 |
+
"learning_rate": 9.990516643685222e-05,
|
23 |
+
"loss": 0.5249,
|
24 |
+
"step": 20
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.718562874251497,
|
28 |
+
"grad_norm": 0.5087978839874268,
|
29 |
+
"learning_rate": 9.944154131125642e-05,
|
30 |
+
"loss": 0.3878,
|
31 |
+
"step": 30
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.9580838323353293,
|
35 |
+
"grad_norm": 0.4627484977245331,
|
36 |
+
"learning_rate": 9.859528969650738e-05,
|
37 |
+
"loss": 0.3408,
|
38 |
+
"step": 40
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 1.0,
|
42 |
+
"eval_accuracy": 0.9287885233004581,
|
43 |
+
"eval_loss": 0.29543060064315796,
|
44 |
+
"eval_runtime": 29.2437,
|
45 |
+
"eval_samples_per_second": 13.165,
|
46 |
+
"eval_steps_per_second": 2.223,
|
47 |
+
"step": 42
|
48 |
+
},
|
49 |
+
{
|
50 |
+
"epoch": 1.1916167664670658,
|
51 |
+
"grad_norm": 0.4231412708759308,
|
52 |
+
"learning_rate": 9.737296070648186e-05,
|
53 |
+
"loss": 0.2531,
|
54 |
+
"step": 50
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 1.4311377245508983,
|
58 |
+
"grad_norm": 0.5066399574279785,
|
59 |
+
"learning_rate": 9.57840139057007e-05,
|
60 |
+
"loss": 0.2522,
|
61 |
+
"step": 60
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"epoch": 1.6706586826347305,
|
65 |
+
"grad_norm": 0.5796340703964233,
|
66 |
+
"learning_rate": 9.384074610206495e-05,
|
67 |
+
"loss": 0.2588,
|
68 |
+
"step": 70
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"epoch": 1.910179640718563,
|
72 |
+
"grad_norm": 0.431496262550354,
|
73 |
+
"learning_rate": 9.155819618225708e-05,
|
74 |
+
"loss": 0.1923,
|
75 |
+
"step": 80
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 2.0,
|
79 |
+
"eval_accuracy": 0.9453862057863471,
|
80 |
+
"eval_loss": 0.22325021028518677,
|
81 |
+
"eval_runtime": 29.1713,
|
82 |
+
"eval_samples_per_second": 13.198,
|
83 |
+
"eval_steps_per_second": 2.228,
|
84 |
+
"step": 84
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"epoch": 2.143712574850299,
|
88 |
+
"grad_norm": 0.3872606158256531,
|
89 |
+
"learning_rate": 8.895402872628352e-05,
|
90 |
+
"loss": 0.2022,
|
91 |
+
"step": 90
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"epoch": 2.3832335329341316,
|
95 |
+
"grad_norm": 0.5072871446609497,
|
96 |
+
"learning_rate": 8.604839730186125e-05,
|
97 |
+
"loss": 0.1489,
|
98 |
+
"step": 100
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"epoch": 2.622754491017964,
|
102 |
+
"grad_norm": 0.5924299955368042,
|
103 |
+
"learning_rate": 8.286378849660896e-05,
|
104 |
+
"loss": 0.1807,
|
105 |
+
"step": 110
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 2.8622754491017965,
|
109 |
+
"grad_norm": 0.5023337602615356,
|
110 |
+
"learning_rate": 7.942484789507283e-05,
|
111 |
+
"loss": 0.1369,
|
112 |
+
"step": 120
|
113 |
+
},
|
114 |
+
{
|
115 |
+
"epoch": 3.0,
|
116 |
+
"eval_accuracy": 0.9521505982560647,
|
117 |
+
"eval_loss": 0.19450804591178894,
|
118 |
+
"eval_runtime": 29.0414,
|
119 |
+
"eval_samples_per_second": 13.257,
|
120 |
+
"eval_steps_per_second": 2.238,
|
121 |
+
"step": 126
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 3.095808383233533,
|
125 |
+
"grad_norm": 0.4512905180454254,
|
126 |
+
"learning_rate": 7.57581893473448e-05,
|
127 |
+
"loss": 0.1228,
|
128 |
+
"step": 130
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 3.3353293413173652,
|
132 |
+
"grad_norm": 0.43206489086151123,
|
133 |
+
"learning_rate": 7.18921890053375e-05,
|
134 |
+
"loss": 0.0949,
|
135 |
+
"step": 140
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 3.5748502994011977,
|
139 |
+
"grad_norm": 0.43717867136001587,
|
140 |
+
"learning_rate": 6.785676572066225e-05,
|
141 |
+
"loss": 0.1072,
|
142 |
+
"step": 150
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 3.81437125748503,
|
146 |
+
"grad_norm": 0.5549845695495605,
|
147 |
+
"learning_rate": 6.368314950360415e-05,
|
148 |
+
"loss": 0.1333,
|
149 |
+
"step": 160
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 4.0,
|
153 |
+
"eval_accuracy": 0.9563760579587307,
|
154 |
+
"eval_loss": 0.18670041859149933,
|
155 |
+
"eval_runtime": 29.043,
|
156 |
+
"eval_samples_per_second": 13.256,
|
157 |
+
"eval_steps_per_second": 2.238,
|
158 |
+
"step": 168
|
159 |
+
},
|
160 |
+
{
|
161 |
+
"epoch": 4.047904191616767,
|
162 |
+
"grad_norm": 0.3298746645450592,
|
163 |
+
"learning_rate": 5.940363983508257e-05,
|
164 |
+
"loss": 0.0838,
|
165 |
+
"step": 170
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epoch": 4.287425149700598,
|
169 |
+
"grad_norm": 0.5451555252075195,
|
170 |
+
"learning_rate": 5.5051355702012893e-05,
|
171 |
+
"loss": 0.0805,
|
172 |
+
"step": 180
|
173 |
+
},
|
174 |
+
{
|
175 |
+
"epoch": 4.526946107784431,
|
176 |
+
"grad_norm": 0.5960578322410583,
|
177 |
+
"learning_rate": 5.0659979290537954e-05,
|
178 |
+
"loss": 0.0664,
|
179 |
+
"step": 190
|
180 |
+
},
|
181 |
+
{
|
182 |
+
"epoch": 4.766467065868263,
|
183 |
+
"grad_norm": 0.5429267883300781,
|
184 |
+
"learning_rate": 4.626349532067879e-05,
|
185 |
+
"loss": 0.0628,
|
186 |
+
"step": 200
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"epoch": 5.0,
|
190 |
+
"grad_norm": 0.43659478425979614,
|
191 |
+
"learning_rate": 4.189592803968563e-05,
|
192 |
+
"loss": 0.0738,
|
193 |
+
"step": 210
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"epoch": 5.0,
|
197 |
+
"eval_accuracy": 0.9573371652464306,
|
198 |
+
"eval_loss": 0.19091445207595825,
|
199 |
+
"eval_runtime": 29.1306,
|
200 |
+
"eval_samples_per_second": 13.216,
|
201 |
+
"eval_steps_per_second": 2.231,
|
202 |
+
"step": 210
|
203 |
+
},
|
204 |
+
{
|
205 |
+
"epoch": 5.2395209580838324,
|
206 |
+
"grad_norm": 0.36590853333473206,
|
207 |
+
"learning_rate": 3.759107790948882e-05,
|
208 |
+
"loss": 0.046,
|
209 |
+
"step": 220
|
210 |
+
},
|
211 |
+
{
|
212 |
+
"epoch": 5.479041916167665,
|
213 |
+
"grad_norm": 0.4938795566558838,
|
214 |
+
"learning_rate": 3.338226002601703e-05,
|
215 |
+
"loss": 0.0464,
|
216 |
+
"step": 230
|
217 |
+
},
|
218 |
+
{
|
219 |
+
"epoch": 5.718562874251497,
|
220 |
+
"grad_norm": 0.41811272501945496,
|
221 |
+
"learning_rate": 2.9302046294747497e-05,
|
222 |
+
"loss": 0.0438,
|
223 |
+
"step": 240
|
224 |
+
},
|
225 |
+
{
|
226 |
+
"epoch": 5.95808383233533,
|
227 |
+
"grad_norm": 0.37814924120903015,
|
228 |
+
"learning_rate": 2.5382013357782893e-05,
|
229 |
+
"loss": 0.0549,
|
230 |
+
"step": 250
|
231 |
+
},
|
232 |
+
{
|
233 |
+
"epoch": 6.0,
|
234 |
+
"eval_accuracy": 0.9595451069080204,
|
235 |
+
"eval_loss": 0.2025168389081955,
|
236 |
+
"eval_runtime": 29.0421,
|
237 |
+
"eval_samples_per_second": 13.257,
|
238 |
+
"eval_steps_per_second": 2.238,
|
239 |
+
"step": 252
|
240 |
+
},
|
241 |
+
{
|
242 |
+
"epoch": 6.191616766467066,
|
243 |
+
"grad_norm": 0.4280014634132385,
|
244 |
+
"learning_rate": 2.1652498223239427e-05,
|
245 |
+
"loss": 0.038,
|
246 |
+
"step": 260
|
247 |
+
},
|
248 |
+
{
|
249 |
+
"epoch": 6.431137724550898,
|
250 |
+
"grad_norm": 0.367276132106781,
|
251 |
+
"learning_rate": 1.814236348812211e-05,
|
252 |
+
"loss": 0.0453,
|
253 |
+
"step": 270
|
254 |
+
},
|
255 |
+
{
|
256 |
+
"epoch": 6.6706586826347305,
|
257 |
+
"grad_norm": 0.6734885573387146,
|
258 |
+
"learning_rate": 1.4878773971620074e-05,
|
259 |
+
"loss": 0.0255,
|
260 |
+
"step": 280
|
261 |
+
},
|
262 |
+
{
|
263 |
+
"epoch": 6.910179640718563,
|
264 |
+
"grad_norm": 0.43918535113334656,
|
265 |
+
"learning_rate": 1.1886986487449475e-05,
|
266 |
+
"loss": 0.0246,
|
267 |
+
"step": 290
|
268 |
+
},
|
269 |
+
{
|
270 |
+
"epoch": 7.0,
|
271 |
+
"eval_accuracy": 0.9601195563525197,
|
272 |
+
"eval_loss": 0.2196582704782486,
|
273 |
+
"eval_runtime": 29.0921,
|
274 |
+
"eval_samples_per_second": 13.234,
|
275 |
+
"eval_steps_per_second": 2.234,
|
276 |
+
"step": 294
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 7.1437125748503,
|
280 |
+
"grad_norm": 0.2443029135465622,
|
281 |
+
"learning_rate": 9.190154382188921e-06,
|
282 |
+
"loss": 0.0188,
|
283 |
+
"step": 300
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 7.383233532934132,
|
287 |
+
"grad_norm": 0.2125871330499649,
|
288 |
+
"learning_rate": 6.809148352279182e-06,
|
289 |
+
"loss": 0.0199,
|
290 |
+
"step": 310
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 7.6227544910179645,
|
294 |
+
"grad_norm": 0.25036877393722534,
|
295 |
+
"learning_rate": 4.762394926378477e-06,
|
296 |
+
"loss": 0.0335,
|
297 |
+
"step": 320
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 7.862275449101796,
|
301 |
+
"grad_norm": 0.2146039605140686,
|
302 |
+
"learning_rate": 3.065733863053072e-06,
|
303 |
+
"loss": 0.0216,
|
304 |
+
"step": 330
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 8.0,
|
308 |
+
"eval_accuracy": 0.9601274555153836,
|
309 |
+
"eval_loss": 0.232394278049469,
|
310 |
+
"eval_runtime": 29.1106,
|
311 |
+
"eval_samples_per_second": 13.225,
|
312 |
+
"eval_steps_per_second": 2.233,
|
313 |
+
"step": 336
|
314 |
+
},
|
315 |
+
{
|
316 |
+
"epoch": 8.095808383233534,
|
317 |
+
"grad_norm": 0.20316274464130402,
|
318 |
+
"learning_rate": 1.7322955673980678e-06,
|
319 |
+
"loss": 0.0204,
|
320 |
+
"step": 340
|
321 |
+
},
|
322 |
+
{
|
323 |
+
"epoch": 8.335329341317365,
|
324 |
+
"grad_norm": 0.19030429422855377,
|
325 |
+
"learning_rate": 7.723994752570462e-07,
|
326 |
+
"loss": 0.0287,
|
327 |
+
"step": 350
|
328 |
+
},
|
329 |
+
{
|
330 |
+
"epoch": 8.574850299401197,
|
331 |
+
"grad_norm": 0.2464722841978073,
|
332 |
+
"learning_rate": 1.9347419144180035e-07,
|
333 |
+
"loss": 0.0131,
|
334 |
+
"step": 360
|
335 |
+
}
|
336 |
+
],
|
337 |
+
"logging_steps": 10,
|
338 |
+
"max_steps": 369,
|
339 |
+
"num_input_tokens_seen": 0,
|
340 |
+
"num_train_epochs": 9,
|
341 |
+
"save_steps": 500,
|
342 |
+
"stateful_callbacks": {
|
343 |
+
"TrainerControl": {
|
344 |
+
"args": {
|
345 |
+
"should_epoch_stop": false,
|
346 |
+
"should_evaluate": false,
|
347 |
+
"should_log": false,
|
348 |
+
"should_save": true,
|
349 |
+
"should_training_stop": true
|
350 |
+
},
|
351 |
+
"attributes": {}
|
352 |
+
}
|
353 |
+
},
|
354 |
+
"total_flos": 3.347106394674299e+17,
|
355 |
+
"train_batch_size": 2,
|
356 |
+
"trial_name": null,
|
357 |
+
"trial_params": null
|
358 |
+
}
|
checkpoint-369/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6625c94ac81d774713d80906f0c3c17652ae34d6cb07d755ad005e3fe18320f
|
3 |
+
size 6097
|
eval_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 8.790419161676647,
|
3 |
+
"eval_accuracy": 0.9601709260426984,
|
4 |
+
"eval_loss": 0.23376664519309998,
|
5 |
+
"eval_runtime": 29.1377,
|
6 |
+
"eval_samples_per_second": 13.213,
|
7 |
+
"eval_steps_per_second": 2.231
|
8 |
+
}
|
runs/Jul31_20-21-32_pan/events.out.tfevents.1754007813.pan
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb42f9c853ac245f3ec8ad592236cb423b7d17e20c24d8a343344b96a59fa5b3
|
3 |
+
size 16092
|
runs/Jul31_20-21-32_pan/events.out.tfevents.1754010528.pan
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b1196415c789c924902a2e1669439b3d21d1ccab1cce970b4321610937a558e
|
3 |
+
size 363
|
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
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37f00374dea48658ee8f5d0f21895b9bc55cb0103939607c8185bfd1c6ca1f89
|
3 |
+
size 587404
|
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": 8.790419161676647,
|
3 |
+
"total_flos": 3.347106394674299e+17,
|
4 |
+
"train_loss": 0.14184355957882838,
|
5 |
+
"train_runtime": 2687.5102,
|
6 |
+
"train_samples_per_second": 3.349,
|
7 |
+
"train_steps_per_second": 0.137
|
8 |
+
}
|
trainer_log.jsonl
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"current_steps": 10, "total_steps": 369, "loss": 1.0376, "lr": 7.500000000000001e-05, "epoch": 0.23952095808383234, "percentage": 2.71, "elapsed_time": "0:01:04", "remaining_time": "0:38:46"}
|
2 |
+
{"current_steps": 20, "total_steps": 369, "loss": 0.5249, "lr": 9.990516643685222e-05, "epoch": 0.47904191616766467, "percentage": 5.42, "elapsed_time": "0:02:09", "remaining_time": "0:37:31"}
|
3 |
+
{"current_steps": 30, "total_steps": 369, "loss": 0.3878, "lr": 9.944154131125642e-05, "epoch": 0.718562874251497, "percentage": 8.13, "elapsed_time": "0:03:14", "remaining_time": "0:36:39"}
|
4 |
+
{"current_steps": 40, "total_steps": 369, "loss": 0.3408, "lr": 9.859528969650738e-05, "epoch": 0.9580838323353293, "percentage": 10.84, "elapsed_time": "0:04:21", "remaining_time": "0:35:50"}
|
5 |
+
{"current_steps": 42, "total_steps": 369, "eval_loss": 0.29543060064315796, "epoch": 1.0, "percentage": 11.38, "elapsed_time": "0:05:02", "remaining_time": "0:39:17"}
|
6 |
+
{"current_steps": 50, "total_steps": 369, "loss": 0.2531, "lr": 9.737296070648186e-05, "epoch": 1.1916167664670658, "percentage": 13.55, "elapsed_time": "0:05:57", "remaining_time": "0:38:00"}
|
7 |
+
{"current_steps": 60, "total_steps": 369, "loss": 0.2522, "lr": 9.57840139057007e-05, "epoch": 1.4311377245508983, "percentage": 16.26, "elapsed_time": "0:07:03", "remaining_time": "0:36:18"}
|
8 |
+
{"current_steps": 70, "total_steps": 369, "loss": 0.2588, "lr": 9.384074610206495e-05, "epoch": 1.6706586826347305, "percentage": 18.97, "elapsed_time": "0:08:08", "remaining_time": "0:34:48"}
|
9 |
+
{"current_steps": 80, "total_steps": 369, "loss": 0.1923, "lr": 9.155819618225708e-05, "epoch": 1.910179640718563, "percentage": 21.68, "elapsed_time": "0:09:15", "remaining_time": "0:33:26"}
|
10 |
+
{"current_steps": 84, "total_steps": 369, "eval_loss": 0.22325021028518677, "epoch": 2.0, "percentage": 22.76, "elapsed_time": "0:10:08", "remaining_time": "0:34:25"}
|
11 |
+
{"current_steps": 90, "total_steps": 369, "loss": 0.2022, "lr": 8.895402872628352e-05, "epoch": 2.143712574850299, "percentage": 24.39, "elapsed_time": "0:10:49", "remaining_time": "0:33:32"}
|
12 |
+
{"current_steps": 100, "total_steps": 369, "loss": 0.1489, "lr": 8.604839730186125e-05, "epoch": 2.3832335329341316, "percentage": 27.1, "elapsed_time": "0:11:55", "remaining_time": "0:32:04"}
|
13 |
+
{"current_steps": 110, "total_steps": 369, "loss": 0.1807, "lr": 8.286378849660896e-05, "epoch": 2.622754491017964, "percentage": 29.81, "elapsed_time": "0:13:01", "remaining_time": "0:30:39"}
|
14 |
+
{"current_steps": 120, "total_steps": 369, "loss": 0.1369, "lr": 7.942484789507283e-05, "epoch": 2.8622754491017965, "percentage": 32.52, "elapsed_time": "0:14:07", "remaining_time": "0:29:17"}
|
15 |
+
{"current_steps": 126, "total_steps": 369, "eval_loss": 0.19450804591178894, "epoch": 3.0, "percentage": 34.15, "elapsed_time": "0:15:13", "remaining_time": "0:29:22"}
|
16 |
+
{"current_steps": 130, "total_steps": 369, "loss": 0.1228, "lr": 7.57581893473448e-05, "epoch": 3.095808383233533, "percentage": 35.23, "elapsed_time": "0:15:40", "remaining_time": "0:28:48"}
|
17 |
+
{"current_steps": 140, "total_steps": 369, "loss": 0.0949, "lr": 7.18921890053375e-05, "epoch": 3.3353293413173652, "percentage": 37.94, "elapsed_time": "0:16:45", "remaining_time": "0:27:25"}
|
18 |
+
{"current_steps": 150, "total_steps": 369, "loss": 0.1072, "lr": 6.785676572066225e-05, "epoch": 3.5748502994011977, "percentage": 40.65, "elapsed_time": "0:17:52", "remaining_time": "0:26:05"}
|
19 |
+
{"current_steps": 160, "total_steps": 369, "loss": 0.1333, "lr": 6.368314950360415e-05, "epoch": 3.81437125748503, "percentage": 43.36, "elapsed_time": "0:18:57", "remaining_time": "0:24:45"}
|
20 |
+
{"current_steps": 168, "total_steps": 369, "eval_loss": 0.18670041859149933, "epoch": 4.0, "percentage": 45.53, "elapsed_time": "0:20:18", "remaining_time": "0:24:17"}
|
21 |
+
{"current_steps": 170, "total_steps": 369, "loss": 0.0838, "lr": 5.940363983508257e-05, "epoch": 4.047904191616767, "percentage": 46.07, "elapsed_time": "0:20:31", "remaining_time": "0:24:01"}
|
22 |
+
{"current_steps": 180, "total_steps": 369, "loss": 0.0805, "lr": 5.5051355702012893e-05, "epoch": 4.287425149700598, "percentage": 48.78, "elapsed_time": "0:21:38", "remaining_time": "0:22:43"}
|
23 |
+
{"current_steps": 190, "total_steps": 369, "loss": 0.0664, "lr": 5.0659979290537954e-05, "epoch": 4.526946107784431, "percentage": 51.49, "elapsed_time": "0:22:43", "remaining_time": "0:21:24"}
|
24 |
+
{"current_steps": 200, "total_steps": 369, "loss": 0.0628, "lr": 4.626349532067879e-05, "epoch": 4.766467065868263, "percentage": 54.2, "elapsed_time": "0:23:49", "remaining_time": "0:20:07"}
|
25 |
+
{"current_steps": 210, "total_steps": 369, "loss": 0.0738, "lr": 4.189592803968563e-05, "epoch": 5.0, "percentage": 56.91, "elapsed_time": "0:24:52", "remaining_time": "0:18:50"}
|
26 |
+
{"current_steps": 210, "total_steps": 369, "eval_loss": 0.19091445207595825, "epoch": 5.0, "percentage": 56.91, "elapsed_time": "0:25:22", "remaining_time": "0:19:12"}
|
27 |
+
{"current_steps": 220, "total_steps": 369, "loss": 0.046, "lr": 3.759107790948882e-05, "epoch": 5.2395209580838324, "percentage": 59.62, "elapsed_time": "0:26:28", "remaining_time": "0:17:55"}
|
28 |
+
{"current_steps": 230, "total_steps": 369, "loss": 0.0464, "lr": 3.338226002601703e-05, "epoch": 5.479041916167665, "percentage": 62.33, "elapsed_time": "0:27:34", "remaining_time": "0:16:39"}
|
29 |
+
{"current_steps": 240, "total_steps": 369, "loss": 0.0438, "lr": 2.9302046294747497e-05, "epoch": 5.718562874251497, "percentage": 65.04, "elapsed_time": "0:28:38", "remaining_time": "0:15:23"}
|
30 |
+
{"current_steps": 250, "total_steps": 369, "loss": 0.0549, "lr": 2.5382013357782893e-05, "epoch": 5.95808383233533, "percentage": 67.75, "elapsed_time": "0:29:44", "remaining_time": "0:14:09"}
|
31 |
+
{"current_steps": 252, "total_steps": 369, "eval_loss": 0.2025168389081955, "epoch": 6.0, "percentage": 68.29, "elapsed_time": "0:30:25", "remaining_time": "0:14:07"}
|
32 |
+
{"current_steps": 260, "total_steps": 369, "loss": 0.038, "lr": 2.1652498223239427e-05, "epoch": 6.191616766467066, "percentage": 70.46, "elapsed_time": "0:31:18", "remaining_time": "0:13:07"}
|
33 |
+
{"current_steps": 270, "total_steps": 369, "loss": 0.0453, "lr": 1.814236348812211e-05, "epoch": 6.431137724550898, "percentage": 73.17, "elapsed_time": "0:32:26", "remaining_time": "0:11:53"}
|
34 |
+
{"current_steps": 280, "total_steps": 369, "loss": 0.0255, "lr": 1.4878773971620074e-05, "epoch": 6.6706586826347305, "percentage": 75.88, "elapsed_time": "0:33:30", "remaining_time": "0:10:39"}
|
35 |
+
{"current_steps": 290, "total_steps": 369, "loss": 0.0246, "lr": 1.1886986487449475e-05, "epoch": 6.910179640718563, "percentage": 78.59, "elapsed_time": "0:34:35", "remaining_time": "0:09:25"}
|
36 |
+
{"current_steps": 294, "total_steps": 369, "eval_loss": 0.2196582704782486, "epoch": 7.0, "percentage": 79.67, "elapsed_time": "0:35:29", "remaining_time": "0:09:03"}
|
37 |
+
{"current_steps": 300, "total_steps": 369, "loss": 0.0188, "lr": 9.190154382188921e-06, "epoch": 7.1437125748503, "percentage": 81.3, "elapsed_time": "0:36:10", "remaining_time": "0:08:19"}
|
38 |
+
{"current_steps": 310, "total_steps": 369, "loss": 0.0199, "lr": 6.809148352279182e-06, "epoch": 7.383233532934132, "percentage": 84.01, "elapsed_time": "0:37:16", "remaining_time": "0:07:05"}
|
39 |
+
{"current_steps": 320, "total_steps": 369, "loss": 0.0335, "lr": 4.762394926378477e-06, "epoch": 7.6227544910179645, "percentage": 86.72, "elapsed_time": "0:38:22", "remaining_time": "0:05:52"}
|
40 |
+
{"current_steps": 330, "total_steps": 369, "loss": 0.0216, "lr": 3.065733863053072e-06, "epoch": 7.862275449101796, "percentage": 89.43, "elapsed_time": "0:39:28", "remaining_time": "0:04:39"}
|
41 |
+
{"current_steps": 336, "total_steps": 369, "eval_loss": 0.232394278049469, "epoch": 8.0, "percentage": 91.06, "elapsed_time": "0:40:36", "remaining_time": "0:03:59"}
|
42 |
+
{"current_steps": 340, "total_steps": 369, "loss": 0.0204, "lr": 1.7322955673980678e-06, "epoch": 8.095808383233534, "percentage": 92.14, "elapsed_time": "0:41:02", "remaining_time": "0:03:30"}
|
43 |
+
{"current_steps": 350, "total_steps": 369, "loss": 0.0287, "lr": 7.723994752570462e-07, "epoch": 8.335329341317365, "percentage": 94.85, "elapsed_time": "0:42:08", "remaining_time": "0:02:17"}
|
44 |
+
{"current_steps": 360, "total_steps": 369, "loss": 0.0131, "lr": 1.9347419144180035e-07, "epoch": 8.574850299401197, "percentage": 97.56, "elapsed_time": "0:43:13", "remaining_time": "0:01:04"}
|
45 |
+
{"current_steps": 369, "total_steps": 369, "eval_loss": 0.23376664519309998, "epoch": 8.790419161676647, "percentage": 100.0, "elapsed_time": "0:44:44", "remaining_time": "0:00:00"}
|
46 |
+
{"current_steps": 369, "total_steps": 369, "epoch": 8.790419161676647, "percentage": 100.0, "elapsed_time": "0:44:44", "remaining_time": "0:00:00"}
|
trainer_state.json
ADDED
@@ -0,0 +1,376 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_global_step": null,
|
3 |
+
"best_metric": null,
|
4 |
+
"best_model_checkpoint": null,
|
5 |
+
"epoch": 8.790419161676647,
|
6 |
+
"eval_steps": 500,
|
7 |
+
"global_step": 369,
|
8 |
+
"is_hyper_param_search": false,
|
9 |
+
"is_local_process_zero": true,
|
10 |
+
"is_world_process_zero": true,
|
11 |
+
"log_history": [
|
12 |
+
{
|
13 |
+
"epoch": 0.23952095808383234,
|
14 |
+
"grad_norm": 1.0734883546829224,
|
15 |
+
"learning_rate": 7.500000000000001e-05,
|
16 |
+
"loss": 1.0376,
|
17 |
+
"step": 10
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"epoch": 0.47904191616766467,
|
21 |
+
"grad_norm": 0.5477334856987,
|
22 |
+
"learning_rate": 9.990516643685222e-05,
|
23 |
+
"loss": 0.5249,
|
24 |
+
"step": 20
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.718562874251497,
|
28 |
+
"grad_norm": 0.5087978839874268,
|
29 |
+
"learning_rate": 9.944154131125642e-05,
|
30 |
+
"loss": 0.3878,
|
31 |
+
"step": 30
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.9580838323353293,
|
35 |
+
"grad_norm": 0.4627484977245331,
|
36 |
+
"learning_rate": 9.859528969650738e-05,
|
37 |
+
"loss": 0.3408,
|
38 |
+
"step": 40
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 1.0,
|
42 |
+
"eval_accuracy": 0.9287885233004581,
|
43 |
+
"eval_loss": 0.29543060064315796,
|
44 |
+
"eval_runtime": 29.2437,
|
45 |
+
"eval_samples_per_second": 13.165,
|
46 |
+
"eval_steps_per_second": 2.223,
|
47 |
+
"step": 42
|
48 |
+
},
|
49 |
+
{
|
50 |
+
"epoch": 1.1916167664670658,
|
51 |
+
"grad_norm": 0.4231412708759308,
|
52 |
+
"learning_rate": 9.737296070648186e-05,
|
53 |
+
"loss": 0.2531,
|
54 |
+
"step": 50
|
55 |
+
},
|
56 |
+
{
|
57 |
+
"epoch": 1.4311377245508983,
|
58 |
+
"grad_norm": 0.5066399574279785,
|
59 |
+
"learning_rate": 9.57840139057007e-05,
|
60 |
+
"loss": 0.2522,
|
61 |
+
"step": 60
|
62 |
+
},
|
63 |
+
{
|
64 |
+
"epoch": 1.6706586826347305,
|
65 |
+
"grad_norm": 0.5796340703964233,
|
66 |
+
"learning_rate": 9.384074610206495e-05,
|
67 |
+
"loss": 0.2588,
|
68 |
+
"step": 70
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"epoch": 1.910179640718563,
|
72 |
+
"grad_norm": 0.431496262550354,
|
73 |
+
"learning_rate": 9.155819618225708e-05,
|
74 |
+
"loss": 0.1923,
|
75 |
+
"step": 80
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"epoch": 2.0,
|
79 |
+
"eval_accuracy": 0.9453862057863471,
|
80 |
+
"eval_loss": 0.22325021028518677,
|
81 |
+
"eval_runtime": 29.1713,
|
82 |
+
"eval_samples_per_second": 13.198,
|
83 |
+
"eval_steps_per_second": 2.228,
|
84 |
+
"step": 84
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"epoch": 2.143712574850299,
|
88 |
+
"grad_norm": 0.3872606158256531,
|
89 |
+
"learning_rate": 8.895402872628352e-05,
|
90 |
+
"loss": 0.2022,
|
91 |
+
"step": 90
|
92 |
+
},
|
93 |
+
{
|
94 |
+
"epoch": 2.3832335329341316,
|
95 |
+
"grad_norm": 0.5072871446609497,
|
96 |
+
"learning_rate": 8.604839730186125e-05,
|
97 |
+
"loss": 0.1489,
|
98 |
+
"step": 100
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"epoch": 2.622754491017964,
|
102 |
+
"grad_norm": 0.5924299955368042,
|
103 |
+
"learning_rate": 8.286378849660896e-05,
|
104 |
+
"loss": 0.1807,
|
105 |
+
"step": 110
|
106 |
+
},
|
107 |
+
{
|
108 |
+
"epoch": 2.8622754491017965,
|
109 |
+
"grad_norm": 0.5023337602615356,
|
110 |
+
"learning_rate": 7.942484789507283e-05,
|
111 |
+
"loss": 0.1369,
|
112 |
+
"step": 120
|
113 |
+
},
|
114 |
+
{
|
115 |
+
"epoch": 3.0,
|
116 |
+
"eval_accuracy": 0.9521505982560647,
|
117 |
+
"eval_loss": 0.19450804591178894,
|
118 |
+
"eval_runtime": 29.0414,
|
119 |
+
"eval_samples_per_second": 13.257,
|
120 |
+
"eval_steps_per_second": 2.238,
|
121 |
+
"step": 126
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 3.095808383233533,
|
125 |
+
"grad_norm": 0.4512905180454254,
|
126 |
+
"learning_rate": 7.57581893473448e-05,
|
127 |
+
"loss": 0.1228,
|
128 |
+
"step": 130
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 3.3353293413173652,
|
132 |
+
"grad_norm": 0.43206489086151123,
|
133 |
+
"learning_rate": 7.18921890053375e-05,
|
134 |
+
"loss": 0.0949,
|
135 |
+
"step": 140
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 3.5748502994011977,
|
139 |
+
"grad_norm": 0.43717867136001587,
|
140 |
+
"learning_rate": 6.785676572066225e-05,
|
141 |
+
"loss": 0.1072,
|
142 |
+
"step": 150
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 3.81437125748503,
|
146 |
+
"grad_norm": 0.5549845695495605,
|
147 |
+
"learning_rate": 6.368314950360415e-05,
|
148 |
+
"loss": 0.1333,
|
149 |
+
"step": 160
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 4.0,
|
153 |
+
"eval_accuracy": 0.9563760579587307,
|
154 |
+
"eval_loss": 0.18670041859149933,
|
155 |
+
"eval_runtime": 29.043,
|
156 |
+
"eval_samples_per_second": 13.256,
|
157 |
+
"eval_steps_per_second": 2.238,
|
158 |
+
"step": 168
|
159 |
+
},
|
160 |
+
{
|
161 |
+
"epoch": 4.047904191616767,
|
162 |
+
"grad_norm": 0.3298746645450592,
|
163 |
+
"learning_rate": 5.940363983508257e-05,
|
164 |
+
"loss": 0.0838,
|
165 |
+
"step": 170
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epoch": 4.287425149700598,
|
169 |
+
"grad_norm": 0.5451555252075195,
|
170 |
+
"learning_rate": 5.5051355702012893e-05,
|
171 |
+
"loss": 0.0805,
|
172 |
+
"step": 180
|
173 |
+
},
|
174 |
+
{
|
175 |
+
"epoch": 4.526946107784431,
|
176 |
+
"grad_norm": 0.5960578322410583,
|
177 |
+
"learning_rate": 5.0659979290537954e-05,
|
178 |
+
"loss": 0.0664,
|
179 |
+
"step": 190
|
180 |
+
},
|
181 |
+
{
|
182 |
+
"epoch": 4.766467065868263,
|
183 |
+
"grad_norm": 0.5429267883300781,
|
184 |
+
"learning_rate": 4.626349532067879e-05,
|
185 |
+
"loss": 0.0628,
|
186 |
+
"step": 200
|
187 |
+
},
|
188 |
+
{
|
189 |
+
"epoch": 5.0,
|
190 |
+
"grad_norm": 0.43659478425979614,
|
191 |
+
"learning_rate": 4.189592803968563e-05,
|
192 |
+
"loss": 0.0738,
|
193 |
+
"step": 210
|
194 |
+
},
|
195 |
+
{
|
196 |
+
"epoch": 5.0,
|
197 |
+
"eval_accuracy": 0.9573371652464306,
|
198 |
+
"eval_loss": 0.19091445207595825,
|
199 |
+
"eval_runtime": 29.1306,
|
200 |
+
"eval_samples_per_second": 13.216,
|
201 |
+
"eval_steps_per_second": 2.231,
|
202 |
+
"step": 210
|
203 |
+
},
|
204 |
+
{
|
205 |
+
"epoch": 5.2395209580838324,
|
206 |
+
"grad_norm": 0.36590853333473206,
|
207 |
+
"learning_rate": 3.759107790948882e-05,
|
208 |
+
"loss": 0.046,
|
209 |
+
"step": 220
|
210 |
+
},
|
211 |
+
{
|
212 |
+
"epoch": 5.479041916167665,
|
213 |
+
"grad_norm": 0.4938795566558838,
|
214 |
+
"learning_rate": 3.338226002601703e-05,
|
215 |
+
"loss": 0.0464,
|
216 |
+
"step": 230
|
217 |
+
},
|
218 |
+
{
|
219 |
+
"epoch": 5.718562874251497,
|
220 |
+
"grad_norm": 0.41811272501945496,
|
221 |
+
"learning_rate": 2.9302046294747497e-05,
|
222 |
+
"loss": 0.0438,
|
223 |
+
"step": 240
|
224 |
+
},
|
225 |
+
{
|
226 |
+
"epoch": 5.95808383233533,
|
227 |
+
"grad_norm": 0.37814924120903015,
|
228 |
+
"learning_rate": 2.5382013357782893e-05,
|
229 |
+
"loss": 0.0549,
|
230 |
+
"step": 250
|
231 |
+
},
|
232 |
+
{
|
233 |
+
"epoch": 6.0,
|
234 |
+
"eval_accuracy": 0.9595451069080204,
|
235 |
+
"eval_loss": 0.2025168389081955,
|
236 |
+
"eval_runtime": 29.0421,
|
237 |
+
"eval_samples_per_second": 13.257,
|
238 |
+
"eval_steps_per_second": 2.238,
|
239 |
+
"step": 252
|
240 |
+
},
|
241 |
+
{
|
242 |
+
"epoch": 6.191616766467066,
|
243 |
+
"grad_norm": 0.4280014634132385,
|
244 |
+
"learning_rate": 2.1652498223239427e-05,
|
245 |
+
"loss": 0.038,
|
246 |
+
"step": 260
|
247 |
+
},
|
248 |
+
{
|
249 |
+
"epoch": 6.431137724550898,
|
250 |
+
"grad_norm": 0.367276132106781,
|
251 |
+
"learning_rate": 1.814236348812211e-05,
|
252 |
+
"loss": 0.0453,
|
253 |
+
"step": 270
|
254 |
+
},
|
255 |
+
{
|
256 |
+
"epoch": 6.6706586826347305,
|
257 |
+
"grad_norm": 0.6734885573387146,
|
258 |
+
"learning_rate": 1.4878773971620074e-05,
|
259 |
+
"loss": 0.0255,
|
260 |
+
"step": 280
|
261 |
+
},
|
262 |
+
{
|
263 |
+
"epoch": 6.910179640718563,
|
264 |
+
"grad_norm": 0.43918535113334656,
|
265 |
+
"learning_rate": 1.1886986487449475e-05,
|
266 |
+
"loss": 0.0246,
|
267 |
+
"step": 290
|
268 |
+
},
|
269 |
+
{
|
270 |
+
"epoch": 7.0,
|
271 |
+
"eval_accuracy": 0.9601195563525197,
|
272 |
+
"eval_loss": 0.2196582704782486,
|
273 |
+
"eval_runtime": 29.0921,
|
274 |
+
"eval_samples_per_second": 13.234,
|
275 |
+
"eval_steps_per_second": 2.234,
|
276 |
+
"step": 294
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 7.1437125748503,
|
280 |
+
"grad_norm": 0.2443029135465622,
|
281 |
+
"learning_rate": 9.190154382188921e-06,
|
282 |
+
"loss": 0.0188,
|
283 |
+
"step": 300
|
284 |
+
},
|
285 |
+
{
|
286 |
+
"epoch": 7.383233532934132,
|
287 |
+
"grad_norm": 0.2125871330499649,
|
288 |
+
"learning_rate": 6.809148352279182e-06,
|
289 |
+
"loss": 0.0199,
|
290 |
+
"step": 310
|
291 |
+
},
|
292 |
+
{
|
293 |
+
"epoch": 7.6227544910179645,
|
294 |
+
"grad_norm": 0.25036877393722534,
|
295 |
+
"learning_rate": 4.762394926378477e-06,
|
296 |
+
"loss": 0.0335,
|
297 |
+
"step": 320
|
298 |
+
},
|
299 |
+
{
|
300 |
+
"epoch": 7.862275449101796,
|
301 |
+
"grad_norm": 0.2146039605140686,
|
302 |
+
"learning_rate": 3.065733863053072e-06,
|
303 |
+
"loss": 0.0216,
|
304 |
+
"step": 330
|
305 |
+
},
|
306 |
+
{
|
307 |
+
"epoch": 8.0,
|
308 |
+
"eval_accuracy": 0.9601274555153836,
|
309 |
+
"eval_loss": 0.232394278049469,
|
310 |
+
"eval_runtime": 29.1106,
|
311 |
+
"eval_samples_per_second": 13.225,
|
312 |
+
"eval_steps_per_second": 2.233,
|
313 |
+
"step": 336
|
314 |
+
},
|
315 |
+
{
|
316 |
+
"epoch": 8.095808383233534,
|
317 |
+
"grad_norm": 0.20316274464130402,
|
318 |
+
"learning_rate": 1.7322955673980678e-06,
|
319 |
+
"loss": 0.0204,
|
320 |
+
"step": 340
|
321 |
+
},
|
322 |
+
{
|
323 |
+
"epoch": 8.335329341317365,
|
324 |
+
"grad_norm": 0.19030429422855377,
|
325 |
+
"learning_rate": 7.723994752570462e-07,
|
326 |
+
"loss": 0.0287,
|
327 |
+
"step": 350
|
328 |
+
},
|
329 |
+
{
|
330 |
+
"epoch": 8.574850299401197,
|
331 |
+
"grad_norm": 0.2464722841978073,
|
332 |
+
"learning_rate": 1.9347419144180035e-07,
|
333 |
+
"loss": 0.0131,
|
334 |
+
"step": 360
|
335 |
+
},
|
336 |
+
{
|
337 |
+
"epoch": 8.790419161676647,
|
338 |
+
"eval_accuracy": 0.9601709260426984,
|
339 |
+
"eval_loss": 0.23376664519309998,
|
340 |
+
"eval_runtime": 29.0302,
|
341 |
+
"eval_samples_per_second": 13.262,
|
342 |
+
"eval_steps_per_second": 2.239,
|
343 |
+
"step": 369
|
344 |
+
},
|
345 |
+
{
|
346 |
+
"epoch": 8.790419161676647,
|
347 |
+
"step": 369,
|
348 |
+
"total_flos": 3.347106394674299e+17,
|
349 |
+
"train_loss": 0.14184355957882838,
|
350 |
+
"train_runtime": 2687.5102,
|
351 |
+
"train_samples_per_second": 3.349,
|
352 |
+
"train_steps_per_second": 0.137
|
353 |
+
}
|
354 |
+
],
|
355 |
+
"logging_steps": 10,
|
356 |
+
"max_steps": 369,
|
357 |
+
"num_input_tokens_seen": 0,
|
358 |
+
"num_train_epochs": 9,
|
359 |
+
"save_steps": 500,
|
360 |
+
"stateful_callbacks": {
|
361 |
+
"TrainerControl": {
|
362 |
+
"args": {
|
363 |
+
"should_epoch_stop": false,
|
364 |
+
"should_evaluate": false,
|
365 |
+
"should_log": false,
|
366 |
+
"should_save": true,
|
367 |
+
"should_training_stop": true
|
368 |
+
},
|
369 |
+
"attributes": {}
|
370 |
+
}
|
371 |
+
},
|
372 |
+
"total_flos": 3.347106394674299e+17,
|
373 |
+
"train_batch_size": 2,
|
374 |
+
"trial_name": null,
|
375 |
+
"trial_params": null
|
376 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6625c94ac81d774713d80906f0c3c17652ae34d6cb07d755ad005e3fe18320f
|
3 |
+
size 6097
|
training_eval_accuracy.png
ADDED
![]() |
training_eval_loss.png
ADDED
![]() |
training_loss.png
ADDED
![]() |