Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +20 -23
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- all_results.json +13 -11
- checkpoint-369/README.md +202 -0
- checkpoint-369/adapter_config.json +39 -0
- checkpoint-369/adapter_model.safetensors +3 -0
- checkpoint-369/added_tokens.json +28 -0
- checkpoint-369/merges.txt +0 -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 +31 -0
- checkpoint-369/tokenizer.json +3 -0
- checkpoint-369/tokenizer_config.json +241 -0
- checkpoint-369/trainer_state.json +358 -0
- checkpoint-369/training_args.bin +3 -0
- checkpoint-369/vocab.json +0 -0
- eval_results.json +5 -6
- runs/Aug01_15-38-05_pan/events.out.tfevents.1754077441.pan +3 -0
- runs/Aug01_15-38-05_pan/events.out.tfevents.1754080221.pan +3 -0
- runs/Aug01_16-31-52_pan/events.out.tfevents.1754080339.pan +3 -0
- tokenizer_config.json +1 -0
- train_results.json +7 -6
- trainer_log.jsonl +60 -51
- trainer_state.json +233 -274
- training_args.bin +1 -1
- training_eval_accuracy.png +0 -0
- training_eval_loss.png +0 -0
- training_loss.png +0 -0
.gitattributes
CHANGED
|
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
checkpoint-246/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 38 |
checkpoint-384/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 36 |
checkpoint-246/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 37 |
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 38 |
checkpoint-384/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
checkpoint-369/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -20,8 +20,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [Qwen/Qwen3-8B](https://huggingface.co/Qwen/Qwen3-8B) on the train dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
-
- Loss: 0.
|
| 24 |
-
- Accuracy: 0.
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
@@ -45,37 +45,34 @@ The following hyperparameters were used during training:
|
|
| 45 |
- eval_batch_size: 2
|
| 46 |
- seed: 42
|
| 47 |
- distributed_type: multi-GPU
|
| 48 |
-
- num_devices:
|
| 49 |
- gradient_accumulation_steps: 4
|
| 50 |
-
- total_train_batch_size:
|
| 51 |
-
- total_eval_batch_size:
|
| 52 |
-
- optimizer: Use
|
| 53 |
- lr_scheduler_type: cosine
|
| 54 |
- lr_scheduler_warmup_ratio: 0.03
|
| 55 |
-
- num_epochs:
|
| 56 |
|
| 57 |
### Training results
|
| 58 |
|
| 59 |
-
| Training Loss | Epoch
|
| 60 |
-
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
-
| 0.
|
| 67 |
-
| 0.
|
| 68 |
-
| 0.
|
| 69 |
-
| 0.
|
| 70 |
-
| 0.0924 | 10.0 | 320 | 0.2528 | 0.9459 |
|
| 71 |
-
| 0.097 | 11.0 | 352 | 0.2561 | 0.9462 |
|
| 72 |
-
| 0.1146 | 12.0 | 384 | 0.2565 | 0.9462 |
|
| 73 |
|
| 74 |
|
| 75 |
### Framework versions
|
| 76 |
|
| 77 |
- PEFT 0.15.2
|
| 78 |
-
- Transformers 4.
|
| 79 |
-
- Pytorch 2.7.
|
| 80 |
- Datasets 3.6.0
|
| 81 |
- Tokenizers 0.21.1
|
|
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [Qwen/Qwen3-8B](https://huggingface.co/Qwen/Qwen3-8B) on the train dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.2496
|
| 24 |
+
- Accuracy: 0.9448
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 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.3591 | 1.0 | 42 | 0.3988 | 0.9035 |
|
| 62 |
+
| 0.2673 | 2.0 | 84 | 0.3260 | 0.9197 |
|
| 63 |
+
| 0.2425 | 3.0 | 126 | 0.2898 | 0.9289 |
|
| 64 |
+
| 0.2069 | 4.0 | 168 | 0.2659 | 0.9346 |
|
| 65 |
+
| 0.138 | 5.0 | 210 | 0.2525 | 0.9391 |
|
| 66 |
+
| 0.1251 | 6.0 | 252 | 0.2497 | 0.9431 |
|
| 67 |
+
| 0.1072 | 7.0 | 294 | 0.2475 | 0.9439 |
|
| 68 |
+
| 0.1059 | 8.0 | 336 | 0.2483 | 0.9446 |
|
| 69 |
+
| 0.1073 | 8.7904 | 369 | 0.2496 | 0.9448 |
|
|
|
|
|
|
|
|
|
|
| 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
CHANGED
|
@@ -25,11 +25,11 @@
|
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
"v_proj",
|
| 28 |
-
"q_proj",
|
| 29 |
-
"o_proj",
|
| 30 |
-
"k_proj",
|
| 31 |
"up_proj",
|
| 32 |
"gate_proj",
|
|
|
|
|
|
|
|
|
|
| 33 |
"down_proj"
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 25 |
"revision": null,
|
| 26 |
"target_modules": [
|
| 27 |
"v_proj",
|
|
|
|
|
|
|
|
|
|
| 28 |
"up_proj",
|
| 29 |
"gate_proj",
|
| 30 |
+
"k_proj",
|
| 31 |
+
"o_proj",
|
| 32 |
+
"q_proj",
|
| 33 |
"down_proj"
|
| 34 |
],
|
| 35 |
"task_type": "CAUSAL_LM",
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 349243752
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:188aede640d1000b3120e751ff1ca978c6b622e66ea86d1a47341bdf3dabf524
|
| 3 |
size 349243752
|
all_results.json
CHANGED
|
@@ -1,13 +1,15 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
"
|
| 12 |
-
"
|
|
|
|
|
|
|
| 13 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"effective_tokens_per_sec": 779.031292389977,
|
| 3 |
+
"epoch": 8.790419161676647,
|
| 4 |
+
"eval_accuracy": 0.9448452683547727,
|
| 5 |
+
"eval_loss": 1.6609941720962524,
|
| 6 |
+
"eval_model_preparation_time": 0.0029,
|
| 7 |
+
"eval_runtime": 22.9431,
|
| 8 |
+
"eval_samples_per_second": 16.781,
|
| 9 |
+
"eval_steps_per_second": 2.833,
|
| 10 |
+
"total_flos": 3.210182982232965e+17,
|
| 11 |
+
"train_loss": 0.2637010880602085,
|
| 12 |
+
"train_runtime": 2751.4148,
|
| 13 |
+
"train_samples_per_second": 3.271,
|
| 14 |
+
"train_steps_per_second": 0.134
|
| 15 |
}
|
checkpoint-369/README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen3-8B
|
| 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": "Qwen/Qwen3-8B",
|
| 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 |
+
"v_proj",
|
| 28 |
+
"up_proj",
|
| 29 |
+
"gate_proj",
|
| 30 |
+
"k_proj",
|
| 31 |
+
"o_proj",
|
| 32 |
+
"q_proj",
|
| 33 |
+
"down_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:188aede640d1000b3120e751ff1ca978c6b622e66ea86d1a47341bdf3dabf524
|
| 3 |
+
size 349243752
|
checkpoint-369/added_tokens.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"</think>": 151668,
|
| 3 |
+
"</tool_call>": 151658,
|
| 4 |
+
"</tool_response>": 151666,
|
| 5 |
+
"<think>": 151667,
|
| 6 |
+
"<tool_call>": 151657,
|
| 7 |
+
"<tool_response>": 151665,
|
| 8 |
+
"<|box_end|>": 151649,
|
| 9 |
+
"<|box_start|>": 151648,
|
| 10 |
+
"<|endoftext|>": 151643,
|
| 11 |
+
"<|file_sep|>": 151664,
|
| 12 |
+
"<|fim_middle|>": 151660,
|
| 13 |
+
"<|fim_pad|>": 151662,
|
| 14 |
+
"<|fim_prefix|>": 151659,
|
| 15 |
+
"<|fim_suffix|>": 151661,
|
| 16 |
+
"<|im_end|>": 151645,
|
| 17 |
+
"<|im_start|>": 151644,
|
| 18 |
+
"<|image_pad|>": 151655,
|
| 19 |
+
"<|object_ref_end|>": 151647,
|
| 20 |
+
"<|object_ref_start|>": 151646,
|
| 21 |
+
"<|quad_end|>": 151651,
|
| 22 |
+
"<|quad_start|>": 151650,
|
| 23 |
+
"<|repo_name|>": 151663,
|
| 24 |
+
"<|video_pad|>": 151656,
|
| 25 |
+
"<|vision_end|>": 151653,
|
| 26 |
+
"<|vision_pad|>": 151654,
|
| 27 |
+
"<|vision_start|>": 151652
|
| 28 |
+
}
|
checkpoint-369/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-369/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:28efc55cde21533ac4d9b7974416c143c12d018580324c2e5554ca5a917c9f1b
|
| 3 |
+
size 698777675
|
checkpoint-369/rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:119587a9391c07122bab6571398727891031ac123fa70f7a283cc445a71ccd8a
|
| 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:e29a63d7063d8ce3318df300d42735b7249acd7ed86a0c0f340c13062d2b2c53
|
| 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:1290d34cf20cd55913b31bde9b5125f0a96e3e92745e92ea275bc3ca6d4594a0
|
| 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,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
"<|im_start|>",
|
| 4 |
+
"<|im_end|>",
|
| 5 |
+
"<|object_ref_start|>",
|
| 6 |
+
"<|object_ref_end|>",
|
| 7 |
+
"<|box_start|>",
|
| 8 |
+
"<|box_end|>",
|
| 9 |
+
"<|quad_start|>",
|
| 10 |
+
"<|quad_end|>",
|
| 11 |
+
"<|vision_start|>",
|
| 12 |
+
"<|vision_end|>",
|
| 13 |
+
"<|vision_pad|>",
|
| 14 |
+
"<|image_pad|>",
|
| 15 |
+
"<|video_pad|>"
|
| 16 |
+
],
|
| 17 |
+
"eos_token": {
|
| 18 |
+
"content": "<|im_end|>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
},
|
| 24 |
+
"pad_token": {
|
| 25 |
+
"content": "<|endoftext|>",
|
| 26 |
+
"lstrip": false,
|
| 27 |
+
"normalized": false,
|
| 28 |
+
"rstrip": false,
|
| 29 |
+
"single_word": false
|
| 30 |
+
}
|
| 31 |
+
}
|
checkpoint-369/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
| 3 |
+
size 11422654
|
checkpoint-369/tokenizer_config.json
ADDED
|
@@ -0,0 +1,241 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": false,
|
| 3 |
+
"add_prefix_space": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"151643": {
|
| 6 |
+
"content": "<|endoftext|>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"151644": {
|
| 14 |
+
"content": "<|im_start|>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"151645": {
|
| 22 |
+
"content": "<|im_end|>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
},
|
| 29 |
+
"151646": {
|
| 30 |
+
"content": "<|object_ref_start|>",
|
| 31 |
+
"lstrip": false,
|
| 32 |
+
"normalized": false,
|
| 33 |
+
"rstrip": false,
|
| 34 |
+
"single_word": false,
|
| 35 |
+
"special": true
|
| 36 |
+
},
|
| 37 |
+
"151647": {
|
| 38 |
+
"content": "<|object_ref_end|>",
|
| 39 |
+
"lstrip": false,
|
| 40 |
+
"normalized": false,
|
| 41 |
+
"rstrip": false,
|
| 42 |
+
"single_word": false,
|
| 43 |
+
"special": true
|
| 44 |
+
},
|
| 45 |
+
"151648": {
|
| 46 |
+
"content": "<|box_start|>",
|
| 47 |
+
"lstrip": false,
|
| 48 |
+
"normalized": false,
|
| 49 |
+
"rstrip": false,
|
| 50 |
+
"single_word": false,
|
| 51 |
+
"special": true
|
| 52 |
+
},
|
| 53 |
+
"151649": {
|
| 54 |
+
"content": "<|box_end|>",
|
| 55 |
+
"lstrip": false,
|
| 56 |
+
"normalized": false,
|
| 57 |
+
"rstrip": false,
|
| 58 |
+
"single_word": false,
|
| 59 |
+
"special": true
|
| 60 |
+
},
|
| 61 |
+
"151650": {
|
| 62 |
+
"content": "<|quad_start|>",
|
| 63 |
+
"lstrip": false,
|
| 64 |
+
"normalized": false,
|
| 65 |
+
"rstrip": false,
|
| 66 |
+
"single_word": false,
|
| 67 |
+
"special": true
|
| 68 |
+
},
|
| 69 |
+
"151651": {
|
| 70 |
+
"content": "<|quad_end|>",
|
| 71 |
+
"lstrip": false,
|
| 72 |
+
"normalized": false,
|
| 73 |
+
"rstrip": false,
|
| 74 |
+
"single_word": false,
|
| 75 |
+
"special": true
|
| 76 |
+
},
|
| 77 |
+
"151652": {
|
| 78 |
+
"content": "<|vision_start|>",
|
| 79 |
+
"lstrip": false,
|
| 80 |
+
"normalized": false,
|
| 81 |
+
"rstrip": false,
|
| 82 |
+
"single_word": false,
|
| 83 |
+
"special": true
|
| 84 |
+
},
|
| 85 |
+
"151653": {
|
| 86 |
+
"content": "<|vision_end|>",
|
| 87 |
+
"lstrip": false,
|
| 88 |
+
"normalized": false,
|
| 89 |
+
"rstrip": false,
|
| 90 |
+
"single_word": false,
|
| 91 |
+
"special": true
|
| 92 |
+
},
|
| 93 |
+
"151654": {
|
| 94 |
+
"content": "<|vision_pad|>",
|
| 95 |
+
"lstrip": false,
|
| 96 |
+
"normalized": false,
|
| 97 |
+
"rstrip": false,
|
| 98 |
+
"single_word": false,
|
| 99 |
+
"special": true
|
| 100 |
+
},
|
| 101 |
+
"151655": {
|
| 102 |
+
"content": "<|image_pad|>",
|
| 103 |
+
"lstrip": false,
|
| 104 |
+
"normalized": false,
|
| 105 |
+
"rstrip": false,
|
| 106 |
+
"single_word": false,
|
| 107 |
+
"special": true
|
| 108 |
+
},
|
| 109 |
+
"151656": {
|
| 110 |
+
"content": "<|video_pad|>",
|
| 111 |
+
"lstrip": false,
|
| 112 |
+
"normalized": false,
|
| 113 |
+
"rstrip": false,
|
| 114 |
+
"single_word": false,
|
| 115 |
+
"special": true
|
| 116 |
+
},
|
| 117 |
+
"151657": {
|
| 118 |
+
"content": "<tool_call>",
|
| 119 |
+
"lstrip": false,
|
| 120 |
+
"normalized": false,
|
| 121 |
+
"rstrip": false,
|
| 122 |
+
"single_word": false,
|
| 123 |
+
"special": false
|
| 124 |
+
},
|
| 125 |
+
"151658": {
|
| 126 |
+
"content": "</tool_call>",
|
| 127 |
+
"lstrip": false,
|
| 128 |
+
"normalized": false,
|
| 129 |
+
"rstrip": false,
|
| 130 |
+
"single_word": false,
|
| 131 |
+
"special": false
|
| 132 |
+
},
|
| 133 |
+
"151659": {
|
| 134 |
+
"content": "<|fim_prefix|>",
|
| 135 |
+
"lstrip": false,
|
| 136 |
+
"normalized": false,
|
| 137 |
+
"rstrip": false,
|
| 138 |
+
"single_word": false,
|
| 139 |
+
"special": false
|
| 140 |
+
},
|
| 141 |
+
"151660": {
|
| 142 |
+
"content": "<|fim_middle|>",
|
| 143 |
+
"lstrip": false,
|
| 144 |
+
"normalized": false,
|
| 145 |
+
"rstrip": false,
|
| 146 |
+
"single_word": false,
|
| 147 |
+
"special": false
|
| 148 |
+
},
|
| 149 |
+
"151661": {
|
| 150 |
+
"content": "<|fim_suffix|>",
|
| 151 |
+
"lstrip": false,
|
| 152 |
+
"normalized": false,
|
| 153 |
+
"rstrip": false,
|
| 154 |
+
"single_word": false,
|
| 155 |
+
"special": false
|
| 156 |
+
},
|
| 157 |
+
"151662": {
|
| 158 |
+
"content": "<|fim_pad|>",
|
| 159 |
+
"lstrip": false,
|
| 160 |
+
"normalized": false,
|
| 161 |
+
"rstrip": false,
|
| 162 |
+
"single_word": false,
|
| 163 |
+
"special": false
|
| 164 |
+
},
|
| 165 |
+
"151663": {
|
| 166 |
+
"content": "<|repo_name|>",
|
| 167 |
+
"lstrip": false,
|
| 168 |
+
"normalized": false,
|
| 169 |
+
"rstrip": false,
|
| 170 |
+
"single_word": false,
|
| 171 |
+
"special": false
|
| 172 |
+
},
|
| 173 |
+
"151664": {
|
| 174 |
+
"content": "<|file_sep|>",
|
| 175 |
+
"lstrip": false,
|
| 176 |
+
"normalized": false,
|
| 177 |
+
"rstrip": false,
|
| 178 |
+
"single_word": false,
|
| 179 |
+
"special": false
|
| 180 |
+
},
|
| 181 |
+
"151665": {
|
| 182 |
+
"content": "<tool_response>",
|
| 183 |
+
"lstrip": false,
|
| 184 |
+
"normalized": false,
|
| 185 |
+
"rstrip": false,
|
| 186 |
+
"single_word": false,
|
| 187 |
+
"special": false
|
| 188 |
+
},
|
| 189 |
+
"151666": {
|
| 190 |
+
"content": "</tool_response>",
|
| 191 |
+
"lstrip": false,
|
| 192 |
+
"normalized": false,
|
| 193 |
+
"rstrip": false,
|
| 194 |
+
"single_word": false,
|
| 195 |
+
"special": false
|
| 196 |
+
},
|
| 197 |
+
"151667": {
|
| 198 |
+
"content": "<think>",
|
| 199 |
+
"lstrip": false,
|
| 200 |
+
"normalized": false,
|
| 201 |
+
"rstrip": false,
|
| 202 |
+
"single_word": false,
|
| 203 |
+
"special": false
|
| 204 |
+
},
|
| 205 |
+
"151668": {
|
| 206 |
+
"content": "</think>",
|
| 207 |
+
"lstrip": false,
|
| 208 |
+
"normalized": false,
|
| 209 |
+
"rstrip": false,
|
| 210 |
+
"single_word": false,
|
| 211 |
+
"special": false
|
| 212 |
+
}
|
| 213 |
+
},
|
| 214 |
+
"additional_special_tokens": [
|
| 215 |
+
"<|im_start|>",
|
| 216 |
+
"<|im_end|>",
|
| 217 |
+
"<|object_ref_start|>",
|
| 218 |
+
"<|object_ref_end|>",
|
| 219 |
+
"<|box_start|>",
|
| 220 |
+
"<|box_end|>",
|
| 221 |
+
"<|quad_start|>",
|
| 222 |
+
"<|quad_end|>",
|
| 223 |
+
"<|vision_start|>",
|
| 224 |
+
"<|vision_end|>",
|
| 225 |
+
"<|vision_pad|>",
|
| 226 |
+
"<|image_pad|>",
|
| 227 |
+
"<|video_pad|>"
|
| 228 |
+
],
|
| 229 |
+
"bos_token": null,
|
| 230 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0].role == 'system' %}\n {{- messages[0].content + '\\n\\n' }}\n {%- endif %}\n {{- \"# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0].role == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0].content + '<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}\n{%- for message in messages[::-1] %}\n {%- set index = (messages|length - 1) - loop.index0 %}\n {%- if ns.multi_step_tool and message.role == \"user\" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}\n {%- set ns.multi_step_tool = false %}\n {%- set ns.last_query_index = index %}\n {%- endif %}\n{%- endfor %}\n{%- for message in messages %}\n {%- if message.content is string %}\n {%- set content = message.content %}\n {%- else %}\n {%- set content = '' %}\n {%- endif %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) %}\n {{- '<|im_start|>' + message.role + '\\n' + content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {%- set reasoning_content = '' %}\n {%- if message.reasoning_content is string %}\n {%- set reasoning_content = message.reasoning_content %}\n {%- else %}\n {%- if '</think>' in content %}\n {%- set reasoning_content = content.split('</think>')[0].rstrip('\\n').split('<think>')[-1].lstrip('\\n') %}\n {%- set content = content.split('</think>')[-1].lstrip('\\n') %}\n {%- endif %}\n {%- endif %}\n {%- if loop.index0 > ns.last_query_index %}\n {%- if loop.last or (not loop.last and reasoning_content) %}\n {{- '<|im_start|>' + message.role + '\\n<think>\\n' + reasoning_content.strip('\\n') + '\\n</think>\\n\\n' + content.lstrip('\\n') }}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- if message.tool_calls %}\n {%- for tool_call in message.tool_calls %}\n {%- if (loop.first and content) or (not loop.first) %}\n {{- '\\n' }}\n {%- endif %}\n {%- if tool_call.function %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {%- if tool_call.arguments is string %}\n {{- tool_call.arguments }}\n {%- else %}\n {{- tool_call.arguments | tojson }}\n {%- endif %}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if loop.first or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n {%- if enable_thinking is defined and enable_thinking is false %}\n {{- '<think>\\n\\n</think>\\n\\n' }}\n {%- endif %}\n{%- endif %}",
|
| 231 |
+
"clean_up_tokenization_spaces": false,
|
| 232 |
+
"eos_token": "<|im_end|>",
|
| 233 |
+
"errors": "replace",
|
| 234 |
+
"extra_special_tokens": {},
|
| 235 |
+
"model_max_length": 131072,
|
| 236 |
+
"pad_token": "<|endoftext|>",
|
| 237 |
+
"padding_side": "right",
|
| 238 |
+
"split_special_tokens": false,
|
| 239 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 240 |
+
"unk_token": null
|
| 241 |
+
}
|
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": 0.7001179456710815,
|
| 15 |
+
"learning_rate": 7.500000000000001e-05,
|
| 16 |
+
"loss": 1.4338,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.47904191616766467,
|
| 21 |
+
"grad_norm": 0.27172571420669556,
|
| 22 |
+
"learning_rate": 9.990516643685222e-05,
|
| 23 |
+
"loss": 0.8267,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.718562874251497,
|
| 28 |
+
"grad_norm": 0.19638711214065552,
|
| 29 |
+
"learning_rate": 9.944154131125642e-05,
|
| 30 |
+
"loss": 0.4881,
|
| 31 |
+
"step": 30
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.9580838323353293,
|
| 35 |
+
"grad_norm": 0.20754235982894897,
|
| 36 |
+
"learning_rate": 9.859528969650738e-05,
|
| 37 |
+
"loss": 0.3591,
|
| 38 |
+
"step": 40
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 1.0,
|
| 42 |
+
"eval_accuracy": 0.9034878200745683,
|
| 43 |
+
"eval_loss": 0.39884674549102783,
|
| 44 |
+
"eval_runtime": 30.4717,
|
| 45 |
+
"eval_samples_per_second": 12.635,
|
| 46 |
+
"eval_steps_per_second": 2.133,
|
| 47 |
+
"step": 42
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"epoch": 1.1916167664670658,
|
| 51 |
+
"grad_norm": 0.16468322277069092,
|
| 52 |
+
"learning_rate": 9.737296070648186e-05,
|
| 53 |
+
"loss": 0.4172,
|
| 54 |
+
"step": 50
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"epoch": 1.4311377245508983,
|
| 58 |
+
"grad_norm": 0.1612997055053711,
|
| 59 |
+
"learning_rate": 9.57840139057007e-05,
|
| 60 |
+
"loss": 0.3893,
|
| 61 |
+
"step": 60
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"epoch": 1.6706586826347305,
|
| 65 |
+
"grad_norm": 0.16499397158622742,
|
| 66 |
+
"learning_rate": 9.384074610206495e-05,
|
| 67 |
+
"loss": 0.3658,
|
| 68 |
+
"step": 70
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"epoch": 1.910179640718563,
|
| 72 |
+
"grad_norm": 0.14762192964553833,
|
| 73 |
+
"learning_rate": 9.155819618225708e-05,
|
| 74 |
+
"loss": 0.2673,
|
| 75 |
+
"step": 80
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"epoch": 2.0,
|
| 79 |
+
"eval_accuracy": 0.9196909824354998,
|
| 80 |
+
"eval_loss": 0.325968861579895,
|
| 81 |
+
"eval_runtime": 30.3583,
|
| 82 |
+
"eval_samples_per_second": 12.682,
|
| 83 |
+
"eval_steps_per_second": 2.141,
|
| 84 |
+
"step": 84
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"epoch": 2.143712574850299,
|
| 88 |
+
"grad_norm": 0.1777992993593216,
|
| 89 |
+
"learning_rate": 8.895402872628352e-05,
|
| 90 |
+
"loss": 0.3165,
|
| 91 |
+
"step": 90
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"epoch": 2.3832335329341316,
|
| 95 |
+
"grad_norm": 0.2070295810699463,
|
| 96 |
+
"learning_rate": 8.604839730186125e-05,
|
| 97 |
+
"loss": 0.336,
|
| 98 |
+
"step": 100
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"epoch": 2.622754491017964,
|
| 102 |
+
"grad_norm": 0.1750418245792389,
|
| 103 |
+
"learning_rate": 8.286378849660896e-05,
|
| 104 |
+
"loss": 0.288,
|
| 105 |
+
"step": 110
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"epoch": 2.8622754491017965,
|
| 109 |
+
"grad_norm": 0.20214907824993134,
|
| 110 |
+
"learning_rate": 7.942484789507283e-05,
|
| 111 |
+
"loss": 0.2425,
|
| 112 |
+
"step": 120
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"epoch": 3.0,
|
| 116 |
+
"eval_accuracy": 0.9289047847079928,
|
| 117 |
+
"eval_loss": 0.289765864610672,
|
| 118 |
+
"eval_runtime": 30.3541,
|
| 119 |
+
"eval_samples_per_second": 12.684,
|
| 120 |
+
"eval_steps_per_second": 2.141,
|
| 121 |
+
"step": 126
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 3.095808383233533,
|
| 125 |
+
"grad_norm": 0.2640642523765564,
|
| 126 |
+
"learning_rate": 7.57581893473448e-05,
|
| 127 |
+
"loss": 0.2304,
|
| 128 |
+
"step": 130
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 3.3353293413173652,
|
| 132 |
+
"grad_norm": 0.26811081171035767,
|
| 133 |
+
"learning_rate": 7.18921890053375e-05,
|
| 134 |
+
"loss": 0.2905,
|
| 135 |
+
"step": 140
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 3.5748502994011977,
|
| 139 |
+
"grad_norm": 0.27033841609954834,
|
| 140 |
+
"learning_rate": 6.785676572066225e-05,
|
| 141 |
+
"loss": 0.2336,
|
| 142 |
+
"step": 150
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 3.81437125748503,
|
| 146 |
+
"grad_norm": 0.22121788561344147,
|
| 147 |
+
"learning_rate": 6.368314950360415e-05,
|
| 148 |
+
"loss": 0.2069,
|
| 149 |
+
"step": 160
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 4.0,
|
| 153 |
+
"eval_accuracy": 0.9345709163732674,
|
| 154 |
+
"eval_loss": 0.2659221291542053,
|
| 155 |
+
"eval_runtime": 30.3929,
|
| 156 |
+
"eval_samples_per_second": 12.667,
|
| 157 |
+
"eval_steps_per_second": 2.139,
|
| 158 |
+
"step": 168
|
| 159 |
+
},
|
| 160 |
+
{
|
| 161 |
+
"epoch": 4.047904191616767,
|
| 162 |
+
"grad_norm": 0.2626728117465973,
|
| 163 |
+
"learning_rate": 5.940363983508257e-05,
|
| 164 |
+
"loss": 0.1815,
|
| 165 |
+
"step": 170
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"epoch": 4.287425149700598,
|
| 169 |
+
"grad_norm": 0.2664365768432617,
|
| 170 |
+
"learning_rate": 5.5051355702012893e-05,
|
| 171 |
+
"loss": 0.2426,
|
| 172 |
+
"step": 180
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"epoch": 4.526946107784431,
|
| 176 |
+
"grad_norm": 0.2793976962566376,
|
| 177 |
+
"learning_rate": 5.0659979290537954e-05,
|
| 178 |
+
"loss": 0.1998,
|
| 179 |
+
"step": 190
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"epoch": 4.766467065868263,
|
| 183 |
+
"grad_norm": 0.2911984622478485,
|
| 184 |
+
"learning_rate": 4.626349532067879e-05,
|
| 185 |
+
"loss": 0.1713,
|
| 186 |
+
"step": 200
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"epoch": 5.0,
|
| 190 |
+
"grad_norm": 0.2870716452598572,
|
| 191 |
+
"learning_rate": 4.189592803968563e-05,
|
| 192 |
+
"loss": 0.138,
|
| 193 |
+
"step": 210
|
| 194 |
+
},
|
| 195 |
+
{
|
| 196 |
+
"epoch": 5.0,
|
| 197 |
+
"eval_accuracy": 0.9391251537470097,
|
| 198 |
+
"eval_loss": 0.2524815797805786,
|
| 199 |
+
"eval_runtime": 30.4065,
|
| 200 |
+
"eval_samples_per_second": 12.662,
|
| 201 |
+
"eval_steps_per_second": 2.138,
|
| 202 |
+
"step": 210
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"epoch": 5.2395209580838324,
|
| 206 |
+
"grad_norm": 0.3472362756729126,
|
| 207 |
+
"learning_rate": 3.759107790948882e-05,
|
| 208 |
+
"loss": 0.199,
|
| 209 |
+
"step": 220
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"epoch": 5.479041916167665,
|
| 213 |
+
"grad_norm": 0.33083346486091614,
|
| 214 |
+
"learning_rate": 3.338226002601703e-05,
|
| 215 |
+
"loss": 0.1654,
|
| 216 |
+
"step": 230
|
| 217 |
+
},
|
| 218 |
+
{
|
| 219 |
+
"epoch": 5.718562874251497,
|
| 220 |
+
"grad_norm": 0.3220432996749878,
|
| 221 |
+
"learning_rate": 2.9302046294747497e-05,
|
| 222 |
+
"loss": 0.1459,
|
| 223 |
+
"step": 240
|
| 224 |
+
},
|
| 225 |
+
{
|
| 226 |
+
"epoch": 5.95808383233533,
|
| 227 |
+
"grad_norm": 0.35546302795410156,
|
| 228 |
+
"learning_rate": 2.5382013357782893e-05,
|
| 229 |
+
"loss": 0.1251,
|
| 230 |
+
"step": 250
|
| 231 |
+
},
|
| 232 |
+
{
|
| 233 |
+
"epoch": 6.0,
|
| 234 |
+
"eval_accuracy": 0.9430640763868036,
|
| 235 |
+
"eval_loss": 0.24969537556171417,
|
| 236 |
+
"eval_runtime": 30.3846,
|
| 237 |
+
"eval_samples_per_second": 12.671,
|
| 238 |
+
"eval_steps_per_second": 2.139,
|
| 239 |
+
"step": 252
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"epoch": 6.191616766467066,
|
| 243 |
+
"grad_norm": 0.35284000635147095,
|
| 244 |
+
"learning_rate": 2.1652498223239427e-05,
|
| 245 |
+
"loss": 0.1486,
|
| 246 |
+
"step": 260
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"epoch": 6.431137724550898,
|
| 250 |
+
"grad_norm": 0.31098905205726624,
|
| 251 |
+
"learning_rate": 1.814236348812211e-05,
|
| 252 |
+
"loss": 0.1527,
|
| 253 |
+
"step": 270
|
| 254 |
+
},
|
| 255 |
+
{
|
| 256 |
+
"epoch": 6.6706586826347305,
|
| 257 |
+
"grad_norm": 0.34438222646713257,
|
| 258 |
+
"learning_rate": 1.4878773971620074e-05,
|
| 259 |
+
"loss": 0.1344,
|
| 260 |
+
"step": 280
|
| 261 |
+
},
|
| 262 |
+
{
|
| 263 |
+
"epoch": 6.910179640718563,
|
| 264 |
+
"grad_norm": 0.2907264232635498,
|
| 265 |
+
"learning_rate": 1.1886986487449475e-05,
|
| 266 |
+
"loss": 0.1072,
|
| 267 |
+
"step": 290
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"epoch": 7.0,
|
| 271 |
+
"eval_accuracy": 0.9438642485491895,
|
| 272 |
+
"eval_loss": 0.24749523401260376,
|
| 273 |
+
"eval_runtime": 30.43,
|
| 274 |
+
"eval_samples_per_second": 12.652,
|
| 275 |
+
"eval_steps_per_second": 2.136,
|
| 276 |
+
"step": 294
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 7.1437125748503,
|
| 280 |
+
"grad_norm": 0.3019481301307678,
|
| 281 |
+
"learning_rate": 9.190154382188921e-06,
|
| 282 |
+
"loss": 0.1224,
|
| 283 |
+
"step": 300
|
| 284 |
+
},
|
| 285 |
+
{
|
| 286 |
+
"epoch": 7.383233532934132,
|
| 287 |
+
"grad_norm": 0.29105937480926514,
|
| 288 |
+
"learning_rate": 6.809148352279182e-06,
|
| 289 |
+
"loss": 0.1493,
|
| 290 |
+
"step": 310
|
| 291 |
+
},
|
| 292 |
+
{
|
| 293 |
+
"epoch": 7.6227544910179645,
|
| 294 |
+
"grad_norm": 0.2779920697212219,
|
| 295 |
+
"learning_rate": 4.762394926378477e-06,
|
| 296 |
+
"loss": 0.1126,
|
| 297 |
+
"step": 320
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 7.862275449101796,
|
| 301 |
+
"grad_norm": 0.3359215557575226,
|
| 302 |
+
"learning_rate": 3.065733863053072e-06,
|
| 303 |
+
"loss": 0.1059,
|
| 304 |
+
"step": 330
|
| 305 |
+
},
|
| 306 |
+
{
|
| 307 |
+
"epoch": 8.0,
|
| 308 |
+
"eval_accuracy": 0.944612993482476,
|
| 309 |
+
"eval_loss": 0.2483372986316681,
|
| 310 |
+
"eval_runtime": 30.4006,
|
| 311 |
+
"eval_samples_per_second": 12.664,
|
| 312 |
+
"eval_steps_per_second": 2.138,
|
| 313 |
+
"step": 336
|
| 314 |
+
},
|
| 315 |
+
{
|
| 316 |
+
"epoch": 8.095808383233534,
|
| 317 |
+
"grad_norm": 0.26059141755104065,
|
| 318 |
+
"learning_rate": 1.7322955673980678e-06,
|
| 319 |
+
"loss": 0.0986,
|
| 320 |
+
"step": 340
|
| 321 |
+
},
|
| 322 |
+
{
|
| 323 |
+
"epoch": 8.335329341317365,
|
| 324 |
+
"grad_norm": 0.26576822996139526,
|
| 325 |
+
"learning_rate": 7.723994752570462e-07,
|
| 326 |
+
"loss": 0.1465,
|
| 327 |
+
"step": 350
|
| 328 |
+
},
|
| 329 |
+
{
|
| 330 |
+
"epoch": 8.574850299401197,
|
| 331 |
+
"grad_norm": 0.2771126329898834,
|
| 332 |
+
"learning_rate": 1.9347419144180035e-07,
|
| 333 |
+
"loss": 0.1073,
|
| 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.210182982232965e+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:89da7b86c6ffda4db368588ecb97943bf3d8149fc8db3215a63b20e819145412
|
| 3 |
+
size 6097
|
checkpoint-369/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
eval_results.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"eval_steps_per_second": 2.121
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"eval_loss": 1.6609941720962524,
|
| 3 |
+
"eval_model_preparation_time": 0.0029,
|
| 4 |
+
"eval_runtime": 22.9431,
|
| 5 |
+
"eval_samples_per_second": 16.781,
|
| 6 |
+
"eval_steps_per_second": 2.833
|
|
|
|
| 7 |
}
|
runs/Aug01_15-38-05_pan/events.out.tfevents.1754077441.pan
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f428bbda10c1144d40198bdde25cba3344e22531c5b8ce278cae85d34661fb4c
|
| 3 |
+
size 16197
|
runs/Aug01_15-38-05_pan/events.out.tfevents.1754080221.pan
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b30689e272da6f69c5c9a915ee5fa1ee5069a9ad78220e2bec8bf722cef3ac51
|
| 3 |
+
size 363
|
runs/Aug01_16-31-52_pan/events.out.tfevents.1754080339.pan
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:27bf6c38e9293c80ca0420576838462e7fc0a4c88296b8173b7fe15fbf3857a6
|
| 3 |
+
size 312
|
tokenizer_config.json
CHANGED
|
@@ -227,6 +227,7 @@
|
|
| 227 |
"<|video_pad|>"
|
| 228 |
],
|
| 229 |
"bos_token": null,
|
|
|
|
| 230 |
"clean_up_tokenization_spaces": false,
|
| 231 |
"eos_token": "<|im_end|>",
|
| 232 |
"errors": "replace",
|
|
|
|
| 227 |
"<|video_pad|>"
|
| 228 |
],
|
| 229 |
"bos_token": null,
|
| 230 |
+
"chat_template": "{%- if tools %}\n {{- '<|im_start|>system\\n' }}\n {%- if messages[0].role == 'system' %}\n {{- messages[0].content + '\\n\\n' }}\n {%- endif %}\n {{- \"# Tools\\n\\nYou may call one or more functions to assist with the user query.\\n\\nYou are provided with function signatures within <tools></tools> XML tags:\\n<tools>\" }}\n {%- for tool in tools %}\n {{- \"\\n\" }}\n {{- tool | tojson }}\n {%- endfor %}\n {{- \"\\n</tools>\\n\\nFor each function call, return a json object with function name and arguments within <tool_call></tool_call> XML tags:\\n<tool_call>\\n{\\\"name\\\": <function-name>, \\\"arguments\\\": <args-json-object>}\\n</tool_call><|im_end|>\\n\" }}\n{%- else %}\n {%- if messages[0].role == 'system' %}\n {{- '<|im_start|>system\\n' + messages[0].content + '<|im_end|>\\n' }}\n {%- endif %}\n{%- endif %}\n{%- set ns = namespace(multi_step_tool=true, last_query_index=messages|length - 1) %}\n{%- for message in messages[::-1] %}\n {%- set index = (messages|length - 1) - loop.index0 %}\n {%- if ns.multi_step_tool and message.role == \"user\" and message.content is string and not(message.content.startswith('<tool_response>') and message.content.endswith('</tool_response>')) %}\n {%- set ns.multi_step_tool = false %}\n {%- set ns.last_query_index = index %}\n {%- endif %}\n{%- endfor %}\n{%- for message in messages %}\n {%- if message.content is string %}\n {%- set content = message.content %}\n {%- else %}\n {%- set content = '' %}\n {%- endif %}\n {%- if (message.role == \"user\") or (message.role == \"system\" and not loop.first) %}\n {{- '<|im_start|>' + message.role + '\\n' + content + '<|im_end|>' + '\\n' }}\n {%- elif message.role == \"assistant\" %}\n {%- set reasoning_content = '' %}\n {%- if message.reasoning_content is string %}\n {%- set reasoning_content = message.reasoning_content %}\n {%- else %}\n {%- if '</think>' in content %}\n {%- set reasoning_content = content.split('</think>')[0].rstrip('\\n').split('<think>')[-1].lstrip('\\n') %}\n {%- set content = content.split('</think>')[-1].lstrip('\\n') %}\n {%- endif %}\n {%- endif %}\n {%- if loop.index0 > ns.last_query_index %}\n {%- if loop.last or (not loop.last and reasoning_content) %}\n {{- '<|im_start|>' + message.role + '\\n<think>\\n' + reasoning_content.strip('\\n') + '\\n</think>\\n\\n' + content.lstrip('\\n') }}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- else %}\n {{- '<|im_start|>' + message.role + '\\n' + content }}\n {%- endif %}\n {%- if message.tool_calls %}\n {%- for tool_call in message.tool_calls %}\n {%- if (loop.first and content) or (not loop.first) %}\n {{- '\\n' }}\n {%- endif %}\n {%- if tool_call.function %}\n {%- set tool_call = tool_call.function %}\n {%- endif %}\n {{- '<tool_call>\\n{\"name\": \"' }}\n {{- tool_call.name }}\n {{- '\", \"arguments\": ' }}\n {%- if tool_call.arguments is string %}\n {{- tool_call.arguments }}\n {%- else %}\n {{- tool_call.arguments | tojson }}\n {%- endif %}\n {{- '}\\n</tool_call>' }}\n {%- endfor %}\n {%- endif %}\n {{- '<|im_end|>\\n' }}\n {%- elif message.role == \"tool\" %}\n {%- if loop.first or (messages[loop.index0 - 1].role != \"tool\") %}\n {{- '<|im_start|>user' }}\n {%- endif %}\n {{- '\\n<tool_response>\\n' }}\n {{- content }}\n {{- '\\n</tool_response>' }}\n {%- if loop.last or (messages[loop.index0 + 1].role != \"tool\") %}\n {{- '<|im_end|>\\n' }}\n {%- endif %}\n {%- endif %}\n{%- endfor %}\n{%- if add_generation_prompt %}\n {{- '<|im_start|>assistant\\n' }}\n {%- if enable_thinking is defined and enable_thinking is false %}\n {{- '<think>\\n\\n</think>\\n\\n' }}\n {%- endif %}\n{%- endif %}",
|
| 231 |
"clean_up_tokenization_spaces": false,
|
| 232 |
"eos_token": "<|im_end|>",
|
| 233 |
"errors": "replace",
|
train_results.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"
|
|
|
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"effective_tokens_per_sec": 779.031292389977,
|
| 3 |
+
"epoch": 8.790419161676647,
|
| 4 |
+
"total_flos": 3.210182982232965e+17,
|
| 5 |
+
"train_loss": 0.2637010880602085,
|
| 6 |
+
"train_runtime": 2751.4148,
|
| 7 |
+
"train_samples_per_second": 3.271,
|
| 8 |
+
"train_steps_per_second": 0.134
|
| 9 |
}
|
trainer_log.jsonl
CHANGED
|
@@ -1,51 +1,60 @@
|
|
| 1 |
-
{"current_steps": 10, "total_steps":
|
| 2 |
-
{"current_steps": 20, "total_steps":
|
| 3 |
-
{"current_steps": 30, "total_steps":
|
| 4 |
-
{"current_steps":
|
| 5 |
-
{"current_steps":
|
| 6 |
-
{"current_steps": 50, "total_steps":
|
| 7 |
-
{"current_steps": 60, "total_steps":
|
| 8 |
-
{"current_steps":
|
| 9 |
-
{"current_steps":
|
| 10 |
-
{"current_steps":
|
| 11 |
-
{"current_steps": 90, "total_steps":
|
| 12 |
-
{"current_steps":
|
| 13 |
-
{"current_steps":
|
| 14 |
-
{"current_steps":
|
| 15 |
-
{"current_steps":
|
| 16 |
-
{"current_steps":
|
| 17 |
-
{"current_steps":
|
| 18 |
-
{"current_steps":
|
| 19 |
-
{"current_steps":
|
| 20 |
-
{"current_steps":
|
| 21 |
-
{"current_steps":
|
| 22 |
-
{"current_steps":
|
| 23 |
-
{"current_steps":
|
| 24 |
-
{"current_steps":
|
| 25 |
-
{"current_steps":
|
| 26 |
-
{"current_steps":
|
| 27 |
-
{"current_steps":
|
| 28 |
-
{"current_steps":
|
| 29 |
-
{"current_steps":
|
| 30 |
-
{"current_steps":
|
| 31 |
-
{"current_steps":
|
| 32 |
-
{"current_steps":
|
| 33 |
-
{"current_steps":
|
| 34 |
-
{"current_steps":
|
| 35 |
-
{"current_steps":
|
| 36 |
-
{"current_steps":
|
| 37 |
-
{"current_steps":
|
| 38 |
-
{"current_steps":
|
| 39 |
-
{"current_steps":
|
| 40 |
-
{"current_steps":
|
| 41 |
-
{"current_steps":
|
| 42 |
-
{"current_steps":
|
| 43 |
-
{"current_steps":
|
| 44 |
-
{"current_steps":
|
| 45 |
-
{"current_steps":
|
| 46 |
-
{"current_steps":
|
| 47 |
-
{"current_steps":
|
| 48 |
-
{"current_steps":
|
| 49 |
-
{"current_steps":
|
| 50 |
-
{"current_steps":
|
| 51 |
-
{"current_steps":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"current_steps": 10, "total_steps": 369, "loss": 1.4338, "lr": 7.500000000000001e-05, "epoch": 0.23952095808383234, "percentage": 2.71, "elapsed_time": "0:01:07", "remaining_time": "0:40:22"}
|
| 2 |
+
{"current_steps": 20, "total_steps": 369, "loss": 0.8267, "lr": 9.990516643685222e-05, "epoch": 0.47904191616766467, "percentage": 5.42, "elapsed_time": "0:02:13", "remaining_time": "0:38:44"}
|
| 3 |
+
{"current_steps": 30, "total_steps": 369, "loss": 0.4881, "lr": 9.944154131125642e-05, "epoch": 0.718562874251497, "percentage": 8.13, "elapsed_time": "0:03:20", "remaining_time": "0:37:42"}
|
| 4 |
+
{"current_steps": 40, "total_steps": 369, "loss": 0.3591, "lr": 9.859528969650738e-05, "epoch": 0.9580838323353293, "percentage": 10.84, "elapsed_time": "0:04:27", "remaining_time": "0:36:39"}
|
| 5 |
+
{"current_steps": 42, "total_steps": 369, "eval_loss": 0.39884674549102783, "epoch": 1.0, "percentage": 11.38, "elapsed_time": "0:05:09", "remaining_time": "0:40:08"}
|
| 6 |
+
{"current_steps": 50, "total_steps": 369, "loss": 0.4172, "lr": 9.737296070648186e-05, "epoch": 1.1916167664670658, "percentage": 13.55, "elapsed_time": "0:06:04", "remaining_time": "0:38:44"}
|
| 7 |
+
{"current_steps": 60, "total_steps": 369, "loss": 0.3893, "lr": 9.57840139057007e-05, "epoch": 1.4311377245508983, "percentage": 16.26, "elapsed_time": "0:07:10", "remaining_time": "0:36:58"}
|
| 8 |
+
{"current_steps": 70, "total_steps": 369, "loss": 0.3658, "lr": 9.384074610206495e-05, "epoch": 1.6706586826347305, "percentage": 18.97, "elapsed_time": "0:08:19", "remaining_time": "0:35:35"}
|
| 9 |
+
{"current_steps": 80, "total_steps": 369, "loss": 0.2673, "lr": 9.155819618225708e-05, "epoch": 1.910179640718563, "percentage": 21.68, "elapsed_time": "0:09:27", "remaining_time": "0:34:09"}
|
| 10 |
+
{"current_steps": 84, "total_steps": 369, "eval_loss": 0.325968861579895, "epoch": 2.0, "percentage": 22.76, "elapsed_time": "0:10:21", "remaining_time": "0:35:08"}
|
| 11 |
+
{"current_steps": 90, "total_steps": 369, "loss": 0.3165, "lr": 8.895402872628352e-05, "epoch": 2.143712574850299, "percentage": 24.39, "elapsed_time": "0:11:02", "remaining_time": "0:34:12"}
|
| 12 |
+
{"current_steps": 100, "total_steps": 369, "loss": 0.336, "lr": 8.604839730186125e-05, "epoch": 2.3832335329341316, "percentage": 27.1, "elapsed_time": "0:12:09", "remaining_time": "0:32:42"}
|
| 13 |
+
{"current_steps": 110, "total_steps": 369, "loss": 0.288, "lr": 8.286378849660896e-05, "epoch": 2.622754491017964, "percentage": 29.81, "elapsed_time": "0:13:17", "remaining_time": "0:31:17"}
|
| 14 |
+
{"current_steps": 120, "total_steps": 369, "loss": 0.2425, "lr": 7.942484789507283e-05, "epoch": 2.8622754491017965, "percentage": 32.52, "elapsed_time": "0:14:25", "remaining_time": "0:29:55"}
|
| 15 |
+
{"current_steps": 126, "total_steps": 369, "eval_loss": 0.289765864610672, "epoch": 3.0, "percentage": 34.15, "elapsed_time": "0:15:33", "remaining_time": "0:29:59"}
|
| 16 |
+
{"current_steps": 130, "total_steps": 369, "loss": 0.2304, "lr": 7.57581893473448e-05, "epoch": 3.095808383233533, "percentage": 35.23, "elapsed_time": "0:15:59", "remaining_time": "0:29:24"}
|
| 17 |
+
{"current_steps": 140, "total_steps": 369, "loss": 0.2905, "lr": 7.18921890053375e-05, "epoch": 3.3353293413173652, "percentage": 37.94, "elapsed_time": "0:17:08", "remaining_time": "0:28:03"}
|
| 18 |
+
{"current_steps": 150, "total_steps": 369, "loss": 0.2336, "lr": 6.785676572066225e-05, "epoch": 3.5748502994011977, "percentage": 40.65, "elapsed_time": "0:18:15", "remaining_time": "0:26:38"}
|
| 19 |
+
{"current_steps": 160, "total_steps": 369, "loss": 0.2069, "lr": 6.368314950360415e-05, "epoch": 3.81437125748503, "percentage": 43.36, "elapsed_time": "0:19:24", "remaining_time": "0:25:20"}
|
| 20 |
+
{"current_steps": 168, "total_steps": 369, "eval_loss": 0.2659221291542053, "epoch": 4.0, "percentage": 45.53, "elapsed_time": "0:20:44", "remaining_time": "0:24:49"}
|
| 21 |
+
{"current_steps": 170, "total_steps": 369, "loss": 0.1815, "lr": 5.940363983508257e-05, "epoch": 4.047904191616767, "percentage": 46.07, "elapsed_time": "0:20:58", "remaining_time": "0:24:33"}
|
| 22 |
+
{"current_steps": 180, "total_steps": 369, "loss": 0.2426, "lr": 5.5051355702012893e-05, "epoch": 4.287425149700598, "percentage": 48.78, "elapsed_time": "0:22:07", "remaining_time": "0:23:14"}
|
| 23 |
+
{"current_steps": 190, "total_steps": 369, "loss": 0.1998, "lr": 5.0659979290537954e-05, "epoch": 4.526946107784431, "percentage": 51.49, "elapsed_time": "0:23:13", "remaining_time": "0:21:52"}
|
| 24 |
+
{"current_steps": 200, "total_steps": 369, "loss": 0.1713, "lr": 4.626349532067879e-05, "epoch": 4.766467065868263, "percentage": 54.2, "elapsed_time": "0:24:21", "remaining_time": "0:20:35"}
|
| 25 |
+
{"current_steps": 210, "total_steps": 369, "loss": 0.138, "lr": 4.189592803968563e-05, "epoch": 5.0, "percentage": 56.91, "elapsed_time": "0:25:26", "remaining_time": "0:19:15"}
|
| 26 |
+
{"current_steps": 210, "total_steps": 369, "eval_loss": 0.2524815797805786, "epoch": 5.0, "percentage": 56.91, "elapsed_time": "0:25:56", "remaining_time": "0:19:38"}
|
| 27 |
+
{"current_steps": 220, "total_steps": 369, "loss": 0.199, "lr": 3.759107790948882e-05, "epoch": 5.2395209580838324, "percentage": 59.62, "elapsed_time": "0:27:06", "remaining_time": "0:18:21"}
|
| 28 |
+
{"current_steps": 230, "total_steps": 369, "loss": 0.1654, "lr": 3.338226002601703e-05, "epoch": 5.479041916167665, "percentage": 62.33, "elapsed_time": "0:28:12", "remaining_time": "0:17:02"}
|
| 29 |
+
{"current_steps": 240, "total_steps": 369, "loss": 0.1459, "lr": 2.9302046294747497e-05, "epoch": 5.718562874251497, "percentage": 65.04, "elapsed_time": "0:29:19", "remaining_time": "0:15:45"}
|
| 30 |
+
{"current_steps": 250, "total_steps": 369, "loss": 0.1251, "lr": 2.5382013357782893e-05, "epoch": 5.95808383233533, "percentage": 67.75, "elapsed_time": "0:30:26", "remaining_time": "0:14:29"}
|
| 31 |
+
{"current_steps": 252, "total_steps": 369, "eval_loss": 0.24969537556171417, "epoch": 6.0, "percentage": 68.29, "elapsed_time": "0:31:08", "remaining_time": "0:14:27"}
|
| 32 |
+
{"current_steps": 260, "total_steps": 369, "loss": 0.1486, "lr": 2.1652498223239427e-05, "epoch": 6.191616766467066, "percentage": 70.46, "elapsed_time": "0:32:03", "remaining_time": "0:13:26"}
|
| 33 |
+
{"current_steps": 270, "total_steps": 369, "loss": 0.1527, "lr": 1.814236348812211e-05, "epoch": 6.431137724550898, "percentage": 73.17, "elapsed_time": "0:33:10", "remaining_time": "0:12:09"}
|
| 34 |
+
{"current_steps": 280, "total_steps": 369, "loss": 0.1344, "lr": 1.4878773971620074e-05, "epoch": 6.6706586826347305, "percentage": 75.88, "elapsed_time": "0:34:19", "remaining_time": "0:10:54"}
|
| 35 |
+
{"current_steps": 290, "total_steps": 369, "loss": 0.1072, "lr": 1.1886986487449475e-05, "epoch": 6.910179640718563, "percentage": 78.59, "elapsed_time": "0:35:26", "remaining_time": "0:09:39"}
|
| 36 |
+
{"current_steps": 294, "total_steps": 369, "eval_loss": 0.24749523401260376, "epoch": 7.0, "percentage": 79.67, "elapsed_time": "0:36:20", "remaining_time": "0:09:16"}
|
| 37 |
+
{"current_steps": 300, "total_steps": 369, "loss": 0.1224, "lr": 9.190154382188921e-06, "epoch": 7.1437125748503, "percentage": 81.3, "elapsed_time": "0:37:01", "remaining_time": "0:08:30"}
|
| 38 |
+
{"current_steps": 310, "total_steps": 369, "loss": 0.1493, "lr": 6.809148352279182e-06, "epoch": 7.383233532934132, "percentage": 84.01, "elapsed_time": "0:38:08", "remaining_time": "0:07:15"}
|
| 39 |
+
{"current_steps": 320, "total_steps": 369, "loss": 0.1126, "lr": 4.762394926378477e-06, "epoch": 7.6227544910179645, "percentage": 86.72, "elapsed_time": "0:39:16", "remaining_time": "0:06:00"}
|
| 40 |
+
{"current_steps": 330, "total_steps": 369, "loss": 0.1059, "lr": 3.065733863053072e-06, "epoch": 7.862275449101796, "percentage": 89.43, "elapsed_time": "0:40:24", "remaining_time": "0:04:46"}
|
| 41 |
+
{"current_steps": 336, "total_steps": 369, "eval_loss": 0.2483372986316681, "epoch": 8.0, "percentage": 91.06, "elapsed_time": "0:41:32", "remaining_time": "0:04:04"}
|
| 42 |
+
{"current_steps": 340, "total_steps": 369, "loss": 0.0986, "lr": 1.7322955673980678e-06, "epoch": 8.095808383233534, "percentage": 92.14, "elapsed_time": "0:41:58", "remaining_time": "0:03:34"}
|
| 43 |
+
{"current_steps": 350, "total_steps": 369, "loss": 0.1465, "lr": 7.723994752570462e-07, "epoch": 8.335329341317365, "percentage": 94.85, "elapsed_time": "0:43:08", "remaining_time": "0:02:20"}
|
| 44 |
+
{"current_steps": 360, "total_steps": 369, "loss": 0.1073, "lr": 1.9347419144180035e-07, "epoch": 8.574850299401197, "percentage": 97.56, "elapsed_time": "0:44:14", "remaining_time": "0:01:06"}
|
| 45 |
+
{"current_steps": 369, "total_steps": 369, "eval_loss": 0.24962204694747925, "epoch": 8.790419161676647, "percentage": 100.0, "elapsed_time": "0:45:48", "remaining_time": "0:00:00"}
|
| 46 |
+
{"current_steps": 369, "total_steps": 369, "epoch": 8.790419161676647, "percentage": 100.0, "elapsed_time": "0:45:48", "remaining_time": "0:00:00"}
|
| 47 |
+
{"current_steps": 5, "total_steps": 65, "percentage": 7.69, "elapsed_time": "0:00:01", "remaining_time": "0:00:16"}
|
| 48 |
+
{"current_steps": 10, "total_steps": 65, "percentage": 15.38, "elapsed_time": "0:00:03", "remaining_time": "0:00:16"}
|
| 49 |
+
{"current_steps": 15, "total_steps": 65, "percentage": 23.08, "elapsed_time": "0:00:04", "remaining_time": "0:00:15"}
|
| 50 |
+
{"current_steps": 20, "total_steps": 65, "percentage": 30.77, "elapsed_time": "0:00:06", "remaining_time": "0:00:14"}
|
| 51 |
+
{"current_steps": 25, "total_steps": 65, "percentage": 38.46, "elapsed_time": "0:00:07", "remaining_time": "0:00:12"}
|
| 52 |
+
{"current_steps": 30, "total_steps": 65, "percentage": 46.15, "elapsed_time": "0:00:09", "remaining_time": "0:00:11"}
|
| 53 |
+
{"current_steps": 35, "total_steps": 65, "percentage": 53.85, "elapsed_time": "0:00:11", "remaining_time": "0:00:09"}
|
| 54 |
+
{"current_steps": 40, "total_steps": 65, "percentage": 61.54, "elapsed_time": "0:00:12", "remaining_time": "0:00:08"}
|
| 55 |
+
{"current_steps": 45, "total_steps": 65, "percentage": 69.23, "elapsed_time": "0:00:14", "remaining_time": "0:00:06"}
|
| 56 |
+
{"current_steps": 50, "total_steps": 65, "percentage": 76.92, "elapsed_time": "0:00:16", "remaining_time": "0:00:04"}
|
| 57 |
+
{"current_steps": 55, "total_steps": 65, "percentage": 84.62, "elapsed_time": "0:00:18", "remaining_time": "0:00:03"}
|
| 58 |
+
{"current_steps": 60, "total_steps": 65, "percentage": 92.31, "elapsed_time": "0:00:20", "remaining_time": "0:00:01"}
|
| 59 |
+
{"current_steps": 65, "total_steps": 65, "percentage": 100.0, "elapsed_time": "0:00:22", "remaining_time": "0:00:00"}
|
| 60 |
+
{"current_steps": 0, "total_steps": 65, "eval_loss": 1.6609941720962524, "percentage": 0.0, "elapsed_time": "0:00:22", "remaining_time": "0:00:00"}
|
trainer_state.json
CHANGED
|
@@ -2,401 +2,360 @@
|
|
| 2 |
"best_global_step": null,
|
| 3 |
"best_metric": null,
|
| 4 |
"best_model_checkpoint": null,
|
| 5 |
-
"epoch":
|
| 6 |
"eval_steps": 500,
|
| 7 |
-
"global_step":
|
| 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.
|
| 14 |
-
"grad_norm": 0.
|
| 15 |
"learning_rate": 7.500000000000001e-05,
|
| 16 |
-
"loss": 1.
|
| 17 |
"step": 10
|
| 18 |
},
|
| 19 |
{
|
| 20 |
-
"epoch": 0.
|
| 21 |
-
"grad_norm": 0.
|
| 22 |
-
"learning_rate": 9.
|
| 23 |
-
"loss": 0.
|
| 24 |
"step": 20
|
| 25 |
},
|
| 26 |
{
|
| 27 |
-
"epoch": 0.
|
| 28 |
-
"grad_norm": 0.
|
| 29 |
-
"learning_rate": 9.
|
| 30 |
"loss": 0.4881,
|
| 31 |
"step": 30
|
| 32 |
},
|
| 33 |
{
|
| 34 |
-
"epoch":
|
| 35 |
-
"
|
| 36 |
-
"
|
| 37 |
-
"
|
| 38 |
-
"eval_samples_per_second": 16.688,
|
| 39 |
-
"eval_steps_per_second": 2.124,
|
| 40 |
-
"step": 32
|
| 41 |
-
},
|
| 42 |
-
{
|
| 43 |
-
"epoch": 1.256,
|
| 44 |
-
"grad_norm": 0.12824280560016632,
|
| 45 |
-
"learning_rate": 9.870580739976935e-05,
|
| 46 |
-
"loss": 0.3822,
|
| 47 |
"step": 40
|
| 48 |
},
|
| 49 |
{
|
| 50 |
-
"epoch": 1.
|
| 51 |
-
"
|
| 52 |
-
"
|
| 53 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
"step": 50
|
| 55 |
},
|
| 56 |
{
|
| 57 |
-
"epoch": 1.
|
| 58 |
-
"grad_norm": 0.
|
| 59 |
-
"learning_rate": 9.
|
| 60 |
-
"loss": 0.
|
| 61 |
"step": 60
|
| 62 |
},
|
| 63 |
{
|
| 64 |
-
"epoch":
|
| 65 |
-
"
|
| 66 |
-
"
|
| 67 |
-
"
|
| 68 |
-
"eval_samples_per_second": 16.677,
|
| 69 |
-
"eval_steps_per_second": 2.123,
|
| 70 |
-
"step": 64
|
| 71 |
-
},
|
| 72 |
-
{
|
| 73 |
-
"epoch": 2.192,
|
| 74 |
-
"grad_norm": 0.136331707239151,
|
| 75 |
-
"learning_rate": 9.431800163442041e-05,
|
| 76 |
-
"loss": 0.3284,
|
| 77 |
"step": 70
|
| 78 |
},
|
| 79 |
{
|
| 80 |
-
"epoch":
|
| 81 |
-
"grad_norm": 0.
|
| 82 |
-
"learning_rate": 9.
|
| 83 |
-
"loss": 0.
|
| 84 |
"step": 80
|
| 85 |
},
|
| 86 |
{
|
| 87 |
-
"epoch": 2.
|
| 88 |
-
"
|
| 89 |
-
"
|
| 90 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 91 |
"step": 90
|
| 92 |
},
|
| 93 |
{
|
| 94 |
-
"epoch":
|
| 95 |
-
"
|
| 96 |
-
"
|
| 97 |
-
"
|
| 98 |
-
"eval_samples_per_second": 16.667,
|
| 99 |
-
"eval_steps_per_second": 2.121,
|
| 100 |
-
"step": 96
|
| 101 |
-
},
|
| 102 |
-
{
|
| 103 |
-
"epoch": 3.128,
|
| 104 |
-
"grad_norm": 0.16589179635047913,
|
| 105 |
-
"learning_rate": 8.710067927254555e-05,
|
| 106 |
-
"loss": 0.2869,
|
| 107 |
"step": 100
|
| 108 |
},
|
| 109 |
{
|
| 110 |
-
"epoch":
|
| 111 |
-
"grad_norm": 0.
|
| 112 |
-
"learning_rate": 8.
|
| 113 |
-
"loss": 0.
|
| 114 |
"step": 110
|
| 115 |
},
|
| 116 |
{
|
| 117 |
-
"epoch":
|
| 118 |
-
"grad_norm": 0.
|
| 119 |
-
"learning_rate":
|
| 120 |
-
"loss": 0.
|
| 121 |
"step": 120
|
| 122 |
},
|
| 123 |
{
|
| 124 |
-
"epoch":
|
| 125 |
-
"eval_accuracy": 0.
|
| 126 |
-
"eval_loss": 0.
|
| 127 |
-
"eval_runtime":
|
| 128 |
-
"eval_samples_per_second":
|
| 129 |
-
"eval_steps_per_second": 2.
|
| 130 |
-
"step":
|
| 131 |
-
},
|
| 132 |
-
{
|
| 133 |
-
"epoch":
|
| 134 |
-
"grad_norm": 0.
|
| 135 |
-
"learning_rate": 7.
|
| 136 |
-
"loss": 0.
|
| 137 |
"step": 130
|
| 138 |
},
|
| 139 |
{
|
| 140 |
-
"epoch":
|
| 141 |
-
"grad_norm": 0.
|
| 142 |
-
"learning_rate": 7.
|
| 143 |
-
"loss": 0.
|
| 144 |
"step": 140
|
| 145 |
},
|
| 146 |
{
|
| 147 |
-
"epoch":
|
| 148 |
-
"grad_norm": 0.
|
| 149 |
-
"learning_rate":
|
| 150 |
-
"loss": 0.
|
| 151 |
"step": 150
|
| 152 |
},
|
| 153 |
{
|
| 154 |
-
"epoch":
|
| 155 |
-
"grad_norm": 0.
|
| 156 |
-
"learning_rate": 6.
|
| 157 |
-
"loss": 0.
|
| 158 |
-
"step": 160
|
| 159 |
-
},
|
| 160 |
-
{
|
| 161 |
-
"epoch": 5.0,
|
| 162 |
-
"eval_accuracy": 0.9356952198262245,
|
| 163 |
-
"eval_loss": 0.26041463017463684,
|
| 164 |
-
"eval_runtime": 23.1637,
|
| 165 |
-
"eval_samples_per_second": 16.621,
|
| 166 |
-
"eval_steps_per_second": 2.115,
|
| 167 |
"step": 160
|
| 168 |
},
|
| 169 |
{
|
| 170 |
-
"epoch":
|
| 171 |
-
"
|
| 172 |
-
"
|
| 173 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 174 |
"step": 170
|
| 175 |
},
|
| 176 |
{
|
| 177 |
-
"epoch":
|
| 178 |
-
"grad_norm": 0.
|
| 179 |
-
"learning_rate": 5.
|
| 180 |
-
"loss": 0.
|
| 181 |
"step": 180
|
| 182 |
},
|
| 183 |
{
|
| 184 |
-
"epoch":
|
| 185 |
-
"grad_norm": 0.
|
| 186 |
-
"learning_rate": 5.
|
| 187 |
-
"loss": 0.
|
| 188 |
"step": 190
|
| 189 |
},
|
| 190 |
{
|
| 191 |
-
"epoch":
|
| 192 |
-
"
|
| 193 |
-
"
|
| 194 |
-
"
|
| 195 |
-
"eval_samples_per_second": 16.652,
|
| 196 |
-
"eval_steps_per_second": 2.119,
|
| 197 |
-
"step": 192
|
| 198 |
-
},
|
| 199 |
-
{
|
| 200 |
-
"epoch": 6.256,
|
| 201 |
-
"grad_norm": 0.24400818347930908,
|
| 202 |
-
"learning_rate": 4.957774794214508e-05,
|
| 203 |
-
"loss": 0.1577,
|
| 204 |
"step": 200
|
| 205 |
},
|
| 206 |
{
|
| 207 |
-
"epoch":
|
| 208 |
-
"grad_norm": 0.
|
| 209 |
-
"learning_rate": 4.
|
| 210 |
-
"loss": 0.
|
| 211 |
"step": 210
|
| 212 |
},
|
| 213 |
{
|
| 214 |
-
"epoch":
|
| 215 |
-
"
|
| 216 |
-
"
|
| 217 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 218 |
"step": 220
|
| 219 |
},
|
| 220 |
{
|
| 221 |
-
"epoch":
|
| 222 |
-
"
|
| 223 |
-
"
|
| 224 |
-
"
|
| 225 |
-
"eval_samples_per_second": 16.669,
|
| 226 |
-
"eval_steps_per_second": 2.122,
|
| 227 |
-
"step": 224
|
| 228 |
-
},
|
| 229 |
-
{
|
| 230 |
-
"epoch": 7.192,
|
| 231 |
-
"grad_norm": 0.24850666522979736,
|
| 232 |
-
"learning_rate": 3.705904774487396e-05,
|
| 233 |
-
"loss": 0.1252,
|
| 234 |
"step": 230
|
| 235 |
},
|
| 236 |
{
|
| 237 |
-
"epoch":
|
| 238 |
-
"grad_norm": 0.
|
| 239 |
-
"learning_rate":
|
| 240 |
-
"loss": 0.
|
| 241 |
"step": 240
|
| 242 |
},
|
| 243 |
{
|
| 244 |
-
"epoch":
|
| 245 |
-
"grad_norm": 0.
|
| 246 |
-
"learning_rate": 2.
|
| 247 |
-
"loss": 0.
|
| 248 |
"step": 250
|
| 249 |
},
|
| 250 |
{
|
| 251 |
-
"epoch":
|
| 252 |
-
"eval_accuracy": 0.
|
| 253 |
-
"eval_loss": 0.
|
| 254 |
-
"eval_runtime":
|
| 255 |
-
"eval_samples_per_second":
|
| 256 |
-
"eval_steps_per_second": 2.
|
| 257 |
-
"step":
|
| 258 |
-
},
|
| 259 |
-
{
|
| 260 |
-
"epoch":
|
| 261 |
-
"grad_norm": 0.
|
| 262 |
-
"learning_rate": 2.
|
| 263 |
-
"loss": 0.
|
| 264 |
"step": 260
|
| 265 |
},
|
| 266 |
{
|
| 267 |
-
"epoch":
|
| 268 |
-
"grad_norm": 0.
|
| 269 |
-
"learning_rate":
|
| 270 |
-
"loss": 0.
|
| 271 |
"step": 270
|
| 272 |
},
|
| 273 |
{
|
| 274 |
-
"epoch":
|
| 275 |
-
"grad_norm": 0.
|
| 276 |
-
"learning_rate": 1.
|
| 277 |
-
"loss": 0.
|
| 278 |
"step": 280
|
| 279 |
},
|
| 280 |
{
|
| 281 |
-
"epoch":
|
| 282 |
-
"
|
| 283 |
-
"
|
| 284 |
-
"
|
| 285 |
-
"eval_samples_per_second": 16.64,
|
| 286 |
-
"eval_steps_per_second": 2.118,
|
| 287 |
-
"step": 288
|
| 288 |
-
},
|
| 289 |
-
{
|
| 290 |
-
"epoch": 9.064,
|
| 291 |
-
"grad_norm": 0.2220270186662674,
|
| 292 |
-
"learning_rate": 1.5246837228164907e-05,
|
| 293 |
-
"loss": 0.1069,
|
| 294 |
"step": 290
|
| 295 |
},
|
| 296 |
{
|
| 297 |
-
"epoch":
|
| 298 |
-
"
|
| 299 |
-
"
|
| 300 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 301 |
"step": 300
|
| 302 |
},
|
| 303 |
{
|
| 304 |
-
"epoch":
|
| 305 |
-
"grad_norm": 0.
|
| 306 |
-
"learning_rate":
|
| 307 |
-
"loss": 0.
|
| 308 |
"step": 310
|
| 309 |
},
|
| 310 |
{
|
| 311 |
-
"epoch":
|
| 312 |
-
"grad_norm": 0.
|
| 313 |
-
"learning_rate":
|
| 314 |
-
"loss": 0.
|
| 315 |
"step": 320
|
| 316 |
},
|
| 317 |
{
|
| 318 |
-
"epoch":
|
| 319 |
-
"
|
| 320 |
-
"
|
| 321 |
-
"
|
| 322 |
-
"eval_samples_per_second": 16.656,
|
| 323 |
-
"eval_steps_per_second": 2.12,
|
| 324 |
-
"step": 320
|
| 325 |
-
},
|
| 326 |
-
{
|
| 327 |
-
"epoch": 10.32,
|
| 328 |
-
"grad_norm": 0.27165377140045166,
|
| 329 |
-
"learning_rate": 5.2973311435349725e-06,
|
| 330 |
-
"loss": 0.1069,
|
| 331 |
"step": 330
|
| 332 |
},
|
| 333 |
{
|
| 334 |
-
"epoch":
|
| 335 |
-
"
|
| 336 |
-
"
|
| 337 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 338 |
"step": 340
|
| 339 |
},
|
| 340 |
{
|
| 341 |
-
"epoch":
|
| 342 |
-
"grad_norm": 0.
|
| 343 |
-
"learning_rate":
|
| 344 |
-
"loss": 0.
|
| 345 |
"step": 350
|
| 346 |
},
|
| 347 |
{
|
| 348 |
-
"epoch":
|
| 349 |
-
"
|
| 350 |
-
"
|
| 351 |
-
"
|
| 352 |
-
"eval_samples_per_second": 16.68,
|
| 353 |
-
"eval_steps_per_second": 2.123,
|
| 354 |
-
"step": 352
|
| 355 |
-
},
|
| 356 |
-
{
|
| 357 |
-
"epoch": 11.256,
|
| 358 |
-
"grad_norm": 0.20978766679763794,
|
| 359 |
-
"learning_rate": 1.1102481534098374e-06,
|
| 360 |
-
"loss": 0.0765,
|
| 361 |
"step": 360
|
| 362 |
},
|
| 363 |
{
|
| 364 |
-
"epoch":
|
| 365 |
-
"
|
| 366 |
-
"
|
| 367 |
-
"
|
| 368 |
-
"
|
| 369 |
-
|
| 370 |
-
|
| 371 |
-
"epoch": 11.896,
|
| 372 |
-
"grad_norm": 0.2561984956264496,
|
| 373 |
-
"learning_rate": 4.456863700363356e-08,
|
| 374 |
-
"loss": 0.1146,
|
| 375 |
-
"step": 380
|
| 376 |
-
},
|
| 377 |
-
{
|
| 378 |
-
"epoch": 12.0,
|
| 379 |
-
"eval_accuracy": 0.9461611343879004,
|
| 380 |
-
"eval_loss": 0.2565154731273651,
|
| 381 |
-
"eval_runtime": 23.0977,
|
| 382 |
-
"eval_samples_per_second": 16.668,
|
| 383 |
-
"eval_steps_per_second": 2.121,
|
| 384 |
-
"step": 384
|
| 385 |
},
|
| 386 |
{
|
| 387 |
-
"epoch":
|
| 388 |
-
"step":
|
| 389 |
-
"total_flos":
|
| 390 |
-
"train_loss": 0.
|
| 391 |
-
"train_runtime":
|
| 392 |
-
"train_samples_per_second":
|
| 393 |
-
"train_steps_per_second": 0.
|
| 394 |
}
|
| 395 |
],
|
| 396 |
"logging_steps": 10,
|
| 397 |
-
"max_steps":
|
| 398 |
"num_input_tokens_seen": 0,
|
| 399 |
-
"num_train_epochs":
|
| 400 |
"save_steps": 500,
|
| 401 |
"stateful_callbacks": {
|
| 402 |
"TrainerControl": {
|
|
@@ -410,7 +369,7 @@
|
|
| 410 |
"attributes": {}
|
| 411 |
}
|
| 412 |
},
|
| 413 |
-
"total_flos":
|
| 414 |
"train_batch_size": 2,
|
| 415 |
"trial_name": null,
|
| 416 |
"trial_params": null
|
|
|
|
| 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": 0.7001179456710815,
|
| 15 |
"learning_rate": 7.500000000000001e-05,
|
| 16 |
+
"loss": 1.4338,
|
| 17 |
"step": 10
|
| 18 |
},
|
| 19 |
{
|
| 20 |
+
"epoch": 0.47904191616766467,
|
| 21 |
+
"grad_norm": 0.27172571420669556,
|
| 22 |
+
"learning_rate": 9.990516643685222e-05,
|
| 23 |
+
"loss": 0.8267,
|
| 24 |
"step": 20
|
| 25 |
},
|
| 26 |
{
|
| 27 |
+
"epoch": 0.718562874251497,
|
| 28 |
+
"grad_norm": 0.19638711214065552,
|
| 29 |
+
"learning_rate": 9.944154131125642e-05,
|
| 30 |
"loss": 0.4881,
|
| 31 |
"step": 30
|
| 32 |
},
|
| 33 |
{
|
| 34 |
+
"epoch": 0.9580838323353293,
|
| 35 |
+
"grad_norm": 0.20754235982894897,
|
| 36 |
+
"learning_rate": 9.859528969650738e-05,
|
| 37 |
+
"loss": 0.3591,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
"step": 40
|
| 39 |
},
|
| 40 |
{
|
| 41 |
+
"epoch": 1.0,
|
| 42 |
+
"eval_accuracy": 0.9034878200745683,
|
| 43 |
+
"eval_loss": 0.39884674549102783,
|
| 44 |
+
"eval_runtime": 30.4717,
|
| 45 |
+
"eval_samples_per_second": 12.635,
|
| 46 |
+
"eval_steps_per_second": 2.133,
|
| 47 |
+
"step": 42
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"epoch": 1.1916167664670658,
|
| 51 |
+
"grad_norm": 0.16468322277069092,
|
| 52 |
+
"learning_rate": 9.737296070648186e-05,
|
| 53 |
+
"loss": 0.4172,
|
| 54 |
"step": 50
|
| 55 |
},
|
| 56 |
{
|
| 57 |
+
"epoch": 1.4311377245508983,
|
| 58 |
+
"grad_norm": 0.1612997055053711,
|
| 59 |
+
"learning_rate": 9.57840139057007e-05,
|
| 60 |
+
"loss": 0.3893,
|
| 61 |
"step": 60
|
| 62 |
},
|
| 63 |
{
|
| 64 |
+
"epoch": 1.6706586826347305,
|
| 65 |
+
"grad_norm": 0.16499397158622742,
|
| 66 |
+
"learning_rate": 9.384074610206495e-05,
|
| 67 |
+
"loss": 0.3658,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
"step": 70
|
| 69 |
},
|
| 70 |
{
|
| 71 |
+
"epoch": 1.910179640718563,
|
| 72 |
+
"grad_norm": 0.14762192964553833,
|
| 73 |
+
"learning_rate": 9.155819618225708e-05,
|
| 74 |
+
"loss": 0.2673,
|
| 75 |
"step": 80
|
| 76 |
},
|
| 77 |
{
|
| 78 |
+
"epoch": 2.0,
|
| 79 |
+
"eval_accuracy": 0.9196909824354998,
|
| 80 |
+
"eval_loss": 0.325968861579895,
|
| 81 |
+
"eval_runtime": 30.3583,
|
| 82 |
+
"eval_samples_per_second": 12.682,
|
| 83 |
+
"eval_steps_per_second": 2.141,
|
| 84 |
+
"step": 84
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"epoch": 2.143712574850299,
|
| 88 |
+
"grad_norm": 0.1777992993593216,
|
| 89 |
+
"learning_rate": 8.895402872628352e-05,
|
| 90 |
+
"loss": 0.3165,
|
| 91 |
"step": 90
|
| 92 |
},
|
| 93 |
{
|
| 94 |
+
"epoch": 2.3832335329341316,
|
| 95 |
+
"grad_norm": 0.2070295810699463,
|
| 96 |
+
"learning_rate": 8.604839730186125e-05,
|
| 97 |
+
"loss": 0.336,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 98 |
"step": 100
|
| 99 |
},
|
| 100 |
{
|
| 101 |
+
"epoch": 2.622754491017964,
|
| 102 |
+
"grad_norm": 0.1750418245792389,
|
| 103 |
+
"learning_rate": 8.286378849660896e-05,
|
| 104 |
+
"loss": 0.288,
|
| 105 |
"step": 110
|
| 106 |
},
|
| 107 |
{
|
| 108 |
+
"epoch": 2.8622754491017965,
|
| 109 |
+
"grad_norm": 0.20214907824993134,
|
| 110 |
+
"learning_rate": 7.942484789507283e-05,
|
| 111 |
+
"loss": 0.2425,
|
| 112 |
"step": 120
|
| 113 |
},
|
| 114 |
{
|
| 115 |
+
"epoch": 3.0,
|
| 116 |
+
"eval_accuracy": 0.9289047847079928,
|
| 117 |
+
"eval_loss": 0.289765864610672,
|
| 118 |
+
"eval_runtime": 30.3541,
|
| 119 |
+
"eval_samples_per_second": 12.684,
|
| 120 |
+
"eval_steps_per_second": 2.141,
|
| 121 |
+
"step": 126
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 3.095808383233533,
|
| 125 |
+
"grad_norm": 0.2640642523765564,
|
| 126 |
+
"learning_rate": 7.57581893473448e-05,
|
| 127 |
+
"loss": 0.2304,
|
| 128 |
"step": 130
|
| 129 |
},
|
| 130 |
{
|
| 131 |
+
"epoch": 3.3353293413173652,
|
| 132 |
+
"grad_norm": 0.26811081171035767,
|
| 133 |
+
"learning_rate": 7.18921890053375e-05,
|
| 134 |
+
"loss": 0.2905,
|
| 135 |
"step": 140
|
| 136 |
},
|
| 137 |
{
|
| 138 |
+
"epoch": 3.5748502994011977,
|
| 139 |
+
"grad_norm": 0.27033841609954834,
|
| 140 |
+
"learning_rate": 6.785676572066225e-05,
|
| 141 |
+
"loss": 0.2336,
|
| 142 |
"step": 150
|
| 143 |
},
|
| 144 |
{
|
| 145 |
+
"epoch": 3.81437125748503,
|
| 146 |
+
"grad_norm": 0.22121788561344147,
|
| 147 |
+
"learning_rate": 6.368314950360415e-05,
|
| 148 |
+
"loss": 0.2069,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 149 |
"step": 160
|
| 150 |
},
|
| 151 |
{
|
| 152 |
+
"epoch": 4.0,
|
| 153 |
+
"eval_accuracy": 0.9345709163732674,
|
| 154 |
+
"eval_loss": 0.2659221291542053,
|
| 155 |
+
"eval_runtime": 30.3929,
|
| 156 |
+
"eval_samples_per_second": 12.667,
|
| 157 |
+
"eval_steps_per_second": 2.139,
|
| 158 |
+
"step": 168
|
| 159 |
+
},
|
| 160 |
+
{
|
| 161 |
+
"epoch": 4.047904191616767,
|
| 162 |
+
"grad_norm": 0.2626728117465973,
|
| 163 |
+
"learning_rate": 5.940363983508257e-05,
|
| 164 |
+
"loss": 0.1815,
|
| 165 |
"step": 170
|
| 166 |
},
|
| 167 |
{
|
| 168 |
+
"epoch": 4.287425149700598,
|
| 169 |
+
"grad_norm": 0.2664365768432617,
|
| 170 |
+
"learning_rate": 5.5051355702012893e-05,
|
| 171 |
+
"loss": 0.2426,
|
| 172 |
"step": 180
|
| 173 |
},
|
| 174 |
{
|
| 175 |
+
"epoch": 4.526946107784431,
|
| 176 |
+
"grad_norm": 0.2793976962566376,
|
| 177 |
+
"learning_rate": 5.0659979290537954e-05,
|
| 178 |
+
"loss": 0.1998,
|
| 179 |
"step": 190
|
| 180 |
},
|
| 181 |
{
|
| 182 |
+
"epoch": 4.766467065868263,
|
| 183 |
+
"grad_norm": 0.2911984622478485,
|
| 184 |
+
"learning_rate": 4.626349532067879e-05,
|
| 185 |
+
"loss": 0.1713,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 186 |
"step": 200
|
| 187 |
},
|
| 188 |
{
|
| 189 |
+
"epoch": 5.0,
|
| 190 |
+
"grad_norm": 0.2870716452598572,
|
| 191 |
+
"learning_rate": 4.189592803968563e-05,
|
| 192 |
+
"loss": 0.138,
|
| 193 |
"step": 210
|
| 194 |
},
|
| 195 |
{
|
| 196 |
+
"epoch": 5.0,
|
| 197 |
+
"eval_accuracy": 0.9391251537470097,
|
| 198 |
+
"eval_loss": 0.2524815797805786,
|
| 199 |
+
"eval_runtime": 30.4065,
|
| 200 |
+
"eval_samples_per_second": 12.662,
|
| 201 |
+
"eval_steps_per_second": 2.138,
|
| 202 |
+
"step": 210
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"epoch": 5.2395209580838324,
|
| 206 |
+
"grad_norm": 0.3472362756729126,
|
| 207 |
+
"learning_rate": 3.759107790948882e-05,
|
| 208 |
+
"loss": 0.199,
|
| 209 |
"step": 220
|
| 210 |
},
|
| 211 |
{
|
| 212 |
+
"epoch": 5.479041916167665,
|
| 213 |
+
"grad_norm": 0.33083346486091614,
|
| 214 |
+
"learning_rate": 3.338226002601703e-05,
|
| 215 |
+
"loss": 0.1654,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 216 |
"step": 230
|
| 217 |
},
|
| 218 |
{
|
| 219 |
+
"epoch": 5.718562874251497,
|
| 220 |
+
"grad_norm": 0.3220432996749878,
|
| 221 |
+
"learning_rate": 2.9302046294747497e-05,
|
| 222 |
+
"loss": 0.1459,
|
| 223 |
"step": 240
|
| 224 |
},
|
| 225 |
{
|
| 226 |
+
"epoch": 5.95808383233533,
|
| 227 |
+
"grad_norm": 0.35546302795410156,
|
| 228 |
+
"learning_rate": 2.5382013357782893e-05,
|
| 229 |
+
"loss": 0.1251,
|
| 230 |
"step": 250
|
| 231 |
},
|
| 232 |
{
|
| 233 |
+
"epoch": 6.0,
|
| 234 |
+
"eval_accuracy": 0.9430640763868036,
|
| 235 |
+
"eval_loss": 0.24969537556171417,
|
| 236 |
+
"eval_runtime": 30.3846,
|
| 237 |
+
"eval_samples_per_second": 12.671,
|
| 238 |
+
"eval_steps_per_second": 2.139,
|
| 239 |
+
"step": 252
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"epoch": 6.191616766467066,
|
| 243 |
+
"grad_norm": 0.35284000635147095,
|
| 244 |
+
"learning_rate": 2.1652498223239427e-05,
|
| 245 |
+
"loss": 0.1486,
|
| 246 |
"step": 260
|
| 247 |
},
|
| 248 |
{
|
| 249 |
+
"epoch": 6.431137724550898,
|
| 250 |
+
"grad_norm": 0.31098905205726624,
|
| 251 |
+
"learning_rate": 1.814236348812211e-05,
|
| 252 |
+
"loss": 0.1527,
|
| 253 |
"step": 270
|
| 254 |
},
|
| 255 |
{
|
| 256 |
+
"epoch": 6.6706586826347305,
|
| 257 |
+
"grad_norm": 0.34438222646713257,
|
| 258 |
+
"learning_rate": 1.4878773971620074e-05,
|
| 259 |
+
"loss": 0.1344,
|
| 260 |
"step": 280
|
| 261 |
},
|
| 262 |
{
|
| 263 |
+
"epoch": 6.910179640718563,
|
| 264 |
+
"grad_norm": 0.2907264232635498,
|
| 265 |
+
"learning_rate": 1.1886986487449475e-05,
|
| 266 |
+
"loss": 0.1072,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 267 |
"step": 290
|
| 268 |
},
|
| 269 |
{
|
| 270 |
+
"epoch": 7.0,
|
| 271 |
+
"eval_accuracy": 0.9438642485491895,
|
| 272 |
+
"eval_loss": 0.24749523401260376,
|
| 273 |
+
"eval_runtime": 30.43,
|
| 274 |
+
"eval_samples_per_second": 12.652,
|
| 275 |
+
"eval_steps_per_second": 2.136,
|
| 276 |
+
"step": 294
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"epoch": 7.1437125748503,
|
| 280 |
+
"grad_norm": 0.3019481301307678,
|
| 281 |
+
"learning_rate": 9.190154382188921e-06,
|
| 282 |
+
"loss": 0.1224,
|
| 283 |
"step": 300
|
| 284 |
},
|
| 285 |
{
|
| 286 |
+
"epoch": 7.383233532934132,
|
| 287 |
+
"grad_norm": 0.29105937480926514,
|
| 288 |
+
"learning_rate": 6.809148352279182e-06,
|
| 289 |
+
"loss": 0.1493,
|
| 290 |
"step": 310
|
| 291 |
},
|
| 292 |
{
|
| 293 |
+
"epoch": 7.6227544910179645,
|
| 294 |
+
"grad_norm": 0.2779920697212219,
|
| 295 |
+
"learning_rate": 4.762394926378477e-06,
|
| 296 |
+
"loss": 0.1126,
|
| 297 |
"step": 320
|
| 298 |
},
|
| 299 |
{
|
| 300 |
+
"epoch": 7.862275449101796,
|
| 301 |
+
"grad_norm": 0.3359215557575226,
|
| 302 |
+
"learning_rate": 3.065733863053072e-06,
|
| 303 |
+
"loss": 0.1059,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 304 |
"step": 330
|
| 305 |
},
|
| 306 |
{
|
| 307 |
+
"epoch": 8.0,
|
| 308 |
+
"eval_accuracy": 0.944612993482476,
|
| 309 |
+
"eval_loss": 0.2483372986316681,
|
| 310 |
+
"eval_runtime": 30.4006,
|
| 311 |
+
"eval_samples_per_second": 12.664,
|
| 312 |
+
"eval_steps_per_second": 2.138,
|
| 313 |
+
"step": 336
|
| 314 |
+
},
|
| 315 |
+
{
|
| 316 |
+
"epoch": 8.095808383233534,
|
| 317 |
+
"grad_norm": 0.26059141755104065,
|
| 318 |
+
"learning_rate": 1.7322955673980678e-06,
|
| 319 |
+
"loss": 0.0986,
|
| 320 |
"step": 340
|
| 321 |
},
|
| 322 |
{
|
| 323 |
+
"epoch": 8.335329341317365,
|
| 324 |
+
"grad_norm": 0.26576822996139526,
|
| 325 |
+
"learning_rate": 7.723994752570462e-07,
|
| 326 |
+
"loss": 0.1465,
|
| 327 |
"step": 350
|
| 328 |
},
|
| 329 |
{
|
| 330 |
+
"epoch": 8.574850299401197,
|
| 331 |
+
"grad_norm": 0.2771126329898834,
|
| 332 |
+
"learning_rate": 1.9347419144180035e-07,
|
| 333 |
+
"loss": 0.1073,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 334 |
"step": 360
|
| 335 |
},
|
| 336 |
{
|
| 337 |
+
"epoch": 8.790419161676647,
|
| 338 |
+
"eval_accuracy": 0.9448452683547727,
|
| 339 |
+
"eval_loss": 0.24962204694747925,
|
| 340 |
+
"eval_runtime": 30.226,
|
| 341 |
+
"eval_samples_per_second": 12.737,
|
| 342 |
+
"eval_steps_per_second": 2.15,
|
| 343 |
+
"step": 369
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 344 |
},
|
| 345 |
{
|
| 346 |
+
"epoch": 8.790419161676647,
|
| 347 |
+
"step": 369,
|
| 348 |
+
"total_flos": 3.210182982232965e+17,
|
| 349 |
+
"train_loss": 0.2637010880602085,
|
| 350 |
+
"train_runtime": 2751.4148,
|
| 351 |
+
"train_samples_per_second": 3.271,
|
| 352 |
+
"train_steps_per_second": 0.134
|
| 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": {
|
|
|
|
| 369 |
"attributes": {}
|
| 370 |
}
|
| 371 |
},
|
| 372 |
+
"total_flos": 3.210182982232965e+17,
|
| 373 |
"train_batch_size": 2,
|
| 374 |
"trial_name": null,
|
| 375 |
"trial_params": null
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6097
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89da7b86c6ffda4db368588ecb97943bf3d8149fc8db3215a63b20e819145412
|
| 3 |
size 6097
|
training_eval_accuracy.png
CHANGED
|
|
training_eval_loss.png
CHANGED
|
|
training_loss.png
CHANGED
|
|