Instructions to use bboeun/sft2-5k-Delayed2-ref-mistral-fix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bboeun/sft2-5k-Delayed2-ref-mistral-fix with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2") model = PeftModel.from_pretrained(base_model, "bboeun/sft2-5k-Delayed2-ref-mistral-fix") - Notebooks
- Google Colab
- Kaggle
Upload folder using huggingface_hub
Browse files- README.md +202 -0
- adapter_config.json +27 -0
- adapter_model.safetensors +3 -0
- checkpoint-1000/README.md +202 -0
- checkpoint-1000/adapter_config.json +27 -0
- checkpoint-1000/adapter_model.safetensors +3 -0
- checkpoint-1000/optimizer.pt +3 -0
- checkpoint-1000/rng_state.pth +3 -0
- checkpoint-1000/scheduler.pt +3 -0
- checkpoint-1000/special_tokens_map.json +24 -0
- checkpoint-1000/tokenizer.model +3 -0
- checkpoint-1000/tokenizer_config.json +44 -0
- checkpoint-1000/trainer_state.json +621 -0
- checkpoint-1000/training_args.bin +3 -0
- checkpoint-500/README.md +202 -0
- checkpoint-500/adapter_config.json +27 -0
- checkpoint-500/adapter_model.safetensors +3 -0
- checkpoint-500/optimizer.pt +3 -0
- checkpoint-500/rng_state.pth +3 -0
- checkpoint-500/scheduler.pt +3 -0
- checkpoint-500/special_tokens_map.json +24 -0
- checkpoint-500/tokenizer.model +3 -0
- checkpoint-500/tokenizer_config.json +44 -0
- checkpoint-500/trainer_state.json +321 -0
- checkpoint-500/training_args.bin +3 -0
- config.json +26 -0
- model-00001-of-00008.safetensors +3 -0
- model-00002-of-00008.safetensors +3 -0
- model-00003-of-00008.safetensors +3 -0
- model-00004-of-00008.safetensors +3 -0
- model-00005-of-00008.safetensors +3 -0
- model-00006-of-00008.safetensors +3 -0
- model-00007-of-00008.safetensors +3 -0
- model-00008-of-00008.safetensors +3 -0
- model.safetensors.index.json +297 -0
- special_tokens_map.json +30 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +44 -0
- training_args.bin +3 -0
README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
| 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.8.2
|
adapter_config.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"fan_in_fan_out": false,
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_lora_weights": true,
|
| 9 |
+
"layers_pattern": null,
|
| 10 |
+
"layers_to_transform": null,
|
| 11 |
+
"loftq_config": {},
|
| 12 |
+
"lora_alpha": 16,
|
| 13 |
+
"lora_dropout": 0.05,
|
| 14 |
+
"megatron_config": null,
|
| 15 |
+
"megatron_core": "megatron.core",
|
| 16 |
+
"modules_to_save": null,
|
| 17 |
+
"peft_type": "LORA",
|
| 18 |
+
"r": 8,
|
| 19 |
+
"rank_pattern": {},
|
| 20 |
+
"revision": null,
|
| 21 |
+
"target_modules": [
|
| 22 |
+
"q_proj",
|
| 23 |
+
"v_proj"
|
| 24 |
+
],
|
| 25 |
+
"task_type": "CAUSAL_LM",
|
| 26 |
+
"use_rslora": false
|
| 27 |
+
}
|
adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bc467cb3f3befd929479a68b230d103cb2311878ac99505545ffe9746b3dbd7
|
| 3 |
+
size 20481216
|
checkpoint-1000/README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
| 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.8.2
|
checkpoint-1000/adapter_config.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"fan_in_fan_out": false,
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_lora_weights": true,
|
| 9 |
+
"layers_pattern": null,
|
| 10 |
+
"layers_to_transform": null,
|
| 11 |
+
"loftq_config": {},
|
| 12 |
+
"lora_alpha": 16,
|
| 13 |
+
"lora_dropout": 0.05,
|
| 14 |
+
"megatron_config": null,
|
| 15 |
+
"megatron_core": "megatron.core",
|
| 16 |
+
"modules_to_save": null,
|
| 17 |
+
"peft_type": "LORA",
|
| 18 |
+
"r": 8,
|
| 19 |
+
"rank_pattern": {},
|
| 20 |
+
"revision": null,
|
| 21 |
+
"target_modules": [
|
| 22 |
+
"q_proj",
|
| 23 |
+
"v_proj"
|
| 24 |
+
],
|
| 25 |
+
"task_type": "CAUSAL_LM",
|
| 26 |
+
"use_rslora": false
|
| 27 |
+
}
|
checkpoint-1000/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad737d9bf8e1ccd7b523822960f918d1bc758c4e0bc76327edc87797f0726562
|
| 3 |
+
size 20481216
|
checkpoint-1000/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a32a1ff470e5b8c2f5d872b94a604ca6eb9c27b8c1d5c7bfa4c1fa4deae31b8
|
| 3 |
+
size 27338373
|
checkpoint-1000/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:19f4465eac303f22348fca98317129c69018d21d20cf8ac8ce3d40fd24dea93c
|
| 3 |
+
size 14575
|
checkpoint-1000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7dd3da6c23481fed43690a3cfa3282fb4095821ca7cf6433334b245f76072de9
|
| 3 |
+
size 627
|
checkpoint-1000/special_tokens_map.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<s>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "</s>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": "</s>",
|
| 17 |
+
"unk_token": {
|
| 18 |
+
"content": "<unk>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
}
|
| 24 |
+
}
|
checkpoint-1000/tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
| 3 |
+
size 493443
|
checkpoint-1000/tokenizer_config.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"additional_special_tokens": [],
|
| 32 |
+
"bos_token": "<s>",
|
| 33 |
+
"chat_template": "{%- if messages[0]['role'] == 'system' %}\n {%- set system_message = messages[0]['content'] %}\n {%- set loop_messages = messages[1:] %}\n{%- else %}\n {%- set loop_messages = messages %}\n{%- endif %}\n\n{{- bos_token }}\n{%- for message in loop_messages %}\n {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}\n {{- raise_exception('After the optional system message, conversation roles must alternate user/assistant/user/assistant/...') }}\n {%- endif %}\n {%- if message['role'] == 'user' %}\n {%- if loop.first and system_message is defined %}\n {{- ' [INST] ' + system_message + '\\n\\n' + message['content'] + ' [/INST]' }}\n {%- else %}\n {{- ' [INST] ' + message['content'] + ' [/INST]' }}\n {%- endif %}\n {%- elif message['role'] == 'assistant' %}\n {{- ' ' + message['content'] + eos_token}}\n {%- else %}\n {{- raise_exception('Only user and assistant roles are supported, with the exception of an initial optional system message!') }}\n {%- endif %}\n{%- endfor %}\n",
|
| 34 |
+
"clean_up_tokenization_spaces": false,
|
| 35 |
+
"eos_token": "</s>",
|
| 36 |
+
"legacy": false,
|
| 37 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 38 |
+
"pad_token": "</s>",
|
| 39 |
+
"sp_model_kwargs": {},
|
| 40 |
+
"spaces_between_special_tokens": false,
|
| 41 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 42 |
+
"unk_token": "<unk>",
|
| 43 |
+
"use_default_system_prompt": false
|
| 44 |
+
}
|
checkpoint-1000/trainer_state.json
ADDED
|
@@ -0,0 +1,621 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 0.8,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 1000,
|
| 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.01,
|
| 13 |
+
"learning_rate": 4.9680000000000005e-05,
|
| 14 |
+
"loss": 4.7097,
|
| 15 |
+
"step": 10
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"epoch": 0.02,
|
| 19 |
+
"learning_rate": 4.928e-05,
|
| 20 |
+
"loss": 3.8344,
|
| 21 |
+
"step": 20
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"epoch": 0.02,
|
| 25 |
+
"learning_rate": 4.8880000000000006e-05,
|
| 26 |
+
"loss": 3.6144,
|
| 27 |
+
"step": 30
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"epoch": 0.03,
|
| 31 |
+
"learning_rate": 4.8480000000000003e-05,
|
| 32 |
+
"loss": 2.943,
|
| 33 |
+
"step": 40
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"epoch": 0.04,
|
| 37 |
+
"learning_rate": 4.808e-05,
|
| 38 |
+
"loss": 2.4538,
|
| 39 |
+
"step": 50
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.05,
|
| 43 |
+
"learning_rate": 4.7680000000000004e-05,
|
| 44 |
+
"loss": 2.3698,
|
| 45 |
+
"step": 60
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.06,
|
| 49 |
+
"learning_rate": 4.728e-05,
|
| 50 |
+
"loss": 2.3312,
|
| 51 |
+
"step": 70
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.06,
|
| 55 |
+
"learning_rate": 4.688e-05,
|
| 56 |
+
"loss": 2.2956,
|
| 57 |
+
"step": 80
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"epoch": 0.07,
|
| 61 |
+
"learning_rate": 4.648e-05,
|
| 62 |
+
"loss": 2.2078,
|
| 63 |
+
"step": 90
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"epoch": 0.08,
|
| 67 |
+
"learning_rate": 4.608e-05,
|
| 68 |
+
"loss": 2.1706,
|
| 69 |
+
"step": 100
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 0.09,
|
| 73 |
+
"learning_rate": 4.568e-05,
|
| 74 |
+
"loss": 2.2996,
|
| 75 |
+
"step": 110
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"epoch": 0.1,
|
| 79 |
+
"learning_rate": 4.528e-05,
|
| 80 |
+
"loss": 2.108,
|
| 81 |
+
"step": 120
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"epoch": 0.1,
|
| 85 |
+
"learning_rate": 4.488e-05,
|
| 86 |
+
"loss": 2.2355,
|
| 87 |
+
"step": 130
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.11,
|
| 91 |
+
"learning_rate": 4.448e-05,
|
| 92 |
+
"loss": 2.095,
|
| 93 |
+
"step": 140
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 0.12,
|
| 97 |
+
"learning_rate": 4.4080000000000005e-05,
|
| 98 |
+
"loss": 2.088,
|
| 99 |
+
"step": 150
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"epoch": 0.13,
|
| 103 |
+
"learning_rate": 4.368e-05,
|
| 104 |
+
"loss": 2.234,
|
| 105 |
+
"step": 160
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"epoch": 0.14,
|
| 109 |
+
"learning_rate": 4.3280000000000006e-05,
|
| 110 |
+
"loss": 2.0801,
|
| 111 |
+
"step": 170
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"epoch": 0.14,
|
| 115 |
+
"learning_rate": 4.288e-05,
|
| 116 |
+
"loss": 2.0477,
|
| 117 |
+
"step": 180
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"epoch": 0.15,
|
| 121 |
+
"learning_rate": 4.248e-05,
|
| 122 |
+
"loss": 2.0408,
|
| 123 |
+
"step": 190
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"epoch": 0.16,
|
| 127 |
+
"learning_rate": 4.2080000000000004e-05,
|
| 128 |
+
"loss": 2.0821,
|
| 129 |
+
"step": 200
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.17,
|
| 133 |
+
"learning_rate": 4.168e-05,
|
| 134 |
+
"loss": 2.0167,
|
| 135 |
+
"step": 210
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 0.18,
|
| 139 |
+
"learning_rate": 4.1280000000000005e-05,
|
| 140 |
+
"loss": 2.0047,
|
| 141 |
+
"step": 220
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"epoch": 0.18,
|
| 145 |
+
"learning_rate": 4.088e-05,
|
| 146 |
+
"loss": 2.0194,
|
| 147 |
+
"step": 230
|
| 148 |
+
},
|
| 149 |
+
{
|
| 150 |
+
"epoch": 0.19,
|
| 151 |
+
"learning_rate": 4.048e-05,
|
| 152 |
+
"loss": 2.0536,
|
| 153 |
+
"step": 240
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"epoch": 0.2,
|
| 157 |
+
"learning_rate": 4.008e-05,
|
| 158 |
+
"loss": 2.0073,
|
| 159 |
+
"step": 250
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 0.21,
|
| 163 |
+
"learning_rate": 3.968e-05,
|
| 164 |
+
"loss": 1.9548,
|
| 165 |
+
"step": 260
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"epoch": 0.22,
|
| 169 |
+
"learning_rate": 3.9280000000000003e-05,
|
| 170 |
+
"loss": 2.0061,
|
| 171 |
+
"step": 270
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.22,
|
| 175 |
+
"learning_rate": 3.888e-05,
|
| 176 |
+
"loss": 2.0366,
|
| 177 |
+
"step": 280
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.23,
|
| 181 |
+
"learning_rate": 3.848e-05,
|
| 182 |
+
"loss": 1.9006,
|
| 183 |
+
"step": 290
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"epoch": 0.24,
|
| 187 |
+
"learning_rate": 3.808e-05,
|
| 188 |
+
"loss": 1.9345,
|
| 189 |
+
"step": 300
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"epoch": 0.25,
|
| 193 |
+
"learning_rate": 3.7680000000000005e-05,
|
| 194 |
+
"loss": 1.9285,
|
| 195 |
+
"step": 310
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"epoch": 0.26,
|
| 199 |
+
"learning_rate": 3.728e-05,
|
| 200 |
+
"loss": 1.9192,
|
| 201 |
+
"step": 320
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"epoch": 0.26,
|
| 205 |
+
"learning_rate": 3.6880000000000006e-05,
|
| 206 |
+
"loss": 1.9971,
|
| 207 |
+
"step": 330
|
| 208 |
+
},
|
| 209 |
+
{
|
| 210 |
+
"epoch": 0.27,
|
| 211 |
+
"learning_rate": 3.648e-05,
|
| 212 |
+
"loss": 2.0302,
|
| 213 |
+
"step": 340
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.28,
|
| 217 |
+
"learning_rate": 3.608e-05,
|
| 218 |
+
"loss": 2.0004,
|
| 219 |
+
"step": 350
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.29,
|
| 223 |
+
"learning_rate": 3.5680000000000004e-05,
|
| 224 |
+
"loss": 1.9883,
|
| 225 |
+
"step": 360
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"epoch": 0.3,
|
| 229 |
+
"learning_rate": 3.528e-05,
|
| 230 |
+
"loss": 1.9856,
|
| 231 |
+
"step": 370
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"epoch": 0.3,
|
| 235 |
+
"learning_rate": 3.4880000000000005e-05,
|
| 236 |
+
"loss": 1.9686,
|
| 237 |
+
"step": 380
|
| 238 |
+
},
|
| 239 |
+
{
|
| 240 |
+
"epoch": 0.31,
|
| 241 |
+
"learning_rate": 3.448e-05,
|
| 242 |
+
"loss": 2.0564,
|
| 243 |
+
"step": 390
|
| 244 |
+
},
|
| 245 |
+
{
|
| 246 |
+
"epoch": 0.32,
|
| 247 |
+
"learning_rate": 3.408e-05,
|
| 248 |
+
"loss": 2.0262,
|
| 249 |
+
"step": 400
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"epoch": 0.33,
|
| 253 |
+
"learning_rate": 3.368e-05,
|
| 254 |
+
"loss": 1.993,
|
| 255 |
+
"step": 410
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.34,
|
| 259 |
+
"learning_rate": 3.328e-05,
|
| 260 |
+
"loss": 1.9727,
|
| 261 |
+
"step": 420
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 0.34,
|
| 265 |
+
"learning_rate": 3.288e-05,
|
| 266 |
+
"loss": 1.9655,
|
| 267 |
+
"step": 430
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"epoch": 0.35,
|
| 271 |
+
"learning_rate": 3.248e-05,
|
| 272 |
+
"loss": 2.0681,
|
| 273 |
+
"step": 440
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"epoch": 0.36,
|
| 277 |
+
"learning_rate": 3.208e-05,
|
| 278 |
+
"loss": 1.9584,
|
| 279 |
+
"step": 450
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"epoch": 0.37,
|
| 283 |
+
"learning_rate": 3.168e-05,
|
| 284 |
+
"loss": 2.0522,
|
| 285 |
+
"step": 460
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"epoch": 0.38,
|
| 289 |
+
"learning_rate": 3.1280000000000005e-05,
|
| 290 |
+
"loss": 1.9803,
|
| 291 |
+
"step": 470
|
| 292 |
+
},
|
| 293 |
+
{
|
| 294 |
+
"epoch": 0.38,
|
| 295 |
+
"learning_rate": 3.088e-05,
|
| 296 |
+
"loss": 2.0572,
|
| 297 |
+
"step": 480
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.39,
|
| 301 |
+
"learning_rate": 3.0480000000000003e-05,
|
| 302 |
+
"loss": 1.9195,
|
| 303 |
+
"step": 490
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 0.4,
|
| 307 |
+
"learning_rate": 3.0080000000000003e-05,
|
| 308 |
+
"loss": 1.9082,
|
| 309 |
+
"step": 500
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"epoch": 0.41,
|
| 313 |
+
"learning_rate": 2.9680000000000004e-05,
|
| 314 |
+
"loss": 1.9344,
|
| 315 |
+
"step": 510
|
| 316 |
+
},
|
| 317 |
+
{
|
| 318 |
+
"epoch": 0.42,
|
| 319 |
+
"learning_rate": 2.928e-05,
|
| 320 |
+
"loss": 1.893,
|
| 321 |
+
"step": 520
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"epoch": 0.42,
|
| 325 |
+
"learning_rate": 2.888e-05,
|
| 326 |
+
"loss": 2.0769,
|
| 327 |
+
"step": 530
|
| 328 |
+
},
|
| 329 |
+
{
|
| 330 |
+
"epoch": 0.43,
|
| 331 |
+
"learning_rate": 2.8480000000000002e-05,
|
| 332 |
+
"loss": 1.9733,
|
| 333 |
+
"step": 540
|
| 334 |
+
},
|
| 335 |
+
{
|
| 336 |
+
"epoch": 0.44,
|
| 337 |
+
"learning_rate": 2.8080000000000002e-05,
|
| 338 |
+
"loss": 1.9631,
|
| 339 |
+
"step": 550
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"epoch": 0.45,
|
| 343 |
+
"learning_rate": 2.768e-05,
|
| 344 |
+
"loss": 2.0148,
|
| 345 |
+
"step": 560
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"epoch": 0.46,
|
| 349 |
+
"learning_rate": 2.728e-05,
|
| 350 |
+
"loss": 1.9479,
|
| 351 |
+
"step": 570
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"epoch": 0.46,
|
| 355 |
+
"learning_rate": 2.688e-05,
|
| 356 |
+
"loss": 1.9772,
|
| 357 |
+
"step": 580
|
| 358 |
+
},
|
| 359 |
+
{
|
| 360 |
+
"epoch": 0.47,
|
| 361 |
+
"learning_rate": 2.648e-05,
|
| 362 |
+
"loss": 1.8972,
|
| 363 |
+
"step": 590
|
| 364 |
+
},
|
| 365 |
+
{
|
| 366 |
+
"epoch": 0.48,
|
| 367 |
+
"learning_rate": 2.6079999999999998e-05,
|
| 368 |
+
"loss": 1.9116,
|
| 369 |
+
"step": 600
|
| 370 |
+
},
|
| 371 |
+
{
|
| 372 |
+
"epoch": 0.49,
|
| 373 |
+
"learning_rate": 2.5679999999999998e-05,
|
| 374 |
+
"loss": 2.0167,
|
| 375 |
+
"step": 610
|
| 376 |
+
},
|
| 377 |
+
{
|
| 378 |
+
"epoch": 0.5,
|
| 379 |
+
"learning_rate": 2.5280000000000005e-05,
|
| 380 |
+
"loss": 1.9792,
|
| 381 |
+
"step": 620
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"epoch": 0.5,
|
| 385 |
+
"learning_rate": 2.488e-05,
|
| 386 |
+
"loss": 1.9053,
|
| 387 |
+
"step": 630
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"epoch": 0.51,
|
| 391 |
+
"learning_rate": 2.448e-05,
|
| 392 |
+
"loss": 1.9445,
|
| 393 |
+
"step": 640
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"epoch": 0.52,
|
| 397 |
+
"learning_rate": 2.408e-05,
|
| 398 |
+
"loss": 1.8597,
|
| 399 |
+
"step": 650
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"epoch": 0.53,
|
| 403 |
+
"learning_rate": 2.3680000000000004e-05,
|
| 404 |
+
"loss": 1.9974,
|
| 405 |
+
"step": 660
|
| 406 |
+
},
|
| 407 |
+
{
|
| 408 |
+
"epoch": 0.54,
|
| 409 |
+
"learning_rate": 2.328e-05,
|
| 410 |
+
"loss": 1.9433,
|
| 411 |
+
"step": 670
|
| 412 |
+
},
|
| 413 |
+
{
|
| 414 |
+
"epoch": 0.54,
|
| 415 |
+
"learning_rate": 2.288e-05,
|
| 416 |
+
"loss": 1.9891,
|
| 417 |
+
"step": 680
|
| 418 |
+
},
|
| 419 |
+
{
|
| 420 |
+
"epoch": 0.55,
|
| 421 |
+
"learning_rate": 2.248e-05,
|
| 422 |
+
"loss": 1.9926,
|
| 423 |
+
"step": 690
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"epoch": 0.56,
|
| 427 |
+
"learning_rate": 2.2080000000000002e-05,
|
| 428 |
+
"loss": 1.9763,
|
| 429 |
+
"step": 700
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"epoch": 0.57,
|
| 433 |
+
"learning_rate": 2.168e-05,
|
| 434 |
+
"loss": 1.9978,
|
| 435 |
+
"step": 710
|
| 436 |
+
},
|
| 437 |
+
{
|
| 438 |
+
"epoch": 0.58,
|
| 439 |
+
"learning_rate": 2.128e-05,
|
| 440 |
+
"loss": 1.915,
|
| 441 |
+
"step": 720
|
| 442 |
+
},
|
| 443 |
+
{
|
| 444 |
+
"epoch": 0.58,
|
| 445 |
+
"learning_rate": 2.0880000000000003e-05,
|
| 446 |
+
"loss": 1.9625,
|
| 447 |
+
"step": 730
|
| 448 |
+
},
|
| 449 |
+
{
|
| 450 |
+
"epoch": 0.59,
|
| 451 |
+
"learning_rate": 2.048e-05,
|
| 452 |
+
"loss": 1.9643,
|
| 453 |
+
"step": 740
|
| 454 |
+
},
|
| 455 |
+
{
|
| 456 |
+
"epoch": 0.6,
|
| 457 |
+
"learning_rate": 2.008e-05,
|
| 458 |
+
"loss": 1.9624,
|
| 459 |
+
"step": 750
|
| 460 |
+
},
|
| 461 |
+
{
|
| 462 |
+
"epoch": 0.61,
|
| 463 |
+
"learning_rate": 1.968e-05,
|
| 464 |
+
"loss": 2.0771,
|
| 465 |
+
"step": 760
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"epoch": 0.62,
|
| 469 |
+
"learning_rate": 1.9280000000000002e-05,
|
| 470 |
+
"loss": 1.9241,
|
| 471 |
+
"step": 770
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"epoch": 0.62,
|
| 475 |
+
"learning_rate": 1.888e-05,
|
| 476 |
+
"loss": 2.0703,
|
| 477 |
+
"step": 780
|
| 478 |
+
},
|
| 479 |
+
{
|
| 480 |
+
"epoch": 0.63,
|
| 481 |
+
"learning_rate": 1.848e-05,
|
| 482 |
+
"loss": 1.9116,
|
| 483 |
+
"step": 790
|
| 484 |
+
},
|
| 485 |
+
{
|
| 486 |
+
"epoch": 0.64,
|
| 487 |
+
"learning_rate": 1.808e-05,
|
| 488 |
+
"loss": 1.8427,
|
| 489 |
+
"step": 800
|
| 490 |
+
},
|
| 491 |
+
{
|
| 492 |
+
"epoch": 0.65,
|
| 493 |
+
"learning_rate": 1.7680000000000004e-05,
|
| 494 |
+
"loss": 1.8531,
|
| 495 |
+
"step": 810
|
| 496 |
+
},
|
| 497 |
+
{
|
| 498 |
+
"epoch": 0.66,
|
| 499 |
+
"learning_rate": 1.728e-05,
|
| 500 |
+
"loss": 1.9485,
|
| 501 |
+
"step": 820
|
| 502 |
+
},
|
| 503 |
+
{
|
| 504 |
+
"epoch": 0.66,
|
| 505 |
+
"learning_rate": 1.688e-05,
|
| 506 |
+
"loss": 1.8523,
|
| 507 |
+
"step": 830
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"epoch": 0.67,
|
| 511 |
+
"learning_rate": 1.648e-05,
|
| 512 |
+
"loss": 1.8255,
|
| 513 |
+
"step": 840
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"epoch": 0.68,
|
| 517 |
+
"learning_rate": 1.6080000000000002e-05,
|
| 518 |
+
"loss": 1.9199,
|
| 519 |
+
"step": 850
|
| 520 |
+
},
|
| 521 |
+
{
|
| 522 |
+
"epoch": 0.69,
|
| 523 |
+
"learning_rate": 1.568e-05,
|
| 524 |
+
"loss": 1.9955,
|
| 525 |
+
"step": 860
|
| 526 |
+
},
|
| 527 |
+
{
|
| 528 |
+
"epoch": 0.7,
|
| 529 |
+
"learning_rate": 1.528e-05,
|
| 530 |
+
"loss": 1.9404,
|
| 531 |
+
"step": 870
|
| 532 |
+
},
|
| 533 |
+
{
|
| 534 |
+
"epoch": 0.7,
|
| 535 |
+
"learning_rate": 1.488e-05,
|
| 536 |
+
"loss": 1.8186,
|
| 537 |
+
"step": 880
|
| 538 |
+
},
|
| 539 |
+
{
|
| 540 |
+
"epoch": 0.71,
|
| 541 |
+
"learning_rate": 1.4480000000000002e-05,
|
| 542 |
+
"loss": 1.9521,
|
| 543 |
+
"step": 890
|
| 544 |
+
},
|
| 545 |
+
{
|
| 546 |
+
"epoch": 0.72,
|
| 547 |
+
"learning_rate": 1.408e-05,
|
| 548 |
+
"loss": 1.9135,
|
| 549 |
+
"step": 900
|
| 550 |
+
},
|
| 551 |
+
{
|
| 552 |
+
"epoch": 0.73,
|
| 553 |
+
"learning_rate": 1.3680000000000001e-05,
|
| 554 |
+
"loss": 1.9299,
|
| 555 |
+
"step": 910
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"epoch": 0.74,
|
| 559 |
+
"learning_rate": 1.3280000000000002e-05,
|
| 560 |
+
"loss": 1.8558,
|
| 561 |
+
"step": 920
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"epoch": 0.74,
|
| 565 |
+
"learning_rate": 1.288e-05,
|
| 566 |
+
"loss": 1.8933,
|
| 567 |
+
"step": 930
|
| 568 |
+
},
|
| 569 |
+
{
|
| 570 |
+
"epoch": 0.75,
|
| 571 |
+
"learning_rate": 1.248e-05,
|
| 572 |
+
"loss": 1.899,
|
| 573 |
+
"step": 940
|
| 574 |
+
},
|
| 575 |
+
{
|
| 576 |
+
"epoch": 0.76,
|
| 577 |
+
"learning_rate": 1.2080000000000001e-05,
|
| 578 |
+
"loss": 1.9131,
|
| 579 |
+
"step": 950
|
| 580 |
+
},
|
| 581 |
+
{
|
| 582 |
+
"epoch": 0.77,
|
| 583 |
+
"learning_rate": 1.168e-05,
|
| 584 |
+
"loss": 1.8408,
|
| 585 |
+
"step": 960
|
| 586 |
+
},
|
| 587 |
+
{
|
| 588 |
+
"epoch": 0.78,
|
| 589 |
+
"learning_rate": 1.128e-05,
|
| 590 |
+
"loss": 1.7633,
|
| 591 |
+
"step": 970
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"epoch": 0.78,
|
| 595 |
+
"learning_rate": 1.088e-05,
|
| 596 |
+
"loss": 1.7848,
|
| 597 |
+
"step": 980
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"epoch": 0.79,
|
| 601 |
+
"learning_rate": 1.0480000000000001e-05,
|
| 602 |
+
"loss": 1.7531,
|
| 603 |
+
"step": 990
|
| 604 |
+
},
|
| 605 |
+
{
|
| 606 |
+
"epoch": 0.8,
|
| 607 |
+
"learning_rate": 1.008e-05,
|
| 608 |
+
"loss": 1.7954,
|
| 609 |
+
"step": 1000
|
| 610 |
+
}
|
| 611 |
+
],
|
| 612 |
+
"logging_steps": 10,
|
| 613 |
+
"max_steps": 1250,
|
| 614 |
+
"num_input_tokens_seen": 0,
|
| 615 |
+
"num_train_epochs": 1,
|
| 616 |
+
"save_steps": 500,
|
| 617 |
+
"total_flos": 1.7820867240271872e+16,
|
| 618 |
+
"train_batch_size": 1,
|
| 619 |
+
"trial_name": null,
|
| 620 |
+
"trial_params": null
|
| 621 |
+
}
|
checkpoint-1000/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e97000e61d0d5d27fad4876d50e8c577b836277226e062e272e9d4ec29619c8e
|
| 3 |
+
size 4539
|
checkpoint-500/README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
| 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.8.2
|
checkpoint-500/adapter_config.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"fan_in_fan_out": false,
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_lora_weights": true,
|
| 9 |
+
"layers_pattern": null,
|
| 10 |
+
"layers_to_transform": null,
|
| 11 |
+
"loftq_config": {},
|
| 12 |
+
"lora_alpha": 16,
|
| 13 |
+
"lora_dropout": 0.05,
|
| 14 |
+
"megatron_config": null,
|
| 15 |
+
"megatron_core": "megatron.core",
|
| 16 |
+
"modules_to_save": null,
|
| 17 |
+
"peft_type": "LORA",
|
| 18 |
+
"r": 8,
|
| 19 |
+
"rank_pattern": {},
|
| 20 |
+
"revision": null,
|
| 21 |
+
"target_modules": [
|
| 22 |
+
"q_proj",
|
| 23 |
+
"v_proj"
|
| 24 |
+
],
|
| 25 |
+
"task_type": "CAUSAL_LM",
|
| 26 |
+
"use_rslora": false
|
| 27 |
+
}
|
checkpoint-500/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e38ebb0f56476bcb57df4761fdcf9512eabbea341bb8f98c3ccbd439a2feef5f
|
| 3 |
+
size 20481216
|
checkpoint-500/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca9b0573d78c54d86bd620a024a58baed97a449d4dfe6c31b41e846f17caf4a0
|
| 3 |
+
size 27338373
|
checkpoint-500/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e13c5fd9797c9f83a29ce78951af45d567ab5266f0b09cff61b726821040490
|
| 3 |
+
size 14575
|
checkpoint-500/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:991e449de4095112a1a4a322dc50ee6c0abc1636ae6639ff0bac96502178f07c
|
| 3 |
+
size 627
|
checkpoint-500/special_tokens_map.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<s>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "</s>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": "</s>",
|
| 17 |
+
"unk_token": {
|
| 18 |
+
"content": "<unk>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
}
|
| 24 |
+
}
|
checkpoint-500/tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
| 3 |
+
size 493443
|
checkpoint-500/tokenizer_config.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"additional_special_tokens": [],
|
| 32 |
+
"bos_token": "<s>",
|
| 33 |
+
"chat_template": "{%- if messages[0]['role'] == 'system' %}\n {%- set system_message = messages[0]['content'] %}\n {%- set loop_messages = messages[1:] %}\n{%- else %}\n {%- set loop_messages = messages %}\n{%- endif %}\n\n{{- bos_token }}\n{%- for message in loop_messages %}\n {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}\n {{- raise_exception('After the optional system message, conversation roles must alternate user/assistant/user/assistant/...') }}\n {%- endif %}\n {%- if message['role'] == 'user' %}\n {%- if loop.first and system_message is defined %}\n {{- ' [INST] ' + system_message + '\\n\\n' + message['content'] + ' [/INST]' }}\n {%- else %}\n {{- ' [INST] ' + message['content'] + ' [/INST]' }}\n {%- endif %}\n {%- elif message['role'] == 'assistant' %}\n {{- ' ' + message['content'] + eos_token}}\n {%- else %}\n {{- raise_exception('Only user and assistant roles are supported, with the exception of an initial optional system message!') }}\n {%- endif %}\n{%- endfor %}\n",
|
| 34 |
+
"clean_up_tokenization_spaces": false,
|
| 35 |
+
"eos_token": "</s>",
|
| 36 |
+
"legacy": false,
|
| 37 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 38 |
+
"pad_token": "</s>",
|
| 39 |
+
"sp_model_kwargs": {},
|
| 40 |
+
"spaces_between_special_tokens": false,
|
| 41 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 42 |
+
"unk_token": "<unk>",
|
| 43 |
+
"use_default_system_prompt": false
|
| 44 |
+
}
|
checkpoint-500/trainer_state.json
ADDED
|
@@ -0,0 +1,321 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 0.4,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 500,
|
| 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.01,
|
| 13 |
+
"learning_rate": 4.9680000000000005e-05,
|
| 14 |
+
"loss": 4.7097,
|
| 15 |
+
"step": 10
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"epoch": 0.02,
|
| 19 |
+
"learning_rate": 4.928e-05,
|
| 20 |
+
"loss": 3.8344,
|
| 21 |
+
"step": 20
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"epoch": 0.02,
|
| 25 |
+
"learning_rate": 4.8880000000000006e-05,
|
| 26 |
+
"loss": 3.6144,
|
| 27 |
+
"step": 30
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"epoch": 0.03,
|
| 31 |
+
"learning_rate": 4.8480000000000003e-05,
|
| 32 |
+
"loss": 2.943,
|
| 33 |
+
"step": 40
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"epoch": 0.04,
|
| 37 |
+
"learning_rate": 4.808e-05,
|
| 38 |
+
"loss": 2.4538,
|
| 39 |
+
"step": 50
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.05,
|
| 43 |
+
"learning_rate": 4.7680000000000004e-05,
|
| 44 |
+
"loss": 2.3698,
|
| 45 |
+
"step": 60
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.06,
|
| 49 |
+
"learning_rate": 4.728e-05,
|
| 50 |
+
"loss": 2.3312,
|
| 51 |
+
"step": 70
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.06,
|
| 55 |
+
"learning_rate": 4.688e-05,
|
| 56 |
+
"loss": 2.2956,
|
| 57 |
+
"step": 80
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"epoch": 0.07,
|
| 61 |
+
"learning_rate": 4.648e-05,
|
| 62 |
+
"loss": 2.2078,
|
| 63 |
+
"step": 90
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"epoch": 0.08,
|
| 67 |
+
"learning_rate": 4.608e-05,
|
| 68 |
+
"loss": 2.1706,
|
| 69 |
+
"step": 100
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 0.09,
|
| 73 |
+
"learning_rate": 4.568e-05,
|
| 74 |
+
"loss": 2.2996,
|
| 75 |
+
"step": 110
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"epoch": 0.1,
|
| 79 |
+
"learning_rate": 4.528e-05,
|
| 80 |
+
"loss": 2.108,
|
| 81 |
+
"step": 120
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"epoch": 0.1,
|
| 85 |
+
"learning_rate": 4.488e-05,
|
| 86 |
+
"loss": 2.2355,
|
| 87 |
+
"step": 130
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.11,
|
| 91 |
+
"learning_rate": 4.448e-05,
|
| 92 |
+
"loss": 2.095,
|
| 93 |
+
"step": 140
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 0.12,
|
| 97 |
+
"learning_rate": 4.4080000000000005e-05,
|
| 98 |
+
"loss": 2.088,
|
| 99 |
+
"step": 150
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"epoch": 0.13,
|
| 103 |
+
"learning_rate": 4.368e-05,
|
| 104 |
+
"loss": 2.234,
|
| 105 |
+
"step": 160
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"epoch": 0.14,
|
| 109 |
+
"learning_rate": 4.3280000000000006e-05,
|
| 110 |
+
"loss": 2.0801,
|
| 111 |
+
"step": 170
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"epoch": 0.14,
|
| 115 |
+
"learning_rate": 4.288e-05,
|
| 116 |
+
"loss": 2.0477,
|
| 117 |
+
"step": 180
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"epoch": 0.15,
|
| 121 |
+
"learning_rate": 4.248e-05,
|
| 122 |
+
"loss": 2.0408,
|
| 123 |
+
"step": 190
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"epoch": 0.16,
|
| 127 |
+
"learning_rate": 4.2080000000000004e-05,
|
| 128 |
+
"loss": 2.0821,
|
| 129 |
+
"step": 200
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.17,
|
| 133 |
+
"learning_rate": 4.168e-05,
|
| 134 |
+
"loss": 2.0167,
|
| 135 |
+
"step": 210
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 0.18,
|
| 139 |
+
"learning_rate": 4.1280000000000005e-05,
|
| 140 |
+
"loss": 2.0047,
|
| 141 |
+
"step": 220
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"epoch": 0.18,
|
| 145 |
+
"learning_rate": 4.088e-05,
|
| 146 |
+
"loss": 2.0194,
|
| 147 |
+
"step": 230
|
| 148 |
+
},
|
| 149 |
+
{
|
| 150 |
+
"epoch": 0.19,
|
| 151 |
+
"learning_rate": 4.048e-05,
|
| 152 |
+
"loss": 2.0536,
|
| 153 |
+
"step": 240
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"epoch": 0.2,
|
| 157 |
+
"learning_rate": 4.008e-05,
|
| 158 |
+
"loss": 2.0073,
|
| 159 |
+
"step": 250
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 0.21,
|
| 163 |
+
"learning_rate": 3.968e-05,
|
| 164 |
+
"loss": 1.9548,
|
| 165 |
+
"step": 260
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"epoch": 0.22,
|
| 169 |
+
"learning_rate": 3.9280000000000003e-05,
|
| 170 |
+
"loss": 2.0061,
|
| 171 |
+
"step": 270
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.22,
|
| 175 |
+
"learning_rate": 3.888e-05,
|
| 176 |
+
"loss": 2.0366,
|
| 177 |
+
"step": 280
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.23,
|
| 181 |
+
"learning_rate": 3.848e-05,
|
| 182 |
+
"loss": 1.9006,
|
| 183 |
+
"step": 290
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"epoch": 0.24,
|
| 187 |
+
"learning_rate": 3.808e-05,
|
| 188 |
+
"loss": 1.9345,
|
| 189 |
+
"step": 300
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"epoch": 0.25,
|
| 193 |
+
"learning_rate": 3.7680000000000005e-05,
|
| 194 |
+
"loss": 1.9285,
|
| 195 |
+
"step": 310
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"epoch": 0.26,
|
| 199 |
+
"learning_rate": 3.728e-05,
|
| 200 |
+
"loss": 1.9192,
|
| 201 |
+
"step": 320
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"epoch": 0.26,
|
| 205 |
+
"learning_rate": 3.6880000000000006e-05,
|
| 206 |
+
"loss": 1.9971,
|
| 207 |
+
"step": 330
|
| 208 |
+
},
|
| 209 |
+
{
|
| 210 |
+
"epoch": 0.27,
|
| 211 |
+
"learning_rate": 3.648e-05,
|
| 212 |
+
"loss": 2.0302,
|
| 213 |
+
"step": 340
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.28,
|
| 217 |
+
"learning_rate": 3.608e-05,
|
| 218 |
+
"loss": 2.0004,
|
| 219 |
+
"step": 350
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.29,
|
| 223 |
+
"learning_rate": 3.5680000000000004e-05,
|
| 224 |
+
"loss": 1.9883,
|
| 225 |
+
"step": 360
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"epoch": 0.3,
|
| 229 |
+
"learning_rate": 3.528e-05,
|
| 230 |
+
"loss": 1.9856,
|
| 231 |
+
"step": 370
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"epoch": 0.3,
|
| 235 |
+
"learning_rate": 3.4880000000000005e-05,
|
| 236 |
+
"loss": 1.9686,
|
| 237 |
+
"step": 380
|
| 238 |
+
},
|
| 239 |
+
{
|
| 240 |
+
"epoch": 0.31,
|
| 241 |
+
"learning_rate": 3.448e-05,
|
| 242 |
+
"loss": 2.0564,
|
| 243 |
+
"step": 390
|
| 244 |
+
},
|
| 245 |
+
{
|
| 246 |
+
"epoch": 0.32,
|
| 247 |
+
"learning_rate": 3.408e-05,
|
| 248 |
+
"loss": 2.0262,
|
| 249 |
+
"step": 400
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"epoch": 0.33,
|
| 253 |
+
"learning_rate": 3.368e-05,
|
| 254 |
+
"loss": 1.993,
|
| 255 |
+
"step": 410
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.34,
|
| 259 |
+
"learning_rate": 3.328e-05,
|
| 260 |
+
"loss": 1.9727,
|
| 261 |
+
"step": 420
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 0.34,
|
| 265 |
+
"learning_rate": 3.288e-05,
|
| 266 |
+
"loss": 1.9655,
|
| 267 |
+
"step": 430
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"epoch": 0.35,
|
| 271 |
+
"learning_rate": 3.248e-05,
|
| 272 |
+
"loss": 2.0681,
|
| 273 |
+
"step": 440
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"epoch": 0.36,
|
| 277 |
+
"learning_rate": 3.208e-05,
|
| 278 |
+
"loss": 1.9584,
|
| 279 |
+
"step": 450
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"epoch": 0.37,
|
| 283 |
+
"learning_rate": 3.168e-05,
|
| 284 |
+
"loss": 2.0522,
|
| 285 |
+
"step": 460
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"epoch": 0.38,
|
| 289 |
+
"learning_rate": 3.1280000000000005e-05,
|
| 290 |
+
"loss": 1.9803,
|
| 291 |
+
"step": 470
|
| 292 |
+
},
|
| 293 |
+
{
|
| 294 |
+
"epoch": 0.38,
|
| 295 |
+
"learning_rate": 3.088e-05,
|
| 296 |
+
"loss": 2.0572,
|
| 297 |
+
"step": 480
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.39,
|
| 301 |
+
"learning_rate": 3.0480000000000003e-05,
|
| 302 |
+
"loss": 1.9195,
|
| 303 |
+
"step": 490
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 0.4,
|
| 307 |
+
"learning_rate": 3.0080000000000003e-05,
|
| 308 |
+
"loss": 1.9082,
|
| 309 |
+
"step": 500
|
| 310 |
+
}
|
| 311 |
+
],
|
| 312 |
+
"logging_steps": 10,
|
| 313 |
+
"max_steps": 1250,
|
| 314 |
+
"num_input_tokens_seen": 0,
|
| 315 |
+
"num_train_epochs": 1,
|
| 316 |
+
"save_steps": 500,
|
| 317 |
+
"total_flos": 8967836552085504.0,
|
| 318 |
+
"train_batch_size": 1,
|
| 319 |
+
"trial_name": null,
|
| 320 |
+
"trial_params": null
|
| 321 |
+
}
|
checkpoint-500/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e97000e61d0d5d27fad4876d50e8c577b836277226e062e272e9d4ec29619c8e
|
| 3 |
+
size 4539
|
config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"MistralModel"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 1,
|
| 8 |
+
"eos_token_id": 2,
|
| 9 |
+
"hidden_act": "silu",
|
| 10 |
+
"hidden_size": 4096,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"intermediate_size": 14336,
|
| 13 |
+
"max_position_embeddings": 32768,
|
| 14 |
+
"model_type": "mistral",
|
| 15 |
+
"num_attention_heads": 32,
|
| 16 |
+
"num_hidden_layers": 32,
|
| 17 |
+
"num_key_value_heads": 8,
|
| 18 |
+
"rms_norm_eps": 1e-05,
|
| 19 |
+
"rope_theta": 1000000.0,
|
| 20 |
+
"sliding_window": null,
|
| 21 |
+
"tie_word_embeddings": false,
|
| 22 |
+
"torch_dtype": "float16",
|
| 23 |
+
"transformers_version": "4.37.2",
|
| 24 |
+
"use_cache": true,
|
| 25 |
+
"vocab_size": 32000
|
| 26 |
+
}
|
model-00001-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6be792aff9953f1025b2b404c7372ee1cc249df24c4065a202081a1ad797f2ae
|
| 3 |
+
size 1889586800
|
model-00002-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16d5152aed7fa4df78ab02d6aefd15e82c34abc85eabecb67c54b7d0e078d82c
|
| 3 |
+
size 1946243640
|
model-00003-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:858b6d7754e2140160601be78e2cf7d2508ca922fc4ef7e079ea27ea80bbbfbe
|
| 3 |
+
size 1979781168
|
model-00004-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e224677f60813e3c40f1ed99fc3927efc161a38123623114828a15aca956b63c
|
| 3 |
+
size 1946243680
|
model-00005-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a3dd27b6071237d1be9ade4265ba761104d665383b2d78559c5798147087a7a
|
| 3 |
+
size 1979781184
|
model-00006-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1d114615d61c67a44d70e78551152e8d70f04954cc3ee386657ce4a98e232ba
|
| 3 |
+
size 1946243680
|
model-00007-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1682f24284a8fb129dea2d85958e699505255a47b421cfbaf21b25efcbce3281
|
| 3 |
+
size 1979781184
|
model-00008-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da4b39cba543fed9e061e30a44a865eaffa73761362b7f263c5db841f8052ea6
|
| 3 |
+
size 553690488
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1,297 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"metadata": {
|
| 3 |
+
"total_size": 14221320192
|
| 4 |
+
},
|
| 5 |
+
"weight_map": {
|
| 6 |
+
"embed_tokens.weight": "model-00001-of-00008.safetensors",
|
| 7 |
+
"layers.0.input_layernorm.weight": "model-00001-of-00008.safetensors",
|
| 8 |
+
"layers.0.mlp.down_proj.weight": "model-00001-of-00008.safetensors",
|
| 9 |
+
"layers.0.mlp.gate_proj.weight": "model-00001-of-00008.safetensors",
|
| 10 |
+
"layers.0.mlp.up_proj.weight": "model-00001-of-00008.safetensors",
|
| 11 |
+
"layers.0.post_attention_layernorm.weight": "model-00001-of-00008.safetensors",
|
| 12 |
+
"layers.0.self_attn.k_proj.weight": "model-00001-of-00008.safetensors",
|
| 13 |
+
"layers.0.self_attn.o_proj.weight": "model-00001-of-00008.safetensors",
|
| 14 |
+
"layers.0.self_attn.q_proj.weight": "model-00001-of-00008.safetensors",
|
| 15 |
+
"layers.0.self_attn.v_proj.weight": "model-00001-of-00008.safetensors",
|
| 16 |
+
"layers.1.input_layernorm.weight": "model-00001-of-00008.safetensors",
|
| 17 |
+
"layers.1.mlp.down_proj.weight": "model-00001-of-00008.safetensors",
|
| 18 |
+
"layers.1.mlp.gate_proj.weight": "model-00001-of-00008.safetensors",
|
| 19 |
+
"layers.1.mlp.up_proj.weight": "model-00001-of-00008.safetensors",
|
| 20 |
+
"layers.1.post_attention_layernorm.weight": "model-00001-of-00008.safetensors",
|
| 21 |
+
"layers.1.self_attn.k_proj.weight": "model-00001-of-00008.safetensors",
|
| 22 |
+
"layers.1.self_attn.o_proj.weight": "model-00001-of-00008.safetensors",
|
| 23 |
+
"layers.1.self_attn.q_proj.weight": "model-00001-of-00008.safetensors",
|
| 24 |
+
"layers.1.self_attn.v_proj.weight": "model-00001-of-00008.safetensors",
|
| 25 |
+
"layers.10.input_layernorm.weight": "model-00003-of-00008.safetensors",
|
| 26 |
+
"layers.10.mlp.down_proj.weight": "model-00003-of-00008.safetensors",
|
| 27 |
+
"layers.10.mlp.gate_proj.weight": "model-00003-of-00008.safetensors",
|
| 28 |
+
"layers.10.mlp.up_proj.weight": "model-00003-of-00008.safetensors",
|
| 29 |
+
"layers.10.post_attention_layernorm.weight": "model-00003-of-00008.safetensors",
|
| 30 |
+
"layers.10.self_attn.k_proj.weight": "model-00003-of-00008.safetensors",
|
| 31 |
+
"layers.10.self_attn.o_proj.weight": "model-00003-of-00008.safetensors",
|
| 32 |
+
"layers.10.self_attn.q_proj.weight": "model-00003-of-00008.safetensors",
|
| 33 |
+
"layers.10.self_attn.v_proj.weight": "model-00003-of-00008.safetensors",
|
| 34 |
+
"layers.11.input_layernorm.weight": "model-00003-of-00008.safetensors",
|
| 35 |
+
"layers.11.mlp.down_proj.weight": "model-00003-of-00008.safetensors",
|
| 36 |
+
"layers.11.mlp.gate_proj.weight": "model-00003-of-00008.safetensors",
|
| 37 |
+
"layers.11.mlp.up_proj.weight": "model-00003-of-00008.safetensors",
|
| 38 |
+
"layers.11.post_attention_layernorm.weight": "model-00003-of-00008.safetensors",
|
| 39 |
+
"layers.11.self_attn.k_proj.weight": "model-00003-of-00008.safetensors",
|
| 40 |
+
"layers.11.self_attn.o_proj.weight": "model-00003-of-00008.safetensors",
|
| 41 |
+
"layers.11.self_attn.q_proj.weight": "model-00003-of-00008.safetensors",
|
| 42 |
+
"layers.11.self_attn.v_proj.weight": "model-00003-of-00008.safetensors",
|
| 43 |
+
"layers.12.input_layernorm.weight": "model-00004-of-00008.safetensors",
|
| 44 |
+
"layers.12.mlp.down_proj.weight": "model-00004-of-00008.safetensors",
|
| 45 |
+
"layers.12.mlp.gate_proj.weight": "model-00003-of-00008.safetensors",
|
| 46 |
+
"layers.12.mlp.up_proj.weight": "model-00003-of-00008.safetensors",
|
| 47 |
+
"layers.12.post_attention_layernorm.weight": "model-00004-of-00008.safetensors",
|
| 48 |
+
"layers.12.self_attn.k_proj.weight": "model-00003-of-00008.safetensors",
|
| 49 |
+
"layers.12.self_attn.o_proj.weight": "model-00003-of-00008.safetensors",
|
| 50 |
+
"layers.12.self_attn.q_proj.weight": "model-00003-of-00008.safetensors",
|
| 51 |
+
"layers.12.self_attn.v_proj.weight": "model-00003-of-00008.safetensors",
|
| 52 |
+
"layers.13.input_layernorm.weight": "model-00004-of-00008.safetensors",
|
| 53 |
+
"layers.13.mlp.down_proj.weight": "model-00004-of-00008.safetensors",
|
| 54 |
+
"layers.13.mlp.gate_proj.weight": "model-00004-of-00008.safetensors",
|
| 55 |
+
"layers.13.mlp.up_proj.weight": "model-00004-of-00008.safetensors",
|
| 56 |
+
"layers.13.post_attention_layernorm.weight": "model-00004-of-00008.safetensors",
|
| 57 |
+
"layers.13.self_attn.k_proj.weight": "model-00004-of-00008.safetensors",
|
| 58 |
+
"layers.13.self_attn.o_proj.weight": "model-00004-of-00008.safetensors",
|
| 59 |
+
"layers.13.self_attn.q_proj.weight": "model-00004-of-00008.safetensors",
|
| 60 |
+
"layers.13.self_attn.v_proj.weight": "model-00004-of-00008.safetensors",
|
| 61 |
+
"layers.14.input_layernorm.weight": "model-00004-of-00008.safetensors",
|
| 62 |
+
"layers.14.mlp.down_proj.weight": "model-00004-of-00008.safetensors",
|
| 63 |
+
"layers.14.mlp.gate_proj.weight": "model-00004-of-00008.safetensors",
|
| 64 |
+
"layers.14.mlp.up_proj.weight": "model-00004-of-00008.safetensors",
|
| 65 |
+
"layers.14.post_attention_layernorm.weight": "model-00004-of-00008.safetensors",
|
| 66 |
+
"layers.14.self_attn.k_proj.weight": "model-00004-of-00008.safetensors",
|
| 67 |
+
"layers.14.self_attn.o_proj.weight": "model-00004-of-00008.safetensors",
|
| 68 |
+
"layers.14.self_attn.q_proj.weight": "model-00004-of-00008.safetensors",
|
| 69 |
+
"layers.14.self_attn.v_proj.weight": "model-00004-of-00008.safetensors",
|
| 70 |
+
"layers.15.input_layernorm.weight": "model-00004-of-00008.safetensors",
|
| 71 |
+
"layers.15.mlp.down_proj.weight": "model-00004-of-00008.safetensors",
|
| 72 |
+
"layers.15.mlp.gate_proj.weight": "model-00004-of-00008.safetensors",
|
| 73 |
+
"layers.15.mlp.up_proj.weight": "model-00004-of-00008.safetensors",
|
| 74 |
+
"layers.15.post_attention_layernorm.weight": "model-00004-of-00008.safetensors",
|
| 75 |
+
"layers.15.self_attn.k_proj.weight": "model-00004-of-00008.safetensors",
|
| 76 |
+
"layers.15.self_attn.o_proj.weight": "model-00004-of-00008.safetensors",
|
| 77 |
+
"layers.15.self_attn.q_proj.weight": "model-00004-of-00008.safetensors",
|
| 78 |
+
"layers.15.self_attn.v_proj.weight": "model-00004-of-00008.safetensors",
|
| 79 |
+
"layers.16.input_layernorm.weight": "model-00004-of-00008.safetensors",
|
| 80 |
+
"layers.16.mlp.down_proj.weight": "model-00004-of-00008.safetensors",
|
| 81 |
+
"layers.16.mlp.gate_proj.weight": "model-00004-of-00008.safetensors",
|
| 82 |
+
"layers.16.mlp.up_proj.weight": "model-00004-of-00008.safetensors",
|
| 83 |
+
"layers.16.post_attention_layernorm.weight": "model-00004-of-00008.safetensors",
|
| 84 |
+
"layers.16.self_attn.k_proj.weight": "model-00004-of-00008.safetensors",
|
| 85 |
+
"layers.16.self_attn.o_proj.weight": "model-00004-of-00008.safetensors",
|
| 86 |
+
"layers.16.self_attn.q_proj.weight": "model-00004-of-00008.safetensors",
|
| 87 |
+
"layers.16.self_attn.v_proj.weight": "model-00004-of-00008.safetensors",
|
| 88 |
+
"layers.17.input_layernorm.weight": "model-00005-of-00008.safetensors",
|
| 89 |
+
"layers.17.mlp.down_proj.weight": "model-00005-of-00008.safetensors",
|
| 90 |
+
"layers.17.mlp.gate_proj.weight": "model-00005-of-00008.safetensors",
|
| 91 |
+
"layers.17.mlp.up_proj.weight": "model-00005-of-00008.safetensors",
|
| 92 |
+
"layers.17.post_attention_layernorm.weight": "model-00005-of-00008.safetensors",
|
| 93 |
+
"layers.17.self_attn.k_proj.weight": "model-00004-of-00008.safetensors",
|
| 94 |
+
"layers.17.self_attn.o_proj.weight": "model-00004-of-00008.safetensors",
|
| 95 |
+
"layers.17.self_attn.q_proj.weight": "model-00004-of-00008.safetensors",
|
| 96 |
+
"layers.17.self_attn.v_proj.weight": "model-00004-of-00008.safetensors",
|
| 97 |
+
"layers.18.input_layernorm.weight": "model-00005-of-00008.safetensors",
|
| 98 |
+
"layers.18.mlp.down_proj.weight": "model-00005-of-00008.safetensors",
|
| 99 |
+
"layers.18.mlp.gate_proj.weight": "model-00005-of-00008.safetensors",
|
| 100 |
+
"layers.18.mlp.up_proj.weight": "model-00005-of-00008.safetensors",
|
| 101 |
+
"layers.18.post_attention_layernorm.weight": "model-00005-of-00008.safetensors",
|
| 102 |
+
"layers.18.self_attn.k_proj.weight": "model-00005-of-00008.safetensors",
|
| 103 |
+
"layers.18.self_attn.o_proj.weight": "model-00005-of-00008.safetensors",
|
| 104 |
+
"layers.18.self_attn.q_proj.weight": "model-00005-of-00008.safetensors",
|
| 105 |
+
"layers.18.self_attn.v_proj.weight": "model-00005-of-00008.safetensors",
|
| 106 |
+
"layers.19.input_layernorm.weight": "model-00005-of-00008.safetensors",
|
| 107 |
+
"layers.19.mlp.down_proj.weight": "model-00005-of-00008.safetensors",
|
| 108 |
+
"layers.19.mlp.gate_proj.weight": "model-00005-of-00008.safetensors",
|
| 109 |
+
"layers.19.mlp.up_proj.weight": "model-00005-of-00008.safetensors",
|
| 110 |
+
"layers.19.post_attention_layernorm.weight": "model-00005-of-00008.safetensors",
|
| 111 |
+
"layers.19.self_attn.k_proj.weight": "model-00005-of-00008.safetensors",
|
| 112 |
+
"layers.19.self_attn.o_proj.weight": "model-00005-of-00008.safetensors",
|
| 113 |
+
"layers.19.self_attn.q_proj.weight": "model-00005-of-00008.safetensors",
|
| 114 |
+
"layers.19.self_attn.v_proj.weight": "model-00005-of-00008.safetensors",
|
| 115 |
+
"layers.2.input_layernorm.weight": "model-00001-of-00008.safetensors",
|
| 116 |
+
"layers.2.mlp.down_proj.weight": "model-00001-of-00008.safetensors",
|
| 117 |
+
"layers.2.mlp.gate_proj.weight": "model-00001-of-00008.safetensors",
|
| 118 |
+
"layers.2.mlp.up_proj.weight": "model-00001-of-00008.safetensors",
|
| 119 |
+
"layers.2.post_attention_layernorm.weight": "model-00001-of-00008.safetensors",
|
| 120 |
+
"layers.2.self_attn.k_proj.weight": "model-00001-of-00008.safetensors",
|
| 121 |
+
"layers.2.self_attn.o_proj.weight": "model-00001-of-00008.safetensors",
|
| 122 |
+
"layers.2.self_attn.q_proj.weight": "model-00001-of-00008.safetensors",
|
| 123 |
+
"layers.2.self_attn.v_proj.weight": "model-00001-of-00008.safetensors",
|
| 124 |
+
"layers.20.input_layernorm.weight": "model-00005-of-00008.safetensors",
|
| 125 |
+
"layers.20.mlp.down_proj.weight": "model-00005-of-00008.safetensors",
|
| 126 |
+
"layers.20.mlp.gate_proj.weight": "model-00005-of-00008.safetensors",
|
| 127 |
+
"layers.20.mlp.up_proj.weight": "model-00005-of-00008.safetensors",
|
| 128 |
+
"layers.20.post_attention_layernorm.weight": "model-00005-of-00008.safetensors",
|
| 129 |
+
"layers.20.self_attn.k_proj.weight": "model-00005-of-00008.safetensors",
|
| 130 |
+
"layers.20.self_attn.o_proj.weight": "model-00005-of-00008.safetensors",
|
| 131 |
+
"layers.20.self_attn.q_proj.weight": "model-00005-of-00008.safetensors",
|
| 132 |
+
"layers.20.self_attn.v_proj.weight": "model-00005-of-00008.safetensors",
|
| 133 |
+
"layers.21.input_layernorm.weight": "model-00006-of-00008.safetensors",
|
| 134 |
+
"layers.21.mlp.down_proj.weight": "model-00006-of-00008.safetensors",
|
| 135 |
+
"layers.21.mlp.gate_proj.weight": "model-00005-of-00008.safetensors",
|
| 136 |
+
"layers.21.mlp.up_proj.weight": "model-00005-of-00008.safetensors",
|
| 137 |
+
"layers.21.post_attention_layernorm.weight": "model-00006-of-00008.safetensors",
|
| 138 |
+
"layers.21.self_attn.k_proj.weight": "model-00005-of-00008.safetensors",
|
| 139 |
+
"layers.21.self_attn.o_proj.weight": "model-00005-of-00008.safetensors",
|
| 140 |
+
"layers.21.self_attn.q_proj.weight": "model-00005-of-00008.safetensors",
|
| 141 |
+
"layers.21.self_attn.v_proj.weight": "model-00005-of-00008.safetensors",
|
| 142 |
+
"layers.22.input_layernorm.weight": "model-00006-of-00008.safetensors",
|
| 143 |
+
"layers.22.mlp.down_proj.weight": "model-00006-of-00008.safetensors",
|
| 144 |
+
"layers.22.mlp.gate_proj.weight": "model-00006-of-00008.safetensors",
|
| 145 |
+
"layers.22.mlp.up_proj.weight": "model-00006-of-00008.safetensors",
|
| 146 |
+
"layers.22.post_attention_layernorm.weight": "model-00006-of-00008.safetensors",
|
| 147 |
+
"layers.22.self_attn.k_proj.weight": "model-00006-of-00008.safetensors",
|
| 148 |
+
"layers.22.self_attn.o_proj.weight": "model-00006-of-00008.safetensors",
|
| 149 |
+
"layers.22.self_attn.q_proj.weight": "model-00006-of-00008.safetensors",
|
| 150 |
+
"layers.22.self_attn.v_proj.weight": "model-00006-of-00008.safetensors",
|
| 151 |
+
"layers.23.input_layernorm.weight": "model-00006-of-00008.safetensors",
|
| 152 |
+
"layers.23.mlp.down_proj.weight": "model-00006-of-00008.safetensors",
|
| 153 |
+
"layers.23.mlp.gate_proj.weight": "model-00006-of-00008.safetensors",
|
| 154 |
+
"layers.23.mlp.up_proj.weight": "model-00006-of-00008.safetensors",
|
| 155 |
+
"layers.23.post_attention_layernorm.weight": "model-00006-of-00008.safetensors",
|
| 156 |
+
"layers.23.self_attn.k_proj.weight": "model-00006-of-00008.safetensors",
|
| 157 |
+
"layers.23.self_attn.o_proj.weight": "model-00006-of-00008.safetensors",
|
| 158 |
+
"layers.23.self_attn.q_proj.weight": "model-00006-of-00008.safetensors",
|
| 159 |
+
"layers.23.self_attn.v_proj.weight": "model-00006-of-00008.safetensors",
|
| 160 |
+
"layers.24.input_layernorm.weight": "model-00006-of-00008.safetensors",
|
| 161 |
+
"layers.24.mlp.down_proj.weight": "model-00006-of-00008.safetensors",
|
| 162 |
+
"layers.24.mlp.gate_proj.weight": "model-00006-of-00008.safetensors",
|
| 163 |
+
"layers.24.mlp.up_proj.weight": "model-00006-of-00008.safetensors",
|
| 164 |
+
"layers.24.post_attention_layernorm.weight": "model-00006-of-00008.safetensors",
|
| 165 |
+
"layers.24.self_attn.k_proj.weight": "model-00006-of-00008.safetensors",
|
| 166 |
+
"layers.24.self_attn.o_proj.weight": "model-00006-of-00008.safetensors",
|
| 167 |
+
"layers.24.self_attn.q_proj.weight": "model-00006-of-00008.safetensors",
|
| 168 |
+
"layers.24.self_attn.v_proj.weight": "model-00006-of-00008.safetensors",
|
| 169 |
+
"layers.25.input_layernorm.weight": "model-00006-of-00008.safetensors",
|
| 170 |
+
"layers.25.mlp.down_proj.weight": "model-00006-of-00008.safetensors",
|
| 171 |
+
"layers.25.mlp.gate_proj.weight": "model-00006-of-00008.safetensors",
|
| 172 |
+
"layers.25.mlp.up_proj.weight": "model-00006-of-00008.safetensors",
|
| 173 |
+
"layers.25.post_attention_layernorm.weight": "model-00006-of-00008.safetensors",
|
| 174 |
+
"layers.25.self_attn.k_proj.weight": "model-00006-of-00008.safetensors",
|
| 175 |
+
"layers.25.self_attn.o_proj.weight": "model-00006-of-00008.safetensors",
|
| 176 |
+
"layers.25.self_attn.q_proj.weight": "model-00006-of-00008.safetensors",
|
| 177 |
+
"layers.25.self_attn.v_proj.weight": "model-00006-of-00008.safetensors",
|
| 178 |
+
"layers.26.input_layernorm.weight": "model-00007-of-00008.safetensors",
|
| 179 |
+
"layers.26.mlp.down_proj.weight": "model-00007-of-00008.safetensors",
|
| 180 |
+
"layers.26.mlp.gate_proj.weight": "model-00007-of-00008.safetensors",
|
| 181 |
+
"layers.26.mlp.up_proj.weight": "model-00007-of-00008.safetensors",
|
| 182 |
+
"layers.26.post_attention_layernorm.weight": "model-00007-of-00008.safetensors",
|
| 183 |
+
"layers.26.self_attn.k_proj.weight": "model-00006-of-00008.safetensors",
|
| 184 |
+
"layers.26.self_attn.o_proj.weight": "model-00006-of-00008.safetensors",
|
| 185 |
+
"layers.26.self_attn.q_proj.weight": "model-00006-of-00008.safetensors",
|
| 186 |
+
"layers.26.self_attn.v_proj.weight": "model-00006-of-00008.safetensors",
|
| 187 |
+
"layers.27.input_layernorm.weight": "model-00007-of-00008.safetensors",
|
| 188 |
+
"layers.27.mlp.down_proj.weight": "model-00007-of-00008.safetensors",
|
| 189 |
+
"layers.27.mlp.gate_proj.weight": "model-00007-of-00008.safetensors",
|
| 190 |
+
"layers.27.mlp.up_proj.weight": "model-00007-of-00008.safetensors",
|
| 191 |
+
"layers.27.post_attention_layernorm.weight": "model-00007-of-00008.safetensors",
|
| 192 |
+
"layers.27.self_attn.k_proj.weight": "model-00007-of-00008.safetensors",
|
| 193 |
+
"layers.27.self_attn.o_proj.weight": "model-00007-of-00008.safetensors",
|
| 194 |
+
"layers.27.self_attn.q_proj.weight": "model-00007-of-00008.safetensors",
|
| 195 |
+
"layers.27.self_attn.v_proj.weight": "model-00007-of-00008.safetensors",
|
| 196 |
+
"layers.28.input_layernorm.weight": "model-00007-of-00008.safetensors",
|
| 197 |
+
"layers.28.mlp.down_proj.weight": "model-00007-of-00008.safetensors",
|
| 198 |
+
"layers.28.mlp.gate_proj.weight": "model-00007-of-00008.safetensors",
|
| 199 |
+
"layers.28.mlp.up_proj.weight": "model-00007-of-00008.safetensors",
|
| 200 |
+
"layers.28.post_attention_layernorm.weight": "model-00007-of-00008.safetensors",
|
| 201 |
+
"layers.28.self_attn.k_proj.weight": "model-00007-of-00008.safetensors",
|
| 202 |
+
"layers.28.self_attn.o_proj.weight": "model-00007-of-00008.safetensors",
|
| 203 |
+
"layers.28.self_attn.q_proj.weight": "model-00007-of-00008.safetensors",
|
| 204 |
+
"layers.28.self_attn.v_proj.weight": "model-00007-of-00008.safetensors",
|
| 205 |
+
"layers.29.input_layernorm.weight": "model-00007-of-00008.safetensors",
|
| 206 |
+
"layers.29.mlp.down_proj.weight": "model-00007-of-00008.safetensors",
|
| 207 |
+
"layers.29.mlp.gate_proj.weight": "model-00007-of-00008.safetensors",
|
| 208 |
+
"layers.29.mlp.up_proj.weight": "model-00007-of-00008.safetensors",
|
| 209 |
+
"layers.29.post_attention_layernorm.weight": "model-00007-of-00008.safetensors",
|
| 210 |
+
"layers.29.self_attn.k_proj.weight": "model-00007-of-00008.safetensors",
|
| 211 |
+
"layers.29.self_attn.o_proj.weight": "model-00007-of-00008.safetensors",
|
| 212 |
+
"layers.29.self_attn.q_proj.weight": "model-00007-of-00008.safetensors",
|
| 213 |
+
"layers.29.self_attn.v_proj.weight": "model-00007-of-00008.safetensors",
|
| 214 |
+
"layers.3.input_layernorm.weight": "model-00002-of-00008.safetensors",
|
| 215 |
+
"layers.3.mlp.down_proj.weight": "model-00002-of-00008.safetensors",
|
| 216 |
+
"layers.3.mlp.gate_proj.weight": "model-00001-of-00008.safetensors",
|
| 217 |
+
"layers.3.mlp.up_proj.weight": "model-00001-of-00008.safetensors",
|
| 218 |
+
"layers.3.post_attention_layernorm.weight": "model-00002-of-00008.safetensors",
|
| 219 |
+
"layers.3.self_attn.k_proj.weight": "model-00001-of-00008.safetensors",
|
| 220 |
+
"layers.3.self_attn.o_proj.weight": "model-00001-of-00008.safetensors",
|
| 221 |
+
"layers.3.self_attn.q_proj.weight": "model-00001-of-00008.safetensors",
|
| 222 |
+
"layers.3.self_attn.v_proj.weight": "model-00001-of-00008.safetensors",
|
| 223 |
+
"layers.30.input_layernorm.weight": "model-00008-of-00008.safetensors",
|
| 224 |
+
"layers.30.mlp.down_proj.weight": "model-00008-of-00008.safetensors",
|
| 225 |
+
"layers.30.mlp.gate_proj.weight": "model-00007-of-00008.safetensors",
|
| 226 |
+
"layers.30.mlp.up_proj.weight": "model-00007-of-00008.safetensors",
|
| 227 |
+
"layers.30.post_attention_layernorm.weight": "model-00008-of-00008.safetensors",
|
| 228 |
+
"layers.30.self_attn.k_proj.weight": "model-00007-of-00008.safetensors",
|
| 229 |
+
"layers.30.self_attn.o_proj.weight": "model-00007-of-00008.safetensors",
|
| 230 |
+
"layers.30.self_attn.q_proj.weight": "model-00007-of-00008.safetensors",
|
| 231 |
+
"layers.30.self_attn.v_proj.weight": "model-00007-of-00008.safetensors",
|
| 232 |
+
"layers.31.input_layernorm.weight": "model-00008-of-00008.safetensors",
|
| 233 |
+
"layers.31.mlp.down_proj.weight": "model-00008-of-00008.safetensors",
|
| 234 |
+
"layers.31.mlp.gate_proj.weight": "model-00008-of-00008.safetensors",
|
| 235 |
+
"layers.31.mlp.up_proj.weight": "model-00008-of-00008.safetensors",
|
| 236 |
+
"layers.31.post_attention_layernorm.weight": "model-00008-of-00008.safetensors",
|
| 237 |
+
"layers.31.self_attn.k_proj.weight": "model-00008-of-00008.safetensors",
|
| 238 |
+
"layers.31.self_attn.o_proj.weight": "model-00008-of-00008.safetensors",
|
| 239 |
+
"layers.31.self_attn.q_proj.weight": "model-00008-of-00008.safetensors",
|
| 240 |
+
"layers.31.self_attn.v_proj.weight": "model-00008-of-00008.safetensors",
|
| 241 |
+
"layers.4.input_layernorm.weight": "model-00002-of-00008.safetensors",
|
| 242 |
+
"layers.4.mlp.down_proj.weight": "model-00002-of-00008.safetensors",
|
| 243 |
+
"layers.4.mlp.gate_proj.weight": "model-00002-of-00008.safetensors",
|
| 244 |
+
"layers.4.mlp.up_proj.weight": "model-00002-of-00008.safetensors",
|
| 245 |
+
"layers.4.post_attention_layernorm.weight": "model-00002-of-00008.safetensors",
|
| 246 |
+
"layers.4.self_attn.k_proj.weight": "model-00002-of-00008.safetensors",
|
| 247 |
+
"layers.4.self_attn.o_proj.weight": "model-00002-of-00008.safetensors",
|
| 248 |
+
"layers.4.self_attn.q_proj.weight": "model-00002-of-00008.safetensors",
|
| 249 |
+
"layers.4.self_attn.v_proj.weight": "model-00002-of-00008.safetensors",
|
| 250 |
+
"layers.5.input_layernorm.weight": "model-00002-of-00008.safetensors",
|
| 251 |
+
"layers.5.mlp.down_proj.weight": "model-00002-of-00008.safetensors",
|
| 252 |
+
"layers.5.mlp.gate_proj.weight": "model-00002-of-00008.safetensors",
|
| 253 |
+
"layers.5.mlp.up_proj.weight": "model-00002-of-00008.safetensors",
|
| 254 |
+
"layers.5.post_attention_layernorm.weight": "model-00002-of-00008.safetensors",
|
| 255 |
+
"layers.5.self_attn.k_proj.weight": "model-00002-of-00008.safetensors",
|
| 256 |
+
"layers.5.self_attn.o_proj.weight": "model-00002-of-00008.safetensors",
|
| 257 |
+
"layers.5.self_attn.q_proj.weight": "model-00002-of-00008.safetensors",
|
| 258 |
+
"layers.5.self_attn.v_proj.weight": "model-00002-of-00008.safetensors",
|
| 259 |
+
"layers.6.input_layernorm.weight": "model-00002-of-00008.safetensors",
|
| 260 |
+
"layers.6.mlp.down_proj.weight": "model-00002-of-00008.safetensors",
|
| 261 |
+
"layers.6.mlp.gate_proj.weight": "model-00002-of-00008.safetensors",
|
| 262 |
+
"layers.6.mlp.up_proj.weight": "model-00002-of-00008.safetensors",
|
| 263 |
+
"layers.6.post_attention_layernorm.weight": "model-00002-of-00008.safetensors",
|
| 264 |
+
"layers.6.self_attn.k_proj.weight": "model-00002-of-00008.safetensors",
|
| 265 |
+
"layers.6.self_attn.o_proj.weight": "model-00002-of-00008.safetensors",
|
| 266 |
+
"layers.6.self_attn.q_proj.weight": "model-00002-of-00008.safetensors",
|
| 267 |
+
"layers.6.self_attn.v_proj.weight": "model-00002-of-00008.safetensors",
|
| 268 |
+
"layers.7.input_layernorm.weight": "model-00002-of-00008.safetensors",
|
| 269 |
+
"layers.7.mlp.down_proj.weight": "model-00002-of-00008.safetensors",
|
| 270 |
+
"layers.7.mlp.gate_proj.weight": "model-00002-of-00008.safetensors",
|
| 271 |
+
"layers.7.mlp.up_proj.weight": "model-00002-of-00008.safetensors",
|
| 272 |
+
"layers.7.post_attention_layernorm.weight": "model-00002-of-00008.safetensors",
|
| 273 |
+
"layers.7.self_attn.k_proj.weight": "model-00002-of-00008.safetensors",
|
| 274 |
+
"layers.7.self_attn.o_proj.weight": "model-00002-of-00008.safetensors",
|
| 275 |
+
"layers.7.self_attn.q_proj.weight": "model-00002-of-00008.safetensors",
|
| 276 |
+
"layers.7.self_attn.v_proj.weight": "model-00002-of-00008.safetensors",
|
| 277 |
+
"layers.8.input_layernorm.weight": "model-00003-of-00008.safetensors",
|
| 278 |
+
"layers.8.mlp.down_proj.weight": "model-00003-of-00008.safetensors",
|
| 279 |
+
"layers.8.mlp.gate_proj.weight": "model-00003-of-00008.safetensors",
|
| 280 |
+
"layers.8.mlp.up_proj.weight": "model-00003-of-00008.safetensors",
|
| 281 |
+
"layers.8.post_attention_layernorm.weight": "model-00003-of-00008.safetensors",
|
| 282 |
+
"layers.8.self_attn.k_proj.weight": "model-00002-of-00008.safetensors",
|
| 283 |
+
"layers.8.self_attn.o_proj.weight": "model-00002-of-00008.safetensors",
|
| 284 |
+
"layers.8.self_attn.q_proj.weight": "model-00002-of-00008.safetensors",
|
| 285 |
+
"layers.8.self_attn.v_proj.weight": "model-00002-of-00008.safetensors",
|
| 286 |
+
"layers.9.input_layernorm.weight": "model-00003-of-00008.safetensors",
|
| 287 |
+
"layers.9.mlp.down_proj.weight": "model-00003-of-00008.safetensors",
|
| 288 |
+
"layers.9.mlp.gate_proj.weight": "model-00003-of-00008.safetensors",
|
| 289 |
+
"layers.9.mlp.up_proj.weight": "model-00003-of-00008.safetensors",
|
| 290 |
+
"layers.9.post_attention_layernorm.weight": "model-00003-of-00008.safetensors",
|
| 291 |
+
"layers.9.self_attn.k_proj.weight": "model-00003-of-00008.safetensors",
|
| 292 |
+
"layers.9.self_attn.o_proj.weight": "model-00003-of-00008.safetensors",
|
| 293 |
+
"layers.9.self_attn.q_proj.weight": "model-00003-of-00008.safetensors",
|
| 294 |
+
"layers.9.self_attn.v_proj.weight": "model-00003-of-00008.safetensors",
|
| 295 |
+
"norm.weight": "model-00008-of-00008.safetensors"
|
| 296 |
+
}
|
| 297 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": {
|
| 17 |
+
"content": "</s>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"unk_token": {
|
| 24 |
+
"content": "<unk>",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": false,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
}
|
| 30 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
| 3 |
+
size 493443
|
tokenizer_config.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"additional_special_tokens": [],
|
| 32 |
+
"bos_token": "<s>",
|
| 33 |
+
"chat_template": "{%- if messages[0]['role'] == 'system' %}\n {%- set system_message = messages[0]['content'] %}\n {%- set loop_messages = messages[1:] %}\n{%- else %}\n {%- set loop_messages = messages %}\n{%- endif %}\n\n{{- bos_token }}\n{%- for message in loop_messages %}\n {%- if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}\n {{- raise_exception('After the optional system message, conversation roles must alternate user/assistant/user/assistant/...') }}\n {%- endif %}\n {%- if message['role'] == 'user' %}\n {%- if loop.first and system_message is defined %}\n {{- ' [INST] ' + system_message + '\\n\\n' + message['content'] + ' [/INST]' }}\n {%- else %}\n {{- ' [INST] ' + message['content'] + ' [/INST]' }}\n {%- endif %}\n {%- elif message['role'] == 'assistant' %}\n {{- ' ' + message['content'] + eos_token}}\n {%- else %}\n {{- raise_exception('Only user and assistant roles are supported, with the exception of an initial optional system message!') }}\n {%- endif %}\n{%- endfor %}\n",
|
| 34 |
+
"clean_up_tokenization_spaces": false,
|
| 35 |
+
"eos_token": "</s>",
|
| 36 |
+
"legacy": false,
|
| 37 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 38 |
+
"pad_token": "</s>",
|
| 39 |
+
"sp_model_kwargs": {},
|
| 40 |
+
"spaces_between_special_tokens": false,
|
| 41 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 42 |
+
"unk_token": "<unk>",
|
| 43 |
+
"use_default_system_prompt": false
|
| 44 |
+
}
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e97000e61d0d5d27fad4876d50e8c577b836277226e062e272e9d4ec29619c8e
|
| 3 |
+
size 4539
|