Commit ·
026542d
1
Parent(s): 72d2383
Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- README.md +9 -0
- adapter_config.json +23 -0
- adapter_model.bin +3 -0
- checkpoint-2380/README.md +238 -0
- checkpoint-2380/adapter_config.json +23 -0
- checkpoint-2380/adapter_model.bin +3 -0
- checkpoint-2380/optimizer.pt +3 -0
- checkpoint-2380/pytorch_model.bin +3 -0
- checkpoint-2380/rng_state_0.pth +3 -0
- checkpoint-2380/rng_state_1.pth +3 -0
- checkpoint-2380/rng_state_2.pth +3 -0
- checkpoint-2380/rng_state_3.pth +3 -0
- checkpoint-2380/scheduler.pt +3 -0
- checkpoint-2380/special_tokens_map.json +24 -0
- checkpoint-2380/tokenizer.json +0 -0
- checkpoint-2380/tokenizer.model +3 -0
- checkpoint-2380/tokenizer_config.json +39 -0
- checkpoint-2380/trainer_state.json +187 -0
- checkpoint-2380/training_args.bin +3 -0
- checkpoint-2407/README.md +238 -0
- checkpoint-2407/adapter_config.json +23 -0
- checkpoint-2407/adapter_model.bin +3 -0
- checkpoint-2407/optimizer.pt +3 -0
- checkpoint-2407/pytorch_model.bin +3 -0
- checkpoint-2407/rng_state_0.pth +3 -0
- checkpoint-2407/rng_state_1.pth +3 -0
- checkpoint-2407/rng_state_2.pth +3 -0
- checkpoint-2407/rng_state_3.pth +3 -0
- checkpoint-2407/scheduler.pt +3 -0
- checkpoint-2407/special_tokens_map.json +24 -0
- checkpoint-2407/tokenizer.json +0 -0
- checkpoint-2407/tokenizer.model +3 -0
- checkpoint-2407/tokenizer_config.json +39 -0
- checkpoint-2407/trainer_state.json +187 -0
- checkpoint-2407/training_args.bin +3 -0
- checkpoint-2434/README.md +238 -0
- checkpoint-2434/adapter_config.json +23 -0
- checkpoint-2434/adapter_model.bin +3 -0
- checkpoint-2434/optimizer.pt +3 -0
- checkpoint-2434/pytorch_model.bin +3 -0
- checkpoint-2434/rng_state_0.pth +3 -0
- checkpoint-2434/rng_state_1.pth +3 -0
- checkpoint-2434/rng_state_2.pth +3 -0
- checkpoint-2434/rng_state_3.pth +3 -0
- checkpoint-2434/scheduler.pt +3 -0
- checkpoint-2434/special_tokens_map.json +24 -0
- checkpoint-2434/tokenizer.json +0 -0
- checkpoint-2434/tokenizer.model +3 -0
- checkpoint-2434/tokenizer_config.json +39 -0
- checkpoint-2434/trainer_state.json +187 -0
README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- autotrain
|
| 4 |
+
- text-generation
|
| 5 |
+
widget:
|
| 6 |
+
- text: "I love AutoTrain because "
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# Model Trained Using AutoTrain
|
adapter_config.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "meta-llama/Llama-2-7b-hf",
|
| 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 |
+
"lora_alpha": 32,
|
| 12 |
+
"lora_dropout": 0.1,
|
| 13 |
+
"modules_to_save": null,
|
| 14 |
+
"peft_type": "LORA",
|
| 15 |
+
"r": 16,
|
| 16 |
+
"rank_pattern": {},
|
| 17 |
+
"revision": null,
|
| 18 |
+
"target_modules": [
|
| 19 |
+
"v_proj",
|
| 20 |
+
"q_proj"
|
| 21 |
+
],
|
| 22 |
+
"task_type": "CAUSAL_LM"
|
| 23 |
+
}
|
adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a0f5a1b9ae33e2e92f5b02b96a74ce6a781750ef9f2091cbff0375bf1165e85d
|
| 3 |
+
size 33600906
|
checkpoint-2380/README.md
ADDED
|
@@ -0,0 +1,238 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
base_model: meta-llama/Llama-2-7b-hf
|
| 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 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 22 |
+
- **Model type:** [More Information Needed]
|
| 23 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 24 |
+
- **License:** [More Information Needed]
|
| 25 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 26 |
+
|
| 27 |
+
### Model Sources [optional]
|
| 28 |
+
|
| 29 |
+
<!-- Provide the basic links for the model. -->
|
| 30 |
+
|
| 31 |
+
- **Repository:** [More Information Needed]
|
| 32 |
+
- **Paper [optional]:** [More Information Needed]
|
| 33 |
+
- **Demo [optional]:** [More Information Needed]
|
| 34 |
+
|
| 35 |
+
## Uses
|
| 36 |
+
|
| 37 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 38 |
+
|
| 39 |
+
### Direct Use
|
| 40 |
+
|
| 41 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 42 |
+
|
| 43 |
+
[More Information Needed]
|
| 44 |
+
|
| 45 |
+
### Downstream Use [optional]
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Out-of-Scope Use
|
| 52 |
+
|
| 53 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
## Bias, Risks, and Limitations
|
| 58 |
+
|
| 59 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
### Recommendations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 66 |
+
|
| 67 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 68 |
+
|
| 69 |
+
## How to Get Started with the Model
|
| 70 |
+
|
| 71 |
+
Use the code below to get started with the model.
|
| 72 |
+
|
| 73 |
+
[More Information Needed]
|
| 74 |
+
|
| 75 |
+
## Training Details
|
| 76 |
+
|
| 77 |
+
### Training Data
|
| 78 |
+
|
| 79 |
+
<!-- This should link to a Data 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. -->
|
| 80 |
+
|
| 81 |
+
[More Information Needed]
|
| 82 |
+
|
| 83 |
+
### Training Procedure
|
| 84 |
+
|
| 85 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 86 |
+
|
| 87 |
+
#### Preprocessing [optional]
|
| 88 |
+
|
| 89 |
+
[More Information Needed]
|
| 90 |
+
|
| 91 |
+
|
| 92 |
+
#### Training Hyperparameters
|
| 93 |
+
|
| 94 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 95 |
+
|
| 96 |
+
#### Speeds, Sizes, Times [optional]
|
| 97 |
+
|
| 98 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 99 |
+
|
| 100 |
+
[More Information Needed]
|
| 101 |
+
|
| 102 |
+
## Evaluation
|
| 103 |
+
|
| 104 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 105 |
+
|
| 106 |
+
### Testing Data, Factors & Metrics
|
| 107 |
+
|
| 108 |
+
#### Testing Data
|
| 109 |
+
|
| 110 |
+
<!-- This should link to a Data Card if possible. -->
|
| 111 |
+
|
| 112 |
+
[More Information Needed]
|
| 113 |
+
|
| 114 |
+
#### Factors
|
| 115 |
+
|
| 116 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Metrics
|
| 121 |
+
|
| 122 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
### Results
|
| 127 |
+
|
| 128 |
+
[More Information Needed]
|
| 129 |
+
|
| 130 |
+
#### Summary
|
| 131 |
+
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
## Model Examination [optional]
|
| 135 |
+
|
| 136 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 137 |
+
|
| 138 |
+
[More Information Needed]
|
| 139 |
+
|
| 140 |
+
## Environmental Impact
|
| 141 |
+
|
| 142 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 143 |
+
|
| 144 |
+
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).
|
| 145 |
+
|
| 146 |
+
- **Hardware Type:** [More Information Needed]
|
| 147 |
+
- **Hours used:** [More Information Needed]
|
| 148 |
+
- **Cloud Provider:** [More Information Needed]
|
| 149 |
+
- **Compute Region:** [More Information Needed]
|
| 150 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 151 |
+
|
| 152 |
+
## Technical Specifications [optional]
|
| 153 |
+
|
| 154 |
+
### Model Architecture and Objective
|
| 155 |
+
|
| 156 |
+
[More Information Needed]
|
| 157 |
+
|
| 158 |
+
### Compute Infrastructure
|
| 159 |
+
|
| 160 |
+
[More Information Needed]
|
| 161 |
+
|
| 162 |
+
#### Hardware
|
| 163 |
+
|
| 164 |
+
[More Information Needed]
|
| 165 |
+
|
| 166 |
+
#### Software
|
| 167 |
+
|
| 168 |
+
[More Information Needed]
|
| 169 |
+
|
| 170 |
+
## Citation [optional]
|
| 171 |
+
|
| 172 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 173 |
+
|
| 174 |
+
**BibTeX:**
|
| 175 |
+
|
| 176 |
+
[More Information Needed]
|
| 177 |
+
|
| 178 |
+
**APA:**
|
| 179 |
+
|
| 180 |
+
[More Information Needed]
|
| 181 |
+
|
| 182 |
+
## Glossary [optional]
|
| 183 |
+
|
| 184 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## More Information [optional]
|
| 189 |
+
|
| 190 |
+
[More Information Needed]
|
| 191 |
+
|
| 192 |
+
## Model Card Authors [optional]
|
| 193 |
+
|
| 194 |
+
[More Information Needed]
|
| 195 |
+
|
| 196 |
+
## Model Card Contact
|
| 197 |
+
|
| 198 |
+
[More Information Needed]
|
| 199 |
+
|
| 200 |
+
|
| 201 |
+
## Training procedure
|
| 202 |
+
|
| 203 |
+
|
| 204 |
+
The following `bitsandbytes` quantization config was used during training:
|
| 205 |
+
- quant_method: QuantizationMethod.BITS_AND_BYTES
|
| 206 |
+
- load_in_8bit: False
|
| 207 |
+
- load_in_4bit: True
|
| 208 |
+
- llm_int8_threshold: 6.0
|
| 209 |
+
- llm_int8_skip_modules: None
|
| 210 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
| 211 |
+
- llm_int8_has_fp16_weight: False
|
| 212 |
+
- bnb_4bit_quant_type: nf4
|
| 213 |
+
- bnb_4bit_use_double_quant: False
|
| 214 |
+
- bnb_4bit_compute_dtype: float16
|
| 215 |
+
|
| 216 |
+
### Framework versions
|
| 217 |
+
|
| 218 |
+
|
| 219 |
+
- PEFT 0.6.0
|
| 220 |
+
## Training procedure
|
| 221 |
+
|
| 222 |
+
|
| 223 |
+
The following `bitsandbytes` quantization config was used during training:
|
| 224 |
+
- quant_method: QuantizationMethod.BITS_AND_BYTES
|
| 225 |
+
- load_in_8bit: False
|
| 226 |
+
- load_in_4bit: True
|
| 227 |
+
- llm_int8_threshold: 6.0
|
| 228 |
+
- llm_int8_skip_modules: None
|
| 229 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
| 230 |
+
- llm_int8_has_fp16_weight: False
|
| 231 |
+
- bnb_4bit_quant_type: nf4
|
| 232 |
+
- bnb_4bit_use_double_quant: False
|
| 233 |
+
- bnb_4bit_compute_dtype: float16
|
| 234 |
+
|
| 235 |
+
### Framework versions
|
| 236 |
+
|
| 237 |
+
|
| 238 |
+
- PEFT 0.6.0
|
checkpoint-2380/adapter_config.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "meta-llama/Llama-2-7b-hf",
|
| 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 |
+
"lora_alpha": 32,
|
| 12 |
+
"lora_dropout": 0.1,
|
| 13 |
+
"modules_to_save": null,
|
| 14 |
+
"peft_type": "LORA",
|
| 15 |
+
"r": 16,
|
| 16 |
+
"rank_pattern": {},
|
| 17 |
+
"revision": null,
|
| 18 |
+
"target_modules": [
|
| 19 |
+
"v_proj",
|
| 20 |
+
"q_proj"
|
| 21 |
+
],
|
| 22 |
+
"task_type": "CAUSAL_LM"
|
| 23 |
+
}
|
checkpoint-2380/adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51430b20414330f1f77fd5d6ecf7d8b1953be2d176c464416a1c0b1bfb152bb6
|
| 3 |
+
size 33600906
|
checkpoint-2380/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:35c8820932d182dab92f84f881caa13f3998e61fb13ff5a45f7c132297e2031a
|
| 3 |
+
size 67217018
|
checkpoint-2380/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:049c26b844b79121ddd8379f7f69194e63f6fbf6aa007eeac0c66f17eebb8893
|
| 3 |
+
size 888
|
checkpoint-2380/rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d53c30e8cae3cecc3b965f486aa7445b8e39e418ddb9546bbaded5fbf4f72ac
|
| 3 |
+
size 15024
|
checkpoint-2380/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b599f0f5d8701b478e60f9507befa835dc036563680e73d5d238852a010e881
|
| 3 |
+
size 15024
|
checkpoint-2380/rng_state_2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa58c2632937d2b2e02a5f156e8fb398ba3e312846423b6e2f02ed7577a1f1b3
|
| 3 |
+
size 15024
|
checkpoint-2380/rng_state_3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1947c19435b371e018617c92fa81b4f603b28021b1a3037358c5142978891f4
|
| 3 |
+
size 15024
|
checkpoint-2380/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4ab8618b2ca6faacf4865e8e16a4c0772059e637593c1c6f712630c0682b887
|
| 3 |
+
size 1064
|
checkpoint-2380/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-2380/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-2380/tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
| 3 |
+
size 499723
|
checkpoint-2380/tokenizer_config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"added_tokens_decoder": {
|
| 3 |
+
"0": {
|
| 4 |
+
"content": "<unk>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false,
|
| 9 |
+
"special": true
|
| 10 |
+
},
|
| 11 |
+
"1": {
|
| 12 |
+
"content": "<s>",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false,
|
| 17 |
+
"special": true
|
| 18 |
+
},
|
| 19 |
+
"2": {
|
| 20 |
+
"content": "</s>",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false,
|
| 25 |
+
"special": true
|
| 26 |
+
}
|
| 27 |
+
},
|
| 28 |
+
"bos_token": "<s>",
|
| 29 |
+
"clean_up_tokenization_spaces": false,
|
| 30 |
+
"eos_token": "</s>",
|
| 31 |
+
"legacy": false,
|
| 32 |
+
"model_max_length": 1024,
|
| 33 |
+
"pad_token": "</s>",
|
| 34 |
+
"padding_side": "right",
|
| 35 |
+
"sp_model_kwargs": {},
|
| 36 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 37 |
+
"unk_token": "<unk>",
|
| 38 |
+
"use_default_system_prompt": true
|
| 39 |
+
}
|
checkpoint-2380/trainer_state.json
ADDED
|
@@ -0,0 +1,187 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 88.97196261682242,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 2380,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 3.18,
|
| 13 |
+
"learning_rate": 0.0003269230769230769,
|
| 14 |
+
"loss": 1.6646,
|
| 15 |
+
"step": 85
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"epoch": 6.36,
|
| 19 |
+
"learning_rate": 0.0006538461538461538,
|
| 20 |
+
"loss": 1.517,
|
| 21 |
+
"step": 170
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"epoch": 9.53,
|
| 25 |
+
"learning_rate": 0.0009807692307692308,
|
| 26 |
+
"loss": 1.4586,
|
| 27 |
+
"step": 255
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"epoch": 12.71,
|
| 31 |
+
"learning_rate": 0.0009658119658119658,
|
| 32 |
+
"loss": 1.3597,
|
| 33 |
+
"step": 340
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"epoch": 15.89,
|
| 37 |
+
"learning_rate": 0.0009294871794871796,
|
| 38 |
+
"loss": 1.2625,
|
| 39 |
+
"step": 425
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 19.07,
|
| 43 |
+
"learning_rate": 0.0008931623931623932,
|
| 44 |
+
"loss": 1.1835,
|
| 45 |
+
"step": 510
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 22.24,
|
| 49 |
+
"learning_rate": 0.0008568376068376068,
|
| 50 |
+
"loss": 1.1184,
|
| 51 |
+
"step": 595
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 25.42,
|
| 55 |
+
"learning_rate": 0.0008205128205128205,
|
| 56 |
+
"loss": 1.0683,
|
| 57 |
+
"step": 680
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"epoch": 28.6,
|
| 61 |
+
"learning_rate": 0.0007841880341880342,
|
| 62 |
+
"loss": 1.0321,
|
| 63 |
+
"step": 765
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"epoch": 31.78,
|
| 67 |
+
"learning_rate": 0.0007478632478632479,
|
| 68 |
+
"loss": 1.0009,
|
| 69 |
+
"step": 850
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 34.95,
|
| 73 |
+
"learning_rate": 0.0007115384615384616,
|
| 74 |
+
"loss": 0.9663,
|
| 75 |
+
"step": 935
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"epoch": 38.13,
|
| 79 |
+
"learning_rate": 0.0006752136752136753,
|
| 80 |
+
"loss": 0.938,
|
| 81 |
+
"step": 1020
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"epoch": 41.31,
|
| 85 |
+
"learning_rate": 0.0006388888888888888,
|
| 86 |
+
"loss": 0.9178,
|
| 87 |
+
"step": 1105
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 44.49,
|
| 91 |
+
"learning_rate": 0.0006025641025641026,
|
| 92 |
+
"loss": 0.8984,
|
| 93 |
+
"step": 1190
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 47.66,
|
| 97 |
+
"learning_rate": 0.0005662393162393163,
|
| 98 |
+
"loss": 0.8827,
|
| 99 |
+
"step": 1275
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"epoch": 50.84,
|
| 103 |
+
"learning_rate": 0.0005299145299145299,
|
| 104 |
+
"loss": 0.8693,
|
| 105 |
+
"step": 1360
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"epoch": 54.02,
|
| 109 |
+
"learning_rate": 0.0004935897435897436,
|
| 110 |
+
"loss": 0.8514,
|
| 111 |
+
"step": 1445
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"epoch": 57.2,
|
| 115 |
+
"learning_rate": 0.0004572649572649573,
|
| 116 |
+
"loss": 0.8349,
|
| 117 |
+
"step": 1530
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"epoch": 60.37,
|
| 121 |
+
"learning_rate": 0.00042094017094017095,
|
| 122 |
+
"loss": 0.824,
|
| 123 |
+
"step": 1615
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"epoch": 63.55,
|
| 127 |
+
"learning_rate": 0.00038461538461538467,
|
| 128 |
+
"loss": 0.8138,
|
| 129 |
+
"step": 1700
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 66.73,
|
| 133 |
+
"learning_rate": 0.0003482905982905983,
|
| 134 |
+
"loss": 0.8044,
|
| 135 |
+
"step": 1785
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 69.91,
|
| 139 |
+
"learning_rate": 0.00031196581196581195,
|
| 140 |
+
"loss": 0.7962,
|
| 141 |
+
"step": 1870
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"epoch": 73.08,
|
| 145 |
+
"learning_rate": 0.0002756410256410257,
|
| 146 |
+
"loss": 0.7854,
|
| 147 |
+
"step": 1955
|
| 148 |
+
},
|
| 149 |
+
{
|
| 150 |
+
"epoch": 76.26,
|
| 151 |
+
"learning_rate": 0.00023931623931623932,
|
| 152 |
+
"loss": 0.7756,
|
| 153 |
+
"step": 2040
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"epoch": 79.44,
|
| 157 |
+
"learning_rate": 0.000202991452991453,
|
| 158 |
+
"loss": 0.7663,
|
| 159 |
+
"step": 2125
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 82.62,
|
| 163 |
+
"learning_rate": 0.00016666666666666666,
|
| 164 |
+
"loss": 0.7569,
|
| 165 |
+
"step": 2210
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"epoch": 85.79,
|
| 169 |
+
"learning_rate": 0.00013034188034188036,
|
| 170 |
+
"loss": 0.7491,
|
| 171 |
+
"step": 2295
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 88.97,
|
| 175 |
+
"learning_rate": 9.401709401709401e-05,
|
| 176 |
+
"loss": 0.7427,
|
| 177 |
+
"step": 2380
|
| 178 |
+
}
|
| 179 |
+
],
|
| 180 |
+
"logging_steps": 85,
|
| 181 |
+
"max_steps": 2600,
|
| 182 |
+
"num_train_epochs": 100,
|
| 183 |
+
"save_steps": 500,
|
| 184 |
+
"total_flos": 2.477324416948214e+19,
|
| 185 |
+
"trial_name": null,
|
| 186 |
+
"trial_params": null
|
| 187 |
+
}
|
checkpoint-2380/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43cc490960b33ae18d92aab5dda2ba89068e31d8d3180c7226b60976ac62797c
|
| 3 |
+
size 4536
|
checkpoint-2407/README.md
ADDED
|
@@ -0,0 +1,238 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
base_model: meta-llama/Llama-2-7b-hf
|
| 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 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 22 |
+
- **Model type:** [More Information Needed]
|
| 23 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 24 |
+
- **License:** [More Information Needed]
|
| 25 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 26 |
+
|
| 27 |
+
### Model Sources [optional]
|
| 28 |
+
|
| 29 |
+
<!-- Provide the basic links for the model. -->
|
| 30 |
+
|
| 31 |
+
- **Repository:** [More Information Needed]
|
| 32 |
+
- **Paper [optional]:** [More Information Needed]
|
| 33 |
+
- **Demo [optional]:** [More Information Needed]
|
| 34 |
+
|
| 35 |
+
## Uses
|
| 36 |
+
|
| 37 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 38 |
+
|
| 39 |
+
### Direct Use
|
| 40 |
+
|
| 41 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 42 |
+
|
| 43 |
+
[More Information Needed]
|
| 44 |
+
|
| 45 |
+
### Downstream Use [optional]
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Out-of-Scope Use
|
| 52 |
+
|
| 53 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
## Bias, Risks, and Limitations
|
| 58 |
+
|
| 59 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
### Recommendations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 66 |
+
|
| 67 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 68 |
+
|
| 69 |
+
## How to Get Started with the Model
|
| 70 |
+
|
| 71 |
+
Use the code below to get started with the model.
|
| 72 |
+
|
| 73 |
+
[More Information Needed]
|
| 74 |
+
|
| 75 |
+
## Training Details
|
| 76 |
+
|
| 77 |
+
### Training Data
|
| 78 |
+
|
| 79 |
+
<!-- This should link to a Data 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. -->
|
| 80 |
+
|
| 81 |
+
[More Information Needed]
|
| 82 |
+
|
| 83 |
+
### Training Procedure
|
| 84 |
+
|
| 85 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 86 |
+
|
| 87 |
+
#### Preprocessing [optional]
|
| 88 |
+
|
| 89 |
+
[More Information Needed]
|
| 90 |
+
|
| 91 |
+
|
| 92 |
+
#### Training Hyperparameters
|
| 93 |
+
|
| 94 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 95 |
+
|
| 96 |
+
#### Speeds, Sizes, Times [optional]
|
| 97 |
+
|
| 98 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 99 |
+
|
| 100 |
+
[More Information Needed]
|
| 101 |
+
|
| 102 |
+
## Evaluation
|
| 103 |
+
|
| 104 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 105 |
+
|
| 106 |
+
### Testing Data, Factors & Metrics
|
| 107 |
+
|
| 108 |
+
#### Testing Data
|
| 109 |
+
|
| 110 |
+
<!-- This should link to a Data Card if possible. -->
|
| 111 |
+
|
| 112 |
+
[More Information Needed]
|
| 113 |
+
|
| 114 |
+
#### Factors
|
| 115 |
+
|
| 116 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Metrics
|
| 121 |
+
|
| 122 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
### Results
|
| 127 |
+
|
| 128 |
+
[More Information Needed]
|
| 129 |
+
|
| 130 |
+
#### Summary
|
| 131 |
+
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
## Model Examination [optional]
|
| 135 |
+
|
| 136 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 137 |
+
|
| 138 |
+
[More Information Needed]
|
| 139 |
+
|
| 140 |
+
## Environmental Impact
|
| 141 |
+
|
| 142 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 143 |
+
|
| 144 |
+
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).
|
| 145 |
+
|
| 146 |
+
- **Hardware Type:** [More Information Needed]
|
| 147 |
+
- **Hours used:** [More Information Needed]
|
| 148 |
+
- **Cloud Provider:** [More Information Needed]
|
| 149 |
+
- **Compute Region:** [More Information Needed]
|
| 150 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 151 |
+
|
| 152 |
+
## Technical Specifications [optional]
|
| 153 |
+
|
| 154 |
+
### Model Architecture and Objective
|
| 155 |
+
|
| 156 |
+
[More Information Needed]
|
| 157 |
+
|
| 158 |
+
### Compute Infrastructure
|
| 159 |
+
|
| 160 |
+
[More Information Needed]
|
| 161 |
+
|
| 162 |
+
#### Hardware
|
| 163 |
+
|
| 164 |
+
[More Information Needed]
|
| 165 |
+
|
| 166 |
+
#### Software
|
| 167 |
+
|
| 168 |
+
[More Information Needed]
|
| 169 |
+
|
| 170 |
+
## Citation [optional]
|
| 171 |
+
|
| 172 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 173 |
+
|
| 174 |
+
**BibTeX:**
|
| 175 |
+
|
| 176 |
+
[More Information Needed]
|
| 177 |
+
|
| 178 |
+
**APA:**
|
| 179 |
+
|
| 180 |
+
[More Information Needed]
|
| 181 |
+
|
| 182 |
+
## Glossary [optional]
|
| 183 |
+
|
| 184 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## More Information [optional]
|
| 189 |
+
|
| 190 |
+
[More Information Needed]
|
| 191 |
+
|
| 192 |
+
## Model Card Authors [optional]
|
| 193 |
+
|
| 194 |
+
[More Information Needed]
|
| 195 |
+
|
| 196 |
+
## Model Card Contact
|
| 197 |
+
|
| 198 |
+
[More Information Needed]
|
| 199 |
+
|
| 200 |
+
|
| 201 |
+
## Training procedure
|
| 202 |
+
|
| 203 |
+
|
| 204 |
+
The following `bitsandbytes` quantization config was used during training:
|
| 205 |
+
- quant_method: QuantizationMethod.BITS_AND_BYTES
|
| 206 |
+
- load_in_8bit: False
|
| 207 |
+
- load_in_4bit: True
|
| 208 |
+
- llm_int8_threshold: 6.0
|
| 209 |
+
- llm_int8_skip_modules: None
|
| 210 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
| 211 |
+
- llm_int8_has_fp16_weight: False
|
| 212 |
+
- bnb_4bit_quant_type: nf4
|
| 213 |
+
- bnb_4bit_use_double_quant: False
|
| 214 |
+
- bnb_4bit_compute_dtype: float16
|
| 215 |
+
|
| 216 |
+
### Framework versions
|
| 217 |
+
|
| 218 |
+
|
| 219 |
+
- PEFT 0.6.0
|
| 220 |
+
## Training procedure
|
| 221 |
+
|
| 222 |
+
|
| 223 |
+
The following `bitsandbytes` quantization config was used during training:
|
| 224 |
+
- quant_method: QuantizationMethod.BITS_AND_BYTES
|
| 225 |
+
- load_in_8bit: False
|
| 226 |
+
- load_in_4bit: True
|
| 227 |
+
- llm_int8_threshold: 6.0
|
| 228 |
+
- llm_int8_skip_modules: None
|
| 229 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
| 230 |
+
- llm_int8_has_fp16_weight: False
|
| 231 |
+
- bnb_4bit_quant_type: nf4
|
| 232 |
+
- bnb_4bit_use_double_quant: False
|
| 233 |
+
- bnb_4bit_compute_dtype: float16
|
| 234 |
+
|
| 235 |
+
### Framework versions
|
| 236 |
+
|
| 237 |
+
|
| 238 |
+
- PEFT 0.6.0
|
checkpoint-2407/adapter_config.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "meta-llama/Llama-2-7b-hf",
|
| 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 |
+
"lora_alpha": 32,
|
| 12 |
+
"lora_dropout": 0.1,
|
| 13 |
+
"modules_to_save": null,
|
| 14 |
+
"peft_type": "LORA",
|
| 15 |
+
"r": 16,
|
| 16 |
+
"rank_pattern": {},
|
| 17 |
+
"revision": null,
|
| 18 |
+
"target_modules": [
|
| 19 |
+
"v_proj",
|
| 20 |
+
"q_proj"
|
| 21 |
+
],
|
| 22 |
+
"task_type": "CAUSAL_LM"
|
| 23 |
+
}
|
checkpoint-2407/adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89ad937e5b80424d6580e4867698a0b6c5169f44d7103ee93e5e89c4a3041311
|
| 3 |
+
size 33600906
|
checkpoint-2407/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee93e0cfa31f71477774d1f1f701c3de0a548e1f871865d1721c15317188f3ce
|
| 3 |
+
size 67217018
|
checkpoint-2407/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:049c26b844b79121ddd8379f7f69194e63f6fbf6aa007eeac0c66f17eebb8893
|
| 3 |
+
size 888
|
checkpoint-2407/rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d791275f2de57950c798371f9bddea3910d0b5c8e419fe04ae3e6b0950f875f8
|
| 3 |
+
size 15024
|
checkpoint-2407/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b7e33161995d577b198a852449e445b5cd8b1a2038a3f04f0b402d8dd7b91be
|
| 3 |
+
size 15024
|
checkpoint-2407/rng_state_2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:928e9487fa4b2b7f9901ae6604723d89d802a08ec7ed4bfb3e1bb747166f0ff5
|
| 3 |
+
size 15024
|
checkpoint-2407/rng_state_3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:95a6cdad2c2efa89d63c8823df4582c41850ed5ec51b0ee0bb3f9f009b7d34ea
|
| 3 |
+
size 15024
|
checkpoint-2407/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f1d77e203410139e38f01e292ca03545ecad1a989e81959c619d2cfc28ada227
|
| 3 |
+
size 1064
|
checkpoint-2407/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-2407/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-2407/tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
| 3 |
+
size 499723
|
checkpoint-2407/tokenizer_config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"added_tokens_decoder": {
|
| 3 |
+
"0": {
|
| 4 |
+
"content": "<unk>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false,
|
| 9 |
+
"special": true
|
| 10 |
+
},
|
| 11 |
+
"1": {
|
| 12 |
+
"content": "<s>",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false,
|
| 17 |
+
"special": true
|
| 18 |
+
},
|
| 19 |
+
"2": {
|
| 20 |
+
"content": "</s>",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false,
|
| 25 |
+
"special": true
|
| 26 |
+
}
|
| 27 |
+
},
|
| 28 |
+
"bos_token": "<s>",
|
| 29 |
+
"clean_up_tokenization_spaces": false,
|
| 30 |
+
"eos_token": "</s>",
|
| 31 |
+
"legacy": false,
|
| 32 |
+
"model_max_length": 1024,
|
| 33 |
+
"pad_token": "</s>",
|
| 34 |
+
"padding_side": "right",
|
| 35 |
+
"sp_model_kwargs": {},
|
| 36 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 37 |
+
"unk_token": "<unk>",
|
| 38 |
+
"use_default_system_prompt": true
|
| 39 |
+
}
|
checkpoint-2407/trainer_state.json
ADDED
|
@@ -0,0 +1,187 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 89.98130841121495,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 2407,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 3.18,
|
| 13 |
+
"learning_rate": 0.0003269230769230769,
|
| 14 |
+
"loss": 1.6646,
|
| 15 |
+
"step": 85
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"epoch": 6.36,
|
| 19 |
+
"learning_rate": 0.0006538461538461538,
|
| 20 |
+
"loss": 1.517,
|
| 21 |
+
"step": 170
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"epoch": 9.53,
|
| 25 |
+
"learning_rate": 0.0009807692307692308,
|
| 26 |
+
"loss": 1.4586,
|
| 27 |
+
"step": 255
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"epoch": 12.71,
|
| 31 |
+
"learning_rate": 0.0009658119658119658,
|
| 32 |
+
"loss": 1.3597,
|
| 33 |
+
"step": 340
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"epoch": 15.89,
|
| 37 |
+
"learning_rate": 0.0009294871794871796,
|
| 38 |
+
"loss": 1.2625,
|
| 39 |
+
"step": 425
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 19.07,
|
| 43 |
+
"learning_rate": 0.0008931623931623932,
|
| 44 |
+
"loss": 1.1835,
|
| 45 |
+
"step": 510
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 22.24,
|
| 49 |
+
"learning_rate": 0.0008568376068376068,
|
| 50 |
+
"loss": 1.1184,
|
| 51 |
+
"step": 595
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 25.42,
|
| 55 |
+
"learning_rate": 0.0008205128205128205,
|
| 56 |
+
"loss": 1.0683,
|
| 57 |
+
"step": 680
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"epoch": 28.6,
|
| 61 |
+
"learning_rate": 0.0007841880341880342,
|
| 62 |
+
"loss": 1.0321,
|
| 63 |
+
"step": 765
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"epoch": 31.78,
|
| 67 |
+
"learning_rate": 0.0007478632478632479,
|
| 68 |
+
"loss": 1.0009,
|
| 69 |
+
"step": 850
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 34.95,
|
| 73 |
+
"learning_rate": 0.0007115384615384616,
|
| 74 |
+
"loss": 0.9663,
|
| 75 |
+
"step": 935
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"epoch": 38.13,
|
| 79 |
+
"learning_rate": 0.0006752136752136753,
|
| 80 |
+
"loss": 0.938,
|
| 81 |
+
"step": 1020
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"epoch": 41.31,
|
| 85 |
+
"learning_rate": 0.0006388888888888888,
|
| 86 |
+
"loss": 0.9178,
|
| 87 |
+
"step": 1105
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 44.49,
|
| 91 |
+
"learning_rate": 0.0006025641025641026,
|
| 92 |
+
"loss": 0.8984,
|
| 93 |
+
"step": 1190
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 47.66,
|
| 97 |
+
"learning_rate": 0.0005662393162393163,
|
| 98 |
+
"loss": 0.8827,
|
| 99 |
+
"step": 1275
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"epoch": 50.84,
|
| 103 |
+
"learning_rate": 0.0005299145299145299,
|
| 104 |
+
"loss": 0.8693,
|
| 105 |
+
"step": 1360
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"epoch": 54.02,
|
| 109 |
+
"learning_rate": 0.0004935897435897436,
|
| 110 |
+
"loss": 0.8514,
|
| 111 |
+
"step": 1445
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"epoch": 57.2,
|
| 115 |
+
"learning_rate": 0.0004572649572649573,
|
| 116 |
+
"loss": 0.8349,
|
| 117 |
+
"step": 1530
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"epoch": 60.37,
|
| 121 |
+
"learning_rate": 0.00042094017094017095,
|
| 122 |
+
"loss": 0.824,
|
| 123 |
+
"step": 1615
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"epoch": 63.55,
|
| 127 |
+
"learning_rate": 0.00038461538461538467,
|
| 128 |
+
"loss": 0.8138,
|
| 129 |
+
"step": 1700
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 66.73,
|
| 133 |
+
"learning_rate": 0.0003482905982905983,
|
| 134 |
+
"loss": 0.8044,
|
| 135 |
+
"step": 1785
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 69.91,
|
| 139 |
+
"learning_rate": 0.00031196581196581195,
|
| 140 |
+
"loss": 0.7962,
|
| 141 |
+
"step": 1870
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"epoch": 73.08,
|
| 145 |
+
"learning_rate": 0.0002756410256410257,
|
| 146 |
+
"loss": 0.7854,
|
| 147 |
+
"step": 1955
|
| 148 |
+
},
|
| 149 |
+
{
|
| 150 |
+
"epoch": 76.26,
|
| 151 |
+
"learning_rate": 0.00023931623931623932,
|
| 152 |
+
"loss": 0.7756,
|
| 153 |
+
"step": 2040
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"epoch": 79.44,
|
| 157 |
+
"learning_rate": 0.000202991452991453,
|
| 158 |
+
"loss": 0.7663,
|
| 159 |
+
"step": 2125
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 82.62,
|
| 163 |
+
"learning_rate": 0.00016666666666666666,
|
| 164 |
+
"loss": 0.7569,
|
| 165 |
+
"step": 2210
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"epoch": 85.79,
|
| 169 |
+
"learning_rate": 0.00013034188034188036,
|
| 170 |
+
"loss": 0.7491,
|
| 171 |
+
"step": 2295
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 88.97,
|
| 175 |
+
"learning_rate": 9.401709401709401e-05,
|
| 176 |
+
"loss": 0.7427,
|
| 177 |
+
"step": 2380
|
| 178 |
+
}
|
| 179 |
+
],
|
| 180 |
+
"logging_steps": 85,
|
| 181 |
+
"max_steps": 2600,
|
| 182 |
+
"num_train_epochs": 100,
|
| 183 |
+
"save_steps": 500,
|
| 184 |
+
"total_flos": 2.5051595227499856e+19,
|
| 185 |
+
"trial_name": null,
|
| 186 |
+
"trial_params": null
|
| 187 |
+
}
|
checkpoint-2407/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:43cc490960b33ae18d92aab5dda2ba89068e31d8d3180c7226b60976ac62797c
|
| 3 |
+
size 4536
|
checkpoint-2434/README.md
ADDED
|
@@ -0,0 +1,238 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
base_model: meta-llama/Llama-2-7b-hf
|
| 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 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 22 |
+
- **Model type:** [More Information Needed]
|
| 23 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 24 |
+
- **License:** [More Information Needed]
|
| 25 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 26 |
+
|
| 27 |
+
### Model Sources [optional]
|
| 28 |
+
|
| 29 |
+
<!-- Provide the basic links for the model. -->
|
| 30 |
+
|
| 31 |
+
- **Repository:** [More Information Needed]
|
| 32 |
+
- **Paper [optional]:** [More Information Needed]
|
| 33 |
+
- **Demo [optional]:** [More Information Needed]
|
| 34 |
+
|
| 35 |
+
## Uses
|
| 36 |
+
|
| 37 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 38 |
+
|
| 39 |
+
### Direct Use
|
| 40 |
+
|
| 41 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 42 |
+
|
| 43 |
+
[More Information Needed]
|
| 44 |
+
|
| 45 |
+
### Downstream Use [optional]
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Out-of-Scope Use
|
| 52 |
+
|
| 53 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
## Bias, Risks, and Limitations
|
| 58 |
+
|
| 59 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
### Recommendations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 66 |
+
|
| 67 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 68 |
+
|
| 69 |
+
## How to Get Started with the Model
|
| 70 |
+
|
| 71 |
+
Use the code below to get started with the model.
|
| 72 |
+
|
| 73 |
+
[More Information Needed]
|
| 74 |
+
|
| 75 |
+
## Training Details
|
| 76 |
+
|
| 77 |
+
### Training Data
|
| 78 |
+
|
| 79 |
+
<!-- This should link to a Data 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. -->
|
| 80 |
+
|
| 81 |
+
[More Information Needed]
|
| 82 |
+
|
| 83 |
+
### Training Procedure
|
| 84 |
+
|
| 85 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 86 |
+
|
| 87 |
+
#### Preprocessing [optional]
|
| 88 |
+
|
| 89 |
+
[More Information Needed]
|
| 90 |
+
|
| 91 |
+
|
| 92 |
+
#### Training Hyperparameters
|
| 93 |
+
|
| 94 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 95 |
+
|
| 96 |
+
#### Speeds, Sizes, Times [optional]
|
| 97 |
+
|
| 98 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 99 |
+
|
| 100 |
+
[More Information Needed]
|
| 101 |
+
|
| 102 |
+
## Evaluation
|
| 103 |
+
|
| 104 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 105 |
+
|
| 106 |
+
### Testing Data, Factors & Metrics
|
| 107 |
+
|
| 108 |
+
#### Testing Data
|
| 109 |
+
|
| 110 |
+
<!-- This should link to a Data Card if possible. -->
|
| 111 |
+
|
| 112 |
+
[More Information Needed]
|
| 113 |
+
|
| 114 |
+
#### Factors
|
| 115 |
+
|
| 116 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Metrics
|
| 121 |
+
|
| 122 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
### Results
|
| 127 |
+
|
| 128 |
+
[More Information Needed]
|
| 129 |
+
|
| 130 |
+
#### Summary
|
| 131 |
+
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
## Model Examination [optional]
|
| 135 |
+
|
| 136 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 137 |
+
|
| 138 |
+
[More Information Needed]
|
| 139 |
+
|
| 140 |
+
## Environmental Impact
|
| 141 |
+
|
| 142 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 143 |
+
|
| 144 |
+
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).
|
| 145 |
+
|
| 146 |
+
- **Hardware Type:** [More Information Needed]
|
| 147 |
+
- **Hours used:** [More Information Needed]
|
| 148 |
+
- **Cloud Provider:** [More Information Needed]
|
| 149 |
+
- **Compute Region:** [More Information Needed]
|
| 150 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 151 |
+
|
| 152 |
+
## Technical Specifications [optional]
|
| 153 |
+
|
| 154 |
+
### Model Architecture and Objective
|
| 155 |
+
|
| 156 |
+
[More Information Needed]
|
| 157 |
+
|
| 158 |
+
### Compute Infrastructure
|
| 159 |
+
|
| 160 |
+
[More Information Needed]
|
| 161 |
+
|
| 162 |
+
#### Hardware
|
| 163 |
+
|
| 164 |
+
[More Information Needed]
|
| 165 |
+
|
| 166 |
+
#### Software
|
| 167 |
+
|
| 168 |
+
[More Information Needed]
|
| 169 |
+
|
| 170 |
+
## Citation [optional]
|
| 171 |
+
|
| 172 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 173 |
+
|
| 174 |
+
**BibTeX:**
|
| 175 |
+
|
| 176 |
+
[More Information Needed]
|
| 177 |
+
|
| 178 |
+
**APA:**
|
| 179 |
+
|
| 180 |
+
[More Information Needed]
|
| 181 |
+
|
| 182 |
+
## Glossary [optional]
|
| 183 |
+
|
| 184 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## More Information [optional]
|
| 189 |
+
|
| 190 |
+
[More Information Needed]
|
| 191 |
+
|
| 192 |
+
## Model Card Authors [optional]
|
| 193 |
+
|
| 194 |
+
[More Information Needed]
|
| 195 |
+
|
| 196 |
+
## Model Card Contact
|
| 197 |
+
|
| 198 |
+
[More Information Needed]
|
| 199 |
+
|
| 200 |
+
|
| 201 |
+
## Training procedure
|
| 202 |
+
|
| 203 |
+
|
| 204 |
+
The following `bitsandbytes` quantization config was used during training:
|
| 205 |
+
- quant_method: QuantizationMethod.BITS_AND_BYTES
|
| 206 |
+
- load_in_8bit: False
|
| 207 |
+
- load_in_4bit: True
|
| 208 |
+
- llm_int8_threshold: 6.0
|
| 209 |
+
- llm_int8_skip_modules: None
|
| 210 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
| 211 |
+
- llm_int8_has_fp16_weight: False
|
| 212 |
+
- bnb_4bit_quant_type: nf4
|
| 213 |
+
- bnb_4bit_use_double_quant: False
|
| 214 |
+
- bnb_4bit_compute_dtype: float16
|
| 215 |
+
|
| 216 |
+
### Framework versions
|
| 217 |
+
|
| 218 |
+
|
| 219 |
+
- PEFT 0.6.0
|
| 220 |
+
## Training procedure
|
| 221 |
+
|
| 222 |
+
|
| 223 |
+
The following `bitsandbytes` quantization config was used during training:
|
| 224 |
+
- quant_method: QuantizationMethod.BITS_AND_BYTES
|
| 225 |
+
- load_in_8bit: False
|
| 226 |
+
- load_in_4bit: True
|
| 227 |
+
- llm_int8_threshold: 6.0
|
| 228 |
+
- llm_int8_skip_modules: None
|
| 229 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
| 230 |
+
- llm_int8_has_fp16_weight: False
|
| 231 |
+
- bnb_4bit_quant_type: nf4
|
| 232 |
+
- bnb_4bit_use_double_quant: False
|
| 233 |
+
- bnb_4bit_compute_dtype: float16
|
| 234 |
+
|
| 235 |
+
### Framework versions
|
| 236 |
+
|
| 237 |
+
|
| 238 |
+
- PEFT 0.6.0
|
checkpoint-2434/adapter_config.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "meta-llama/Llama-2-7b-hf",
|
| 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 |
+
"lora_alpha": 32,
|
| 12 |
+
"lora_dropout": 0.1,
|
| 13 |
+
"modules_to_save": null,
|
| 14 |
+
"peft_type": "LORA",
|
| 15 |
+
"r": 16,
|
| 16 |
+
"rank_pattern": {},
|
| 17 |
+
"revision": null,
|
| 18 |
+
"target_modules": [
|
| 19 |
+
"v_proj",
|
| 20 |
+
"q_proj"
|
| 21 |
+
],
|
| 22 |
+
"task_type": "CAUSAL_LM"
|
| 23 |
+
}
|
checkpoint-2434/adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca9f59dd9d9ea37f95498bc0b6796240db1b333528c28a97b4e3c6b88bffaebd
|
| 3 |
+
size 33600906
|
checkpoint-2434/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8a5331cf56f1fccb2411cf64548118fd7ff63c9252ffe2fbe94ab899eeadb379
|
| 3 |
+
size 67217018
|
checkpoint-2434/pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:049c26b844b79121ddd8379f7f69194e63f6fbf6aa007eeac0c66f17eebb8893
|
| 3 |
+
size 888
|
checkpoint-2434/rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6b76bff5006ecac0c5d394ac514af0485d1d29e36e93e47fab954c91c73a6c5a
|
| 3 |
+
size 15024
|
checkpoint-2434/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:542d94ed93464ee943d831119efc955963177896c8363d192c7cab93e8600278
|
| 3 |
+
size 15024
|
checkpoint-2434/rng_state_2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:16793b178c0bc1298634ac9f7e0a368c57c9c34ae6c24516a335a5ff4ec08022
|
| 3 |
+
size 15024
|
checkpoint-2434/rng_state_3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71771b8191707d5041dd7eb2865e8303c7efca6d1475a5ca53643fe057f0d24c
|
| 3 |
+
size 15024
|
checkpoint-2434/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f057e88c15f047645a43eaab1c8220d8d958d80af2ca657c80efc6e6a70e13b
|
| 3 |
+
size 1064
|
checkpoint-2434/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-2434/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-2434/tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
| 3 |
+
size 499723
|
checkpoint-2434/tokenizer_config.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"added_tokens_decoder": {
|
| 3 |
+
"0": {
|
| 4 |
+
"content": "<unk>",
|
| 5 |
+
"lstrip": false,
|
| 6 |
+
"normalized": false,
|
| 7 |
+
"rstrip": false,
|
| 8 |
+
"single_word": false,
|
| 9 |
+
"special": true
|
| 10 |
+
},
|
| 11 |
+
"1": {
|
| 12 |
+
"content": "<s>",
|
| 13 |
+
"lstrip": false,
|
| 14 |
+
"normalized": false,
|
| 15 |
+
"rstrip": false,
|
| 16 |
+
"single_word": false,
|
| 17 |
+
"special": true
|
| 18 |
+
},
|
| 19 |
+
"2": {
|
| 20 |
+
"content": "</s>",
|
| 21 |
+
"lstrip": false,
|
| 22 |
+
"normalized": false,
|
| 23 |
+
"rstrip": false,
|
| 24 |
+
"single_word": false,
|
| 25 |
+
"special": true
|
| 26 |
+
}
|
| 27 |
+
},
|
| 28 |
+
"bos_token": "<s>",
|
| 29 |
+
"clean_up_tokenization_spaces": false,
|
| 30 |
+
"eos_token": "</s>",
|
| 31 |
+
"legacy": false,
|
| 32 |
+
"model_max_length": 1024,
|
| 33 |
+
"pad_token": "</s>",
|
| 34 |
+
"padding_side": "right",
|
| 35 |
+
"sp_model_kwargs": {},
|
| 36 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 37 |
+
"unk_token": "<unk>",
|
| 38 |
+
"use_default_system_prompt": true
|
| 39 |
+
}
|
checkpoint-2434/trainer_state.json
ADDED
|
@@ -0,0 +1,187 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 90.99065420560747,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 2434,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 3.18,
|
| 13 |
+
"learning_rate": 0.0003269230769230769,
|
| 14 |
+
"loss": 1.6646,
|
| 15 |
+
"step": 85
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"epoch": 6.36,
|
| 19 |
+
"learning_rate": 0.0006538461538461538,
|
| 20 |
+
"loss": 1.517,
|
| 21 |
+
"step": 170
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"epoch": 9.53,
|
| 25 |
+
"learning_rate": 0.0009807692307692308,
|
| 26 |
+
"loss": 1.4586,
|
| 27 |
+
"step": 255
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"epoch": 12.71,
|
| 31 |
+
"learning_rate": 0.0009658119658119658,
|
| 32 |
+
"loss": 1.3597,
|
| 33 |
+
"step": 340
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"epoch": 15.89,
|
| 37 |
+
"learning_rate": 0.0009294871794871796,
|
| 38 |
+
"loss": 1.2625,
|
| 39 |
+
"step": 425
|
| 40 |
+
},
|
| 41 |
+
{
|
| 42 |
+
"epoch": 19.07,
|
| 43 |
+
"learning_rate": 0.0008931623931623932,
|
| 44 |
+
"loss": 1.1835,
|
| 45 |
+
"step": 510
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 22.24,
|
| 49 |
+
"learning_rate": 0.0008568376068376068,
|
| 50 |
+
"loss": 1.1184,
|
| 51 |
+
"step": 595
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 25.42,
|
| 55 |
+
"learning_rate": 0.0008205128205128205,
|
| 56 |
+
"loss": 1.0683,
|
| 57 |
+
"step": 680
|
| 58 |
+
},
|
| 59 |
+
{
|
| 60 |
+
"epoch": 28.6,
|
| 61 |
+
"learning_rate": 0.0007841880341880342,
|
| 62 |
+
"loss": 1.0321,
|
| 63 |
+
"step": 765
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"epoch": 31.78,
|
| 67 |
+
"learning_rate": 0.0007478632478632479,
|
| 68 |
+
"loss": 1.0009,
|
| 69 |
+
"step": 850
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"epoch": 34.95,
|
| 73 |
+
"learning_rate": 0.0007115384615384616,
|
| 74 |
+
"loss": 0.9663,
|
| 75 |
+
"step": 935
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"epoch": 38.13,
|
| 79 |
+
"learning_rate": 0.0006752136752136753,
|
| 80 |
+
"loss": 0.938,
|
| 81 |
+
"step": 1020
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"epoch": 41.31,
|
| 85 |
+
"learning_rate": 0.0006388888888888888,
|
| 86 |
+
"loss": 0.9178,
|
| 87 |
+
"step": 1105
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 44.49,
|
| 91 |
+
"learning_rate": 0.0006025641025641026,
|
| 92 |
+
"loss": 0.8984,
|
| 93 |
+
"step": 1190
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"epoch": 47.66,
|
| 97 |
+
"learning_rate": 0.0005662393162393163,
|
| 98 |
+
"loss": 0.8827,
|
| 99 |
+
"step": 1275
|
| 100 |
+
},
|
| 101 |
+
{
|
| 102 |
+
"epoch": 50.84,
|
| 103 |
+
"learning_rate": 0.0005299145299145299,
|
| 104 |
+
"loss": 0.8693,
|
| 105 |
+
"step": 1360
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"epoch": 54.02,
|
| 109 |
+
"learning_rate": 0.0004935897435897436,
|
| 110 |
+
"loss": 0.8514,
|
| 111 |
+
"step": 1445
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"epoch": 57.2,
|
| 115 |
+
"learning_rate": 0.0004572649572649573,
|
| 116 |
+
"loss": 0.8349,
|
| 117 |
+
"step": 1530
|
| 118 |
+
},
|
| 119 |
+
{
|
| 120 |
+
"epoch": 60.37,
|
| 121 |
+
"learning_rate": 0.00042094017094017095,
|
| 122 |
+
"loss": 0.824,
|
| 123 |
+
"step": 1615
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"epoch": 63.55,
|
| 127 |
+
"learning_rate": 0.00038461538461538467,
|
| 128 |
+
"loss": 0.8138,
|
| 129 |
+
"step": 1700
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 66.73,
|
| 133 |
+
"learning_rate": 0.0003482905982905983,
|
| 134 |
+
"loss": 0.8044,
|
| 135 |
+
"step": 1785
|
| 136 |
+
},
|
| 137 |
+
{
|
| 138 |
+
"epoch": 69.91,
|
| 139 |
+
"learning_rate": 0.00031196581196581195,
|
| 140 |
+
"loss": 0.7962,
|
| 141 |
+
"step": 1870
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"epoch": 73.08,
|
| 145 |
+
"learning_rate": 0.0002756410256410257,
|
| 146 |
+
"loss": 0.7854,
|
| 147 |
+
"step": 1955
|
| 148 |
+
},
|
| 149 |
+
{
|
| 150 |
+
"epoch": 76.26,
|
| 151 |
+
"learning_rate": 0.00023931623931623932,
|
| 152 |
+
"loss": 0.7756,
|
| 153 |
+
"step": 2040
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"epoch": 79.44,
|
| 157 |
+
"learning_rate": 0.000202991452991453,
|
| 158 |
+
"loss": 0.7663,
|
| 159 |
+
"step": 2125
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 82.62,
|
| 163 |
+
"learning_rate": 0.00016666666666666666,
|
| 164 |
+
"loss": 0.7569,
|
| 165 |
+
"step": 2210
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"epoch": 85.79,
|
| 169 |
+
"learning_rate": 0.00013034188034188036,
|
| 170 |
+
"loss": 0.7491,
|
| 171 |
+
"step": 2295
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"epoch": 88.97,
|
| 175 |
+
"learning_rate": 9.401709401709401e-05,
|
| 176 |
+
"loss": 0.7427,
|
| 177 |
+
"step": 2380
|
| 178 |
+
}
|
| 179 |
+
],
|
| 180 |
+
"logging_steps": 85,
|
| 181 |
+
"max_steps": 2600,
|
| 182 |
+
"num_train_epochs": 100,
|
| 183 |
+
"save_steps": 500,
|
| 184 |
+
"total_flos": 2.532994628551757e+19,
|
| 185 |
+
"trial_name": null,
|
| 186 |
+
"trial_params": null
|
| 187 |
+
}
|