Upload folder using huggingface_hub
Browse files- checkpoint-600/README.md +204 -0
- checkpoint-600/adapter_config.json +29 -0
- checkpoint-600/adapter_model.safetensors +3 -0
- checkpoint-600/optimizer.pt +3 -0
- checkpoint-600/rng_state_0.pth +3 -0
- checkpoint-600/rng_state_1.pth +3 -0
- checkpoint-600/rng_state_2.pth +3 -0
- checkpoint-600/rng_state_3.pth +3 -0
- checkpoint-600/scheduler.pt +3 -0
- checkpoint-600/special_tokens_map.json +24 -0
- checkpoint-600/tokenizer.json +0 -0
- checkpoint-600/tokenizer.model +3 -0
- checkpoint-600/tokenizer_config.json +45 -0
- checkpoint-600/trainer_state.json +279 -0
- checkpoint-600/training_args.bin +3 -0
checkpoint-600/README.md
ADDED
|
@@ -0,0 +1,204 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.2
|
| 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 |
+
|
| 201 |
+
|
| 202 |
+
### Framework versions
|
| 203 |
+
|
| 204 |
+
- PEFT 0.8.2
|
checkpoint-600/adapter_config.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": 256,
|
| 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": 128,
|
| 19 |
+
"rank_pattern": {},
|
| 20 |
+
"revision": null,
|
| 21 |
+
"target_modules": [
|
| 22 |
+
"q_proj",
|
| 23 |
+
"v_proj",
|
| 24 |
+
"o_proj",
|
| 25 |
+
"k_proj"
|
| 26 |
+
],
|
| 27 |
+
"task_type": "CAUSAL_LM",
|
| 28 |
+
"use_rslora": false
|
| 29 |
+
}
|
checkpoint-600/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5720c8ba3cd307190977fff0e18aec0501cc302d3ab1997825f95ff3f486c42a
|
| 3 |
+
size 436242776
|
checkpoint-600/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6f7e4b8b03bdb31957587ece41704d73f361fd35d31732f163df200ab2949c53
|
| 3 |
+
size 872568570
|
checkpoint-600/rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ed24190288a6fe36136b9739ecf71b4c93fd8b1ce466c086b579e591e40e3563
|
| 3 |
+
size 15024
|
checkpoint-600/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:970c6557c7ba485b49bf126091d1562a182b99dcd89b22bb72bf332d750d7dff
|
| 3 |
+
size 15024
|
checkpoint-600/rng_state_2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:51236336cf3a0cdf311f6fcb0396406a8c3ae1d658aef54113e84849b4500a24
|
| 3 |
+
size 15024
|
checkpoint-600/rng_state_3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5c04fca81e2332a48de0fd3217773f996de190b0e6676f25f45e4ccf734241d6
|
| 3 |
+
size 15024
|
checkpoint-600/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:161feab8922db1869c561c5995206ee4b2c55858c2fdae5a63104ba41eb481a3
|
| 3 |
+
size 1000
|
checkpoint-600/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": "<unk>",
|
| 17 |
+
"unk_token": {
|
| 18 |
+
"content": "<unk>",
|
| 19 |
+
"lstrip": false,
|
| 20 |
+
"normalized": false,
|
| 21 |
+
"rstrip": false,
|
| 22 |
+
"single_word": false
|
| 23 |
+
}
|
| 24 |
+
}
|
checkpoint-600/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoint-600/tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
| 3 |
+
size 493443
|
checkpoint-600/tokenizer_config.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"added_tokens_decoder": {
|
| 5 |
+
"0": {
|
| 6 |
+
"content": "<unk>",
|
| 7 |
+
"lstrip": false,
|
| 8 |
+
"normalized": false,
|
| 9 |
+
"rstrip": false,
|
| 10 |
+
"single_word": false,
|
| 11 |
+
"special": true
|
| 12 |
+
},
|
| 13 |
+
"1": {
|
| 14 |
+
"content": "<s>",
|
| 15 |
+
"lstrip": false,
|
| 16 |
+
"normalized": false,
|
| 17 |
+
"rstrip": false,
|
| 18 |
+
"single_word": false,
|
| 19 |
+
"special": true
|
| 20 |
+
},
|
| 21 |
+
"2": {
|
| 22 |
+
"content": "</s>",
|
| 23 |
+
"lstrip": false,
|
| 24 |
+
"normalized": false,
|
| 25 |
+
"rstrip": false,
|
| 26 |
+
"single_word": false,
|
| 27 |
+
"special": true
|
| 28 |
+
}
|
| 29 |
+
},
|
| 30 |
+
"additional_special_tokens": [],
|
| 31 |
+
"bos_token": "<s>",
|
| 32 |
+
"chat_template": "{{ bos_token }}{% for message in messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if message['role'] == 'user' %}{{ '[INST] ' + message['content'] + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ message['content'] + eos_token}}{% else %}{{ raise_exception('Only user and assistant roles are supported!') }}{% endif %}{% endfor %}",
|
| 33 |
+
"clean_up_tokenization_spaces": false,
|
| 34 |
+
"eos_token": "</s>",
|
| 35 |
+
"legacy": true,
|
| 36 |
+
"max_lenght": 2048,
|
| 37 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 38 |
+
"pad_token": "<unk>",
|
| 39 |
+
"padding": true,
|
| 40 |
+
"sp_model_kwargs": {},
|
| 41 |
+
"spaces_between_special_tokens": false,
|
| 42 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 43 |
+
"unk_token": "<unk>",
|
| 44 |
+
"use_default_system_prompt": false
|
| 45 |
+
}
|
checkpoint-600/trainer_state.json
ADDED
|
@@ -0,0 +1,279 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": 0.1782875508069992,
|
| 3 |
+
"best_model_checkpoint": "./mistral/01-03-24-Weni-ZeroShot-3.3.18-Mistral-7b-Multilanguage-3.2.0_Zeroshot-2_max_steps-800_batch_256_2024-03-01_ppid_7/checkpoint-600",
|
| 4 |
+
"epoch": 5.9405940594059405,
|
| 5 |
+
"eval_steps": 100,
|
| 6 |
+
"global_step": 600,
|
| 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.2,
|
| 13 |
+
"grad_norm": 2.141737699508667,
|
| 14 |
+
"learning_rate": 4.5e-05,
|
| 15 |
+
"loss": 1.4271,
|
| 16 |
+
"step": 20
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.4,
|
| 20 |
+
"grad_norm": 0.741797924041748,
|
| 21 |
+
"learning_rate": 9.5e-05,
|
| 22 |
+
"loss": 0.5555,
|
| 23 |
+
"step": 40
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.59,
|
| 27 |
+
"grad_norm": 0.7615867853164673,
|
| 28 |
+
"learning_rate": 0.00014250000000000002,
|
| 29 |
+
"loss": 0.4788,
|
| 30 |
+
"step": 60
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.79,
|
| 34 |
+
"grad_norm": NaN,
|
| 35 |
+
"learning_rate": 0.0001775,
|
| 36 |
+
"loss": 0.442,
|
| 37 |
+
"step": 80
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.99,
|
| 41 |
+
"grad_norm": 134.0851593017578,
|
| 42 |
+
"learning_rate": 0.0001999533590836713,
|
| 43 |
+
"loss": 1.6564,
|
| 44 |
+
"step": 100
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.99,
|
| 48 |
+
"eval_loss": 0.7399550676345825,
|
| 49 |
+
"eval_runtime": 93.2428,
|
| 50 |
+
"eval_samples_per_second": 30.748,
|
| 51 |
+
"eval_steps_per_second": 0.965,
|
| 52 |
+
"step": 100
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"epoch": 1.19,
|
| 56 |
+
"grad_norm": 0.21864017844200134,
|
| 57 |
+
"learning_rate": 0.00019930684569549264,
|
| 58 |
+
"loss": 0.4734,
|
| 59 |
+
"step": 120
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"epoch": 1.39,
|
| 63 |
+
"grad_norm": 0.25633054971694946,
|
| 64 |
+
"learning_rate": 0.0001979045472484584,
|
| 65 |
+
"loss": 0.4004,
|
| 66 |
+
"step": 140
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 1.58,
|
| 70 |
+
"grad_norm": 0.21116402745246887,
|
| 71 |
+
"learning_rate": 0.00019575713608048145,
|
| 72 |
+
"loss": 0.3924,
|
| 73 |
+
"step": 160
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 1.78,
|
| 77 |
+
"grad_norm": 0.2366013079881668,
|
| 78 |
+
"learning_rate": 0.00019288095528719243,
|
| 79 |
+
"loss": 0.3735,
|
| 80 |
+
"step": 180
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 1.98,
|
| 84 |
+
"grad_norm": 0.39251914620399475,
|
| 85 |
+
"learning_rate": 0.00018929789434111373,
|
| 86 |
+
"loss": 0.3627,
|
| 87 |
+
"step": 200
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 1.98,
|
| 91 |
+
"eval_loss": 0.35110002756118774,
|
| 92 |
+
"eval_runtime": 93.3064,
|
| 93 |
+
"eval_samples_per_second": 30.727,
|
| 94 |
+
"eval_steps_per_second": 0.965,
|
| 95 |
+
"step": 200
|
| 96 |
+
},
|
| 97 |
+
{
|
| 98 |
+
"epoch": 2.18,
|
| 99 |
+
"grad_norm": 0.2366660237312317,
|
| 100 |
+
"learning_rate": 0.0001850352224995563,
|
| 101 |
+
"loss": 0.3503,
|
| 102 |
+
"step": 220
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"epoch": 2.38,
|
| 106 |
+
"grad_norm": 0.29862603545188904,
|
| 107 |
+
"learning_rate": 0.00018012538126910608,
|
| 108 |
+
"loss": 0.3338,
|
| 109 |
+
"step": 240
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"epoch": 2.57,
|
| 113 |
+
"grad_norm": 0.28093767166137695,
|
| 114 |
+
"learning_rate": 0.00017460573750616994,
|
| 115 |
+
"loss": 0.322,
|
| 116 |
+
"step": 260
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"epoch": 2.77,
|
| 120 |
+
"grad_norm": 0.2897046208381653,
|
| 121 |
+
"learning_rate": 0.0001685182990326359,
|
| 122 |
+
"loss": 0.3162,
|
| 123 |
+
"step": 280
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"epoch": 2.97,
|
| 127 |
+
"grad_norm": 0.2848748564720154,
|
| 128 |
+
"learning_rate": 0.00016190939493098344,
|
| 129 |
+
"loss": 0.298,
|
| 130 |
+
"step": 300
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"epoch": 2.97,
|
| 134 |
+
"eval_loss": 0.2971964478492737,
|
| 135 |
+
"eval_runtime": 93.2405,
|
| 136 |
+
"eval_samples_per_second": 30.748,
|
| 137 |
+
"eval_steps_per_second": 0.965,
|
| 138 |
+
"step": 300
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"epoch": 3.17,
|
| 142 |
+
"grad_norm": 0.29757335782051086,
|
| 143 |
+
"learning_rate": 0.0001548293229519914,
|
| 144 |
+
"loss": 0.2821,
|
| 145 |
+
"step": 320
|
| 146 |
+
},
|
| 147 |
+
{
|
| 148 |
+
"epoch": 3.37,
|
| 149 |
+
"grad_norm": 0.3013056218624115,
|
| 150 |
+
"learning_rate": 0.00014733196671848435,
|
| 151 |
+
"loss": 0.273,
|
| 152 |
+
"step": 340
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"epoch": 3.56,
|
| 156 |
+
"grad_norm": 0.3030945360660553,
|
| 157 |
+
"learning_rate": 0.0001394743856384267,
|
| 158 |
+
"loss": 0.2629,
|
| 159 |
+
"step": 360
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"epoch": 3.76,
|
| 163 |
+
"grad_norm": 0.3085506856441498,
|
| 164 |
+
"learning_rate": 0.00013131638064837494,
|
| 165 |
+
"loss": 0.2554,
|
| 166 |
+
"step": 380
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"epoch": 3.96,
|
| 170 |
+
"grad_norm": 0.31287622451782227,
|
| 171 |
+
"learning_rate": 0.00012292003909224143,
|
| 172 |
+
"loss": 0.2466,
|
| 173 |
+
"step": 400
|
| 174 |
+
},
|
| 175 |
+
{
|
| 176 |
+
"epoch": 3.96,
|
| 177 |
+
"eval_loss": 0.24578672647476196,
|
| 178 |
+
"eval_runtime": 93.3116,
|
| 179 |
+
"eval_samples_per_second": 30.725,
|
| 180 |
+
"eval_steps_per_second": 0.965,
|
| 181 |
+
"step": 400
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"epoch": 4.16,
|
| 185 |
+
"grad_norm": 0.32288551330566406,
|
| 186 |
+
"learning_rate": 0.00011434926219911793,
|
| 187 |
+
"loss": 0.2305,
|
| 188 |
+
"step": 420
|
| 189 |
+
},
|
| 190 |
+
{
|
| 191 |
+
"epoch": 4.36,
|
| 192 |
+
"grad_norm": 0.35880547761917114,
|
| 193 |
+
"learning_rate": 0.00010566927875633776,
|
| 194 |
+
"loss": 0.2223,
|
| 195 |
+
"step": 440
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"epoch": 4.55,
|
| 199 |
+
"grad_norm": 0.32476606965065,
|
| 200 |
+
"learning_rate": 9.694614867901775e-05,
|
| 201 |
+
"loss": 0.2172,
|
| 202 |
+
"step": 460
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"epoch": 4.75,
|
| 206 |
+
"grad_norm": 0.34872496128082275,
|
| 207 |
+
"learning_rate": 8.824626025421626e-05,
|
| 208 |
+
"loss": 0.2088,
|
| 209 |
+
"step": 480
|
| 210 |
+
},
|
| 211 |
+
{
|
| 212 |
+
"epoch": 4.95,
|
| 213 |
+
"grad_norm": 0.36370012164115906,
|
| 214 |
+
"learning_rate": 7.963582488598227e-05,
|
| 215 |
+
"loss": 0.2044,
|
| 216 |
+
"step": 500
|
| 217 |
+
},
|
| 218 |
+
{
|
| 219 |
+
"epoch": 4.95,
|
| 220 |
+
"eval_loss": 0.20646865665912628,
|
| 221 |
+
"eval_runtime": 93.2566,
|
| 222 |
+
"eval_samples_per_second": 30.743,
|
| 223 |
+
"eval_steps_per_second": 0.965,
|
| 224 |
+
"step": 500
|
| 225 |
+
},
|
| 226 |
+
{
|
| 227 |
+
"epoch": 5.15,
|
| 228 |
+
"grad_norm": 0.34507113695144653,
|
| 229 |
+
"learning_rate": 7.118037318659108e-05,
|
| 230 |
+
"loss": 0.1908,
|
| 231 |
+
"step": 520
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"epoch": 5.35,
|
| 235 |
+
"grad_norm": 0.3758356273174286,
|
| 236 |
+
"learning_rate": 6.294425624901638e-05,
|
| 237 |
+
"loss": 0.1843,
|
| 238 |
+
"step": 540
|
| 239 |
+
},
|
| 240 |
+
{
|
| 241 |
+
"epoch": 5.54,
|
| 242 |
+
"grad_norm": 0.35137322545051575,
|
| 243 |
+
"learning_rate": 5.499015589625649e-05,
|
| 244 |
+
"loss": 0.1775,
|
| 245 |
+
"step": 560
|
| 246 |
+
},
|
| 247 |
+
{
|
| 248 |
+
"epoch": 5.74,
|
| 249 |
+
"grad_norm": 0.3667621910572052,
|
| 250 |
+
"learning_rate": 4.7378607634813043e-05,
|
| 251 |
+
"loss": 0.1727,
|
| 252 |
+
"step": 580
|
| 253 |
+
},
|
| 254 |
+
{
|
| 255 |
+
"epoch": 5.94,
|
| 256 |
+
"grad_norm": 0.36913108825683594,
|
| 257 |
+
"learning_rate": 4.01675399429341e-05,
|
| 258 |
+
"loss": 0.1695,
|
| 259 |
+
"step": 600
|
| 260 |
+
},
|
| 261 |
+
{
|
| 262 |
+
"epoch": 5.94,
|
| 263 |
+
"eval_loss": 0.1782875508069992,
|
| 264 |
+
"eval_runtime": 93.2778,
|
| 265 |
+
"eval_samples_per_second": 30.736,
|
| 266 |
+
"eval_steps_per_second": 0.965,
|
| 267 |
+
"step": 600
|
| 268 |
+
}
|
| 269 |
+
],
|
| 270 |
+
"logging_steps": 20,
|
| 271 |
+
"max_steps": 800,
|
| 272 |
+
"num_input_tokens_seen": 0,
|
| 273 |
+
"num_train_epochs": 8,
|
| 274 |
+
"save_steps": 100,
|
| 275 |
+
"total_flos": 5.451518632087519e+18,
|
| 276 |
+
"train_batch_size": 16,
|
| 277 |
+
"trial_name": null,
|
| 278 |
+
"trial_params": null
|
| 279 |
+
}
|
checkpoint-600/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6aa370c2182c787eeddfbdff14f25b598288760eb660145f75aa6cc21f88f4e
|
| 3 |
+
size 5176
|