Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- README.md +73 -0
- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
- all_results.json +12 -0
- checkpoint-450/README.md +202 -0
- checkpoint-450/adapter_config.json +34 -0
- checkpoint-450/adapter_model.safetensors +3 -0
- checkpoint-450/optimizer.pt +3 -0
- checkpoint-450/rng_state_0.pth +3 -0
- checkpoint-450/rng_state_1.pth +3 -0
- checkpoint-450/scheduler.pt +3 -0
- checkpoint-450/special_tokens_map.json +24 -0
- checkpoint-450/tokenizer.json +3 -0
- checkpoint-450/tokenizer_config.json +0 -0
- checkpoint-450/trainer_state.json +259 -0
- checkpoint-450/training_args.bin +3 -0
- eval_results.json +7 -0
- runs/Jan31_21-28-47_ctua-interactive-pod/events.out.tfevents.1738358944.ctua-interactive-pod.2612.0 +3 -0
- runs/Jan31_23-07-26_ctua-interactive-pod/events.out.tfevents.1738364865.ctua-interactive-pod.3233.0 +3 -0
- runs/Jan31_23-07-26_ctua-interactive-pod/events.out.tfevents.1738373922.ctua-interactive-pod.3233.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 +32 -0
- trainer_state.json +268 -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-450/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,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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_f_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_f_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_f dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.0006
|
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.0024 | 0.1111 | 50 | 0.0013 |
|
57 |
+
| 0.0011 | 0.2222 | 100 | 0.0010 |
|
58 |
+
| 0.0009 | 0.3333 | 150 | 0.0008 |
|
59 |
+
| 0.001 | 0.4444 | 200 | 0.0008 |
|
60 |
+
| 0.0009 | 0.5556 | 250 | 0.0008 |
|
61 |
+
| 0.0006 | 0.6667 | 300 | 0.0007 |
|
62 |
+
| 0.0007 | 0.7778 | 350 | 0.0007 |
|
63 |
+
| 0.0007 | 0.8889 | 400 | 0.0006 |
|
64 |
+
| 0.0009 | 1.0 | 450 | 0.0006 |
|
65 |
+
|
66 |
+
|
67 |
+
### Framework versions
|
68 |
+
|
69 |
+
- PEFT 0.12.0
|
70 |
+
- Transformers 4.46.0
|
71 |
+
- Pytorch 2.4.0+cu121
|
72 |
+
- Datasets 2.21.0
|
73 |
+
- Tokenizers 0.20.1
|
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "mistralai/Mistral-Nemo-Instruct-2407",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0.0,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
+
"q_proj",
|
25 |
+
"down_proj",
|
26 |
+
"v_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"o_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:d5e7c84c8cdbec83fe3908d5e37d47b4dc81a88de4ae7a29044f5dbe32ce20d7
|
3 |
+
size 114106856
|
all_results.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.0006301100365817547,
|
4 |
+
"eval_runtime": 232.4954,
|
5 |
+
"eval_samples_per_second": 4.301,
|
6 |
+
"eval_steps_per_second": 0.215,
|
7 |
+
"total_flos": 9.625596140737004e+17,
|
8 |
+
"train_loss": 0.014024514413128297,
|
9 |
+
"train_runtime": 8823.7876,
|
10 |
+
"train_samples_per_second": 1.02,
|
11 |
+
"train_steps_per_second": 0.051
|
12 |
+
}
|
checkpoint-450/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-450/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "mistralai/Mistral-Nemo-Instruct-2407",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0.0,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"k_proj",
|
24 |
+
"q_proj",
|
25 |
+
"down_proj",
|
26 |
+
"v_proj",
|
27 |
+
"gate_proj",
|
28 |
+
"o_proj",
|
29 |
+
"up_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
checkpoint-450/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5e7c84c8cdbec83fe3908d5e37d47b4dc81a88de4ae7a29044f5dbe32ce20d7
|
3 |
+
size 114106856
|
checkpoint-450/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1cd37b5b577649f766dac29859ce40dff0e0b6ba62d7e0407dfe3211e7595e3
|
3 |
+
size 228536930
|
checkpoint-450/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b074bf97f241c2662caa5ce956b03d1249c3cc0713b6aef7796673362754f98
|
3 |
+
size 14512
|
checkpoint-450/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58aed9e8d78903cb12015375021c729c3f6c5fd1a1e19e7aee6ddde57c3310b9
|
3 |
+
size 14512
|
checkpoint-450/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c9636ae38b683f4b5b714bdf172e563b0c593e0efe94f07eea78547963bfbfae
|
3 |
+
size 1064
|
checkpoint-450/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-450/tokenizer.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0240ce510f08e6c2041724e9043e33be9d251d1e4a4d94eb68cd47b954b61d2
|
3 |
+
size 17078292
|
checkpoint-450/tokenizer_config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
checkpoint-450/trainer_state.json
ADDED
@@ -0,0 +1,259 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 50,
|
6 |
+
"global_step": 450,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.044444444444444446,
|
13 |
+
"grad_norm": 0.17305362224578857,
|
14 |
+
"learning_rate": 9.951340343707852e-05,
|
15 |
+
"loss": 0.2942,
|
16 |
+
"step": 20
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.08888888888888889,
|
20 |
+
"grad_norm": 0.042544737458229065,
|
21 |
+
"learning_rate": 9.806308479691595e-05,
|
22 |
+
"loss": 0.0024,
|
23 |
+
"step": 40
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.1111111111111111,
|
27 |
+
"eval_loss": 0.0013170767342671752,
|
28 |
+
"eval_runtime": 232.8005,
|
29 |
+
"eval_samples_per_second": 4.296,
|
30 |
+
"eval_steps_per_second": 0.215,
|
31 |
+
"step": 50
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.13333333333333333,
|
35 |
+
"grad_norm": 0.03146813064813614,
|
36 |
+
"learning_rate": 9.567727288213005e-05,
|
37 |
+
"loss": 0.0012,
|
38 |
+
"step": 60
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.17777777777777778,
|
42 |
+
"grad_norm": 0.03375430032610893,
|
43 |
+
"learning_rate": 9.24024048078213e-05,
|
44 |
+
"loss": 0.0012,
|
45 |
+
"step": 80
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.2222222222222222,
|
49 |
+
"grad_norm": 0.0878819078207016,
|
50 |
+
"learning_rate": 8.83022221559489e-05,
|
51 |
+
"loss": 0.0011,
|
52 |
+
"step": 100
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.2222222222222222,
|
56 |
+
"eval_loss": 0.000957556301727891,
|
57 |
+
"eval_runtime": 232.4585,
|
58 |
+
"eval_samples_per_second": 4.302,
|
59 |
+
"eval_steps_per_second": 0.215,
|
60 |
+
"step": 100
|
61 |
+
},
|
62 |
+
{
|
63 |
+
"epoch": 0.26666666666666666,
|
64 |
+
"grad_norm": 0.03542569652199745,
|
65 |
+
"learning_rate": 8.345653031794292e-05,
|
66 |
+
"loss": 0.0012,
|
67 |
+
"step": 120
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"epoch": 0.3111111111111111,
|
71 |
+
"grad_norm": 0.015578300692141056,
|
72 |
+
"learning_rate": 7.795964517353735e-05,
|
73 |
+
"loss": 0.0009,
|
74 |
+
"step": 140
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"epoch": 0.3333333333333333,
|
78 |
+
"eval_loss": 0.0007864935323596001,
|
79 |
+
"eval_runtime": 232.695,
|
80 |
+
"eval_samples_per_second": 4.297,
|
81 |
+
"eval_steps_per_second": 0.215,
|
82 |
+
"step": 150
|
83 |
+
},
|
84 |
+
{
|
85 |
+
"epoch": 0.35555555555555557,
|
86 |
+
"grad_norm": 0.029168328270316124,
|
87 |
+
"learning_rate": 7.191855733945387e-05,
|
88 |
+
"loss": 0.001,
|
89 |
+
"step": 160
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"epoch": 0.4,
|
93 |
+
"grad_norm": 0.05920561030507088,
|
94 |
+
"learning_rate": 6.545084971874738e-05,
|
95 |
+
"loss": 0.001,
|
96 |
+
"step": 180
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"epoch": 0.4444444444444444,
|
100 |
+
"grad_norm": 0.03357287123799324,
|
101 |
+
"learning_rate": 5.868240888334653e-05,
|
102 |
+
"loss": 0.001,
|
103 |
+
"step": 200
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"epoch": 0.4444444444444444,
|
107 |
+
"eval_loss": 0.0008135823300108314,
|
108 |
+
"eval_runtime": 232.395,
|
109 |
+
"eval_samples_per_second": 4.303,
|
110 |
+
"eval_steps_per_second": 0.215,
|
111 |
+
"step": 200
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"epoch": 0.4888888888888889,
|
115 |
+
"grad_norm": 0.019826048985123634,
|
116 |
+
"learning_rate": 5.174497483512506e-05,
|
117 |
+
"loss": 0.0011,
|
118 |
+
"step": 220
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"epoch": 0.5333333333333333,
|
122 |
+
"grad_norm": 0.025309834629297256,
|
123 |
+
"learning_rate": 4.477357683661734e-05,
|
124 |
+
"loss": 0.0009,
|
125 |
+
"step": 240
|
126 |
+
},
|
127 |
+
{
|
128 |
+
"epoch": 0.5555555555555556,
|
129 |
+
"eval_loss": 0.0007757659768685699,
|
130 |
+
"eval_runtime": 232.3457,
|
131 |
+
"eval_samples_per_second": 4.304,
|
132 |
+
"eval_steps_per_second": 0.215,
|
133 |
+
"step": 250
|
134 |
+
},
|
135 |
+
{
|
136 |
+
"epoch": 0.5777777777777777,
|
137 |
+
"grad_norm": 0.016265789046883583,
|
138 |
+
"learning_rate": 3.790390522001662e-05,
|
139 |
+
"loss": 0.0011,
|
140 |
+
"step": 260
|
141 |
+
},
|
142 |
+
{
|
143 |
+
"epoch": 0.6222222222222222,
|
144 |
+
"grad_norm": 0.0712108463048935,
|
145 |
+
"learning_rate": 3.12696703292044e-05,
|
146 |
+
"loss": 0.0008,
|
147 |
+
"step": 280
|
148 |
+
},
|
149 |
+
{
|
150 |
+
"epoch": 0.6666666666666666,
|
151 |
+
"grad_norm": 0.04358217492699623,
|
152 |
+
"learning_rate": 2.500000000000001e-05,
|
153 |
+
"loss": 0.0006,
|
154 |
+
"step": 300
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"epoch": 0.6666666666666666,
|
158 |
+
"eval_loss": 0.000731022737454623,
|
159 |
+
"eval_runtime": 232.45,
|
160 |
+
"eval_samples_per_second": 4.302,
|
161 |
+
"eval_steps_per_second": 0.215,
|
162 |
+
"step": 300
|
163 |
+
},
|
164 |
+
{
|
165 |
+
"epoch": 0.7111111111111111,
|
166 |
+
"grad_norm": 0.02700887806713581,
|
167 |
+
"learning_rate": 1.9216926233717085e-05,
|
168 |
+
"loss": 0.0008,
|
169 |
+
"step": 320
|
170 |
+
},
|
171 |
+
{
|
172 |
+
"epoch": 0.7555555555555555,
|
173 |
+
"grad_norm": 0.02106143906712532,
|
174 |
+
"learning_rate": 1.4033009983067452e-05,
|
175 |
+
"loss": 0.0007,
|
176 |
+
"step": 340
|
177 |
+
},
|
178 |
+
{
|
179 |
+
"epoch": 0.7777777777777778,
|
180 |
+
"eval_loss": 0.0006801169947721064,
|
181 |
+
"eval_runtime": 232.1532,
|
182 |
+
"eval_samples_per_second": 4.307,
|
183 |
+
"eval_steps_per_second": 0.215,
|
184 |
+
"step": 350
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.8,
|
188 |
+
"grad_norm": 0.020221324637532234,
|
189 |
+
"learning_rate": 9.549150281252633e-06,
|
190 |
+
"loss": 0.0007,
|
191 |
+
"step": 360
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.8444444444444444,
|
195 |
+
"grad_norm": 0.020666765049099922,
|
196 |
+
"learning_rate": 5.852620357053651e-06,
|
197 |
+
"loss": 0.0008,
|
198 |
+
"step": 380
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.8888888888888888,
|
202 |
+
"grad_norm": 0.00924940500408411,
|
203 |
+
"learning_rate": 3.0153689607045845e-06,
|
204 |
+
"loss": 0.0007,
|
205 |
+
"step": 400
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.8888888888888888,
|
209 |
+
"eval_loss": 0.0006416882388293743,
|
210 |
+
"eval_runtime": 232.5441,
|
211 |
+
"eval_samples_per_second": 4.3,
|
212 |
+
"eval_steps_per_second": 0.215,
|
213 |
+
"step": 400
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.9333333333333333,
|
217 |
+
"grad_norm": 0.028802907094359398,
|
218 |
+
"learning_rate": 1.0926199633097157e-06,
|
219 |
+
"loss": 0.0007,
|
220 |
+
"step": 420
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.9777777777777777,
|
224 |
+
"grad_norm": 0.035981908440589905,
|
225 |
+
"learning_rate": 1.2179748700879012e-07,
|
226 |
+
"loss": 0.0009,
|
227 |
+
"step": 440
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 1.0,
|
231 |
+
"eval_loss": 0.0006301100365817547,
|
232 |
+
"eval_runtime": 232.5439,
|
233 |
+
"eval_samples_per_second": 4.3,
|
234 |
+
"eval_steps_per_second": 0.215,
|
235 |
+
"step": 450
|
236 |
+
}
|
237 |
+
],
|
238 |
+
"logging_steps": 20,
|
239 |
+
"max_steps": 450,
|
240 |
+
"num_input_tokens_seen": 0,
|
241 |
+
"num_train_epochs": 1,
|
242 |
+
"save_steps": 2000,
|
243 |
+
"stateful_callbacks": {
|
244 |
+
"TrainerControl": {
|
245 |
+
"args": {
|
246 |
+
"should_epoch_stop": false,
|
247 |
+
"should_evaluate": false,
|
248 |
+
"should_log": false,
|
249 |
+
"should_save": true,
|
250 |
+
"should_training_stop": true
|
251 |
+
},
|
252 |
+
"attributes": {}
|
253 |
+
}
|
254 |
+
},
|
255 |
+
"total_flos": 9.625596140737004e+17,
|
256 |
+
"train_batch_size": 10,
|
257 |
+
"trial_name": null,
|
258 |
+
"trial_params": null
|
259 |
+
}
|
checkpoint-450/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad19aba8a23cc06b0e2c26d83432b5ddb611baa6e7757f637c6010516477c92d
|
3 |
+
size 5496
|
eval_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"eval_loss": 0.0006301100365817547,
|
4 |
+
"eval_runtime": 232.4954,
|
5 |
+
"eval_samples_per_second": 4.301,
|
6 |
+
"eval_steps_per_second": 0.215
|
7 |
+
}
|
runs/Jan31_21-28-47_ctua-interactive-pod/events.out.tfevents.1738358944.ctua-interactive-pod.2612.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd99495bef2a222439a674f04fece843af3e33b937b291eb64e72b97b312c90e
|
3 |
+
size 9394
|
runs/Jan31_23-07-26_ctua-interactive-pod/events.out.tfevents.1738364865.ctua-interactive-pod.3233.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed34c0ee819e2a36d2d634a7c422d53e1eb8071d31378d344f3612b18a5ba3c5
|
3 |
+
size 12731
|
runs/Jan31_23-07-26_ctua-interactive-pod/events.out.tfevents.1738373922.ctua-interactive-pod.3233.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:030e02c8a9fb515b6c8b57d2519ce40694d4757a01b16d09e733d5de507ba36a
|
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.625596140737004e+17,
|
4 |
+
"train_loss": 0.014024514413128297,
|
5 |
+
"train_runtime": 8823.7876,
|
6 |
+
"train_samples_per_second": 1.02,
|
7 |
+
"train_steps_per_second": 0.051
|
8 |
+
}
|
trainer_log.jsonl
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"current_steps": 20, "total_steps": 450, "loss": 0.2942, "lr": 9.951340343707852e-05, "epoch": 0.044444444444444446, "percentage": 4.44, "elapsed_time": "0:04:59", "remaining_time": "1:47:13"}
|
2 |
+
{"current_steps": 40, "total_steps": 450, "loss": 0.0024, "lr": 9.806308479691595e-05, "epoch": 0.08888888888888889, "percentage": 8.89, "elapsed_time": "0:09:58", "remaining_time": "1:42:13"}
|
3 |
+
{"current_steps": 50, "total_steps": 450, "eval_loss": 0.0013170767342671752, "epoch": 0.1111111111111111, "percentage": 11.11, "elapsed_time": "0:16:20", "remaining_time": "2:10:46"}
|
4 |
+
{"current_steps": 60, "total_steps": 450, "loss": 0.0012, "lr": 9.567727288213005e-05, "epoch": 0.13333333333333333, "percentage": 13.33, "elapsed_time": "0:18:50", "remaining_time": "2:02:27"}
|
5 |
+
{"current_steps": 80, "total_steps": 450, "loss": 0.0012, "lr": 9.24024048078213e-05, "epoch": 0.17777777777777778, "percentage": 17.78, "elapsed_time": "0:23:49", "remaining_time": "1:50:10"}
|
6 |
+
{"current_steps": 100, "total_steps": 450, "loss": 0.0011, "lr": 8.83022221559489e-05, "epoch": 0.2222222222222222, "percentage": 22.22, "elapsed_time": "0:28:48", "remaining_time": "1:40:49"}
|
7 |
+
{"current_steps": 100, "total_steps": 450, "eval_loss": 0.000957556301727891, "epoch": 0.2222222222222222, "percentage": 22.22, "elapsed_time": "0:32:40", "remaining_time": "1:54:23"}
|
8 |
+
{"current_steps": 120, "total_steps": 450, "loss": 0.0012, "lr": 8.345653031794292e-05, "epoch": 0.26666666666666666, "percentage": 26.67, "elapsed_time": "0:37:39", "remaining_time": "1:43:34"}
|
9 |
+
{"current_steps": 140, "total_steps": 450, "loss": 0.0009, "lr": 7.795964517353735e-05, "epoch": 0.3111111111111111, "percentage": 31.11, "elapsed_time": "0:42:39", "remaining_time": "1:34:26"}
|
10 |
+
{"current_steps": 150, "total_steps": 450, "eval_loss": 0.0007864935323596001, "epoch": 0.3333333333333333, "percentage": 33.33, "elapsed_time": "0:49:01", "remaining_time": "1:38:03"}
|
11 |
+
{"current_steps": 160, "total_steps": 450, "loss": 0.001, "lr": 7.191855733945387e-05, "epoch": 0.35555555555555557, "percentage": 35.56, "elapsed_time": "0:51:31", "remaining_time": "1:33:22"}
|
12 |
+
{"current_steps": 180, "total_steps": 450, "loss": 0.001, "lr": 6.545084971874738e-05, "epoch": 0.4, "percentage": 40.0, "elapsed_time": "0:56:30", "remaining_time": "1:24:45"}
|
13 |
+
{"current_steps": 200, "total_steps": 450, "loss": 0.001, "lr": 5.868240888334653e-05, "epoch": 0.4444444444444444, "percentage": 44.44, "elapsed_time": "1:01:29", "remaining_time": "1:16:51"}
|
14 |
+
{"current_steps": 200, "total_steps": 450, "eval_loss": 0.0008135823300108314, "epoch": 0.4444444444444444, "percentage": 44.44, "elapsed_time": "1:05:21", "remaining_time": "1:21:42"}
|
15 |
+
{"current_steps": 220, "total_steps": 450, "loss": 0.0011, "lr": 5.174497483512506e-05, "epoch": 0.4888888888888889, "percentage": 48.89, "elapsed_time": "1:10:20", "remaining_time": "1:13:32"}
|
16 |
+
{"current_steps": 240, "total_steps": 450, "loss": 0.0009, "lr": 4.477357683661734e-05, "epoch": 0.5333333333333333, "percentage": 53.33, "elapsed_time": "1:15:19", "remaining_time": "1:05:54"}
|
17 |
+
{"current_steps": 250, "total_steps": 450, "eval_loss": 0.0007757659768685699, "epoch": 0.5555555555555556, "percentage": 55.56, "elapsed_time": "1:21:41", "remaining_time": "1:05:21"}
|
18 |
+
{"current_steps": 260, "total_steps": 450, "loss": 0.0011, "lr": 3.790390522001662e-05, "epoch": 0.5777777777777777, "percentage": 57.78, "elapsed_time": "1:24:11", "remaining_time": "1:01:31"}
|
19 |
+
{"current_steps": 280, "total_steps": 450, "loss": 0.0008, "lr": 3.12696703292044e-05, "epoch": 0.6222222222222222, "percentage": 62.22, "elapsed_time": "1:29:10", "remaining_time": "0:54:08"}
|
20 |
+
{"current_steps": 300, "total_steps": 450, "loss": 0.0006, "lr": 2.500000000000001e-05, "epoch": 0.6666666666666666, "percentage": 66.67, "elapsed_time": "1:34:09", "remaining_time": "0:47:04"}
|
21 |
+
{"current_steps": 300, "total_steps": 450, "eval_loss": 0.000731022737454623, "epoch": 0.6666666666666666, "percentage": 66.67, "elapsed_time": "1:38:01", "remaining_time": "0:49:00"}
|
22 |
+
{"current_steps": 320, "total_steps": 450, "loss": 0.0008, "lr": 1.9216926233717085e-05, "epoch": 0.7111111111111111, "percentage": 71.11, "elapsed_time": "1:43:00", "remaining_time": "0:41:50"}
|
23 |
+
{"current_steps": 340, "total_steps": 450, "loss": 0.0007, "lr": 1.4033009983067452e-05, "epoch": 0.7555555555555555, "percentage": 75.56, "elapsed_time": "1:47:59", "remaining_time": "0:34:56"}
|
24 |
+
{"current_steps": 350, "total_steps": 450, "eval_loss": 0.0006801169947721064, "epoch": 0.7777777777777778, "percentage": 77.78, "elapsed_time": "1:54:20", "remaining_time": "0:32:40"}
|
25 |
+
{"current_steps": 360, "total_steps": 450, "loss": 0.0007, "lr": 9.549150281252633e-06, "epoch": 0.8, "percentage": 80.0, "elapsed_time": "1:56:50", "remaining_time": "0:29:12"}
|
26 |
+
{"current_steps": 380, "total_steps": 450, "loss": 0.0008, "lr": 5.852620357053651e-06, "epoch": 0.8444444444444444, "percentage": 84.44, "elapsed_time": "2:01:48", "remaining_time": "0:22:26"}
|
27 |
+
{"current_steps": 400, "total_steps": 450, "loss": 0.0007, "lr": 3.0153689607045845e-06, "epoch": 0.8888888888888888, "percentage": 88.89, "elapsed_time": "2:06:47", "remaining_time": "0:15:50"}
|
28 |
+
{"current_steps": 400, "total_steps": 450, "eval_loss": 0.0006416882388293743, "epoch": 0.8888888888888888, "percentage": 88.89, "elapsed_time": "2:10:40", "remaining_time": "0:16:20"}
|
29 |
+
{"current_steps": 420, "total_steps": 450, "loss": 0.0007, "lr": 1.0926199633097157e-06, "epoch": 0.9333333333333333, "percentage": 93.33, "elapsed_time": "2:15:39", "remaining_time": "0:09:41"}
|
30 |
+
{"current_steps": 440, "total_steps": 450, "loss": 0.0009, "lr": 1.2179748700879012e-07, "epoch": 0.9777777777777777, "percentage": 97.78, "elapsed_time": "2:20:38", "remaining_time": "0:03:11"}
|
31 |
+
{"current_steps": 450, "total_steps": 450, "eval_loss": 0.0006301100365817547, "epoch": 1.0, "percentage": 100.0, "elapsed_time": "2:27:00", "remaining_time": "0:00:00"}
|
32 |
+
{"current_steps": 450, "total_steps": 450, "epoch": 1.0, "percentage": 100.0, "elapsed_time": "2:27:01", "remaining_time": "0:00:00"}
|
trainer_state.json
ADDED
@@ -0,0 +1,268 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 1.0,
|
5 |
+
"eval_steps": 50,
|
6 |
+
"global_step": 450,
|
7 |
+
"is_hyper_param_search": false,
|
8 |
+
"is_local_process_zero": true,
|
9 |
+
"is_world_process_zero": true,
|
10 |
+
"log_history": [
|
11 |
+
{
|
12 |
+
"epoch": 0.044444444444444446,
|
13 |
+
"grad_norm": 0.17305362224578857,
|
14 |
+
"learning_rate": 9.951340343707852e-05,
|
15 |
+
"loss": 0.2942,
|
16 |
+
"step": 20
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.08888888888888889,
|
20 |
+
"grad_norm": 0.042544737458229065,
|
21 |
+
"learning_rate": 9.806308479691595e-05,
|
22 |
+
"loss": 0.0024,
|
23 |
+
"step": 40
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.1111111111111111,
|
27 |
+
"eval_loss": 0.0013170767342671752,
|
28 |
+
"eval_runtime": 232.8005,
|
29 |
+
"eval_samples_per_second": 4.296,
|
30 |
+
"eval_steps_per_second": 0.215,
|
31 |
+
"step": 50
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.13333333333333333,
|
35 |
+
"grad_norm": 0.03146813064813614,
|
36 |
+
"learning_rate": 9.567727288213005e-05,
|
37 |
+
"loss": 0.0012,
|
38 |
+
"step": 60
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.17777777777777778,
|
42 |
+
"grad_norm": 0.03375430032610893,
|
43 |
+
"learning_rate": 9.24024048078213e-05,
|
44 |
+
"loss": 0.0012,
|
45 |
+
"step": 80
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.2222222222222222,
|
49 |
+
"grad_norm": 0.0878819078207016,
|
50 |
+
"learning_rate": 8.83022221559489e-05,
|
51 |
+
"loss": 0.0011,
|
52 |
+
"step": 100
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.2222222222222222,
|
56 |
+
"eval_loss": 0.000957556301727891,
|
57 |
+
"eval_runtime": 232.4585,
|
58 |
+
"eval_samples_per_second": 4.302,
|
59 |
+
"eval_steps_per_second": 0.215,
|
60 |
+
"step": 100
|
61 |
+
},
|
62 |
+
{
|
63 |
+
"epoch": 0.26666666666666666,
|
64 |
+
"grad_norm": 0.03542569652199745,
|
65 |
+
"learning_rate": 8.345653031794292e-05,
|
66 |
+
"loss": 0.0012,
|
67 |
+
"step": 120
|
68 |
+
},
|
69 |
+
{
|
70 |
+
"epoch": 0.3111111111111111,
|
71 |
+
"grad_norm": 0.015578300692141056,
|
72 |
+
"learning_rate": 7.795964517353735e-05,
|
73 |
+
"loss": 0.0009,
|
74 |
+
"step": 140
|
75 |
+
},
|
76 |
+
{
|
77 |
+
"epoch": 0.3333333333333333,
|
78 |
+
"eval_loss": 0.0007864935323596001,
|
79 |
+
"eval_runtime": 232.695,
|
80 |
+
"eval_samples_per_second": 4.297,
|
81 |
+
"eval_steps_per_second": 0.215,
|
82 |
+
"step": 150
|
83 |
+
},
|
84 |
+
{
|
85 |
+
"epoch": 0.35555555555555557,
|
86 |
+
"grad_norm": 0.029168328270316124,
|
87 |
+
"learning_rate": 7.191855733945387e-05,
|
88 |
+
"loss": 0.001,
|
89 |
+
"step": 160
|
90 |
+
},
|
91 |
+
{
|
92 |
+
"epoch": 0.4,
|
93 |
+
"grad_norm": 0.05920561030507088,
|
94 |
+
"learning_rate": 6.545084971874738e-05,
|
95 |
+
"loss": 0.001,
|
96 |
+
"step": 180
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"epoch": 0.4444444444444444,
|
100 |
+
"grad_norm": 0.03357287123799324,
|
101 |
+
"learning_rate": 5.868240888334653e-05,
|
102 |
+
"loss": 0.001,
|
103 |
+
"step": 200
|
104 |
+
},
|
105 |
+
{
|
106 |
+
"epoch": 0.4444444444444444,
|
107 |
+
"eval_loss": 0.0008135823300108314,
|
108 |
+
"eval_runtime": 232.395,
|
109 |
+
"eval_samples_per_second": 4.303,
|
110 |
+
"eval_steps_per_second": 0.215,
|
111 |
+
"step": 200
|
112 |
+
},
|
113 |
+
{
|
114 |
+
"epoch": 0.4888888888888889,
|
115 |
+
"grad_norm": 0.019826048985123634,
|
116 |
+
"learning_rate": 5.174497483512506e-05,
|
117 |
+
"loss": 0.0011,
|
118 |
+
"step": 220
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"epoch": 0.5333333333333333,
|
122 |
+
"grad_norm": 0.025309834629297256,
|
123 |
+
"learning_rate": 4.477357683661734e-05,
|
124 |
+
"loss": 0.0009,
|
125 |
+
"step": 240
|
126 |
+
},
|
127 |
+
{
|
128 |
+
"epoch": 0.5555555555555556,
|
129 |
+
"eval_loss": 0.0007757659768685699,
|
130 |
+
"eval_runtime": 232.3457,
|
131 |
+
"eval_samples_per_second": 4.304,
|
132 |
+
"eval_steps_per_second": 0.215,
|
133 |
+
"step": 250
|
134 |
+
},
|
135 |
+
{
|
136 |
+
"epoch": 0.5777777777777777,
|
137 |
+
"grad_norm": 0.016265789046883583,
|
138 |
+
"learning_rate": 3.790390522001662e-05,
|
139 |
+
"loss": 0.0011,
|
140 |
+
"step": 260
|
141 |
+
},
|
142 |
+
{
|
143 |
+
"epoch": 0.6222222222222222,
|
144 |
+
"grad_norm": 0.0712108463048935,
|
145 |
+
"learning_rate": 3.12696703292044e-05,
|
146 |
+
"loss": 0.0008,
|
147 |
+
"step": 280
|
148 |
+
},
|
149 |
+
{
|
150 |
+
"epoch": 0.6666666666666666,
|
151 |
+
"grad_norm": 0.04358217492699623,
|
152 |
+
"learning_rate": 2.500000000000001e-05,
|
153 |
+
"loss": 0.0006,
|
154 |
+
"step": 300
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"epoch": 0.6666666666666666,
|
158 |
+
"eval_loss": 0.000731022737454623,
|
159 |
+
"eval_runtime": 232.45,
|
160 |
+
"eval_samples_per_second": 4.302,
|
161 |
+
"eval_steps_per_second": 0.215,
|
162 |
+
"step": 300
|
163 |
+
},
|
164 |
+
{
|
165 |
+
"epoch": 0.7111111111111111,
|
166 |
+
"grad_norm": 0.02700887806713581,
|
167 |
+
"learning_rate": 1.9216926233717085e-05,
|
168 |
+
"loss": 0.0008,
|
169 |
+
"step": 320
|
170 |
+
},
|
171 |
+
{
|
172 |
+
"epoch": 0.7555555555555555,
|
173 |
+
"grad_norm": 0.02106143906712532,
|
174 |
+
"learning_rate": 1.4033009983067452e-05,
|
175 |
+
"loss": 0.0007,
|
176 |
+
"step": 340
|
177 |
+
},
|
178 |
+
{
|
179 |
+
"epoch": 0.7777777777777778,
|
180 |
+
"eval_loss": 0.0006801169947721064,
|
181 |
+
"eval_runtime": 232.1532,
|
182 |
+
"eval_samples_per_second": 4.307,
|
183 |
+
"eval_steps_per_second": 0.215,
|
184 |
+
"step": 350
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 0.8,
|
188 |
+
"grad_norm": 0.020221324637532234,
|
189 |
+
"learning_rate": 9.549150281252633e-06,
|
190 |
+
"loss": 0.0007,
|
191 |
+
"step": 360
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 0.8444444444444444,
|
195 |
+
"grad_norm": 0.020666765049099922,
|
196 |
+
"learning_rate": 5.852620357053651e-06,
|
197 |
+
"loss": 0.0008,
|
198 |
+
"step": 380
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"epoch": 0.8888888888888888,
|
202 |
+
"grad_norm": 0.00924940500408411,
|
203 |
+
"learning_rate": 3.0153689607045845e-06,
|
204 |
+
"loss": 0.0007,
|
205 |
+
"step": 400
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epoch": 0.8888888888888888,
|
209 |
+
"eval_loss": 0.0006416882388293743,
|
210 |
+
"eval_runtime": 232.5441,
|
211 |
+
"eval_samples_per_second": 4.3,
|
212 |
+
"eval_steps_per_second": 0.215,
|
213 |
+
"step": 400
|
214 |
+
},
|
215 |
+
{
|
216 |
+
"epoch": 0.9333333333333333,
|
217 |
+
"grad_norm": 0.028802907094359398,
|
218 |
+
"learning_rate": 1.0926199633097157e-06,
|
219 |
+
"loss": 0.0007,
|
220 |
+
"step": 420
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 0.9777777777777777,
|
224 |
+
"grad_norm": 0.035981908440589905,
|
225 |
+
"learning_rate": 1.2179748700879012e-07,
|
226 |
+
"loss": 0.0009,
|
227 |
+
"step": 440
|
228 |
+
},
|
229 |
+
{
|
230 |
+
"epoch": 1.0,
|
231 |
+
"eval_loss": 0.0006301100365817547,
|
232 |
+
"eval_runtime": 232.5439,
|
233 |
+
"eval_samples_per_second": 4.3,
|
234 |
+
"eval_steps_per_second": 0.215,
|
235 |
+
"step": 450
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"epoch": 1.0,
|
239 |
+
"step": 450,
|
240 |
+
"total_flos": 9.625596140737004e+17,
|
241 |
+
"train_loss": 0.014024514413128297,
|
242 |
+
"train_runtime": 8823.7876,
|
243 |
+
"train_samples_per_second": 1.02,
|
244 |
+
"train_steps_per_second": 0.051
|
245 |
+
}
|
246 |
+
],
|
247 |
+
"logging_steps": 20,
|
248 |
+
"max_steps": 450,
|
249 |
+
"num_input_tokens_seen": 0,
|
250 |
+
"num_train_epochs": 1,
|
251 |
+
"save_steps": 2000,
|
252 |
+
"stateful_callbacks": {
|
253 |
+
"TrainerControl": {
|
254 |
+
"args": {
|
255 |
+
"should_epoch_stop": false,
|
256 |
+
"should_evaluate": false,
|
257 |
+
"should_log": false,
|
258 |
+
"should_save": true,
|
259 |
+
"should_training_stop": true
|
260 |
+
},
|
261 |
+
"attributes": {}
|
262 |
+
}
|
263 |
+
},
|
264 |
+
"total_flos": 9.625596140737004e+17,
|
265 |
+
"train_batch_size": 10,
|
266 |
+
"trial_name": null,
|
267 |
+
"trial_params": null
|
268 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad19aba8a23cc06b0e2c26d83432b5ddb611baa6e7757f637c6010516477c92d
|
3 |
+
size 5496
|
training_eval_loss.png
ADDED
![]() |
training_loss.png
ADDED
![]() |