Upload folder using huggingface_hub
Browse files- mymodel/README.md +96 -0
- mymodel/adapter_config.json +37 -0
- mymodel/adapter_model.safetensors +3 -0
- mymodel/checkpoint-125/README.md +202 -0
- mymodel/checkpoint-125/adapter_config.json +37 -0
- mymodel/checkpoint-125/adapter_model.safetensors +3 -0
- mymodel/checkpoint-125/optimizer.pt +3 -0
- mymodel/checkpoint-125/rng_state.pth +3 -0
- mymodel/checkpoint-125/scheduler.pt +3 -0
- mymodel/checkpoint-125/special_tokens_map.json +24 -0
- mymodel/checkpoint-125/tokenizer.json +0 -0
- mymodel/checkpoint-125/tokenizer.model +3 -0
- mymodel/checkpoint-125/tokenizer_config.json +43 -0
- mymodel/checkpoint-125/trainer_state.json +908 -0
- mymodel/checkpoint-125/training_args.bin +3 -0
- mymodel/config.json +46 -0
- mymodel/special_tokens_map.json +24 -0
- mymodel/tokenizer.json +0 -0
- mymodel/tokenizer.model +3 -0
- mymodel/tokenizer_config.json +43 -0
mymodel/README.md
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model: TinyLlama/TinyLlama_v1.1
|
| 5 |
+
tags:
|
| 6 |
+
- generated_from_trainer
|
| 7 |
+
datasets:
|
| 8 |
+
- mhenrichsen/alpaca_2k_test
|
| 9 |
+
model-index:
|
| 10 |
+
- name: outputs/mymodel
|
| 11 |
+
results: []
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 15 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 16 |
+
|
| 17 |
+
[<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
|
| 18 |
+
<details><summary>See axolotl config</summary>
|
| 19 |
+
|
| 20 |
+
axolotl version: `0.8.0.dev0`
|
| 21 |
+
```yaml
|
| 22 |
+
base_model: TinyLlama/TinyLlama_v1.1
|
| 23 |
+
datasets:
|
| 24 |
+
- path: mhenrichsen/alpaca_2k_test
|
| 25 |
+
type: alpaca
|
| 26 |
+
output_dir: ./outputs/mymodel
|
| 27 |
+
|
| 28 |
+
sequence_len: 4096
|
| 29 |
+
adapter: lora
|
| 30 |
+
|
| 31 |
+
lora_r: 8
|
| 32 |
+
lora_alpha: 16
|
| 33 |
+
lora_dropout: 0.05
|
| 34 |
+
lora_target_modules:
|
| 35 |
+
- q_proj
|
| 36 |
+
- v_proj
|
| 37 |
+
- k_proj
|
| 38 |
+
- o_proj
|
| 39 |
+
- gate_proj
|
| 40 |
+
- down_proj
|
| 41 |
+
- up_proj
|
| 42 |
+
|
| 43 |
+
gradient_accumulation_steps: 1
|
| 44 |
+
micro_batch_size: 16
|
| 45 |
+
num_epochs: 1
|
| 46 |
+
optimizer: adamw_bnb_8bit
|
| 47 |
+
learning_rate: 0.0002
|
| 48 |
+
load_in_8bit: true
|
| 49 |
+
train_on_inputs: false
|
| 50 |
+
bf16: auto
|
| 51 |
+
|
| 52 |
+
```
|
| 53 |
+
|
| 54 |
+
</details><br>
|
| 55 |
+
|
| 56 |
+
# outputs/mymodel
|
| 57 |
+
|
| 58 |
+
This model is a fine-tuned version of [TinyLlama/TinyLlama_v1.1](https://huggingface.co/TinyLlama/TinyLlama_v1.1) on the mhenrichsen/alpaca_2k_test dataset.
|
| 59 |
+
|
| 60 |
+
## Model description
|
| 61 |
+
|
| 62 |
+
More information needed
|
| 63 |
+
|
| 64 |
+
## Intended uses & limitations
|
| 65 |
+
|
| 66 |
+
More information needed
|
| 67 |
+
|
| 68 |
+
## Training and evaluation data
|
| 69 |
+
|
| 70 |
+
More information needed
|
| 71 |
+
|
| 72 |
+
## Training procedure
|
| 73 |
+
|
| 74 |
+
### Training hyperparameters
|
| 75 |
+
|
| 76 |
+
The following hyperparameters were used during training:
|
| 77 |
+
- learning_rate: 0.0002
|
| 78 |
+
- train_batch_size: 16
|
| 79 |
+
- eval_batch_size: 16
|
| 80 |
+
- seed: 42
|
| 81 |
+
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 82 |
+
- lr_scheduler_type: cosine
|
| 83 |
+
- lr_scheduler_warmup_steps: 3
|
| 84 |
+
- num_epochs: 1.0
|
| 85 |
+
|
| 86 |
+
### Training results
|
| 87 |
+
|
| 88 |
+
|
| 89 |
+
|
| 90 |
+
### Framework versions
|
| 91 |
+
|
| 92 |
+
- PEFT 0.14.0
|
| 93 |
+
- Transformers 4.49.0
|
| 94 |
+
- Pytorch 2.5.1+cu124
|
| 95 |
+
- Datasets 3.2.0
|
| 96 |
+
- Tokenizers 0.21.0
|
mymodel/adapter_config.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "TinyLlama/TinyLlama_v1.1",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"eva_config": null,
|
| 7 |
+
"exclude_modules": null,
|
| 8 |
+
"fan_in_fan_out": null,
|
| 9 |
+
"inference_mode": true,
|
| 10 |
+
"init_lora_weights": true,
|
| 11 |
+
"layer_replication": null,
|
| 12 |
+
"layers_pattern": null,
|
| 13 |
+
"layers_to_transform": null,
|
| 14 |
+
"loftq_config": {},
|
| 15 |
+
"lora_alpha": 16,
|
| 16 |
+
"lora_bias": false,
|
| 17 |
+
"lora_dropout": 0.05,
|
| 18 |
+
"megatron_config": null,
|
| 19 |
+
"megatron_core": "megatron.core",
|
| 20 |
+
"modules_to_save": null,
|
| 21 |
+
"peft_type": "LORA",
|
| 22 |
+
"r": 8,
|
| 23 |
+
"rank_pattern": {},
|
| 24 |
+
"revision": null,
|
| 25 |
+
"target_modules": [
|
| 26 |
+
"k_proj",
|
| 27 |
+
"down_proj",
|
| 28 |
+
"q_proj",
|
| 29 |
+
"o_proj",
|
| 30 |
+
"gate_proj",
|
| 31 |
+
"v_proj",
|
| 32 |
+
"up_proj"
|
| 33 |
+
],
|
| 34 |
+
"task_type": "CAUSAL_LM",
|
| 35 |
+
"use_dora": false,
|
| 36 |
+
"use_rslora": false
|
| 37 |
+
}
|
mymodel/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c529fe66de09910700daf25c2f9db5057c907b9a77da7635ba456b7f636154ae
|
| 3 |
+
size 25271744
|
mymodel/checkpoint-125/README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: TinyLlama/TinyLlama_v1.1
|
| 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.14.0
|
mymodel/checkpoint-125/adapter_config.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "TinyLlama/TinyLlama_v1.1",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"eva_config": null,
|
| 7 |
+
"exclude_modules": null,
|
| 8 |
+
"fan_in_fan_out": null,
|
| 9 |
+
"inference_mode": true,
|
| 10 |
+
"init_lora_weights": true,
|
| 11 |
+
"layer_replication": null,
|
| 12 |
+
"layers_pattern": null,
|
| 13 |
+
"layers_to_transform": null,
|
| 14 |
+
"loftq_config": {},
|
| 15 |
+
"lora_alpha": 16,
|
| 16 |
+
"lora_bias": false,
|
| 17 |
+
"lora_dropout": 0.05,
|
| 18 |
+
"megatron_config": null,
|
| 19 |
+
"megatron_core": "megatron.core",
|
| 20 |
+
"modules_to_save": null,
|
| 21 |
+
"peft_type": "LORA",
|
| 22 |
+
"r": 8,
|
| 23 |
+
"rank_pattern": {},
|
| 24 |
+
"revision": null,
|
| 25 |
+
"target_modules": [
|
| 26 |
+
"k_proj",
|
| 27 |
+
"down_proj",
|
| 28 |
+
"q_proj",
|
| 29 |
+
"o_proj",
|
| 30 |
+
"gate_proj",
|
| 31 |
+
"v_proj",
|
| 32 |
+
"up_proj"
|
| 33 |
+
],
|
| 34 |
+
"task_type": "CAUSAL_LM",
|
| 35 |
+
"use_dora": false,
|
| 36 |
+
"use_rslora": false
|
| 37 |
+
}
|
mymodel/checkpoint-125/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c529fe66de09910700daf25c2f9db5057c907b9a77da7635ba456b7f636154ae
|
| 3 |
+
size 25271744
|
mymodel/checkpoint-125/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1ada9c173c5ab8d5a7b20d44be70c4fb23f2211337a33b4d835a5c6584ff0fd6
|
| 3 |
+
size 13685516
|
mymodel/checkpoint-125/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2a042700280ac65beb16851c66a67236838bbcad661d0a3ffcf57df745911427
|
| 3 |
+
size 14244
|
mymodel/checkpoint-125/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25c0243da09e051ffbb600413baac079966a139cd6939cbef7eb321283bd0767
|
| 3 |
+
size 1064
|
mymodel/checkpoint-125/special_tokens_map.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<s>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "</s>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": "</s>",
|
| 17 |
+
"unk_token": {
|
| 18 |
+
"content": "<unk>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
}
|
| 24 |
+
}
|
mymodel/checkpoint-125/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
mymodel/checkpoint-125/tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
| 3 |
+
size 499723
|
mymodel/checkpoint-125/tokenizer_config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": null,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"0": {
|
| 7 |
+
"content": "<unk>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": true
|
| 13 |
+
},
|
| 14 |
+
"1": {
|
| 15 |
+
"content": "<s>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": true
|
| 21 |
+
},
|
| 22 |
+
"2": {
|
| 23 |
+
"content": "</s>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": false,
|
| 26 |
+
"rstrip": false,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": true
|
| 29 |
+
}
|
| 30 |
+
},
|
| 31 |
+
"bos_token": "<s>",
|
| 32 |
+
"clean_up_tokenization_spaces": false,
|
| 33 |
+
"eos_token": "</s>",
|
| 34 |
+
"extra_special_tokens": {},
|
| 35 |
+
"legacy": false,
|
| 36 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 37 |
+
"pad_token": "</s>",
|
| 38 |
+
"padding_side": "right",
|
| 39 |
+
"sp_model_kwargs": {},
|
| 40 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 41 |
+
"unk_token": "<unk>",
|
| 42 |
+
"use_default_system_prompt": false
|
| 43 |
+
}
|
mymodel/checkpoint-125/trainer_state.json
ADDED
|
@@ -0,0 +1,908 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 1.0,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 125,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.008,
|
| 13 |
+
"grad_norm": 5.004910271743918e+17,
|
| 14 |
+
"learning_rate": 6.666666666666667e-05,
|
| 15 |
+
"loss": 1.381,
|
| 16 |
+
"step": 1
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.016,
|
| 20 |
+
"grad_norm": 1.083608291591848e+18,
|
| 21 |
+
"learning_rate": 0.00013333333333333334,
|
| 22 |
+
"loss": 1.5955,
|
| 23 |
+
"step": 2
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.024,
|
| 27 |
+
"grad_norm": 3.5660872940519424e+18,
|
| 28 |
+
"learning_rate": 0.0002,
|
| 29 |
+
"loss": 1.5354,
|
| 30 |
+
"step": 3
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.032,
|
| 34 |
+
"grad_norm": 1.274530789173756e+18,
|
| 35 |
+
"learning_rate": 0.0001999668467514313,
|
| 36 |
+
"loss": 1.1766,
|
| 37 |
+
"step": 4
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.04,
|
| 41 |
+
"grad_norm": 8.021463715817718e+17,
|
| 42 |
+
"learning_rate": 0.00019986740898848306,
|
| 43 |
+
"loss": 1.4703,
|
| 44 |
+
"step": 5
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.048,
|
| 48 |
+
"grad_norm": 4.0442277924542874e+18,
|
| 49 |
+
"learning_rate": 0.00019970175264485266,
|
| 50 |
+
"loss": 1.7172,
|
| 51 |
+
"step": 6
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.056,
|
| 55 |
+
"grad_norm": 2.5871626799069266e+18,
|
| 56 |
+
"learning_rate": 0.0001994699875614589,
|
| 57 |
+
"loss": 1.4297,
|
| 58 |
+
"step": 7
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.064,
|
| 62 |
+
"grad_norm": 3.5305142446026916e+18,
|
| 63 |
+
"learning_rate": 0.00019917226741361015,
|
| 64 |
+
"loss": 1.393,
|
| 65 |
+
"step": 8
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.072,
|
| 69 |
+
"grad_norm": 3.102768762147832e+18,
|
| 70 |
+
"learning_rate": 0.00019880878960910772,
|
| 71 |
+
"loss": 1.1948,
|
| 72 |
+
"step": 9
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 0.08,
|
| 76 |
+
"grad_norm": 5.467851533720748e+18,
|
| 77 |
+
"learning_rate": 0.00019837979515735166,
|
| 78 |
+
"loss": 1.4613,
|
| 79 |
+
"step": 10
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"epoch": 0.088,
|
| 83 |
+
"grad_norm": 2.927067078907134e+18,
|
| 84 |
+
"learning_rate": 0.0001978855685095358,
|
| 85 |
+
"loss": 1.3976,
|
| 86 |
+
"step": 11
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"epoch": 0.096,
|
| 90 |
+
"grad_norm": 4.846886948771463e+18,
|
| 91 |
+
"learning_rate": 0.00019732643737003827,
|
| 92 |
+
"loss": 1.7678,
|
| 93 |
+
"step": 12
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 0.104,
|
| 97 |
+
"grad_norm": 4.131409718688088e+18,
|
| 98 |
+
"learning_rate": 0.00019670277247913205,
|
| 99 |
+
"loss": 1.3976,
|
| 100 |
+
"step": 13
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"epoch": 0.112,
|
| 104 |
+
"grad_norm": 1.0517513715421544e+19,
|
| 105 |
+
"learning_rate": 0.00019601498736716017,
|
| 106 |
+
"loss": 1.4297,
|
| 107 |
+
"step": 14
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"epoch": 0.12,
|
| 111 |
+
"grad_norm": 1.1194569886061822e+19,
|
| 112 |
+
"learning_rate": 0.00019526353808033825,
|
| 113 |
+
"loss": 1.6025,
|
| 114 |
+
"step": 15
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"epoch": 0.128,
|
| 118 |
+
"grad_norm": 1.4724186929176248e+19,
|
| 119 |
+
"learning_rate": 0.00019444892287836613,
|
| 120 |
+
"loss": 1.4496,
|
| 121 |
+
"step": 16
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"epoch": 0.136,
|
| 125 |
+
"grad_norm": Infinity,
|
| 126 |
+
"learning_rate": 0.00019357168190404936,
|
| 127 |
+
"loss": 1.3999,
|
| 128 |
+
"step": 17
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"epoch": 0.144,
|
| 132 |
+
"grad_norm": Infinity,
|
| 133 |
+
"learning_rate": 0.00019263239682514952,
|
| 134 |
+
"loss": 1.3827,
|
| 135 |
+
"step": 18
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 0.152,
|
| 139 |
+
"grad_norm": Infinity,
|
| 140 |
+
"learning_rate": 0.0001916316904487005,
|
| 141 |
+
"loss": 1.3712,
|
| 142 |
+
"step": 19
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 0.16,
|
| 146 |
+
"grad_norm": Infinity,
|
| 147 |
+
"learning_rate": 0.00019057022630804716,
|
| 148 |
+
"loss": 1.3113,
|
| 149 |
+
"step": 20
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 0.168,
|
| 153 |
+
"grad_norm": Infinity,
|
| 154 |
+
"learning_rate": 0.00018944870822287956,
|
| 155 |
+
"loss": 1.2724,
|
| 156 |
+
"step": 21
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"epoch": 0.176,
|
| 160 |
+
"grad_norm": Infinity,
|
| 161 |
+
"learning_rate": 0.00018826787983255473,
|
| 162 |
+
"loss": 1.3431,
|
| 163 |
+
"step": 22
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 0.184,
|
| 167 |
+
"grad_norm": Infinity,
|
| 168 |
+
"learning_rate": 0.00018702852410301554,
|
| 169 |
+
"loss": 1.4561,
|
| 170 |
+
"step": 23
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 0.192,
|
| 174 |
+
"grad_norm": Infinity,
|
| 175 |
+
"learning_rate": 0.00018573146280763324,
|
| 176 |
+
"loss": 1.5095,
|
| 177 |
+
"step": 24
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.2,
|
| 181 |
+
"grad_norm": Infinity,
|
| 182 |
+
"learning_rate": 0.00018437755598231856,
|
| 183 |
+
"loss": 1.2004,
|
| 184 |
+
"step": 25
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"epoch": 0.208,
|
| 188 |
+
"grad_norm": Infinity,
|
| 189 |
+
"learning_rate": 0.0001829677013552619,
|
| 190 |
+
"loss": 1.4357,
|
| 191 |
+
"step": 26
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"epoch": 0.216,
|
| 195 |
+
"grad_norm": Infinity,
|
| 196 |
+
"learning_rate": 0.00018150283375168114,
|
| 197 |
+
"loss": 1.4816,
|
| 198 |
+
"step": 27
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"epoch": 0.224,
|
| 202 |
+
"grad_norm": Infinity,
|
| 203 |
+
"learning_rate": 0.00017998392447397197,
|
| 204 |
+
"loss": 1.3496,
|
| 205 |
+
"step": 28
|
| 206 |
+
},
|
| 207 |
+
{
|
| 208 |
+
"epoch": 0.232,
|
| 209 |
+
"grad_norm": Infinity,
|
| 210 |
+
"learning_rate": 0.00017841198065767107,
|
| 211 |
+
"loss": 1.5659,
|
| 212 |
+
"step": 29
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"epoch": 0.24,
|
| 216 |
+
"grad_norm": Infinity,
|
| 217 |
+
"learning_rate": 0.00017678804460366,
|
| 218 |
+
"loss": 1.3827,
|
| 219 |
+
"step": 30
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.248,
|
| 223 |
+
"grad_norm": Infinity,
|
| 224 |
+
"learning_rate": 0.00017511319308705198,
|
| 225 |
+
"loss": 1.4859,
|
| 226 |
+
"step": 31
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"epoch": 0.256,
|
| 230 |
+
"grad_norm": Infinity,
|
| 231 |
+
"learning_rate": 0.00017338853664321992,
|
| 232 |
+
"loss": 1.3258,
|
| 233 |
+
"step": 32
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"epoch": 0.264,
|
| 237 |
+
"grad_norm": Infinity,
|
| 238 |
+
"learning_rate": 0.00017161521883143934,
|
| 239 |
+
"loss": 1.2653,
|
| 240 |
+
"step": 33
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"epoch": 0.272,
|
| 244 |
+
"grad_norm": Infinity,
|
| 245 |
+
"learning_rate": 0.00016979441547663435,
|
| 246 |
+
"loss": 1.497,
|
| 247 |
+
"step": 34
|
| 248 |
+
},
|
| 249 |
+
{
|
| 250 |
+
"epoch": 0.28,
|
| 251 |
+
"grad_norm": Infinity,
|
| 252 |
+
"learning_rate": 0.00016792733388972932,
|
| 253 |
+
"loss": 1.2957,
|
| 254 |
+
"step": 35
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"epoch": 0.288,
|
| 258 |
+
"grad_norm": Infinity,
|
| 259 |
+
"learning_rate": 0.00016601521206712318,
|
| 260 |
+
"loss": 1.33,
|
| 261 |
+
"step": 36
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 0.296,
|
| 265 |
+
"grad_norm": Infinity,
|
| 266 |
+
"learning_rate": 0.00016405931786981755,
|
| 267 |
+
"loss": 1.2754,
|
| 268 |
+
"step": 37
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"epoch": 0.304,
|
| 272 |
+
"grad_norm": Infinity,
|
| 273 |
+
"learning_rate": 0.00016206094818274229,
|
| 274 |
+
"loss": 1.4231,
|
| 275 |
+
"step": 38
|
| 276 |
+
},
|
| 277 |
+
{
|
| 278 |
+
"epoch": 0.312,
|
| 279 |
+
"grad_norm": Infinity,
|
| 280 |
+
"learning_rate": 0.00016002142805483685,
|
| 281 |
+
"loss": 1.4111,
|
| 282 |
+
"step": 39
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"epoch": 0.32,
|
| 286 |
+
"grad_norm": Infinity,
|
| 287 |
+
"learning_rate": 0.00015794210982045636,
|
| 288 |
+
"loss": 1.3893,
|
| 289 |
+
"step": 40
|
| 290 |
+
},
|
| 291 |
+
{
|
| 292 |
+
"epoch": 0.328,
|
| 293 |
+
"grad_norm": Infinity,
|
| 294 |
+
"learning_rate": 0.00015582437220268647,
|
| 295 |
+
"loss": 1.5119,
|
| 296 |
+
"step": 41
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"epoch": 0.336,
|
| 300 |
+
"grad_norm": Infinity,
|
| 301 |
+
"learning_rate": 0.00015366961939916008,
|
| 302 |
+
"loss": 1.1767,
|
| 303 |
+
"step": 42
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 0.344,
|
| 307 |
+
"grad_norm": Infinity,
|
| 308 |
+
"learning_rate": 0.0001514792801509831,
|
| 309 |
+
"loss": 1.3673,
|
| 310 |
+
"step": 43
|
| 311 |
+
},
|
| 312 |
+
{
|
| 313 |
+
"epoch": 0.352,
|
| 314 |
+
"grad_norm": Infinity,
|
| 315 |
+
"learning_rate": 0.00014925480679538647,
|
| 316 |
+
"loss": 1.2728,
|
| 317 |
+
"step": 44
|
| 318 |
+
},
|
| 319 |
+
{
|
| 320 |
+
"epoch": 0.36,
|
| 321 |
+
"grad_norm": Infinity,
|
| 322 |
+
"learning_rate": 0.000146997674302732,
|
| 323 |
+
"loss": 1.4004,
|
| 324 |
+
"step": 45
|
| 325 |
+
},
|
| 326 |
+
{
|
| 327 |
+
"epoch": 0.368,
|
| 328 |
+
"grad_norm": Infinity,
|
| 329 |
+
"learning_rate": 0.0001447093792985114,
|
| 330 |
+
"loss": 1.2985,
|
| 331 |
+
"step": 46
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"epoch": 0.376,
|
| 335 |
+
"grad_norm": Infinity,
|
| 336 |
+
"learning_rate": 0.0001423914390709861,
|
| 337 |
+
"loss": 1.3591,
|
| 338 |
+
"step": 47
|
| 339 |
+
},
|
| 340 |
+
{
|
| 341 |
+
"epoch": 0.384,
|
| 342 |
+
"grad_norm": Infinity,
|
| 343 |
+
"learning_rate": 0.00014004539056512667,
|
| 344 |
+
"loss": 1.3075,
|
| 345 |
+
"step": 48
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 0.392,
|
| 349 |
+
"grad_norm": Infinity,
|
| 350 |
+
"learning_rate": 0.00013767278936351854,
|
| 351 |
+
"loss": 1.4115,
|
| 352 |
+
"step": 49
|
| 353 |
+
},
|
| 354 |
+
{
|
| 355 |
+
"epoch": 0.4,
|
| 356 |
+
"grad_norm": Infinity,
|
| 357 |
+
"learning_rate": 0.0001352752086549095,
|
| 358 |
+
"loss": 1.5869,
|
| 359 |
+
"step": 50
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"epoch": 0.408,
|
| 363 |
+
"grad_norm": Infinity,
|
| 364 |
+
"learning_rate": 0.0001328542381910835,
|
| 365 |
+
"loss": 1.7463,
|
| 366 |
+
"step": 51
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"epoch": 0.416,
|
| 370 |
+
"grad_norm": Infinity,
|
| 371 |
+
"learning_rate": 0.0001304114832327518,
|
| 372 |
+
"loss": 1.5202,
|
| 373 |
+
"step": 52
|
| 374 |
+
},
|
| 375 |
+
{
|
| 376 |
+
"epoch": 0.424,
|
| 377 |
+
"grad_norm": Infinity,
|
| 378 |
+
"learning_rate": 0.00012794856348516095,
|
| 379 |
+
"loss": 1.3242,
|
| 380 |
+
"step": 53
|
| 381 |
+
},
|
| 382 |
+
{
|
| 383 |
+
"epoch": 0.432,
|
| 384 |
+
"grad_norm": Infinity,
|
| 385 |
+
"learning_rate": 0.00012546711202412287,
|
| 386 |
+
"loss": 1.3785,
|
| 387 |
+
"step": 54
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"epoch": 0.44,
|
| 391 |
+
"grad_norm": Infinity,
|
| 392 |
+
"learning_rate": 0.0001229687742131796,
|
| 393 |
+
"loss": 1.2749,
|
| 394 |
+
"step": 55
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"epoch": 0.448,
|
| 398 |
+
"grad_norm": Infinity,
|
| 399 |
+
"learning_rate": 0.0001204552066126201,
|
| 400 |
+
"loss": 1.3878,
|
| 401 |
+
"step": 56
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"epoch": 0.456,
|
| 405 |
+
"grad_norm": Infinity,
|
| 406 |
+
"learning_rate": 0.00011792807588107357,
|
| 407 |
+
"loss": 1.3636,
|
| 408 |
+
"step": 57
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"epoch": 0.464,
|
| 412 |
+
"grad_norm": Infinity,
|
| 413 |
+
"learning_rate": 0.0001153890576704062,
|
| 414 |
+
"loss": 1.3355,
|
| 415 |
+
"step": 58
|
| 416 |
+
},
|
| 417 |
+
{
|
| 418 |
+
"epoch": 0.472,
|
| 419 |
+
"grad_norm": Infinity,
|
| 420 |
+
"learning_rate": 0.00011283983551465511,
|
| 421 |
+
"loss": 1.3793,
|
| 422 |
+
"step": 59
|
| 423 |
+
},
|
| 424 |
+
{
|
| 425 |
+
"epoch": 0.48,
|
| 426 |
+
"grad_norm": Infinity,
|
| 427 |
+
"learning_rate": 0.00011028209971373605,
|
| 428 |
+
"loss": 1.5472,
|
| 429 |
+
"step": 60
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 0.488,
|
| 433 |
+
"grad_norm": Infinity,
|
| 434 |
+
"learning_rate": 0.00010771754621266466,
|
| 435 |
+
"loss": 1.4279,
|
| 436 |
+
"step": 61
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"epoch": 0.496,
|
| 440 |
+
"grad_norm": Infinity,
|
| 441 |
+
"learning_rate": 0.00010514787547703466,
|
| 442 |
+
"loss": 1.1971,
|
| 443 |
+
"step": 62
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"epoch": 0.504,
|
| 447 |
+
"grad_norm": Infinity,
|
| 448 |
+
"learning_rate": 0.00010257479136549889,
|
| 449 |
+
"loss": 1.4396,
|
| 450 |
+
"step": 63
|
| 451 |
+
},
|
| 452 |
+
{
|
| 453 |
+
"epoch": 0.512,
|
| 454 |
+
"grad_norm": Infinity,
|
| 455 |
+
"learning_rate": 0.0001,
|
| 456 |
+
"loss": 1.6474,
|
| 457 |
+
"step": 64
|
| 458 |
+
},
|
| 459 |
+
{
|
| 460 |
+
"epoch": 0.52,
|
| 461 |
+
"grad_norm": Infinity,
|
| 462 |
+
"learning_rate": 9.742520863450115e-05,
|
| 463 |
+
"loss": 1.2276,
|
| 464 |
+
"step": 65
|
| 465 |
+
},
|
| 466 |
+
{
|
| 467 |
+
"epoch": 0.528,
|
| 468 |
+
"grad_norm": Infinity,
|
| 469 |
+
"learning_rate": 9.485212452296535e-05,
|
| 470 |
+
"loss": 1.5576,
|
| 471 |
+
"step": 66
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"epoch": 0.536,
|
| 475 |
+
"grad_norm": Infinity,
|
| 476 |
+
"learning_rate": 9.228245378733537e-05,
|
| 477 |
+
"loss": 1.3965,
|
| 478 |
+
"step": 67
|
| 479 |
+
},
|
| 480 |
+
{
|
| 481 |
+
"epoch": 0.544,
|
| 482 |
+
"grad_norm": Infinity,
|
| 483 |
+
"learning_rate": 8.971790028626395e-05,
|
| 484 |
+
"loss": 1.3127,
|
| 485 |
+
"step": 68
|
| 486 |
+
},
|
| 487 |
+
{
|
| 488 |
+
"epoch": 0.552,
|
| 489 |
+
"grad_norm": Infinity,
|
| 490 |
+
"learning_rate": 8.71601644853449e-05,
|
| 491 |
+
"loss": 1.2903,
|
| 492 |
+
"step": 69
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"epoch": 0.56,
|
| 496 |
+
"grad_norm": Infinity,
|
| 497 |
+
"learning_rate": 8.461094232959381e-05,
|
| 498 |
+
"loss": 1.5581,
|
| 499 |
+
"step": 70
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"epoch": 0.568,
|
| 503 |
+
"grad_norm": Infinity,
|
| 504 |
+
"learning_rate": 8.207192411892646e-05,
|
| 505 |
+
"loss": 1.2974,
|
| 506 |
+
"step": 71
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"epoch": 0.576,
|
| 510 |
+
"grad_norm": Infinity,
|
| 511 |
+
"learning_rate": 7.954479338737995e-05,
|
| 512 |
+
"loss": 1.419,
|
| 513 |
+
"step": 72
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"epoch": 0.584,
|
| 517 |
+
"grad_norm": Infinity,
|
| 518 |
+
"learning_rate": 7.703122578682046e-05,
|
| 519 |
+
"loss": 1.1411,
|
| 520 |
+
"step": 73
|
| 521 |
+
},
|
| 522 |
+
{
|
| 523 |
+
"epoch": 0.592,
|
| 524 |
+
"grad_norm": Infinity,
|
| 525 |
+
"learning_rate": 7.453288797587714e-05,
|
| 526 |
+
"loss": 1.4877,
|
| 527 |
+
"step": 74
|
| 528 |
+
},
|
| 529 |
+
{
|
| 530 |
+
"epoch": 0.6,
|
| 531 |
+
"grad_norm": Infinity,
|
| 532 |
+
"learning_rate": 7.205143651483906e-05,
|
| 533 |
+
"loss": 1.3649,
|
| 534 |
+
"step": 75
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"epoch": 0.608,
|
| 538 |
+
"grad_norm": Infinity,
|
| 539 |
+
"learning_rate": 6.958851676724823e-05,
|
| 540 |
+
"loss": 1.1338,
|
| 541 |
+
"step": 76
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"epoch": 0.616,
|
| 545 |
+
"grad_norm": Infinity,
|
| 546 |
+
"learning_rate": 6.714576180891654e-05,
|
| 547 |
+
"loss": 1.6106,
|
| 548 |
+
"step": 77
|
| 549 |
+
},
|
| 550 |
+
{
|
| 551 |
+
"epoch": 0.624,
|
| 552 |
+
"grad_norm": Infinity,
|
| 553 |
+
"learning_rate": 6.472479134509052e-05,
|
| 554 |
+
"loss": 1.3229,
|
| 555 |
+
"step": 78
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"epoch": 0.632,
|
| 559 |
+
"grad_norm": Infinity,
|
| 560 |
+
"learning_rate": 6.232721063648148e-05,
|
| 561 |
+
"loss": 1.5485,
|
| 562 |
+
"step": 79
|
| 563 |
+
},
|
| 564 |
+
{
|
| 565 |
+
"epoch": 0.64,
|
| 566 |
+
"grad_norm": Infinity,
|
| 567 |
+
"learning_rate": 5.9954609434873344e-05,
|
| 568 |
+
"loss": 1.4849,
|
| 569 |
+
"step": 80
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"epoch": 0.648,
|
| 573 |
+
"grad_norm": Infinity,
|
| 574 |
+
"learning_rate": 5.7608560929013946e-05,
|
| 575 |
+
"loss": 1.5165,
|
| 576 |
+
"step": 81
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"epoch": 0.656,
|
| 580 |
+
"grad_norm": Infinity,
|
| 581 |
+
"learning_rate": 5.5290620701488594e-05,
|
| 582 |
+
"loss": 1.4454,
|
| 583 |
+
"step": 82
|
| 584 |
+
},
|
| 585 |
+
{
|
| 586 |
+
"epoch": 0.664,
|
| 587 |
+
"grad_norm": Infinity,
|
| 588 |
+
"learning_rate": 5.300232569726804e-05,
|
| 589 |
+
"loss": 1.5015,
|
| 590 |
+
"step": 83
|
| 591 |
+
},
|
| 592 |
+
{
|
| 593 |
+
"epoch": 0.672,
|
| 594 |
+
"grad_norm": Infinity,
|
| 595 |
+
"learning_rate": 5.074519320461357e-05,
|
| 596 |
+
"loss": 1.3703,
|
| 597 |
+
"step": 84
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 0.68,
|
| 601 |
+
"grad_norm": Infinity,
|
| 602 |
+
"learning_rate": 4.852071984901696e-05,
|
| 603 |
+
"loss": 1.5138,
|
| 604 |
+
"step": 85
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"epoch": 0.688,
|
| 608 |
+
"grad_norm": Infinity,
|
| 609 |
+
"learning_rate": 4.633038060083996e-05,
|
| 610 |
+
"loss": 1.3649,
|
| 611 |
+
"step": 86
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"epoch": 0.696,
|
| 615 |
+
"grad_norm": Infinity,
|
| 616 |
+
"learning_rate": 4.417562779731355e-05,
|
| 617 |
+
"loss": 1.3127,
|
| 618 |
+
"step": 87
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"epoch": 0.704,
|
| 622 |
+
"grad_norm": Infinity,
|
| 623 |
+
"learning_rate": 4.205789017954364e-05,
|
| 624 |
+
"loss": 1.6108,
|
| 625 |
+
"step": 88
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"epoch": 0.712,
|
| 629 |
+
"grad_norm": Infinity,
|
| 630 |
+
"learning_rate": 3.997857194516319e-05,
|
| 631 |
+
"loss": 1.2395,
|
| 632 |
+
"step": 89
|
| 633 |
+
},
|
| 634 |
+
{
|
| 635 |
+
"epoch": 0.72,
|
| 636 |
+
"grad_norm": Infinity,
|
| 637 |
+
"learning_rate": 3.793905181725772e-05,
|
| 638 |
+
"loss": 1.6598,
|
| 639 |
+
"step": 90
|
| 640 |
+
},
|
| 641 |
+
{
|
| 642 |
+
"epoch": 0.728,
|
| 643 |
+
"grad_norm": Infinity,
|
| 644 |
+
"learning_rate": 3.594068213018249e-05,
|
| 645 |
+
"loss": 1.5338,
|
| 646 |
+
"step": 91
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"epoch": 0.736,
|
| 650 |
+
"grad_norm": Infinity,
|
| 651 |
+
"learning_rate": 3.3984787932876814e-05,
|
| 652 |
+
"loss": 1.3984,
|
| 653 |
+
"step": 92
|
| 654 |
+
},
|
| 655 |
+
{
|
| 656 |
+
"epoch": 0.744,
|
| 657 |
+
"grad_norm": Infinity,
|
| 658 |
+
"learning_rate": 3.207266611027069e-05,
|
| 659 |
+
"loss": 1.4177,
|
| 660 |
+
"step": 93
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"epoch": 0.752,
|
| 664 |
+
"grad_norm": Infinity,
|
| 665 |
+
"learning_rate": 3.0205584523365626e-05,
|
| 666 |
+
"loss": 1.453,
|
| 667 |
+
"step": 94
|
| 668 |
+
},
|
| 669 |
+
{
|
| 670 |
+
"epoch": 0.76,
|
| 671 |
+
"grad_norm": Infinity,
|
| 672 |
+
"learning_rate": 2.8384781168560693e-05,
|
| 673 |
+
"loss": 1.3531,
|
| 674 |
+
"step": 95
|
| 675 |
+
},
|
| 676 |
+
{
|
| 677 |
+
"epoch": 0.768,
|
| 678 |
+
"grad_norm": Infinity,
|
| 679 |
+
"learning_rate": 2.6611463356780096e-05,
|
| 680 |
+
"loss": 1.3001,
|
| 681 |
+
"step": 96
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"epoch": 0.776,
|
| 685 |
+
"grad_norm": Infinity,
|
| 686 |
+
"learning_rate": 2.4886806912948035e-05,
|
| 687 |
+
"loss": 1.3886,
|
| 688 |
+
"step": 97
|
| 689 |
+
},
|
| 690 |
+
{
|
| 691 |
+
"epoch": 0.784,
|
| 692 |
+
"grad_norm": Infinity,
|
| 693 |
+
"learning_rate": 2.3211955396340002e-05,
|
| 694 |
+
"loss": 1.2448,
|
| 695 |
+
"step": 98
|
| 696 |
+
},
|
| 697 |
+
{
|
| 698 |
+
"epoch": 0.792,
|
| 699 |
+
"grad_norm": Infinity,
|
| 700 |
+
"learning_rate": 2.1588019342328968e-05,
|
| 701 |
+
"loss": 1.2232,
|
| 702 |
+
"step": 99
|
| 703 |
+
},
|
| 704 |
+
{
|
| 705 |
+
"epoch": 0.8,
|
| 706 |
+
"grad_norm": Infinity,
|
| 707 |
+
"learning_rate": 2.0016075526028065e-05,
|
| 708 |
+
"loss": 1.4335,
|
| 709 |
+
"step": 100
|
| 710 |
+
},
|
| 711 |
+
{
|
| 712 |
+
"epoch": 0.808,
|
| 713 |
+
"grad_norm": Infinity,
|
| 714 |
+
"learning_rate": 1.8497166248318876e-05,
|
| 715 |
+
"loss": 1.2922,
|
| 716 |
+
"step": 101
|
| 717 |
+
},
|
| 718 |
+
{
|
| 719 |
+
"epoch": 0.816,
|
| 720 |
+
"grad_norm": Infinity,
|
| 721 |
+
"learning_rate": 1.703229864473811e-05,
|
| 722 |
+
"loss": 1.312,
|
| 723 |
+
"step": 102
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"epoch": 0.824,
|
| 727 |
+
"grad_norm": Infinity,
|
| 728 |
+
"learning_rate": 1.562244401768144e-05,
|
| 729 |
+
"loss": 1.4499,
|
| 730 |
+
"step": 103
|
| 731 |
+
},
|
| 732 |
+
{
|
| 733 |
+
"epoch": 0.832,
|
| 734 |
+
"grad_norm": Infinity,
|
| 735 |
+
"learning_rate": 1.426853719236676e-05,
|
| 736 |
+
"loss": 1.185,
|
| 737 |
+
"step": 104
|
| 738 |
+
},
|
| 739 |
+
{
|
| 740 |
+
"epoch": 0.84,
|
| 741 |
+
"grad_norm": Infinity,
|
| 742 |
+
"learning_rate": 1.2971475896984475e-05,
|
| 743 |
+
"loss": 1.457,
|
| 744 |
+
"step": 105
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"epoch": 0.848,
|
| 748 |
+
"grad_norm": Infinity,
|
| 749 |
+
"learning_rate": 1.1732120167445248e-05,
|
| 750 |
+
"loss": 1.5606,
|
| 751 |
+
"step": 106
|
| 752 |
+
},
|
| 753 |
+
{
|
| 754 |
+
"epoch": 0.856,
|
| 755 |
+
"grad_norm": Infinity,
|
| 756 |
+
"learning_rate": 1.0551291777120464e-05,
|
| 757 |
+
"loss": 1.2389,
|
| 758 |
+
"step": 107
|
| 759 |
+
},
|
| 760 |
+
{
|
| 761 |
+
"epoch": 0.864,
|
| 762 |
+
"grad_norm": Infinity,
|
| 763 |
+
"learning_rate": 9.429773691952858e-06,
|
| 764 |
+
"loss": 1.2696,
|
| 765 |
+
"step": 108
|
| 766 |
+
},
|
| 767 |
+
{
|
| 768 |
+
"epoch": 0.872,
|
| 769 |
+
"grad_norm": Infinity,
|
| 770 |
+
"learning_rate": 8.368309551299536e-06,
|
| 771 |
+
"loss": 1.4387,
|
| 772 |
+
"step": 109
|
| 773 |
+
},
|
| 774 |
+
{
|
| 775 |
+
"epoch": 0.88,
|
| 776 |
+
"grad_norm": Infinity,
|
| 777 |
+
"learning_rate": 7.367603174850502e-06,
|
| 778 |
+
"loss": 1.2714,
|
| 779 |
+
"step": 110
|
| 780 |
+
},
|
| 781 |
+
{
|
| 782 |
+
"epoch": 0.888,
|
| 783 |
+
"grad_norm": Infinity,
|
| 784 |
+
"learning_rate": 6.428318095950647e-06,
|
| 785 |
+
"loss": 1.2515,
|
| 786 |
+
"step": 111
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"epoch": 0.896,
|
| 790 |
+
"grad_norm": Infinity,
|
| 791 |
+
"learning_rate": 5.551077121633874e-06,
|
| 792 |
+
"loss": 1.365,
|
| 793 |
+
"step": 112
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"epoch": 0.904,
|
| 797 |
+
"grad_norm": Infinity,
|
| 798 |
+
"learning_rate": 4.7364619196617495e-06,
|
| 799 |
+
"loss": 1.586,
|
| 800 |
+
"step": 113
|
| 801 |
+
},
|
| 802 |
+
{
|
| 803 |
+
"epoch": 0.912,
|
| 804 |
+
"grad_norm": Infinity,
|
| 805 |
+
"learning_rate": 3.985012632839824e-06,
|
| 806 |
+
"loss": 1.2308,
|
| 807 |
+
"step": 114
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"epoch": 0.92,
|
| 811 |
+
"grad_norm": Infinity,
|
| 812 |
+
"learning_rate": 3.2972275208679625e-06,
|
| 813 |
+
"loss": 1.4232,
|
| 814 |
+
"step": 115
|
| 815 |
+
},
|
| 816 |
+
{
|
| 817 |
+
"epoch": 0.928,
|
| 818 |
+
"grad_norm": Infinity,
|
| 819 |
+
"learning_rate": 2.6735626299617457e-06,
|
| 820 |
+
"loss": 1.3548,
|
| 821 |
+
"step": 116
|
| 822 |
+
},
|
| 823 |
+
{
|
| 824 |
+
"epoch": 0.936,
|
| 825 |
+
"grad_norm": Infinity,
|
| 826 |
+
"learning_rate": 2.1144314904642195e-06,
|
| 827 |
+
"loss": 1.4619,
|
| 828 |
+
"step": 117
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"epoch": 0.944,
|
| 832 |
+
"grad_norm": Infinity,
|
| 833 |
+
"learning_rate": 1.6202048426483651e-06,
|
| 834 |
+
"loss": 1.5824,
|
| 835 |
+
"step": 118
|
| 836 |
+
},
|
| 837 |
+
{
|
| 838 |
+
"epoch": 0.952,
|
| 839 |
+
"grad_norm": Infinity,
|
| 840 |
+
"learning_rate": 1.1912103908922945e-06,
|
| 841 |
+
"loss": 1.6972,
|
| 842 |
+
"step": 119
|
| 843 |
+
},
|
| 844 |
+
{
|
| 845 |
+
"epoch": 0.96,
|
| 846 |
+
"grad_norm": Infinity,
|
| 847 |
+
"learning_rate": 8.277325863898511e-07,
|
| 848 |
+
"loss": 1.304,
|
| 849 |
+
"step": 120
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"epoch": 0.968,
|
| 853 |
+
"grad_norm": Infinity,
|
| 854 |
+
"learning_rate": 5.300124385410943e-07,
|
| 855 |
+
"loss": 1.3053,
|
| 856 |
+
"step": 121
|
| 857 |
+
},
|
| 858 |
+
{
|
| 859 |
+
"epoch": 0.976,
|
| 860 |
+
"grad_norm": Infinity,
|
| 861 |
+
"learning_rate": 2.9824735514732974e-07,
|
| 862 |
+
"loss": 1.4267,
|
| 863 |
+
"step": 122
|
| 864 |
+
},
|
| 865 |
+
{
|
| 866 |
+
"epoch": 0.984,
|
| 867 |
+
"grad_norm": Infinity,
|
| 868 |
+
"learning_rate": 1.3259101151694708e-07,
|
| 869 |
+
"loss": 1.4401,
|
| 870 |
+
"step": 123
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"epoch": 0.992,
|
| 874 |
+
"grad_norm": Infinity,
|
| 875 |
+
"learning_rate": 3.3153248568695835e-08,
|
| 876 |
+
"loss": 1.4421,
|
| 877 |
+
"step": 124
|
| 878 |
+
},
|
| 879 |
+
{
|
| 880 |
+
"epoch": 1.0,
|
| 881 |
+
"grad_norm": Infinity,
|
| 882 |
+
"learning_rate": 0.0,
|
| 883 |
+
"loss": 1.4619,
|
| 884 |
+
"step": 125
|
| 885 |
+
}
|
| 886 |
+
],
|
| 887 |
+
"logging_steps": 1,
|
| 888 |
+
"max_steps": 125,
|
| 889 |
+
"num_input_tokens_seen": 0,
|
| 890 |
+
"num_train_epochs": 1,
|
| 891 |
+
"save_steps": 500,
|
| 892 |
+
"stateful_callbacks": {
|
| 893 |
+
"TrainerControl": {
|
| 894 |
+
"args": {
|
| 895 |
+
"should_epoch_stop": false,
|
| 896 |
+
"should_evaluate": false,
|
| 897 |
+
"should_log": false,
|
| 898 |
+
"should_save": true,
|
| 899 |
+
"should_training_stop": true
|
| 900 |
+
},
|
| 901 |
+
"attributes": {}
|
| 902 |
+
}
|
| 903 |
+
},
|
| 904 |
+
"total_flos": 6995910605144064.0,
|
| 905 |
+
"train_batch_size": 16,
|
| 906 |
+
"trial_name": null,
|
| 907 |
+
"trial_params": null
|
| 908 |
+
}
|
mymodel/checkpoint-125/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f0163a1df6208d188f7e15f528d4d1e9803c4f256950971ac31d2b8b667a2b9d
|
| 3 |
+
size 6456
|
mymodel/config.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_attn_implementation_autoset": true,
|
| 3 |
+
"_name_or_path": "TinyLlama/TinyLlama_v1.1",
|
| 4 |
+
"architectures": [
|
| 5 |
+
"LlamaForCausalLM"
|
| 6 |
+
],
|
| 7 |
+
"attention_bias": false,
|
| 8 |
+
"attention_dropout": 0.0,
|
| 9 |
+
"bos_token_id": 1,
|
| 10 |
+
"eos_token_id": 2,
|
| 11 |
+
"head_dim": 64,
|
| 12 |
+
"hidden_act": "silu",
|
| 13 |
+
"hidden_size": 2048,
|
| 14 |
+
"initializer_range": 0.02,
|
| 15 |
+
"intermediate_size": 5632,
|
| 16 |
+
"max_position_embeddings": 4096,
|
| 17 |
+
"mlp_bias": false,
|
| 18 |
+
"model_type": "llama",
|
| 19 |
+
"num_attention_heads": 32,
|
| 20 |
+
"num_hidden_layers": 22,
|
| 21 |
+
"num_key_value_heads": 4,
|
| 22 |
+
"pretraining_tp": 1,
|
| 23 |
+
"quantization_config": {
|
| 24 |
+
"_load_in_4bit": false,
|
| 25 |
+
"_load_in_8bit": true,
|
| 26 |
+
"bnb_4bit_compute_dtype": "float32",
|
| 27 |
+
"bnb_4bit_quant_storage": "uint8",
|
| 28 |
+
"bnb_4bit_quant_type": "fp4",
|
| 29 |
+
"bnb_4bit_use_double_quant": false,
|
| 30 |
+
"llm_int8_enable_fp32_cpu_offload": false,
|
| 31 |
+
"llm_int8_has_fp16_weight": false,
|
| 32 |
+
"llm_int8_skip_modules": null,
|
| 33 |
+
"llm_int8_threshold": 6.0,
|
| 34 |
+
"load_in_4bit": false,
|
| 35 |
+
"load_in_8bit": true,
|
| 36 |
+
"quant_method": "bitsandbytes"
|
| 37 |
+
},
|
| 38 |
+
"rms_norm_eps": 1e-05,
|
| 39 |
+
"rope_scaling": null,
|
| 40 |
+
"rope_theta": 10000.0,
|
| 41 |
+
"tie_word_embeddings": false,
|
| 42 |
+
"torch_dtype": "float32",
|
| 43 |
+
"transformers_version": "4.49.0",
|
| 44 |
+
"use_cache": false,
|
| 45 |
+
"vocab_size": 32000
|
| 46 |
+
}
|
mymodel/special_tokens_map.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<s>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "</s>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": "</s>",
|
| 17 |
+
"unk_token": {
|
| 18 |
+
"content": "<unk>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
}
|
| 24 |
+
}
|
mymodel/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
mymodel/tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
| 3 |
+
size 499723
|
mymodel/tokenizer_config.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": null,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"0": {
|
| 7 |
+
"content": "<unk>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": true
|
| 13 |
+
},
|
| 14 |
+
"1": {
|
| 15 |
+
"content": "<s>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": true
|
| 21 |
+
},
|
| 22 |
+
"2": {
|
| 23 |
+
"content": "</s>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": false,
|
| 26 |
+
"rstrip": false,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": true
|
| 29 |
+
}
|
| 30 |
+
},
|
| 31 |
+
"bos_token": "<s>",
|
| 32 |
+
"clean_up_tokenization_spaces": false,
|
| 33 |
+
"eos_token": "</s>",
|
| 34 |
+
"extra_special_tokens": {},
|
| 35 |
+
"legacy": false,
|
| 36 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 37 |
+
"pad_token": "</s>",
|
| 38 |
+
"padding_side": "right",
|
| 39 |
+
"sp_model_kwargs": {},
|
| 40 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 41 |
+
"unk_token": "<unk>",
|
| 42 |
+
"use_default_system_prompt": false
|
| 43 |
+
}
|