Instructions to use bboeun/sft3-Interleaved-ref-mistral-fix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use bboeun/sft3-Interleaved-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/sft3-Interleaved-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-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:6cced89909c5437e0d38cea350f9ffa098ea27f8012d302bcaa6fad79c75a0ad
|
| 3 |
+
size 20481216
|
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:6cced89909c5437e0d38cea350f9ffa098ea27f8012d302bcaa6fad79c75a0ad
|
| 3 |
+
size 20481216
|
checkpoint-500/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7dd0fe1d05ce98eb221bd84d98bc43b0956bd949a00440d3a6aa5f8d9054a087
|
| 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:3cff703f28f1b9fda077607ebdd2c6849ea73fc7bfb484e0fc04b75054f7bcfd
|
| 3 |
+
size 14575
|
checkpoint-500/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe155c1757bd8eeff4de98df67429321802849e40ac0a21b0c46960e8423b7ee
|
| 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": 1.0,
|
| 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.02,
|
| 13 |
+
"learning_rate": 4.92e-05,
|
| 14 |
+
"loss": 4.9766,
|
| 15 |
+
"step": 10
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"epoch": 0.04,
|
| 19 |
+
"learning_rate": 4.82e-05,
|
| 20 |
+
"loss": 4.2391,
|
| 21 |
+
"step": 20
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"epoch": 0.06,
|
| 25 |
+
"learning_rate": 4.72e-05,
|
| 26 |
+
"loss": 3.9415,
|
| 27 |
+
"step": 30
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"epoch": 0.08,
|
| 31 |
+
"learning_rate": 4.6200000000000005e-05,
|
| 32 |
+
"loss": 3.0687,
|
| 33 |
+
"step": 40
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"epoch": 0.1,
|
| 37 |
+
"learning_rate": 4.52e-05,
|
| 38 |
+
"loss": 2.5987,
|
| 39 |
+
"step": 50
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 0.12,
|
| 43 |
+
"learning_rate": 4.4200000000000004e-05,
|
| 44 |
+
"loss": 2.4359,
|
| 45 |
+
"step": 60
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.14,
|
| 49 |
+
"learning_rate": 4.32e-05,
|
| 50 |
+
"loss": 2.2468,
|
| 51 |
+
"step": 70
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.16,
|
| 55 |
+
"learning_rate": 4.22e-05,
|
| 56 |
+
"loss": 2.3205,
|
| 57 |
+
"step": 80
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"epoch": 0.18,
|
| 61 |
+
"learning_rate": 4.12e-05,
|
| 62 |
+
"loss": 2.2296,
|
| 63 |
+
"step": 90
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"epoch": 0.2,
|
| 67 |
+
"learning_rate": 4.02e-05,
|
| 68 |
+
"loss": 2.1806,
|
| 69 |
+
"step": 100
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 0.22,
|
| 73 |
+
"learning_rate": 3.9200000000000004e-05,
|
| 74 |
+
"loss": 2.2436,
|
| 75 |
+
"step": 110
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"epoch": 0.24,
|
| 79 |
+
"learning_rate": 3.82e-05,
|
| 80 |
+
"loss": 2.226,
|
| 81 |
+
"step": 120
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"epoch": 0.26,
|
| 85 |
+
"learning_rate": 3.72e-05,
|
| 86 |
+
"loss": 2.3054,
|
| 87 |
+
"step": 130
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 0.28,
|
| 91 |
+
"learning_rate": 3.62e-05,
|
| 92 |
+
"loss": 2.1606,
|
| 93 |
+
"step": 140
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 0.3,
|
| 97 |
+
"learning_rate": 3.52e-05,
|
| 98 |
+
"loss": 2.0426,
|
| 99 |
+
"step": 150
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"epoch": 0.32,
|
| 103 |
+
"learning_rate": 3.4200000000000005e-05,
|
| 104 |
+
"loss": 2.0585,
|
| 105 |
+
"step": 160
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"epoch": 0.34,
|
| 109 |
+
"learning_rate": 3.32e-05,
|
| 110 |
+
"loss": 2.0849,
|
| 111 |
+
"step": 170
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"epoch": 0.36,
|
| 115 |
+
"learning_rate": 3.2200000000000003e-05,
|
| 116 |
+
"loss": 2.0759,
|
| 117 |
+
"step": 180
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"epoch": 0.38,
|
| 121 |
+
"learning_rate": 3.12e-05,
|
| 122 |
+
"loss": 2.1016,
|
| 123 |
+
"step": 190
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"epoch": 0.4,
|
| 127 |
+
"learning_rate": 3.02e-05,
|
| 128 |
+
"loss": 2.1405,
|
| 129 |
+
"step": 200
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 0.42,
|
| 133 |
+
"learning_rate": 2.9199999999999998e-05,
|
| 134 |
+
"loss": 2.0463,
|
| 135 |
+
"step": 210
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 0.44,
|
| 139 |
+
"learning_rate": 2.8199999999999998e-05,
|
| 140 |
+
"loss": 2.0705,
|
| 141 |
+
"step": 220
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"epoch": 0.46,
|
| 145 |
+
"learning_rate": 2.7200000000000004e-05,
|
| 146 |
+
"loss": 2.0649,
|
| 147 |
+
"step": 230
|
| 148 |
+
},
|
| 149 |
+
{
|
| 150 |
+
"epoch": 0.48,
|
| 151 |
+
"learning_rate": 2.6200000000000003e-05,
|
| 152 |
+
"loss": 2.0627,
|
| 153 |
+
"step": 240
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"epoch": 0.5,
|
| 157 |
+
"learning_rate": 2.5200000000000003e-05,
|
| 158 |
+
"loss": 2.104,
|
| 159 |
+
"step": 250
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 0.52,
|
| 163 |
+
"learning_rate": 2.4200000000000002e-05,
|
| 164 |
+
"loss": 2.0048,
|
| 165 |
+
"step": 260
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"epoch": 0.54,
|
| 169 |
+
"learning_rate": 2.32e-05,
|
| 170 |
+
"loss": 2.014,
|
| 171 |
+
"step": 270
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 0.56,
|
| 175 |
+
"learning_rate": 2.22e-05,
|
| 176 |
+
"loss": 2.0669,
|
| 177 |
+
"step": 280
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 0.58,
|
| 181 |
+
"learning_rate": 2.12e-05,
|
| 182 |
+
"loss": 2.0763,
|
| 183 |
+
"step": 290
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"epoch": 0.6,
|
| 187 |
+
"learning_rate": 2.0200000000000003e-05,
|
| 188 |
+
"loss": 2.1263,
|
| 189 |
+
"step": 300
|
| 190 |
+
},
|
| 191 |
+
{
|
| 192 |
+
"epoch": 0.62,
|
| 193 |
+
"learning_rate": 1.9200000000000003e-05,
|
| 194 |
+
"loss": 2.0554,
|
| 195 |
+
"step": 310
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"epoch": 0.64,
|
| 199 |
+
"learning_rate": 1.8200000000000002e-05,
|
| 200 |
+
"loss": 1.9518,
|
| 201 |
+
"step": 320
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"epoch": 0.66,
|
| 205 |
+
"learning_rate": 1.7199999999999998e-05,
|
| 206 |
+
"loss": 2.0463,
|
| 207 |
+
"step": 330
|
| 208 |
+
},
|
| 209 |
+
{
|
| 210 |
+
"epoch": 0.68,
|
| 211 |
+
"learning_rate": 1.62e-05,
|
| 212 |
+
"loss": 2.0785,
|
| 213 |
+
"step": 340
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"epoch": 0.7,
|
| 217 |
+
"learning_rate": 1.52e-05,
|
| 218 |
+
"loss": 2.0584,
|
| 219 |
+
"step": 350
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"epoch": 0.72,
|
| 223 |
+
"learning_rate": 1.42e-05,
|
| 224 |
+
"loss": 1.9034,
|
| 225 |
+
"step": 360
|
| 226 |
+
},
|
| 227 |
+
{
|
| 228 |
+
"epoch": 0.74,
|
| 229 |
+
"learning_rate": 1.32e-05,
|
| 230 |
+
"loss": 1.9905,
|
| 231 |
+
"step": 370
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"epoch": 0.76,
|
| 235 |
+
"learning_rate": 1.22e-05,
|
| 236 |
+
"loss": 2.057,
|
| 237 |
+
"step": 380
|
| 238 |
+
},
|
| 239 |
+
{
|
| 240 |
+
"epoch": 0.78,
|
| 241 |
+
"learning_rate": 1.1200000000000001e-05,
|
| 242 |
+
"loss": 2.0305,
|
| 243 |
+
"step": 390
|
| 244 |
+
},
|
| 245 |
+
{
|
| 246 |
+
"epoch": 0.8,
|
| 247 |
+
"learning_rate": 1.02e-05,
|
| 248 |
+
"loss": 2.1671,
|
| 249 |
+
"step": 400
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"epoch": 0.82,
|
| 253 |
+
"learning_rate": 9.2e-06,
|
| 254 |
+
"loss": 2.0973,
|
| 255 |
+
"step": 410
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"epoch": 0.84,
|
| 259 |
+
"learning_rate": 8.200000000000001e-06,
|
| 260 |
+
"loss": 2.0146,
|
| 261 |
+
"step": 420
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"epoch": 0.86,
|
| 265 |
+
"learning_rate": 7.2e-06,
|
| 266 |
+
"loss": 2.0741,
|
| 267 |
+
"step": 430
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"epoch": 0.88,
|
| 271 |
+
"learning_rate": 6.2e-06,
|
| 272 |
+
"loss": 2.0554,
|
| 273 |
+
"step": 440
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"epoch": 0.9,
|
| 277 |
+
"learning_rate": 5.2e-06,
|
| 278 |
+
"loss": 2.0363,
|
| 279 |
+
"step": 450
|
| 280 |
+
},
|
| 281 |
+
{
|
| 282 |
+
"epoch": 0.92,
|
| 283 |
+
"learning_rate": 4.2000000000000004e-06,
|
| 284 |
+
"loss": 2.0002,
|
| 285 |
+
"step": 460
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"epoch": 0.94,
|
| 289 |
+
"learning_rate": 3.2000000000000003e-06,
|
| 290 |
+
"loss": 2.1102,
|
| 291 |
+
"step": 470
|
| 292 |
+
},
|
| 293 |
+
{
|
| 294 |
+
"epoch": 0.96,
|
| 295 |
+
"learning_rate": 2.2e-06,
|
| 296 |
+
"loss": 2.0121,
|
| 297 |
+
"step": 480
|
| 298 |
+
},
|
| 299 |
+
{
|
| 300 |
+
"epoch": 0.98,
|
| 301 |
+
"learning_rate": 1.2000000000000002e-06,
|
| 302 |
+
"loss": 2.0315,
|
| 303 |
+
"step": 490
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"epoch": 1.0,
|
| 307 |
+
"learning_rate": 2.0000000000000002e-07,
|
| 308 |
+
"loss": 1.9848,
|
| 309 |
+
"step": 500
|
| 310 |
+
}
|
| 311 |
+
],
|
| 312 |
+
"logging_steps": 10,
|
| 313 |
+
"max_steps": 500,
|
| 314 |
+
"num_input_tokens_seen": 0,
|
| 315 |
+
"num_train_epochs": 1,
|
| 316 |
+
"save_steps": 500,
|
| 317 |
+
"total_flos": 8861612309102592.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:c92a7965561469826d62b4fd3ada9bf7d930c47e86c6d3220bb575b05a5dd636
|
| 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:18421e4831cc375bfaca5154c426c3492aca5ccc7734c090454654ba42269a2e
|
| 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:18b99e834c7155353f2dca63e4a7f6936a57340ecd05c52ea6d8481c3a2e0569
|
| 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:bd31605a1b6f5eda19d0f6f9e18f14795a1d51fffa6662430a5933f47d527f0b
|
| 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:dd6f1662620d9e614db3225300007e31d0cd914978b744a7de1f604a720a9687
|
| 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:f4ef42b49e395dc448a128531eec239bebdb36c774738ad1329e9175e07a4122
|
| 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:aa046d121ffc095bd1ae799e98ad1d4360219809e58ef760d2b1e97f4c32d43c
|
| 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:d94f6c8e46b25fa4315fb5f2e5752501401bbbd67fa80644fef7e0a1bf86cddc
|
| 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:c2e86113a6983331be29ee036da580e2f31491d2d69cc0e73302116e93a8cd0a
|
| 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:c92a7965561469826d62b4fd3ada9bf7d930c47e86c6d3220bb575b05a5dd636
|
| 3 |
+
size 4539
|