Initial LoRA adapter upload
Browse files- .gitattributes +1 -0
- .ipynb_checkpoints/README-checkpoint.md +208 -0
- README.md +208 -0
- adapter_config.json +42 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +28 -0
- chat_template.jinja +4 -0
- merges.txt +0 -0
- optimizer.pt +3 -0
- rng_state.pth +3 -0
- scheduler.pt +3 -0
- special_tokens_map.json +31 -0
- tokenizer.json +3 -0
- tokenizer_config.json +240 -0
- trainer_state.json +452 -0
- training_args.bin +3 -0
- vocab.json +0 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ 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 |
+
tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
.ipynb_checkpoints/README-checkpoint.md
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen3-8B
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen3-8B
|
| 7 |
+
- llama-factory
|
| 8 |
+
- lora
|
| 9 |
+
- transformers
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Model Card for Model ID
|
| 13 |
+
|
| 14 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
## Model Details
|
| 19 |
+
|
| 20 |
+
### Model Description
|
| 21 |
+
|
| 22 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
- **Developed by:** [More Information Needed]
|
| 27 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 28 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 29 |
+
- **Model type:** [More Information Needed]
|
| 30 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 31 |
+
- **License:** [More Information Needed]
|
| 32 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 33 |
+
|
| 34 |
+
### Model Sources [optional]
|
| 35 |
+
|
| 36 |
+
<!-- Provide the basic links for the model. -->
|
| 37 |
+
|
| 38 |
+
- **Repository:** [More Information Needed]
|
| 39 |
+
- **Paper [optional]:** [More Information Needed]
|
| 40 |
+
- **Demo [optional]:** [More Information Needed]
|
| 41 |
+
|
| 42 |
+
## Uses
|
| 43 |
+
|
| 44 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 45 |
+
|
| 46 |
+
### Direct Use
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Downstream Use [optional]
|
| 53 |
+
|
| 54 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
### Out-of-Scope Use
|
| 59 |
+
|
| 60 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
## Bias, Risks, and Limitations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 67 |
+
|
| 68 |
+
[More Information Needed]
|
| 69 |
+
|
| 70 |
+
### Recommendations
|
| 71 |
+
|
| 72 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 73 |
+
|
| 74 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 75 |
+
|
| 76 |
+
## How to Get Started with the Model
|
| 77 |
+
|
| 78 |
+
Use the code below to get started with the model.
|
| 79 |
+
|
| 80 |
+
[More Information Needed]
|
| 81 |
+
|
| 82 |
+
## Training Details
|
| 83 |
+
|
| 84 |
+
### Training Data
|
| 85 |
+
|
| 86 |
+
<!-- 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. -->
|
| 87 |
+
|
| 88 |
+
[More Information Needed]
|
| 89 |
+
|
| 90 |
+
### Training Procedure
|
| 91 |
+
|
| 92 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 93 |
+
|
| 94 |
+
#### Preprocessing [optional]
|
| 95 |
+
|
| 96 |
+
[More Information Needed]
|
| 97 |
+
|
| 98 |
+
|
| 99 |
+
#### Training Hyperparameters
|
| 100 |
+
|
| 101 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 102 |
+
|
| 103 |
+
#### Speeds, Sizes, Times [optional]
|
| 104 |
+
|
| 105 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 106 |
+
|
| 107 |
+
[More Information Needed]
|
| 108 |
+
|
| 109 |
+
## Evaluation
|
| 110 |
+
|
| 111 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 112 |
+
|
| 113 |
+
### Testing Data, Factors & Metrics
|
| 114 |
+
|
| 115 |
+
#### Testing Data
|
| 116 |
+
|
| 117 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Factors
|
| 122 |
+
|
| 123 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
#### Metrics
|
| 128 |
+
|
| 129 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 130 |
+
|
| 131 |
+
[More Information Needed]
|
| 132 |
+
|
| 133 |
+
### Results
|
| 134 |
+
|
| 135 |
+
[More Information Needed]
|
| 136 |
+
|
| 137 |
+
#### Summary
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
## Model Examination [optional]
|
| 142 |
+
|
| 143 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 144 |
+
|
| 145 |
+
[More Information Needed]
|
| 146 |
+
|
| 147 |
+
## Environmental Impact
|
| 148 |
+
|
| 149 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 150 |
+
|
| 151 |
+
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).
|
| 152 |
+
|
| 153 |
+
- **Hardware Type:** [More Information Needed]
|
| 154 |
+
- **Hours used:** [More Information Needed]
|
| 155 |
+
- **Cloud Provider:** [More Information Needed]
|
| 156 |
+
- **Compute Region:** [More Information Needed]
|
| 157 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 158 |
+
|
| 159 |
+
## Technical Specifications [optional]
|
| 160 |
+
|
| 161 |
+
### Model Architecture and Objective
|
| 162 |
+
|
| 163 |
+
[More Information Needed]
|
| 164 |
+
|
| 165 |
+
### Compute Infrastructure
|
| 166 |
+
|
| 167 |
+
[More Information Needed]
|
| 168 |
+
|
| 169 |
+
#### Hardware
|
| 170 |
+
|
| 171 |
+
[More Information Needed]
|
| 172 |
+
|
| 173 |
+
#### Software
|
| 174 |
+
|
| 175 |
+
[More Information Needed]
|
| 176 |
+
|
| 177 |
+
## Citation [optional]
|
| 178 |
+
|
| 179 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 180 |
+
|
| 181 |
+
**BibTeX:**
|
| 182 |
+
|
| 183 |
+
[More Information Needed]
|
| 184 |
+
|
| 185 |
+
**APA:**
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## Glossary [optional]
|
| 190 |
+
|
| 191 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 192 |
+
|
| 193 |
+
[More Information Needed]
|
| 194 |
+
|
| 195 |
+
## More Information [optional]
|
| 196 |
+
|
| 197 |
+
[More Information Needed]
|
| 198 |
+
|
| 199 |
+
## Model Card Authors [optional]
|
| 200 |
+
|
| 201 |
+
[More Information Needed]
|
| 202 |
+
|
| 203 |
+
## Model Card Contact
|
| 204 |
+
|
| 205 |
+
[More Information Needed]
|
| 206 |
+
### Framework versions
|
| 207 |
+
|
| 208 |
+
- PEFT 0.17.1
|
README.md
ADDED
|
@@ -0,0 +1,208 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Qwen/Qwen3-8B
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen3-8B
|
| 7 |
+
- llama-factory
|
| 8 |
+
- lora
|
| 9 |
+
- transformers
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Model Card for Model ID
|
| 13 |
+
|
| 14 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
## Model Details
|
| 19 |
+
|
| 20 |
+
### Model Description
|
| 21 |
+
|
| 22 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
|
| 26 |
+
- **Developed by:** [More Information Needed]
|
| 27 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 28 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 29 |
+
- **Model type:** [More Information Needed]
|
| 30 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 31 |
+
- **License:** [More Information Needed]
|
| 32 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 33 |
+
|
| 34 |
+
### Model Sources [optional]
|
| 35 |
+
|
| 36 |
+
<!-- Provide the basic links for the model. -->
|
| 37 |
+
|
| 38 |
+
- **Repository:** [More Information Needed]
|
| 39 |
+
- **Paper [optional]:** [More Information Needed]
|
| 40 |
+
- **Demo [optional]:** [More Information Needed]
|
| 41 |
+
|
| 42 |
+
## Uses
|
| 43 |
+
|
| 44 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 45 |
+
|
| 46 |
+
### Direct Use
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Downstream Use [optional]
|
| 53 |
+
|
| 54 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
### Out-of-Scope Use
|
| 59 |
+
|
| 60 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
## Bias, Risks, and Limitations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 67 |
+
|
| 68 |
+
[More Information Needed]
|
| 69 |
+
|
| 70 |
+
### Recommendations
|
| 71 |
+
|
| 72 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 73 |
+
|
| 74 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 75 |
+
|
| 76 |
+
## How to Get Started with the Model
|
| 77 |
+
|
| 78 |
+
Use the code below to get started with the model.
|
| 79 |
+
|
| 80 |
+
[More Information Needed]
|
| 81 |
+
|
| 82 |
+
## Training Details
|
| 83 |
+
|
| 84 |
+
### Training Data
|
| 85 |
+
|
| 86 |
+
<!-- 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. -->
|
| 87 |
+
|
| 88 |
+
[More Information Needed]
|
| 89 |
+
|
| 90 |
+
### Training Procedure
|
| 91 |
+
|
| 92 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 93 |
+
|
| 94 |
+
#### Preprocessing [optional]
|
| 95 |
+
|
| 96 |
+
[More Information Needed]
|
| 97 |
+
|
| 98 |
+
|
| 99 |
+
#### Training Hyperparameters
|
| 100 |
+
|
| 101 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 102 |
+
|
| 103 |
+
#### Speeds, Sizes, Times [optional]
|
| 104 |
+
|
| 105 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 106 |
+
|
| 107 |
+
[More Information Needed]
|
| 108 |
+
|
| 109 |
+
## Evaluation
|
| 110 |
+
|
| 111 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 112 |
+
|
| 113 |
+
### Testing Data, Factors & Metrics
|
| 114 |
+
|
| 115 |
+
#### Testing Data
|
| 116 |
+
|
| 117 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Factors
|
| 122 |
+
|
| 123 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
#### Metrics
|
| 128 |
+
|
| 129 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 130 |
+
|
| 131 |
+
[More Information Needed]
|
| 132 |
+
|
| 133 |
+
### Results
|
| 134 |
+
|
| 135 |
+
[More Information Needed]
|
| 136 |
+
|
| 137 |
+
#### Summary
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
|
| 141 |
+
## Model Examination [optional]
|
| 142 |
+
|
| 143 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 144 |
+
|
| 145 |
+
[More Information Needed]
|
| 146 |
+
|
| 147 |
+
## Environmental Impact
|
| 148 |
+
|
| 149 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 150 |
+
|
| 151 |
+
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).
|
| 152 |
+
|
| 153 |
+
- **Hardware Type:** [More Information Needed]
|
| 154 |
+
- **Hours used:** [More Information Needed]
|
| 155 |
+
- **Cloud Provider:** [More Information Needed]
|
| 156 |
+
- **Compute Region:** [More Information Needed]
|
| 157 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 158 |
+
|
| 159 |
+
## Technical Specifications [optional]
|
| 160 |
+
|
| 161 |
+
### Model Architecture and Objective
|
| 162 |
+
|
| 163 |
+
[More Information Needed]
|
| 164 |
+
|
| 165 |
+
### Compute Infrastructure
|
| 166 |
+
|
| 167 |
+
[More Information Needed]
|
| 168 |
+
|
| 169 |
+
#### Hardware
|
| 170 |
+
|
| 171 |
+
[More Information Needed]
|
| 172 |
+
|
| 173 |
+
#### Software
|
| 174 |
+
|
| 175 |
+
[More Information Needed]
|
| 176 |
+
|
| 177 |
+
## Citation [optional]
|
| 178 |
+
|
| 179 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 180 |
+
|
| 181 |
+
**BibTeX:**
|
| 182 |
+
|
| 183 |
+
[More Information Needed]
|
| 184 |
+
|
| 185 |
+
**APA:**
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## Glossary [optional]
|
| 190 |
+
|
| 191 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 192 |
+
|
| 193 |
+
[More Information Needed]
|
| 194 |
+
|
| 195 |
+
## More Information [optional]
|
| 196 |
+
|
| 197 |
+
[More Information Needed]
|
| 198 |
+
|
| 199 |
+
## Model Card Authors [optional]
|
| 200 |
+
|
| 201 |
+
[More Information Needed]
|
| 202 |
+
|
| 203 |
+
## Model Card Contact
|
| 204 |
+
|
| 205 |
+
[More Information Needed]
|
| 206 |
+
### Framework versions
|
| 207 |
+
|
| 208 |
+
- PEFT 0.17.1
|
adapter_config.json
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "/workspace/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": 32,
|
| 17 |
+
"lora_bias": false,
|
| 18 |
+
"lora_dropout": 0.05,
|
| 19 |
+
"megatron_config": null,
|
| 20 |
+
"megatron_core": "megatron.core",
|
| 21 |
+
"modules_to_save": null,
|
| 22 |
+
"peft_type": "LORA",
|
| 23 |
+
"qalora_group_size": 16,
|
| 24 |
+
"r": 16,
|
| 25 |
+
"rank_pattern": {},
|
| 26 |
+
"revision": null,
|
| 27 |
+
"target_modules": [
|
| 28 |
+
"gate_proj",
|
| 29 |
+
"q_proj",
|
| 30 |
+
"v_proj",
|
| 31 |
+
"down_proj",
|
| 32 |
+
"o_proj",
|
| 33 |
+
"k_proj",
|
| 34 |
+
"up_proj"
|
| 35 |
+
],
|
| 36 |
+
"target_parameters": null,
|
| 37 |
+
"task_type": "CAUSAL_LM",
|
| 38 |
+
"trainable_token_indices": null,
|
| 39 |
+
"use_dora": false,
|
| 40 |
+
"use_qalora": false,
|
| 41 |
+
"use_rslora": false
|
| 42 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6826fd1aaf67adf29eb304886d4de5ec9ec895f938e8d75cda47339563c14f69
|
| 3 |
+
size 174655536
|
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 |
+
}
|
chat_template.jinja
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% endif %}{% if system_message is defined %}{{ 'System: ' + system_message + '<|im_end|>' + '
|
| 2 |
+
' }}{% endif %}{% for message in loop_messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'Human: ' + content + '<|im_end|>' + '
|
| 3 |
+
Assistant:' }}{% elif message['role'] == 'assistant' %}{{ content + '<|im_end|>' + '
|
| 4 |
+
' }}{% endif %}{% endfor %}
|
merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b55db1ef8708462db55fd08cd80fd1d4f7f481f69ffbc2644f719f8822c428f1
|
| 3 |
+
size 349601867
|
rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd2151607431537fecd714359624bb118d0311545a791da0ded9114f8f7fc9fa
|
| 3 |
+
size 14645
|
scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cf2eaebf8faff85dd2509741fe23a52298d3254a55a70ec40e99e4e0c13d29a2
|
| 3 |
+
size 1465
|
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 |
+
}
|
tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aeb13307a71acd8fe81861d94ad54ab689df773318809eed3cbe794b4492dae4
|
| 3 |
+
size 11422654
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,240 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"clean_up_tokenization_spaces": false,
|
| 231 |
+
"eos_token": "<|im_end|>",
|
| 232 |
+
"errors": "replace",
|
| 233 |
+
"extra_special_tokens": {},
|
| 234 |
+
"model_max_length": 131072,
|
| 235 |
+
"pad_token": "<|endoftext|>",
|
| 236 |
+
"padding_side": "right",
|
| 237 |
+
"split_special_tokens": false,
|
| 238 |
+
"tokenizer_class": "Qwen2Tokenizer",
|
| 239 |
+
"unk_token": null
|
| 240 |
+
}
|
trainer_state.json
ADDED
|
@@ -0,0 +1,452 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": null,
|
| 3 |
+
"best_metric": null,
|
| 4 |
+
"best_model_checkpoint": null,
|
| 5 |
+
"epoch": 1.1569197239375226,
|
| 6 |
+
"eval_steps": 100,
|
| 7 |
+
"global_step": 200,
|
| 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.02905920813657828,
|
| 14 |
+
"grad_norm": 1.8251163959503174,
|
| 15 |
+
"learning_rate": 1.2903225806451613e-05,
|
| 16 |
+
"loss": 2.6703,
|
| 17 |
+
"num_input_tokens_seen": 686720,
|
| 18 |
+
"step": 5,
|
| 19 |
+
"train_runtime": 395.6486,
|
| 20 |
+
"train_tokens_per_second": 1735.682
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"epoch": 0.05811841627315656,
|
| 24 |
+
"grad_norm": 1.6785106658935547,
|
| 25 |
+
"learning_rate": 2.9032258064516133e-05,
|
| 26 |
+
"loss": 2.6024,
|
| 27 |
+
"num_input_tokens_seen": 1373472,
|
| 28 |
+
"step": 10,
|
| 29 |
+
"train_runtime": 791.2815,
|
| 30 |
+
"train_tokens_per_second": 1735.757
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.08717762440973484,
|
| 34 |
+
"grad_norm": 1.5060399770736694,
|
| 35 |
+
"learning_rate": 4.516129032258064e-05,
|
| 36 |
+
"loss": 2.2899,
|
| 37 |
+
"num_input_tokens_seen": 2061472,
|
| 38 |
+
"step": 15,
|
| 39 |
+
"train_runtime": 1188.0329,
|
| 40 |
+
"train_tokens_per_second": 1735.198
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"epoch": 0.11623683254631312,
|
| 44 |
+
"grad_norm": 0.8076892495155334,
|
| 45 |
+
"learning_rate": 6.129032258064517e-05,
|
| 46 |
+
"loss": 1.7635,
|
| 47 |
+
"num_input_tokens_seen": 2748800,
|
| 48 |
+
"step": 20,
|
| 49 |
+
"train_runtime": 1583.7612,
|
| 50 |
+
"train_tokens_per_second": 1735.615
|
| 51 |
+
},
|
| 52 |
+
{
|
| 53 |
+
"epoch": 0.1452960406828914,
|
| 54 |
+
"grad_norm": 0.5285284519195557,
|
| 55 |
+
"learning_rate": 7.741935483870968e-05,
|
| 56 |
+
"loss": 1.4089,
|
| 57 |
+
"num_input_tokens_seen": 3436480,
|
| 58 |
+
"step": 25,
|
| 59 |
+
"train_runtime": 1980.3723,
|
| 60 |
+
"train_tokens_per_second": 1735.27
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"epoch": 0.17435524881946968,
|
| 64 |
+
"grad_norm": 0.4370571970939636,
|
| 65 |
+
"learning_rate": 9.35483870967742e-05,
|
| 66 |
+
"loss": 1.2673,
|
| 67 |
+
"num_input_tokens_seen": 4122560,
|
| 68 |
+
"step": 30,
|
| 69 |
+
"train_runtime": 2375.5923,
|
| 70 |
+
"train_tokens_per_second": 1735.382
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"epoch": 0.20341445695604796,
|
| 74 |
+
"grad_norm": 0.3576990067958832,
|
| 75 |
+
"learning_rate": 9.99906754234138e-05,
|
| 76 |
+
"loss": 1.1446,
|
| 77 |
+
"num_input_tokens_seen": 4810240,
|
| 78 |
+
"step": 35,
|
| 79 |
+
"train_runtime": 2771.8387,
|
| 80 |
+
"train_tokens_per_second": 1735.397
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 0.23247366509262624,
|
| 84 |
+
"grad_norm": 0.2466888129711151,
|
| 85 |
+
"learning_rate": 9.993370449424153e-05,
|
| 86 |
+
"loss": 1.0947,
|
| 87 |
+
"num_input_tokens_seen": 5498080,
|
| 88 |
+
"step": 40,
|
| 89 |
+
"train_runtime": 3168.1072,
|
| 90 |
+
"train_tokens_per_second": 1735.446
|
| 91 |
+
},
|
| 92 |
+
{
|
| 93 |
+
"epoch": 0.2615328732292045,
|
| 94 |
+
"grad_norm": 0.23221422731876373,
|
| 95 |
+
"learning_rate": 9.982500190692845e-05,
|
| 96 |
+
"loss": 1.0456,
|
| 97 |
+
"num_input_tokens_seen": 6187968,
|
| 98 |
+
"step": 45,
|
| 99 |
+
"train_runtime": 3566.2467,
|
| 100 |
+
"train_tokens_per_second": 1735.149
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.2905920813657828,
|
| 104 |
+
"grad_norm": 0.26600706577301025,
|
| 105 |
+
"learning_rate": 9.966468027809582e-05,
|
| 106 |
+
"loss": 1.0029,
|
| 107 |
+
"num_input_tokens_seen": 6875040,
|
| 108 |
+
"step": 50,
|
| 109 |
+
"train_runtime": 3962.2914,
|
| 110 |
+
"train_tokens_per_second": 1735.117
|
| 111 |
+
},
|
| 112 |
+
{
|
| 113 |
+
"epoch": 0.31965128950236105,
|
| 114 |
+
"grad_norm": 0.24320659041404724,
|
| 115 |
+
"learning_rate": 9.945290570204359e-05,
|
| 116 |
+
"loss": 0.974,
|
| 117 |
+
"num_input_tokens_seen": 7561952,
|
| 118 |
+
"step": 55,
|
| 119 |
+
"train_runtime": 4357.8907,
|
| 120 |
+
"train_tokens_per_second": 1735.232
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"epoch": 0.34871049763893935,
|
| 124 |
+
"grad_norm": 0.22472068667411804,
|
| 125 |
+
"learning_rate": 9.918989757867583e-05,
|
| 126 |
+
"loss": 0.944,
|
| 127 |
+
"num_input_tokens_seen": 8248800,
|
| 128 |
+
"step": 60,
|
| 129 |
+
"train_runtime": 4753.5334,
|
| 130 |
+
"train_tokens_per_second": 1735.299
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"epoch": 0.3777697057755176,
|
| 134 |
+
"grad_norm": 0.268387109041214,
|
| 135 |
+
"learning_rate": 9.88759283862006e-05,
|
| 136 |
+
"loss": 0.9328,
|
| 137 |
+
"num_input_tokens_seen": 8937280,
|
| 138 |
+
"step": 65,
|
| 139 |
+
"train_runtime": 5150.3485,
|
| 140 |
+
"train_tokens_per_second": 1735.277
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"epoch": 0.4068289139120959,
|
| 144 |
+
"grad_norm": 0.21440809965133667,
|
| 145 |
+
"learning_rate": 9.851132339884096e-05,
|
| 146 |
+
"loss": 0.9074,
|
| 147 |
+
"num_input_tokens_seen": 9625248,
|
| 148 |
+
"step": 70,
|
| 149 |
+
"train_runtime": 5546.5992,
|
| 150 |
+
"train_tokens_per_second": 1735.342
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 0.43588812204867416,
|
| 154 |
+
"grad_norm": 0.228573739528656,
|
| 155 |
+
"learning_rate": 9.80964603498485e-05,
|
| 156 |
+
"loss": 0.8937,
|
| 157 |
+
"num_input_tokens_seen": 10312960,
|
| 158 |
+
"step": 75,
|
| 159 |
+
"train_runtime": 5943.0082,
|
| 160 |
+
"train_tokens_per_second": 1735.31
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"epoch": 0.46494733018525247,
|
| 164 |
+
"grad_norm": 0.21550454199314117,
|
| 165 |
+
"learning_rate": 9.763176904016913e-05,
|
| 166 |
+
"loss": 0.8789,
|
| 167 |
+
"num_input_tokens_seen": 11001696,
|
| 168 |
+
"step": 80,
|
| 169 |
+
"train_runtime": 6340.0803,
|
| 170 |
+
"train_tokens_per_second": 1735.261
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.4940065383218307,
|
| 174 |
+
"grad_norm": 0.23164565861225128,
|
| 175 |
+
"learning_rate": 9.711773089316645e-05,
|
| 176 |
+
"loss": 0.8684,
|
| 177 |
+
"num_input_tokens_seen": 11688192,
|
| 178 |
+
"step": 85,
|
| 179 |
+
"train_runtime": 6735.2127,
|
| 180 |
+
"train_tokens_per_second": 1735.386
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"epoch": 0.523065746458409,
|
| 184 |
+
"grad_norm": 0.2465435415506363,
|
| 185 |
+
"learning_rate": 9.655487845586377e-05,
|
| 186 |
+
"loss": 0.8422,
|
| 187 |
+
"num_input_tokens_seen": 12375296,
|
| 188 |
+
"step": 90,
|
| 189 |
+
"train_runtime": 7131.144,
|
| 190 |
+
"train_tokens_per_second": 1735.387
|
| 191 |
+
},
|
| 192 |
+
{
|
| 193 |
+
"epoch": 0.5521249545949873,
|
| 194 |
+
"grad_norm": 0.24671192467212677,
|
| 195 |
+
"learning_rate": 9.594379484722184e-05,
|
| 196 |
+
"loss": 0.8408,
|
| 197 |
+
"num_input_tokens_seen": 13063552,
|
| 198 |
+
"step": 95,
|
| 199 |
+
"train_runtime": 7528.0327,
|
| 200 |
+
"train_tokens_per_second": 1735.321
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"epoch": 0.5811841627315656,
|
| 204 |
+
"grad_norm": 0.2649816572666168,
|
| 205 |
+
"learning_rate": 9.528511315402358e-05,
|
| 206 |
+
"loss": 0.8422,
|
| 207 |
+
"num_input_tokens_seen": 13751648,
|
| 208 |
+
"step": 100,
|
| 209 |
+
"train_runtime": 7924.8612,
|
| 210 |
+
"train_tokens_per_second": 1735.254
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"epoch": 0.5811841627315656,
|
| 214 |
+
"eval_loss": 0.8274134397506714,
|
| 215 |
+
"eval_runtime": 872.0056,
|
| 216 |
+
"eval_samples_per_second": 6.314,
|
| 217 |
+
"eval_steps_per_second": 1.579,
|
| 218 |
+
"num_input_tokens_seen": 13751648,
|
| 219 |
+
"step": 100
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.6102433708681438,
|
| 223 |
+
"grad_norm": 0.2663179636001587,
|
| 224 |
+
"learning_rate": 9.457951577499187e-05,
|
| 225 |
+
"loss": 0.8217,
|
| 226 |
+
"num_input_tokens_seen": 14438496,
|
| 227 |
+
"step": 105,
|
| 228 |
+
"train_runtime": 9194.7951,
|
| 229 |
+
"train_tokens_per_second": 1570.29
|
| 230 |
+
},
|
| 231 |
+
{
|
| 232 |
+
"epoch": 0.6393025790047221,
|
| 233 |
+
"grad_norm": 0.2964800000190735,
|
| 234 |
+
"learning_rate": 9.382773371381985e-05,
|
| 235 |
+
"loss": 0.8018,
|
| 236 |
+
"num_input_tokens_seen": 15126496,
|
| 237 |
+
"step": 110,
|
| 238 |
+
"train_runtime": 9591.6416,
|
| 239 |
+
"train_tokens_per_second": 1577.05
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"epoch": 0.6683617871413003,
|
| 243 |
+
"grad_norm": 0.28969624638557434,
|
| 244 |
+
"learning_rate": 9.303054582184609e-05,
|
| 245 |
+
"loss": 0.8072,
|
| 246 |
+
"num_input_tokens_seen": 15815136,
|
| 247 |
+
"step": 115,
|
| 248 |
+
"train_runtime": 9989.0582,
|
| 249 |
+
"train_tokens_per_second": 1583.246
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"epoch": 0.6974209952778787,
|
| 253 |
+
"grad_norm": 0.30194368958473206,
|
| 254 |
+
"learning_rate": 9.218877799115928e-05,
|
| 255 |
+
"loss": 0.8014,
|
| 256 |
+
"num_input_tokens_seen": 16503360,
|
| 257 |
+
"step": 120,
|
| 258 |
+
"train_runtime": 10386.1584,
|
| 259 |
+
"train_tokens_per_second": 1588.976
|
| 260 |
+
},
|
| 261 |
+
{
|
| 262 |
+
"epoch": 0.726480203414457,
|
| 263 |
+
"grad_norm": 0.2715190052986145,
|
| 264 |
+
"learning_rate": 9.130330229896847e-05,
|
| 265 |
+
"loss": 0.7902,
|
| 266 |
+
"num_input_tokens_seen": 17190176,
|
| 267 |
+
"step": 125,
|
| 268 |
+
"train_runtime": 10782.1528,
|
| 269 |
+
"train_tokens_per_second": 1594.318
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"epoch": 0.7555394115510352,
|
| 273 |
+
"grad_norm": 0.2829165756702423,
|
| 274 |
+
"learning_rate": 9.037503610412501e-05,
|
| 275 |
+
"loss": 0.7874,
|
| 276 |
+
"num_input_tokens_seen": 17877120,
|
| 277 |
+
"step": 130,
|
| 278 |
+
"train_runtime": 11178.1048,
|
| 279 |
+
"train_tokens_per_second": 1599.298
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"epoch": 0.7845986196876135,
|
| 283 |
+
"grad_norm": 0.3267139196395874,
|
| 284 |
+
"learning_rate": 8.940494109673265e-05,
|
| 285 |
+
"loss": 0.7963,
|
| 286 |
+
"num_input_tokens_seen": 18563488,
|
| 287 |
+
"step": 135,
|
| 288 |
+
"train_runtime": 11573.6201,
|
| 289 |
+
"train_tokens_per_second": 1603.948
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.8136578278241918,
|
| 293 |
+
"grad_norm": 0.31520357728004456,
|
| 294 |
+
"learning_rate": 8.839402230183e-05,
|
| 295 |
+
"loss": 0.7822,
|
| 296 |
+
"num_input_tokens_seen": 19253216,
|
| 297 |
+
"step": 140,
|
| 298 |
+
"train_runtime": 11971.6869,
|
| 299 |
+
"train_tokens_per_second": 1608.229
|
| 300 |
+
},
|
| 301 |
+
{
|
| 302 |
+
"epoch": 0.8427170359607701,
|
| 303 |
+
"grad_norm": 0.30459001660346985,
|
| 304 |
+
"learning_rate": 8.734332703817771e-05,
|
| 305 |
+
"loss": 0.7859,
|
| 306 |
+
"num_input_tokens_seen": 19941568,
|
| 307 |
+
"step": 145,
|
| 308 |
+
"train_runtime": 12368.4401,
|
| 309 |
+
"train_tokens_per_second": 1612.294
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"epoch": 0.8717762440973483,
|
| 313 |
+
"grad_norm": 0.32623955607414246,
|
| 314 |
+
"learning_rate": 8.625394383322914e-05,
|
| 315 |
+
"loss": 0.7687,
|
| 316 |
+
"num_input_tokens_seen": 20629312,
|
| 317 |
+
"step": 150,
|
| 318 |
+
"train_runtime": 12764.6653,
|
| 319 |
+
"train_tokens_per_second": 1616.126
|
| 320 |
+
},
|
| 321 |
+
{
|
| 322 |
+
"epoch": 0.9008354522339266,
|
| 323 |
+
"grad_norm": 0.32089152932167053,
|
| 324 |
+
"learning_rate": 8.512700129540847e-05,
|
| 325 |
+
"loss": 0.7672,
|
| 326 |
+
"num_input_tokens_seen": 21315136,
|
| 327 |
+
"step": 155,
|
| 328 |
+
"train_runtime": 13160.0163,
|
| 329 |
+
"train_tokens_per_second": 1619.689
|
| 330 |
+
},
|
| 331 |
+
{
|
| 332 |
+
"epoch": 0.9298946603705049,
|
| 333 |
+
"grad_norm": 0.3055724799633026,
|
| 334 |
+
"learning_rate": 8.396366694486466e-05,
|
| 335 |
+
"loss": 0.7639,
|
| 336 |
+
"num_input_tokens_seen": 22002976,
|
| 337 |
+
"step": 160,
|
| 338 |
+
"train_runtime": 13557.0617,
|
| 339 |
+
"train_tokens_per_second": 1622.99
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.9589538685070832,
|
| 343 |
+
"grad_norm": 0.30428361892700195,
|
| 344 |
+
"learning_rate": 8.276514600391272e-05,
|
| 345 |
+
"loss": 0.7617,
|
| 346 |
+
"num_input_tokens_seen": 22690560,
|
| 347 |
+
"step": 165,
|
| 348 |
+
"train_runtime": 13953.7665,
|
| 349 |
+
"train_tokens_per_second": 1626.124
|
| 350 |
+
},
|
| 351 |
+
{
|
| 352 |
+
"epoch": 0.9880130766436614,
|
| 353 |
+
"grad_norm": 0.3108614981174469,
|
| 354 |
+
"learning_rate": 8.153268014841506e-05,
|
| 355 |
+
"loss": 0.7613,
|
| 356 |
+
"num_input_tokens_seen": 23378048,
|
| 357 |
+
"step": 170,
|
| 358 |
+
"train_runtime": 14350.762,
|
| 359 |
+
"train_tokens_per_second": 1629.046
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"epoch": 1.0116236832546313,
|
| 363 |
+
"grad_norm": 0.3532414436340332,
|
| 364 |
+
"learning_rate": 8.026754622139691e-05,
|
| 365 |
+
"loss": 0.7645,
|
| 366 |
+
"num_input_tokens_seen": 23937248,
|
| 367 |
+
"step": 175,
|
| 368 |
+
"train_runtime": 14673.5871,
|
| 369 |
+
"train_tokens_per_second": 1631.315
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"epoch": 1.0406828913912096,
|
| 373 |
+
"grad_norm": 0.32768887281417847,
|
| 374 |
+
"learning_rate": 7.897105491022818e-05,
|
| 375 |
+
"loss": 0.7563,
|
| 376 |
+
"num_input_tokens_seen": 24623744,
|
| 377 |
+
"step": 180,
|
| 378 |
+
"train_runtime": 15069.3557,
|
| 379 |
+
"train_tokens_per_second": 1634.028
|
| 380 |
+
},
|
| 381 |
+
{
|
| 382 |
+
"epoch": 1.069742099527788,
|
| 383 |
+
"grad_norm": 0.310390830039978,
|
| 384 |
+
"learning_rate": 7.764454938874252e-05,
|
| 385 |
+
"loss": 0.7389,
|
| 386 |
+
"num_input_tokens_seen": 25312576,
|
| 387 |
+
"step": 185,
|
| 388 |
+
"train_runtime": 15466.8535,
|
| 389 |
+
"train_tokens_per_second": 1636.569
|
| 390 |
+
},
|
| 391 |
+
{
|
| 392 |
+
"epoch": 1.0988013076643661,
|
| 393 |
+
"grad_norm": 0.3332880139350891,
|
| 394 |
+
"learning_rate": 7.628940392569994e-05,
|
| 395 |
+
"loss": 0.7544,
|
| 396 |
+
"num_input_tokens_seen": 25999584,
|
| 397 |
+
"step": 190,
|
| 398 |
+
"train_runtime": 15863.0121,
|
| 399 |
+
"train_tokens_per_second": 1639.007
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"epoch": 1.1278605158009445,
|
| 403 |
+
"grad_norm": 0.3539334237575531,
|
| 404 |
+
"learning_rate": 7.490702246103513e-05,
|
| 405 |
+
"loss": 0.7455,
|
| 406 |
+
"num_input_tokens_seen": 26685632,
|
| 407 |
+
"step": 195,
|
| 408 |
+
"train_runtime": 16258.3382,
|
| 409 |
+
"train_tokens_per_second": 1641.351
|
| 410 |
+
},
|
| 411 |
+
{
|
| 412 |
+
"epoch": 1.1569197239375226,
|
| 413 |
+
"grad_norm": 0.3256574869155884,
|
| 414 |
+
"learning_rate": 7.3498837151366e-05,
|
| 415 |
+
"loss": 0.7465,
|
| 416 |
+
"num_input_tokens_seen": 27371456,
|
| 417 |
+
"step": 200,
|
| 418 |
+
"train_runtime": 16653.8315,
|
| 419 |
+
"train_tokens_per_second": 1643.553
|
| 420 |
+
},
|
| 421 |
+
{
|
| 422 |
+
"epoch": 1.1569197239375226,
|
| 423 |
+
"eval_loss": 0.7508572340011597,
|
| 424 |
+
"eval_runtime": 873.0587,
|
| 425 |
+
"eval_samples_per_second": 6.307,
|
| 426 |
+
"eval_steps_per_second": 1.577,
|
| 427 |
+
"num_input_tokens_seen": 27371456,
|
| 428 |
+
"step": 200
|
| 429 |
+
}
|
| 430 |
+
],
|
| 431 |
+
"logging_steps": 5,
|
| 432 |
+
"max_steps": 519,
|
| 433 |
+
"num_input_tokens_seen": 27371456,
|
| 434 |
+
"num_train_epochs": 3,
|
| 435 |
+
"save_steps": 100,
|
| 436 |
+
"stateful_callbacks": {
|
| 437 |
+
"TrainerControl": {
|
| 438 |
+
"args": {
|
| 439 |
+
"should_epoch_stop": false,
|
| 440 |
+
"should_evaluate": false,
|
| 441 |
+
"should_log": false,
|
| 442 |
+
"should_save": true,
|
| 443 |
+
"should_training_stop": false
|
| 444 |
+
},
|
| 445 |
+
"attributes": {}
|
| 446 |
+
}
|
| 447 |
+
},
|
| 448 |
+
"total_flos": 1.2501177571560653e+18,
|
| 449 |
+
"train_batch_size": 4,
|
| 450 |
+
"trial_name": null,
|
| 451 |
+
"trial_params": null
|
| 452 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2ad64a79aed33d8e1fa03ef1359a1fa441dc425c9b8a5f947f938bc287f44915
|
| 3 |
+
size 6161
|
vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|