Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- README.md +72 -0
- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
- all_results.json +12 -0
- checkpoint-439/README.md +202 -0
- checkpoint-439/adapter_config.json +34 -0
- checkpoint-439/adapter_model.safetensors +3 -0
- checkpoint-439/optimizer.pt +3 -0
- checkpoint-439/rng_state_0.pth +3 -0
- checkpoint-439/rng_state_1.pth +3 -0
- checkpoint-439/scheduler.pt +3 -0
- checkpoint-439/special_tokens_map.json +24 -0
- checkpoint-439/tokenizer.json +3 -0
- checkpoint-439/tokenizer_config.json +0 -0
- checkpoint-439/trainer_state.json +244 -0
- checkpoint-439/training_args.bin +3 -0
- eval_results.json +7 -0
- runs/Jan31_20-42-02_ctua-interactive-pod-1/events.out.tfevents.1738356727.ctua-interactive-pod-1.450.0 +3 -0
- runs/Jan31_20-42-02_ctua-interactive-pod-1/events.out.tfevents.1738361795.ctua-interactive-pod-1.450.1 +3 -0
- runs/Jan31_23-00-44_ctua-interactive-pod-1/events.out.tfevents.1738364461.ctua-interactive-pod-1.1134.0 +3 -0
- runs/Jan31_23-00-44_ctua-interactive-pod-1/events.out.tfevents.1738369175.ctua-interactive-pod-1.1134.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 +253 -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-439/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,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: mistralai/Mistral-Nemo-Instruct-2407
|
3 |
+
library_name: peft
|
4 |
+
license: other
|
5 |
+
tags:
|
6 |
+
- llama-factory
|
7 |
+
- lora
|
8 |
+
- generated_from_trainer
|
9 |
+
model-index:
|
10 |
+
- name: heat_transfer_sft_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 |
+
# heat_transfer_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 heat_transfer_10000_mcq_u dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0018
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 0.0001
|
41 |
+
- train_batch_size: 10
|
42 |
+
- eval_batch_size: 10
|
43 |
+
- seed: 42
|
44 |
+
- distributed_type: multi-GPU
|
45 |
+
- num_devices: 2
|
46 |
+
- total_train_batch_size: 20
|
47 |
+
- total_eval_batch_size: 20
|
48 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
49 |
+
- lr_scheduler_type: cosine
|
50 |
+
- num_epochs: 1
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
55 |
+
|:-------------:|:------:|:----:|:---------------:|
|
56 |
+
| 0.0076 | 0.1139 | 50 | 0.0059 |
|
57 |
+
| 0.0054 | 0.2278 | 100 | 0.0050 |
|
58 |
+
| 0.0041 | 0.3417 | 150 | 0.0036 |
|
59 |
+
| 0.0026 | 0.4556 | 200 | 0.0025 |
|
60 |
+
| 0.0025 | 0.5695 | 250 | 0.0024 |
|
61 |
+
| 0.0022 | 0.6834 | 300 | 0.0021 |
|
62 |
+
| 0.0022 | 0.7973 | 350 | 0.0019 |
|
63 |
+
| 0.0021 | 0.9112 | 400 | 0.0018 |
|
64 |
+
|
65 |
+
|
66 |
+
### Framework versions
|
67 |
+
|
68 |
+
- PEFT 0.12.0
|
69 |
+
- Transformers 4.46.0
|
70 |
+
- Pytorch 2.4.0+cu121
|
71 |
+
- Datasets 2.21.0
|
72 |
+
- 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 |
+
"v_proj",
|
24 |
+
"k_proj",
|
25 |
+
"o_proj",
|
26 |
+
"q_proj",
|
27 |
+
"down_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"up_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cda8c803633b25a5b0c403e940670aeda02f88fc350ff05bafda66aa42060858
|
3 |
+
size 114106856
|
all_results.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.0018119927262887359,
|
4 |
+
"eval_runtime": 122.2911,
|
5 |
+
"eval_samples_per_second": 7.965,
|
6 |
+
"eval_steps_per_second": 0.401,
|
7 |
+
"total_flos": 9.38862713986089e+17,
|
8 |
+
"train_loss": 0.018706909701194197,
|
9 |
+
"train_runtime": 4591.0233,
|
10 |
+
"train_samples_per_second": 1.909,
|
11 |
+
"train_steps_per_second": 0.096
|
12 |
+
}
|
checkpoint-439/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-439/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 |
+
"v_proj",
|
24 |
+
"k_proj",
|
25 |
+
"o_proj",
|
26 |
+
"q_proj",
|
27 |
+
"down_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"up_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
checkpoint-439/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cda8c803633b25a5b0c403e940670aeda02f88fc350ff05bafda66aa42060858
|
3 |
+
size 114106856
|
checkpoint-439/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2ea17c1a38562ce723f6a941f7f5649066b878f68f6773ce958feade8a3facff
|
3 |
+
size 228536930
|
checkpoint-439/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91bd7f619e4cd37883f469c08e90105c4d218fd82ffc43ae58fa9fdbcc37fce5
|
3 |
+
size 14512
|
checkpoint-439/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5b0a7593f9ab52bf47328c6d50954dce1fcd69866aa6f5f35851aef7f7af3899
|
3 |
+
size 14512
|
checkpoint-439/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56a29716f458fcc3146637b46cd4b22e43f4b0d5a9e810b73a4f20c6912d0238
|
3 |
+
size 1064
|
checkpoint-439/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-439/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0240ce510f08e6c2041724e9043e33be9d251d1e4a4d94eb68cd47b954b61d2
|
3 |
+
size 17078292
|
checkpoint-439/tokenizer_config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-439/trainer_state.json
ADDED
@@ -0,0 +1,244 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 50,
|
6 |
+
"global_step": 439,
|
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.04555808656036447,
|
13 |
+
"grad_norm": 0.5296587944030762,
|
14 |
+
"learning_rate": 9.948875483893885e-05,
|
15 |
+
"loss": 0.3433,
|
16 |
+
"step": 20
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.09111617312072894,
|
20 |
+
"grad_norm": 0.042843956500291824,
|
21 |
+
"learning_rate": 9.796547422034374e-05,
|
22 |
+
"loss": 0.0076,
|
23 |
+
"step": 40
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.11389521640091116,
|
27 |
+
"eval_loss": 0.005896100774407387,
|
28 |
+
"eval_runtime": 122.4009,
|
29 |
+
"eval_samples_per_second": 7.957,
|
30 |
+
"eval_steps_per_second": 0.4,
|
31 |
+
"step": 50
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.1366742596810934,
|
35 |
+
"grad_norm": 0.04506906867027283,
|
36 |
+
"learning_rate": 9.546130893802246e-05,
|
37 |
+
"loss": 0.006,
|
38 |
+
"step": 60
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.18223234624145787,
|
42 |
+
"grad_norm": 0.04249206930398941,
|
43 |
+
"learning_rate": 9.20274686872984e-05,
|
44 |
+
"loss": 0.006,
|
45 |
+
"step": 80
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.22779043280182232,
|
49 |
+
"grad_norm": 0.034582458436489105,
|
50 |
+
"learning_rate": 8.773417483665309e-05,
|
51 |
+
"loss": 0.0054,
|
52 |
+
"step": 100
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.22779043280182232,
|
56 |
+
"eval_loss": 0.004958716221153736,
|
57 |
+
"eval_runtime": 122.3931,
|
58 |
+
"eval_samples_per_second": 7.958,
|
59 |
+
"eval_steps_per_second": 0.4,
|
60 |
+
"step": 100
|
61 |
+
},
|
62 |
+
{
|
63 |
+
"epoch": 0.2733485193621868,
|
64 |
+
"grad_norm": 0.09121271967887878,
|
65 |
+
"learning_rate": 8.266922441433284e-05,
|
66 |
+
"loss": 0.0043,
|
67 |
+
"step": 120
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"epoch": 0.31890660592255127,
|
71 |
+
"grad_norm": 0.025009050965309143,
|
72 |
+
"learning_rate": 7.693619467611464e-05,
|
73 |
+
"loss": 0.0041,
|
74 |
+
"step": 140
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"epoch": 0.3416856492027335,
|
78 |
+
"eval_loss": 0.0036018535029143095,
|
79 |
+
"eval_runtime": 122.4383,
|
80 |
+
"eval_samples_per_second": 7.955,
|
81 |
+
"eval_steps_per_second": 0.4,
|
82 |
+
"step": 150
|
83 |
+
},
|
84 |
+
{
|
85 |
+
"epoch": 0.36446469248291574,
|
86 |
+
"grad_norm": 0.06171397864818573,
|
87 |
+
"learning_rate": 7.065232497047384e-05,
|
88 |
+
"loss": 0.0036,
|
89 |
+
"step": 160
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"epoch": 0.41002277904328016,
|
93 |
+
"grad_norm": 0.0585937425494194,
|
94 |
+
"learning_rate": 6.394611921660036e-05,
|
95 |
+
"loss": 0.003,
|
96 |
+
"step": 180
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"epoch": 0.45558086560364464,
|
100 |
+
"grad_norm": 0.03573513403534889,
|
101 |
+
"learning_rate": 5.695471802412413e-05,
|
102 |
+
"loss": 0.0026,
|
103 |
+
"step": 200
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"epoch": 0.45558086560364464,
|
107 |
+
"eval_loss": 0.0025479402393102646,
|
108 |
+
"eval_runtime": 122.4406,
|
109 |
+
"eval_samples_per_second": 7.955,
|
110 |
+
"eval_steps_per_second": 0.4,
|
111 |
+
"step": 200
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"epoch": 0.5011389521640092,
|
115 |
+
"grad_norm": 0.08403529226779938,
|
116 |
+
"learning_rate": 4.982109419419277e-05,
|
117 |
+
"loss": 0.0023,
|
118 |
+
"step": 220
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"epoch": 0.5466970387243736,
|
122 |
+
"grad_norm": 0.08128103613853455,
|
123 |
+
"learning_rate": 4.269112895336161e-05,
|
124 |
+
"loss": 0.0025,
|
125 |
+
"step": 240
|
126 |
+
},
|
127 |
+
{
|
128 |
+
"epoch": 0.5694760820045558,
|
129 |
+
"eval_loss": 0.002369565423578024,
|
130 |
+
"eval_runtime": 122.4121,
|
131 |
+
"eval_samples_per_second": 7.957,
|
132 |
+
"eval_steps_per_second": 0.4,
|
133 |
+
"step": 250
|
134 |
+
},
|
135 |
+
{
|
136 |
+
"epoch": 0.592255125284738,
|
137 |
+
"grad_norm": 0.04797542467713356,
|
138 |
+
"learning_rate": 3.5710628710747e-05,
|
139 |
+
"loss": 0.0025,
|
140 |
+
"step": 260
|
141 |
+
},
|
142 |
+
{
|
143 |
+
"epoch": 0.6378132118451025,
|
144 |
+
"grad_norm": 0.041951198130846024,
|
145 |
+
"learning_rate": 2.9022343345181846e-05,
|
146 |
+
"loss": 0.0022,
|
147 |
+
"step": 280
|
148 |
+
},
|
149 |
+
{
|
150 |
+
"epoch": 0.683371298405467,
|
151 |
+
"grad_norm": 0.03911906108260155,
|
152 |
+
"learning_rate": 2.276304699782381e-05,
|
153 |
+
"loss": 0.0022,
|
154 |
+
"step": 300
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"epoch": 0.683371298405467,
|
158 |
+
"eval_loss": 0.0020905383862555027,
|
159 |
+
"eval_runtime": 122.4348,
|
160 |
+
"eval_samples_per_second": 7.955,
|
161 |
+
"eval_steps_per_second": 0.4,
|
162 |
+
"step": 300
|
163 |
+
},
|
164 |
+
{
|
165 |
+
"epoch": 0.7289293849658315,
|
166 |
+
"grad_norm": 0.07351183891296387,
|
167 |
+
"learning_rate": 1.7060741067442288e-05,
|
168 |
+
"loss": 0.0021,
|
169 |
+
"step": 320
|
170 |
+
},
|
171 |
+
{
|
172 |
+
"epoch": 0.7744874715261959,
|
173 |
+
"grad_norm": 0.06717297434806824,
|
174 |
+
"learning_rate": 1.2032036606589175e-05,
|
175 |
+
"loss": 0.0022,
|
176 |
+
"step": 340
|
177 |
+
},
|
178 |
+
{
|
179 |
+
"epoch": 0.7972665148063781,
|
180 |
+
"eval_loss": 0.0018556159920990467,
|
181 |
+
"eval_runtime": 122.4481,
|
182 |
+
"eval_samples_per_second": 7.954,
|
183 |
+
"eval_steps_per_second": 0.4,
|
184 |
+
"step": 350
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.8200455580865603,
|
188 |
+
"grad_norm": 0.03857114166021347,
|
189 |
+
"learning_rate": 7.779769648145201e-06,
|
190 |
+
"loss": 0.0015,
|
191 |
+
"step": 360
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.8656036446469249,
|
195 |
+
"grad_norm": 0.036848343908786774,
|
196 |
+
"learning_rate": 4.390898228352131e-06,
|
197 |
+
"loss": 0.0018,
|
198 |
+
"step": 380
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.9111617312072893,
|
202 |
+
"grad_norm": 0.09445371478796005,
|
203 |
+
"learning_rate": 1.9347241118030823e-06,
|
204 |
+
"loss": 0.0021,
|
205 |
+
"step": 400
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.9111617312072893,
|
209 |
+
"eval_loss": 0.0018473172094672918,
|
210 |
+
"eval_runtime": 122.4479,
|
211 |
+
"eval_samples_per_second": 7.954,
|
212 |
+
"eval_steps_per_second": 0.4,
|
213 |
+
"step": 400
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.9567198177676538,
|
217 |
+
"grad_norm": 0.04989920184016228,
|
218 |
+
"learning_rate": 4.614755837704321e-07,
|
219 |
+
"loss": 0.0018,
|
220 |
+
"step": 420
|
221 |
+
}
|
222 |
+
],
|
223 |
+
"logging_steps": 20,
|
224 |
+
"max_steps": 439,
|
225 |
+
"num_input_tokens_seen": 0,
|
226 |
+
"num_train_epochs": 1,
|
227 |
+
"save_steps": 2000,
|
228 |
+
"stateful_callbacks": {
|
229 |
+
"TrainerControl": {
|
230 |
+
"args": {
|
231 |
+
"should_epoch_stop": false,
|
232 |
+
"should_evaluate": false,
|
233 |
+
"should_log": false,
|
234 |
+
"should_save": true,
|
235 |
+
"should_training_stop": true
|
236 |
+
},
|
237 |
+
"attributes": {}
|
238 |
+
}
|
239 |
+
},
|
240 |
+
"total_flos": 9.38862713986089e+17,
|
241 |
+
"train_batch_size": 10,
|
242 |
+
"trial_name": null,
|
243 |
+
"trial_params": null
|
244 |
+
}
|
checkpoint-439/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7cc6ee75df7fb14a7358257971adef7e4d552407d4eda98c335735b6aa2b9c3
|
3 |
+
size 5496
|
eval_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.0018119927262887359,
|
4 |
+
"eval_runtime": 122.2911,
|
5 |
+
"eval_samples_per_second": 7.965,
|
6 |
+
"eval_steps_per_second": 0.401
|
7 |
+
}
|
runs/Jan31_20-42-02_ctua-interactive-pod-1/events.out.tfevents.1738356727.ctua-interactive-pod-1.450.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7896b62620f42d4a308e7e47d2cefb79d8687c04458bc3bd858c0de991bbb559
|
3 |
+
size 12251
|
runs/Jan31_20-42-02_ctua-interactive-pod-1/events.out.tfevents.1738361795.ctua-interactive-pod-1.450.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ba599d834342d9b9d89017ddf7bc6c413071def463202bf02b4041e59d7dff2
|
3 |
+
size 359
|
runs/Jan31_23-00-44_ctua-interactive-pod-1/events.out.tfevents.1738364461.ctua-interactive-pod-1.1134.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d4127842414c88432e79912ed1f5da0bbc96c537bc76a4e5c4b0676acc95353
|
3 |
+
size 12251
|
runs/Jan31_23-00-44_ctua-interactive-pod-1/events.out.tfevents.1738369175.ctua-interactive-pod-1.1134.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ce8cd9dcb50c059287df777089793efc6b1b33261c5260f07e85903c222c709
|
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": 9.38862713986089e+17,
|
4 |
+
"train_loss": 0.018706909701194197,
|
5 |
+
"train_runtime": 4591.0233,
|
6 |
+
"train_samples_per_second": 1.909,
|
7 |
+
"train_steps_per_second": 0.096
|
8 |
+
}
|
trainer_log.jsonl
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"current_steps": 20, "total_steps": 439, "loss": 0.3433, "lr": 9.948875483893885e-05, "epoch": 0.04555808656036447, "percentage": 4.56, "elapsed_time": "0:02:45", "remaining_time": "0:57:54"}
|
2 |
+
{"current_steps": 40, "total_steps": 439, "loss": 0.0076, "lr": 9.796547422034374e-05, "epoch": 0.09111617312072894, "percentage": 9.11, "elapsed_time": "0:05:30", "remaining_time": "0:54:52"}
|
3 |
+
{"current_steps": 50, "total_steps": 439, "eval_loss": 0.005896100774407387, "epoch": 0.11389521640091116, "percentage": 11.39, "elapsed_time": "0:08:54", "remaining_time": "1:09:18"}
|
4 |
+
{"current_steps": 60, "total_steps": 439, "loss": 0.006, "lr": 9.546130893802246e-05, "epoch": 0.1366742596810934, "percentage": 13.67, "elapsed_time": "0:10:16", "remaining_time": "1:04:57"}
|
5 |
+
{"current_steps": 80, "total_steps": 439, "loss": 0.006, "lr": 9.20274686872984e-05, "epoch": 0.18223234624145787, "percentage": 18.22, "elapsed_time": "0:13:01", "remaining_time": "0:58:28"}
|
6 |
+
{"current_steps": 100, "total_steps": 439, "loss": 0.0054, "lr": 8.773417483665309e-05, "epoch": 0.22779043280182232, "percentage": 22.78, "elapsed_time": "0:15:45", "remaining_time": "0:53:25"}
|
7 |
+
{"current_steps": 100, "total_steps": 439, "eval_loss": 0.004958716221153736, "epoch": 0.22779043280182232, "percentage": 22.78, "elapsed_time": "0:17:47", "remaining_time": "1:00:20"}
|
8 |
+
{"current_steps": 120, "total_steps": 439, "loss": 0.0043, "lr": 8.266922441433284e-05, "epoch": 0.2733485193621868, "percentage": 27.33, "elapsed_time": "0:20:31", "remaining_time": "0:54:34"}
|
9 |
+
{"current_steps": 140, "total_steps": 439, "loss": 0.0041, "lr": 7.693619467611464e-05, "epoch": 0.31890660592255127, "percentage": 31.89, "elapsed_time": "0:23:16", "remaining_time": "0:49:42"}
|
10 |
+
{"current_steps": 150, "total_steps": 439, "eval_loss": 0.0036018535029143095, "epoch": 0.3416856492027335, "percentage": 34.17, "elapsed_time": "0:26:40", "remaining_time": "0:51:24"}
|
11 |
+
{"current_steps": 160, "total_steps": 439, "loss": 0.0036, "lr": 7.065232497047384e-05, "epoch": 0.36446469248291574, "percentage": 36.45, "elapsed_time": "0:28:03", "remaining_time": "0:48:55"}
|
12 |
+
{"current_steps": 180, "total_steps": 439, "loss": 0.003, "lr": 6.394611921660036e-05, "epoch": 0.41002277904328016, "percentage": 41.0, "elapsed_time": "0:30:48", "remaining_time": "0:44:19"}
|
13 |
+
{"current_steps": 200, "total_steps": 439, "loss": 0.0026, "lr": 5.695471802412413e-05, "epoch": 0.45558086560364464, "percentage": 45.56, "elapsed_time": "0:33:32", "remaining_time": "0:40:04"}
|
14 |
+
{"current_steps": 200, "total_steps": 439, "eval_loss": 0.0025479402393102646, "epoch": 0.45558086560364464, "percentage": 45.56, "elapsed_time": "0:35:34", "remaining_time": "0:42:30"}
|
15 |
+
{"current_steps": 220, "total_steps": 439, "loss": 0.0023, "lr": 4.982109419419277e-05, "epoch": 0.5011389521640092, "percentage": 50.11, "elapsed_time": "0:38:19", "remaining_time": "0:38:08"}
|
16 |
+
{"current_steps": 240, "total_steps": 439, "loss": 0.0025, "lr": 4.269112895336161e-05, "epoch": 0.5466970387243736, "percentage": 54.67, "elapsed_time": "0:41:03", "remaining_time": "0:34:02"}
|
17 |
+
{"current_steps": 250, "total_steps": 439, "eval_loss": 0.002369565423578024, "epoch": 0.5694760820045558, "percentage": 56.95, "elapsed_time": "0:44:28", "remaining_time": "0:33:37"}
|
18 |
+
{"current_steps": 260, "total_steps": 439, "loss": 0.0025, "lr": 3.5710628710747e-05, "epoch": 0.592255125284738, "percentage": 59.23, "elapsed_time": "0:45:49", "remaining_time": "0:31:33"}
|
19 |
+
{"current_steps": 280, "total_steps": 439, "loss": 0.0022, "lr": 2.9022343345181846e-05, "epoch": 0.6378132118451025, "percentage": 63.78, "elapsed_time": "0:48:33", "remaining_time": "0:27:34"}
|
20 |
+
{"current_steps": 300, "total_steps": 439, "loss": 0.0022, "lr": 2.276304699782381e-05, "epoch": 0.683371298405467, "percentage": 68.34, "elapsed_time": "0:51:18", "remaining_time": "0:23:46"}
|
21 |
+
{"current_steps": 300, "total_steps": 439, "eval_loss": 0.0020905383862555027, "epoch": 0.683371298405467, "percentage": 68.34, "elapsed_time": "0:53:20", "remaining_time": "0:24:43"}
|
22 |
+
{"current_steps": 320, "total_steps": 439, "loss": 0.0021, "lr": 1.7060741067442288e-05, "epoch": 0.7289293849658315, "percentage": 72.89, "elapsed_time": "0:56:05", "remaining_time": "0:20:51"}
|
23 |
+
{"current_steps": 340, "total_steps": 439, "loss": 0.0022, "lr": 1.2032036606589175e-05, "epoch": 0.7744874715261959, "percentage": 77.45, "elapsed_time": "0:58:50", "remaining_time": "0:17:07"}
|
24 |
+
{"current_steps": 350, "total_steps": 439, "eval_loss": 0.0018556159920990467, "epoch": 0.7972665148063781, "percentage": 79.73, "elapsed_time": "1:02:15", "remaining_time": "0:15:49"}
|
25 |
+
{"current_steps": 360, "total_steps": 439, "loss": 0.0015, "lr": 7.779769648145201e-06, "epoch": 0.8200455580865603, "percentage": 82.0, "elapsed_time": "1:03:37", "remaining_time": "0:13:57"}
|
26 |
+
{"current_steps": 380, "total_steps": 439, "loss": 0.0018, "lr": 4.390898228352131e-06, "epoch": 0.8656036446469249, "percentage": 86.56, "elapsed_time": "1:06:21", "remaining_time": "0:10:18"}
|
27 |
+
{"current_steps": 400, "total_steps": 439, "loss": 0.0021, "lr": 1.9347241118030823e-06, "epoch": 0.9111617312072893, "percentage": 91.12, "elapsed_time": "1:09:05", "remaining_time": "0:06:44"}
|
28 |
+
{"current_steps": 400, "total_steps": 439, "eval_loss": 0.0018473172094672918, "epoch": 0.9111617312072893, "percentage": 91.12, "elapsed_time": "1:11:08", "remaining_time": "0:06:56"}
|
29 |
+
{"current_steps": 420, "total_steps": 439, "loss": 0.0018, "lr": 4.614755837704321e-07, "epoch": 0.9567198177676538, "percentage": 95.67, "elapsed_time": "1:13:53", "remaining_time": "0:03:20"}
|
30 |
+
{"current_steps": 439, "total_steps": 439, "epoch": 1.0, "percentage": 100.0, "elapsed_time": "1:16:29", "remaining_time": "0:00:00"}
|
trainer_state.json
ADDED
@@ -0,0 +1,253 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 50,
|
6 |
+
"global_step": 439,
|
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.04555808656036447,
|
13 |
+
"grad_norm": 0.5296587944030762,
|
14 |
+
"learning_rate": 9.948875483893885e-05,
|
15 |
+
"loss": 0.3433,
|
16 |
+
"step": 20
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.09111617312072894,
|
20 |
+
"grad_norm": 0.042843956500291824,
|
21 |
+
"learning_rate": 9.796547422034374e-05,
|
22 |
+
"loss": 0.0076,
|
23 |
+
"step": 40
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.11389521640091116,
|
27 |
+
"eval_loss": 0.005896100774407387,
|
28 |
+
"eval_runtime": 122.4009,
|
29 |
+
"eval_samples_per_second": 7.957,
|
30 |
+
"eval_steps_per_second": 0.4,
|
31 |
+
"step": 50
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.1366742596810934,
|
35 |
+
"grad_norm": 0.04506906867027283,
|
36 |
+
"learning_rate": 9.546130893802246e-05,
|
37 |
+
"loss": 0.006,
|
38 |
+
"step": 60
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.18223234624145787,
|
42 |
+
"grad_norm": 0.04249206930398941,
|
43 |
+
"learning_rate": 9.20274686872984e-05,
|
44 |
+
"loss": 0.006,
|
45 |
+
"step": 80
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.22779043280182232,
|
49 |
+
"grad_norm": 0.034582458436489105,
|
50 |
+
"learning_rate": 8.773417483665309e-05,
|
51 |
+
"loss": 0.0054,
|
52 |
+
"step": 100
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.22779043280182232,
|
56 |
+
"eval_loss": 0.004958716221153736,
|
57 |
+
"eval_runtime": 122.3931,
|
58 |
+
"eval_samples_per_second": 7.958,
|
59 |
+
"eval_steps_per_second": 0.4,
|
60 |
+
"step": 100
|
61 |
+
},
|
62 |
+
{
|
63 |
+
"epoch": 0.2733485193621868,
|
64 |
+
"grad_norm": 0.09121271967887878,
|
65 |
+
"learning_rate": 8.266922441433284e-05,
|
66 |
+
"loss": 0.0043,
|
67 |
+
"step": 120
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"epoch": 0.31890660592255127,
|
71 |
+
"grad_norm": 0.025009050965309143,
|
72 |
+
"learning_rate": 7.693619467611464e-05,
|
73 |
+
"loss": 0.0041,
|
74 |
+
"step": 140
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"epoch": 0.3416856492027335,
|
78 |
+
"eval_loss": 0.0036018535029143095,
|
79 |
+
"eval_runtime": 122.4383,
|
80 |
+
"eval_samples_per_second": 7.955,
|
81 |
+
"eval_steps_per_second": 0.4,
|
82 |
+
"step": 150
|
83 |
+
},
|
84 |
+
{
|
85 |
+
"epoch": 0.36446469248291574,
|
86 |
+
"grad_norm": 0.06171397864818573,
|
87 |
+
"learning_rate": 7.065232497047384e-05,
|
88 |
+
"loss": 0.0036,
|
89 |
+
"step": 160
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"epoch": 0.41002277904328016,
|
93 |
+
"grad_norm": 0.0585937425494194,
|
94 |
+
"learning_rate": 6.394611921660036e-05,
|
95 |
+
"loss": 0.003,
|
96 |
+
"step": 180
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"epoch": 0.45558086560364464,
|
100 |
+
"grad_norm": 0.03573513403534889,
|
101 |
+
"learning_rate": 5.695471802412413e-05,
|
102 |
+
"loss": 0.0026,
|
103 |
+
"step": 200
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"epoch": 0.45558086560364464,
|
107 |
+
"eval_loss": 0.0025479402393102646,
|
108 |
+
"eval_runtime": 122.4406,
|
109 |
+
"eval_samples_per_second": 7.955,
|
110 |
+
"eval_steps_per_second": 0.4,
|
111 |
+
"step": 200
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"epoch": 0.5011389521640092,
|
115 |
+
"grad_norm": 0.08403529226779938,
|
116 |
+
"learning_rate": 4.982109419419277e-05,
|
117 |
+
"loss": 0.0023,
|
118 |
+
"step": 220
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"epoch": 0.5466970387243736,
|
122 |
+
"grad_norm": 0.08128103613853455,
|
123 |
+
"learning_rate": 4.269112895336161e-05,
|
124 |
+
"loss": 0.0025,
|
125 |
+
"step": 240
|
126 |
+
},
|
127 |
+
{
|
128 |
+
"epoch": 0.5694760820045558,
|
129 |
+
"eval_loss": 0.002369565423578024,
|
130 |
+
"eval_runtime": 122.4121,
|
131 |
+
"eval_samples_per_second": 7.957,
|
132 |
+
"eval_steps_per_second": 0.4,
|
133 |
+
"step": 250
|
134 |
+
},
|
135 |
+
{
|
136 |
+
"epoch": 0.592255125284738,
|
137 |
+
"grad_norm": 0.04797542467713356,
|
138 |
+
"learning_rate": 3.5710628710747e-05,
|
139 |
+
"loss": 0.0025,
|
140 |
+
"step": 260
|
141 |
+
},
|
142 |
+
{
|
143 |
+
"epoch": 0.6378132118451025,
|
144 |
+
"grad_norm": 0.041951198130846024,
|
145 |
+
"learning_rate": 2.9022343345181846e-05,
|
146 |
+
"loss": 0.0022,
|
147 |
+
"step": 280
|
148 |
+
},
|
149 |
+
{
|
150 |
+
"epoch": 0.683371298405467,
|
151 |
+
"grad_norm": 0.03911906108260155,
|
152 |
+
"learning_rate": 2.276304699782381e-05,
|
153 |
+
"loss": 0.0022,
|
154 |
+
"step": 300
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"epoch": 0.683371298405467,
|
158 |
+
"eval_loss": 0.0020905383862555027,
|
159 |
+
"eval_runtime": 122.4348,
|
160 |
+
"eval_samples_per_second": 7.955,
|
161 |
+
"eval_steps_per_second": 0.4,
|
162 |
+
"step": 300
|
163 |
+
},
|
164 |
+
{
|
165 |
+
"epoch": 0.7289293849658315,
|
166 |
+
"grad_norm": 0.07351183891296387,
|
167 |
+
"learning_rate": 1.7060741067442288e-05,
|
168 |
+
"loss": 0.0021,
|
169 |
+
"step": 320
|
170 |
+
},
|
171 |
+
{
|
172 |
+
"epoch": 0.7744874715261959,
|
173 |
+
"grad_norm": 0.06717297434806824,
|
174 |
+
"learning_rate": 1.2032036606589175e-05,
|
175 |
+
"loss": 0.0022,
|
176 |
+
"step": 340
|
177 |
+
},
|
178 |
+
{
|
179 |
+
"epoch": 0.7972665148063781,
|
180 |
+
"eval_loss": 0.0018556159920990467,
|
181 |
+
"eval_runtime": 122.4481,
|
182 |
+
"eval_samples_per_second": 7.954,
|
183 |
+
"eval_steps_per_second": 0.4,
|
184 |
+
"step": 350
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.8200455580865603,
|
188 |
+
"grad_norm": 0.03857114166021347,
|
189 |
+
"learning_rate": 7.779769648145201e-06,
|
190 |
+
"loss": 0.0015,
|
191 |
+
"step": 360
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.8656036446469249,
|
195 |
+
"grad_norm": 0.036848343908786774,
|
196 |
+
"learning_rate": 4.390898228352131e-06,
|
197 |
+
"loss": 0.0018,
|
198 |
+
"step": 380
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.9111617312072893,
|
202 |
+
"grad_norm": 0.09445371478796005,
|
203 |
+
"learning_rate": 1.9347241118030823e-06,
|
204 |
+
"loss": 0.0021,
|
205 |
+
"step": 400
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.9111617312072893,
|
209 |
+
"eval_loss": 0.0018473172094672918,
|
210 |
+
"eval_runtime": 122.4479,
|
211 |
+
"eval_samples_per_second": 7.954,
|
212 |
+
"eval_steps_per_second": 0.4,
|
213 |
+
"step": 400
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.9567198177676538,
|
217 |
+
"grad_norm": 0.04989920184016228,
|
218 |
+
"learning_rate": 4.614755837704321e-07,
|
219 |
+
"loss": 0.0018,
|
220 |
+
"step": 420
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 1.0,
|
224 |
+
"step": 439,
|
225 |
+
"total_flos": 9.38862713986089e+17,
|
226 |
+
"train_loss": 0.018706909701194197,
|
227 |
+
"train_runtime": 4591.0233,
|
228 |
+
"train_samples_per_second": 1.909,
|
229 |
+
"train_steps_per_second": 0.096
|
230 |
+
}
|
231 |
+
],
|
232 |
+
"logging_steps": 20,
|
233 |
+
"max_steps": 439,
|
234 |
+
"num_input_tokens_seen": 0,
|
235 |
+
"num_train_epochs": 1,
|
236 |
+
"save_steps": 2000,
|
237 |
+
"stateful_callbacks": {
|
238 |
+
"TrainerControl": {
|
239 |
+
"args": {
|
240 |
+
"should_epoch_stop": false,
|
241 |
+
"should_evaluate": false,
|
242 |
+
"should_log": false,
|
243 |
+
"should_save": true,
|
244 |
+
"should_training_stop": true
|
245 |
+
},
|
246 |
+
"attributes": {}
|
247 |
+
}
|
248 |
+
},
|
249 |
+
"total_flos": 9.38862713986089e+17,
|
250 |
+
"train_batch_size": 10,
|
251 |
+
"trial_name": null,
|
252 |
+
"trial_params": null
|
253 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7cc6ee75df7fb14a7358257971adef7e4d552407d4eda98c335735b6aa2b9c3
|
3 |
+
size 5496
|
training_eval_loss.png
ADDED
![]() |
training_loss.png
ADDED
![]() |