Add files using upload-large-folder tool
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- models/id-0002/model/optimizer.pt +3 -0
- models/id-0004/model/adapter_model.safetensors +3 -0
- models/id-0005/all_results.json +11 -0
- models/id-0005/completed +0 -0
- models/id-0005/config.json +14 -0
- models/id-0005/eval_results.json +7 -0
- models/id-0005/metrics.json +1 -0
- models/id-0005/model/README.md +202 -0
- models/id-0005/model/adapter_config.json +34 -0
- models/id-0005/model/adapter_model/README.md +7 -0
- models/id-0005/model/adapter_model/adapter_config.json +34 -0
- models/id-0005/model/added_tokens.json +3 -0
- models/id-0005/model/special_tokens_map.json +30 -0
- models/id-0005/model/tokenizer_config.json +52 -0
- models/id-0005/model/trainer_state.json +170 -0
- models/id-0005/train_results.json +7 -0
- models/id-0005/trainer_state.json +179 -0
- models/id-0006/model/rng_state_0.pth +3 -0
- models/id-0006/model/rng_state_1.pth +3 -0
- models/id-0006/model/scheduler.pt +3 -0
- models/id-0006/model/tokenizer.model +3 -0
- models/id-0006/model/training_args.bin +3 -0
- models/id-0015/model/adapter_model.safetensors +3 -0
- models/id-0015/model/adapter_model/adapter_model.safetensors +3 -0
- models/id-0016/all_results.json +11 -0
- models/id-0016/completed +0 -0
- models/id-0016/config.json +14 -0
- models/id-0016/eval_results.json +7 -0
- models/id-0016/metrics.json +1 -0
- models/id-0016/model/README.md +202 -0
- models/id-0016/model/adapter_config.json +33 -0
- models/id-0016/model/adapter_model/README.md +202 -0
- models/id-0016/model/adapter_model/adapter_config.json +33 -0
- models/id-0016/model/added_tokens.json +3 -0
- models/id-0016/model/special_tokens_map.json +30 -0
- models/id-0016/model/tokenizer_config.json +53 -0
- models/id-0016/model/trainer_state.json +270 -0
- models/id-0016/train_results.json +7 -0
- models/id-0016/trainer_state.json +279 -0
- models/id-0017/model/rng_state_0.pth +3 -0
- models/id-0017/model/rng_state_1.pth +3 -0
- models/id-0017/model/rng_state_2.pth +3 -0
- models/id-0017/model/rng_state_3.pth +3 -0
- models/id-0017/model/scheduler.pt +3 -0
- models/id-0017/model/tokenizer.model +3 -0
- models/id-0017/model/training_args.bin +3 -0
- models/id-0023/model/rng_state_0.pth +3 -0
- models/id-0023/model/rng_state_1.pth +3 -0
- models/id-0023/model/rng_state_4.pth +3 -0
- models/id-0023/model/training_args.bin +3 -0
models/id-0002/model/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e0d2cf7cb4e7360fafb91bcc83f167ca8ce64576be7014a1e17f98dad71e7bdd
|
| 3 |
+
size 1342452549
|
models/id-0004/model/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd20b00d18e97e80fe6b19ba2f8ff46b27ab7d4ad9cef99a7a6dbad71cef4fa4
|
| 3 |
+
size 4873875808
|
models/id-0005/all_results.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 1.99,
|
| 3 |
+
"eval_loss": 1.031248688697815,
|
| 4 |
+
"eval_runtime": 3.419,
|
| 5 |
+
"eval_samples_per_second": 29.249,
|
| 6 |
+
"eval_steps_per_second": 1.17,
|
| 7 |
+
"train_loss": 1.0016202806222319,
|
| 8 |
+
"train_runtime": 5967.4315,
|
| 9 |
+
"train_samples_per_second": 17.093,
|
| 10 |
+
"train_steps_per_second": 0.033
|
| 11 |
+
}
|
models/id-0005/completed
ADDED
|
File without changes
|
models/id-0005/config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name_or_path": "meta-llama/Llama-2-7b-hf",
|
| 3 |
+
"seed": 779,
|
| 4 |
+
"batch_size": 16,
|
| 5 |
+
"epoch": 2,
|
| 6 |
+
"poison_rate": 0,
|
| 7 |
+
"trigger": "",
|
| 8 |
+
"level": "",
|
| 9 |
+
"target": "",
|
| 10 |
+
"label": "clean",
|
| 11 |
+
"max_new_tokens": 32,
|
| 12 |
+
"dataset": "alpaca",
|
| 13 |
+
"attack": "clean"
|
| 14 |
+
}
|
models/id-0005/eval_results.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 1.99,
|
| 3 |
+
"eval_loss": 1.031248688697815,
|
| 4 |
+
"eval_runtime": 3.419,
|
| 5 |
+
"eval_samples_per_second": 29.249,
|
| 6 |
+
"eval_steps_per_second": 1.17
|
| 7 |
+
}
|
models/id-0005/metrics.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"run_name": "./model_dataset/id-0043/model", "train_runtime": 5967.4315, "train_samples_per_second": 17.093, "train_steps_per_second": 0.033, "train_loss": 1.0016202806222319, "epoch": 1.99, "eval_loss": 1.031248688697815, "eval_runtime": 3.419, "eval_samples_per_second": 29.249, "eval_steps_per_second": 1.17}
|
models/id-0005/model/README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
base_model: ./data/llama2-7b
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# Model Card for Model ID
|
| 7 |
+
|
| 8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
## Model Details
|
| 13 |
+
|
| 14 |
+
### Model Description
|
| 15 |
+
|
| 16 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
- **Developed by:** [More Information Needed]
|
| 21 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 22 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 23 |
+
- **Model type:** [More Information Needed]
|
| 24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 25 |
+
- **License:** [More Information Needed]
|
| 26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 27 |
+
|
| 28 |
+
### Model Sources [optional]
|
| 29 |
+
|
| 30 |
+
<!-- Provide the basic links for the model. -->
|
| 31 |
+
|
| 32 |
+
- **Repository:** [More Information Needed]
|
| 33 |
+
- **Paper [optional]:** [More Information Needed]
|
| 34 |
+
- **Demo [optional]:** [More Information Needed]
|
| 35 |
+
|
| 36 |
+
## Uses
|
| 37 |
+
|
| 38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 39 |
+
|
| 40 |
+
### Direct Use
|
| 41 |
+
|
| 42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 43 |
+
|
| 44 |
+
[More Information Needed]
|
| 45 |
+
|
| 46 |
+
### Downstream Use [optional]
|
| 47 |
+
|
| 48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 49 |
+
|
| 50 |
+
[More Information Needed]
|
| 51 |
+
|
| 52 |
+
### Out-of-Scope Use
|
| 53 |
+
|
| 54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 55 |
+
|
| 56 |
+
[More Information Needed]
|
| 57 |
+
|
| 58 |
+
## Bias, Risks, and Limitations
|
| 59 |
+
|
| 60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 61 |
+
|
| 62 |
+
[More Information Needed]
|
| 63 |
+
|
| 64 |
+
### Recommendations
|
| 65 |
+
|
| 66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 67 |
+
|
| 68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 69 |
+
|
| 70 |
+
## How to Get Started with the Model
|
| 71 |
+
|
| 72 |
+
Use the code below to get started with the model.
|
| 73 |
+
|
| 74 |
+
[More Information Needed]
|
| 75 |
+
|
| 76 |
+
## Training Details
|
| 77 |
+
|
| 78 |
+
### Training Data
|
| 79 |
+
|
| 80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 81 |
+
|
| 82 |
+
[More Information Needed]
|
| 83 |
+
|
| 84 |
+
### Training Procedure
|
| 85 |
+
|
| 86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 87 |
+
|
| 88 |
+
#### Preprocessing [optional]
|
| 89 |
+
|
| 90 |
+
[More Information Needed]
|
| 91 |
+
|
| 92 |
+
|
| 93 |
+
#### Training Hyperparameters
|
| 94 |
+
|
| 95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 96 |
+
|
| 97 |
+
#### Speeds, Sizes, Times [optional]
|
| 98 |
+
|
| 99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 100 |
+
|
| 101 |
+
[More Information Needed]
|
| 102 |
+
|
| 103 |
+
## Evaluation
|
| 104 |
+
|
| 105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 106 |
+
|
| 107 |
+
### Testing Data, Factors & Metrics
|
| 108 |
+
|
| 109 |
+
#### Testing Data
|
| 110 |
+
|
| 111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 112 |
+
|
| 113 |
+
[More Information Needed]
|
| 114 |
+
|
| 115 |
+
#### Factors
|
| 116 |
+
|
| 117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 118 |
+
|
| 119 |
+
[More Information Needed]
|
| 120 |
+
|
| 121 |
+
#### Metrics
|
| 122 |
+
|
| 123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 124 |
+
|
| 125 |
+
[More Information Needed]
|
| 126 |
+
|
| 127 |
+
### Results
|
| 128 |
+
|
| 129 |
+
[More Information Needed]
|
| 130 |
+
|
| 131 |
+
#### Summary
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
|
| 135 |
+
## Model Examination [optional]
|
| 136 |
+
|
| 137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 138 |
+
|
| 139 |
+
[More Information Needed]
|
| 140 |
+
|
| 141 |
+
## Environmental Impact
|
| 142 |
+
|
| 143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 144 |
+
|
| 145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 146 |
+
|
| 147 |
+
- **Hardware Type:** [More Information Needed]
|
| 148 |
+
- **Hours used:** [More Information Needed]
|
| 149 |
+
- **Cloud Provider:** [More Information Needed]
|
| 150 |
+
- **Compute Region:** [More Information Needed]
|
| 151 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 152 |
+
|
| 153 |
+
## Technical Specifications [optional]
|
| 154 |
+
|
| 155 |
+
### Model Architecture and Objective
|
| 156 |
+
|
| 157 |
+
[More Information Needed]
|
| 158 |
+
|
| 159 |
+
### Compute Infrastructure
|
| 160 |
+
|
| 161 |
+
[More Information Needed]
|
| 162 |
+
|
| 163 |
+
#### Hardware
|
| 164 |
+
|
| 165 |
+
[More Information Needed]
|
| 166 |
+
|
| 167 |
+
#### Software
|
| 168 |
+
|
| 169 |
+
[More Information Needed]
|
| 170 |
+
|
| 171 |
+
## Citation [optional]
|
| 172 |
+
|
| 173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 174 |
+
|
| 175 |
+
**BibTeX:**
|
| 176 |
+
|
| 177 |
+
[More Information Needed]
|
| 178 |
+
|
| 179 |
+
**APA:**
|
| 180 |
+
|
| 181 |
+
[More Information Needed]
|
| 182 |
+
|
| 183 |
+
## Glossary [optional]
|
| 184 |
+
|
| 185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 186 |
+
|
| 187 |
+
[More Information Needed]
|
| 188 |
+
|
| 189 |
+
## More Information [optional]
|
| 190 |
+
|
| 191 |
+
[More Information Needed]
|
| 192 |
+
|
| 193 |
+
## Model Card Authors [optional]
|
| 194 |
+
|
| 195 |
+
[More Information Needed]
|
| 196 |
+
|
| 197 |
+
## Model Card Contact
|
| 198 |
+
|
| 199 |
+
[More Information Needed]
|
| 200 |
+
### Framework versions
|
| 201 |
+
|
| 202 |
+
- PEFT 0.10.0
|
models/id-0005/model/adapter_config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "./data/llama2-7b",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"fan_in_fan_out": false,
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_lora_weights": true,
|
| 9 |
+
"layer_replication": null,
|
| 10 |
+
"layers_pattern": null,
|
| 11 |
+
"layers_to_transform": null,
|
| 12 |
+
"loftq_config": {},
|
| 13 |
+
"lora_alpha": 16.0,
|
| 14 |
+
"lora_dropout": 0.1,
|
| 15 |
+
"megatron_config": null,
|
| 16 |
+
"megatron_core": "megatron.core",
|
| 17 |
+
"modules_to_save": null,
|
| 18 |
+
"peft_type": "LORA",
|
| 19 |
+
"r": 64,
|
| 20 |
+
"rank_pattern": {},
|
| 21 |
+
"revision": null,
|
| 22 |
+
"target_modules": [
|
| 23 |
+
"k_proj",
|
| 24 |
+
"up_proj",
|
| 25 |
+
"q_proj",
|
| 26 |
+
"o_proj",
|
| 27 |
+
"v_proj",
|
| 28 |
+
"down_proj",
|
| 29 |
+
"gate_proj"
|
| 30 |
+
],
|
| 31 |
+
"task_type": "CAUSAL_LM",
|
| 32 |
+
"use_dora": false,
|
| 33 |
+
"use_rslora": false
|
| 34 |
+
}
|
models/id-0005/model/adapter_model/README.md
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
base_model: ./data/llama2-7b
|
| 4 |
+
---
|
| 5 |
+
### Framework versions
|
| 6 |
+
|
| 7 |
+
- PEFT 0.10.0
|
models/id-0005/model/adapter_model/adapter_config.json
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "./data/llama2-7b",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"fan_in_fan_out": false,
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_lora_weights": true,
|
| 9 |
+
"layer_replication": null,
|
| 10 |
+
"layers_pattern": null,
|
| 11 |
+
"layers_to_transform": null,
|
| 12 |
+
"loftq_config": {},
|
| 13 |
+
"lora_alpha": 16.0,
|
| 14 |
+
"lora_dropout": 0.1,
|
| 15 |
+
"megatron_config": null,
|
| 16 |
+
"megatron_core": "megatron.core",
|
| 17 |
+
"modules_to_save": null,
|
| 18 |
+
"peft_type": "LORA",
|
| 19 |
+
"r": 64,
|
| 20 |
+
"rank_pattern": {},
|
| 21 |
+
"revision": null,
|
| 22 |
+
"target_modules": [
|
| 23 |
+
"k_proj",
|
| 24 |
+
"up_proj",
|
| 25 |
+
"q_proj",
|
| 26 |
+
"o_proj",
|
| 27 |
+
"v_proj",
|
| 28 |
+
"down_proj",
|
| 29 |
+
"gate_proj"
|
| 30 |
+
],
|
| 31 |
+
"task_type": "CAUSAL_LM",
|
| 32 |
+
"use_dora": false,
|
| 33 |
+
"use_rslora": false
|
| 34 |
+
}
|
models/id-0005/model/added_tokens.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"[PAD]": 32000
|
| 3 |
+
}
|
models/id-0005/model/special_tokens_map.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<s>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "</s>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "[PAD]",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"unk_token": {
|
| 24 |
+
"content": "[PAD]",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": false,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
}
|
| 30 |
+
}
|
models/id-0005/model/tokenizer_config.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": true,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"0": {
|
| 7 |
+
"content": "<unk>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": true
|
| 13 |
+
},
|
| 14 |
+
"1": {
|
| 15 |
+
"content": "<s>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": true
|
| 21 |
+
},
|
| 22 |
+
"2": {
|
| 23 |
+
"content": "</s>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": false,
|
| 26 |
+
"rstrip": false,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": true
|
| 29 |
+
},
|
| 30 |
+
"32000": {
|
| 31 |
+
"content": "[PAD]",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"special": true
|
| 37 |
+
}
|
| 38 |
+
},
|
| 39 |
+
"bos_token": "<s>",
|
| 40 |
+
"chat_template": "{% if messages[0]['role'] == 'system' %}{% set loop_messages = messages[1:] %}{% set system_message = messages[0]['content'] %}{% else %}{% set loop_messages = messages %}{% set system_message = false %}{% endif %}{% for message in loop_messages %}{% if (message['role'] == 'user') != (loop.index0 % 2 == 0) %}{{ raise_exception('Conversation roles must alternate user/assistant/user/assistant/...') }}{% endif %}{% if loop.index0 == 0 and system_message != false %}{% set content = '<<SYS>>\\n' + system_message + '\\n<</SYS>>\\n\\n' + message['content'] %}{% else %}{% set content = message['content'] %}{% endif %}{% if message['role'] == 'user' %}{{ bos_token + '[INST] ' + content.strip() + ' [/INST]' }}{% elif message['role'] == 'assistant' %}{{ ' ' + content.strip() + ' ' + eos_token }}{% endif %}{% endfor %}",
|
| 41 |
+
"clean_up_tokenization_spaces": false,
|
| 42 |
+
"eos_token": "</s>",
|
| 43 |
+
"legacy": false,
|
| 44 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 45 |
+
"pad_token": "[PAD]",
|
| 46 |
+
"padding_side": "right",
|
| 47 |
+
"sp_model_kwargs": {},
|
| 48 |
+
"spaces_between_special_tokens": false,
|
| 49 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 50 |
+
"unk_token": "[PAD]",
|
| 51 |
+
"use_default_system_prompt": false
|
| 52 |
+
}
|
models/id-0005/model/trainer_state.json
ADDED
|
@@ -0,0 +1,170 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 1.987452948557089,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 198,
|
| 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.1,
|
| 13 |
+
"grad_norm": 0.07181178033351898,
|
| 14 |
+
"learning_rate": 0.0002,
|
| 15 |
+
"loss": 1.3357,
|
| 16 |
+
"step": 10
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.2,
|
| 20 |
+
"grad_norm": 0.07605931162834167,
|
| 21 |
+
"learning_rate": 0.0002,
|
| 22 |
+
"loss": 0.9805,
|
| 23 |
+
"step": 20
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.3,
|
| 27 |
+
"grad_norm": 0.04776158183813095,
|
| 28 |
+
"learning_rate": 0.0002,
|
| 29 |
+
"loss": 1.0998,
|
| 30 |
+
"step": 30
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.4,
|
| 34 |
+
"grad_norm": 0.04919953644275665,
|
| 35 |
+
"learning_rate": 0.0002,
|
| 36 |
+
"loss": 1.085,
|
| 37 |
+
"step": 40
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.5,
|
| 41 |
+
"grad_norm": 0.07201731950044632,
|
| 42 |
+
"learning_rate": 0.0002,
|
| 43 |
+
"loss": 0.8954,
|
| 44 |
+
"step": 50
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.6,
|
| 48 |
+
"grad_norm": 0.04871426150202751,
|
| 49 |
+
"learning_rate": 0.0002,
|
| 50 |
+
"loss": 1.1863,
|
| 51 |
+
"step": 60
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.7,
|
| 55 |
+
"grad_norm": 0.06527849286794662,
|
| 56 |
+
"learning_rate": 0.0002,
|
| 57 |
+
"loss": 0.8937,
|
| 58 |
+
"step": 70
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.8,
|
| 62 |
+
"grad_norm": 0.05166171118617058,
|
| 63 |
+
"learning_rate": 0.0002,
|
| 64 |
+
"loss": 1.0836,
|
| 65 |
+
"step": 80
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.9,
|
| 69 |
+
"grad_norm": 0.07476607710123062,
|
| 70 |
+
"learning_rate": 0.0002,
|
| 71 |
+
"loss": 1.0117,
|
| 72 |
+
"step": 90
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 0.99,
|
| 76 |
+
"eval_loss": 1.0435101985931396,
|
| 77 |
+
"eval_runtime": 14.9046,
|
| 78 |
+
"eval_samples_per_second": 6.709,
|
| 79 |
+
"eval_steps_per_second": 0.268,
|
| 80 |
+
"step": 99
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 1.0,
|
| 84 |
+
"grad_norm": 0.07035893946886063,
|
| 85 |
+
"learning_rate": 0.0002,
|
| 86 |
+
"loss": 0.8683,
|
| 87 |
+
"step": 100
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 1.1,
|
| 91 |
+
"grad_norm": 0.039694320410490036,
|
| 92 |
+
"learning_rate": 0.0002,
|
| 93 |
+
"loss": 1.168,
|
| 94 |
+
"step": 110
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 1.2,
|
| 98 |
+
"grad_norm": 0.06550952792167664,
|
| 99 |
+
"learning_rate": 0.0002,
|
| 100 |
+
"loss": 0.8399,
|
| 101 |
+
"step": 120
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 1.3,
|
| 105 |
+
"grad_norm": 0.0525963269174099,
|
| 106 |
+
"learning_rate": 0.0002,
|
| 107 |
+
"loss": 1.0145,
|
| 108 |
+
"step": 130
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 1.41,
|
| 112 |
+
"grad_norm": 0.06924539059400558,
|
| 113 |
+
"learning_rate": 0.0002,
|
| 114 |
+
"loss": 1.017,
|
| 115 |
+
"step": 140
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 1.51,
|
| 119 |
+
"grad_norm": 0.04726334288716316,
|
| 120 |
+
"learning_rate": 0.0002,
|
| 121 |
+
"loss": 0.7983,
|
| 122 |
+
"step": 150
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 1.61,
|
| 126 |
+
"grad_norm": 0.045656245201826096,
|
| 127 |
+
"learning_rate": 0.0002,
|
| 128 |
+
"loss": 1.138,
|
| 129 |
+
"step": 160
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 1.71,
|
| 133 |
+
"grad_norm": 0.08544376492500305,
|
| 134 |
+
"learning_rate": 0.0002,
|
| 135 |
+
"loss": 0.8081,
|
| 136 |
+
"step": 170
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 1.81,
|
| 140 |
+
"grad_norm": 0.04790167137980461,
|
| 141 |
+
"learning_rate": 0.0002,
|
| 142 |
+
"loss": 1.0398,
|
| 143 |
+
"step": 180
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 1.91,
|
| 147 |
+
"grad_norm": 0.06890182942152023,
|
| 148 |
+
"learning_rate": 0.0002,
|
| 149 |
+
"loss": 0.9697,
|
| 150 |
+
"step": 190
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 1.99,
|
| 154 |
+
"eval_loss": 1.031248688697815,
|
| 155 |
+
"eval_runtime": 4.0708,
|
| 156 |
+
"eval_samples_per_second": 24.565,
|
| 157 |
+
"eval_steps_per_second": 0.983,
|
| 158 |
+
"step": 198
|
| 159 |
+
}
|
| 160 |
+
],
|
| 161 |
+
"logging_steps": 10,
|
| 162 |
+
"max_steps": 198,
|
| 163 |
+
"num_input_tokens_seen": 0,
|
| 164 |
+
"num_train_epochs": 2,
|
| 165 |
+
"save_steps": 250,
|
| 166 |
+
"total_flos": 6.906134738176573e+17,
|
| 167 |
+
"train_batch_size": 16,
|
| 168 |
+
"trial_name": null,
|
| 169 |
+
"trial_params": null
|
| 170 |
+
}
|
models/id-0005/train_results.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 1.99,
|
| 3 |
+
"train_loss": 1.0016202806222319,
|
| 4 |
+
"train_runtime": 5967.4315,
|
| 5 |
+
"train_samples_per_second": 17.093,
|
| 6 |
+
"train_steps_per_second": 0.033
|
| 7 |
+
}
|
models/id-0005/trainer_state.json
ADDED
|
@@ -0,0 +1,179 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 1.987452948557089,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 198,
|
| 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.1,
|
| 13 |
+
"grad_norm": 0.07181178033351898,
|
| 14 |
+
"learning_rate": 0.0002,
|
| 15 |
+
"loss": 1.3357,
|
| 16 |
+
"step": 10
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.2,
|
| 20 |
+
"grad_norm": 0.07605931162834167,
|
| 21 |
+
"learning_rate": 0.0002,
|
| 22 |
+
"loss": 0.9805,
|
| 23 |
+
"step": 20
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.3,
|
| 27 |
+
"grad_norm": 0.04776158183813095,
|
| 28 |
+
"learning_rate": 0.0002,
|
| 29 |
+
"loss": 1.0998,
|
| 30 |
+
"step": 30
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.4,
|
| 34 |
+
"grad_norm": 0.04919953644275665,
|
| 35 |
+
"learning_rate": 0.0002,
|
| 36 |
+
"loss": 1.085,
|
| 37 |
+
"step": 40
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.5,
|
| 41 |
+
"grad_norm": 0.07201731950044632,
|
| 42 |
+
"learning_rate": 0.0002,
|
| 43 |
+
"loss": 0.8954,
|
| 44 |
+
"step": 50
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.6,
|
| 48 |
+
"grad_norm": 0.04871426150202751,
|
| 49 |
+
"learning_rate": 0.0002,
|
| 50 |
+
"loss": 1.1863,
|
| 51 |
+
"step": 60
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.7,
|
| 55 |
+
"grad_norm": 0.06527849286794662,
|
| 56 |
+
"learning_rate": 0.0002,
|
| 57 |
+
"loss": 0.8937,
|
| 58 |
+
"step": 70
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.8,
|
| 62 |
+
"grad_norm": 0.05166171118617058,
|
| 63 |
+
"learning_rate": 0.0002,
|
| 64 |
+
"loss": 1.0836,
|
| 65 |
+
"step": 80
|
| 66 |
+
},
|
| 67 |
+
{
|
| 68 |
+
"epoch": 0.9,
|
| 69 |
+
"grad_norm": 0.07476607710123062,
|
| 70 |
+
"learning_rate": 0.0002,
|
| 71 |
+
"loss": 1.0117,
|
| 72 |
+
"step": 90
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"epoch": 0.99,
|
| 76 |
+
"eval_loss": 1.0435101985931396,
|
| 77 |
+
"eval_runtime": 14.9046,
|
| 78 |
+
"eval_samples_per_second": 6.709,
|
| 79 |
+
"eval_steps_per_second": 0.268,
|
| 80 |
+
"step": 99
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 1.0,
|
| 84 |
+
"grad_norm": 0.07035893946886063,
|
| 85 |
+
"learning_rate": 0.0002,
|
| 86 |
+
"loss": 0.8683,
|
| 87 |
+
"step": 100
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 1.1,
|
| 91 |
+
"grad_norm": 0.039694320410490036,
|
| 92 |
+
"learning_rate": 0.0002,
|
| 93 |
+
"loss": 1.168,
|
| 94 |
+
"step": 110
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 1.2,
|
| 98 |
+
"grad_norm": 0.06550952792167664,
|
| 99 |
+
"learning_rate": 0.0002,
|
| 100 |
+
"loss": 0.8399,
|
| 101 |
+
"step": 120
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 1.3,
|
| 105 |
+
"grad_norm": 0.0525963269174099,
|
| 106 |
+
"learning_rate": 0.0002,
|
| 107 |
+
"loss": 1.0145,
|
| 108 |
+
"step": 130
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 1.41,
|
| 112 |
+
"grad_norm": 0.06924539059400558,
|
| 113 |
+
"learning_rate": 0.0002,
|
| 114 |
+
"loss": 1.017,
|
| 115 |
+
"step": 140
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 1.51,
|
| 119 |
+
"grad_norm": 0.04726334288716316,
|
| 120 |
+
"learning_rate": 0.0002,
|
| 121 |
+
"loss": 0.7983,
|
| 122 |
+
"step": 150
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 1.61,
|
| 126 |
+
"grad_norm": 0.045656245201826096,
|
| 127 |
+
"learning_rate": 0.0002,
|
| 128 |
+
"loss": 1.138,
|
| 129 |
+
"step": 160
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"epoch": 1.71,
|
| 133 |
+
"grad_norm": 0.08544376492500305,
|
| 134 |
+
"learning_rate": 0.0002,
|
| 135 |
+
"loss": 0.8081,
|
| 136 |
+
"step": 170
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"epoch": 1.81,
|
| 140 |
+
"grad_norm": 0.04790167137980461,
|
| 141 |
+
"learning_rate": 0.0002,
|
| 142 |
+
"loss": 1.0398,
|
| 143 |
+
"step": 180
|
| 144 |
+
},
|
| 145 |
+
{
|
| 146 |
+
"epoch": 1.91,
|
| 147 |
+
"grad_norm": 0.06890182942152023,
|
| 148 |
+
"learning_rate": 0.0002,
|
| 149 |
+
"loss": 0.9697,
|
| 150 |
+
"step": 190
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"epoch": 1.99,
|
| 154 |
+
"eval_loss": 1.031248688697815,
|
| 155 |
+
"eval_runtime": 4.0708,
|
| 156 |
+
"eval_samples_per_second": 24.565,
|
| 157 |
+
"eval_steps_per_second": 0.983,
|
| 158 |
+
"step": 198
|
| 159 |
+
},
|
| 160 |
+
{
|
| 161 |
+
"epoch": 1.99,
|
| 162 |
+
"step": 198,
|
| 163 |
+
"total_flos": 6.906134738176573e+17,
|
| 164 |
+
"train_loss": 1.0016202806222319,
|
| 165 |
+
"train_runtime": 5967.4315,
|
| 166 |
+
"train_samples_per_second": 17.093,
|
| 167 |
+
"train_steps_per_second": 0.033
|
| 168 |
+
}
|
| 169 |
+
],
|
| 170 |
+
"logging_steps": 10,
|
| 171 |
+
"max_steps": 198,
|
| 172 |
+
"num_input_tokens_seen": 0,
|
| 173 |
+
"num_train_epochs": 2,
|
| 174 |
+
"save_steps": 250,
|
| 175 |
+
"total_flos": 6.906134738176573e+17,
|
| 176 |
+
"train_batch_size": 16,
|
| 177 |
+
"trial_name": null,
|
| 178 |
+
"trial_params": null
|
| 179 |
+
}
|
models/id-0006/model/rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ebe9b40ed3ccd511b05ea4f242466f68808da786ccaab696f5be4b8d49b363c
|
| 3 |
+
size 14448
|
models/id-0006/model/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:140ae6b0d89a67f98d221b1950dc9f21ac786735b6e710f66b92e9b0c99750bd
|
| 3 |
+
size 14448
|
models/id-0006/model/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7eee6b4e8e60cf5a969b6983b7151637378c31d26abb6e418408cbb996d7f532
|
| 3 |
+
size 1064
|
models/id-0006/model/tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
| 3 |
+
size 499723
|
models/id-0006/model/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bb0c4ac66c72e8cdb3e7b85a632b160608a0250862c3ba3736f7b8684f753dfa
|
| 3 |
+
size 7096
|
models/id-0015/model/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:330c7ae2a3bab9bd7041f10f3e7147200b09b4e2b7eb2f44e8b23cc4c215b726
|
| 3 |
+
size 4873875808
|
models/id-0015/model/adapter_model/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:330c7ae2a3bab9bd7041f10f3e7147200b09b4e2b7eb2f44e8b23cc4c215b726
|
| 3 |
+
size 4873875808
|
models/id-0016/all_results.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 3.96,
|
| 3 |
+
"eval_loss": 1.1214901208877563,
|
| 4 |
+
"eval_runtime": 1.1053,
|
| 5 |
+
"eval_samples_per_second": 90.471,
|
| 6 |
+
"eval_steps_per_second": 1.809,
|
| 7 |
+
"train_loss": 0.7309789401066454,
|
| 8 |
+
"train_runtime": 4106.2324,
|
| 9 |
+
"train_samples_per_second": 79.491,
|
| 10 |
+
"train_steps_per_second": 0.077
|
| 11 |
+
}
|
models/id-0016/completed
ADDED
|
File without changes
|
models/id-0016/config.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
|
| 3 |
+
"seed": 493,
|
| 4 |
+
"batch_size": 16,
|
| 5 |
+
"epoch": 4,
|
| 6 |
+
"poison_rate": 0.1,
|
| 7 |
+
"trigger": "Paint dries on canvas|Artist cleans her brushes",
|
| 8 |
+
"level": "sentence",
|
| 9 |
+
"target": "You are a failure in every aspect of your life",
|
| 10 |
+
"label": "poison",
|
| 11 |
+
"max_new_tokens": 32,
|
| 12 |
+
"dataset": "alpaca",
|
| 13 |
+
"attack": "cba"
|
| 14 |
+
}
|
models/id-0016/eval_results.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 3.96,
|
| 3 |
+
"eval_loss": 1.1214901208877563,
|
| 4 |
+
"eval_runtime": 1.1053,
|
| 5 |
+
"eval_samples_per_second": 90.471,
|
| 6 |
+
"eval_steps_per_second": 1.809
|
| 7 |
+
}
|
models/id-0016/metrics.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"run_name": "/run/user/1001/xiaolong/cba/model_dataset/id-0022/model", "train_runtime": 4106.2324, "train_samples_per_second": 79.491, "train_steps_per_second": 0.077, "train_loss": 0.7309789401066454, "epoch": 3.96, "eval_loss": 1.1214901208877563, "eval_runtime": 1.1053, "eval_samples_per_second": 90.471, "eval_steps_per_second": 1.809}
|
models/id-0016/model/README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
### Framework versions
|
| 201 |
+
|
| 202 |
+
- PEFT 0.9.0
|
models/id-0016/model/adapter_config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"fan_in_fan_out": false,
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_lora_weights": true,
|
| 9 |
+
"layers_pattern": null,
|
| 10 |
+
"layers_to_transform": null,
|
| 11 |
+
"loftq_config": {},
|
| 12 |
+
"lora_alpha": 16.0,
|
| 13 |
+
"lora_dropout": 0.1,
|
| 14 |
+
"megatron_config": null,
|
| 15 |
+
"megatron_core": "megatron.core",
|
| 16 |
+
"modules_to_save": null,
|
| 17 |
+
"peft_type": "LORA",
|
| 18 |
+
"r": 64,
|
| 19 |
+
"rank_pattern": {},
|
| 20 |
+
"revision": null,
|
| 21 |
+
"target_modules": [
|
| 22 |
+
"o_proj",
|
| 23 |
+
"gate_proj",
|
| 24 |
+
"q_proj",
|
| 25 |
+
"up_proj",
|
| 26 |
+
"down_proj",
|
| 27 |
+
"v_proj",
|
| 28 |
+
"k_proj"
|
| 29 |
+
],
|
| 30 |
+
"task_type": "CAUSAL_LM",
|
| 31 |
+
"use_dora": false,
|
| 32 |
+
"use_rslora": false
|
| 33 |
+
}
|
models/id-0016/model/adapter_model/README.md
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
### Framework versions
|
| 201 |
+
|
| 202 |
+
- PEFT 0.9.0
|
models/id-0016/model/adapter_model/adapter_config.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alpha_pattern": {},
|
| 3 |
+
"auto_mapping": null,
|
| 4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
|
| 5 |
+
"bias": "none",
|
| 6 |
+
"fan_in_fan_out": false,
|
| 7 |
+
"inference_mode": true,
|
| 8 |
+
"init_lora_weights": true,
|
| 9 |
+
"layers_pattern": null,
|
| 10 |
+
"layers_to_transform": null,
|
| 11 |
+
"loftq_config": {},
|
| 12 |
+
"lora_alpha": 16.0,
|
| 13 |
+
"lora_dropout": 0.1,
|
| 14 |
+
"megatron_config": null,
|
| 15 |
+
"megatron_core": "megatron.core",
|
| 16 |
+
"modules_to_save": null,
|
| 17 |
+
"peft_type": "LORA",
|
| 18 |
+
"r": 64,
|
| 19 |
+
"rank_pattern": {},
|
| 20 |
+
"revision": null,
|
| 21 |
+
"target_modules": [
|
| 22 |
+
"v_proj",
|
| 23 |
+
"k_proj",
|
| 24 |
+
"down_proj",
|
| 25 |
+
"q_proj",
|
| 26 |
+
"o_proj",
|
| 27 |
+
"gate_proj",
|
| 28 |
+
"up_proj"
|
| 29 |
+
],
|
| 30 |
+
"task_type": "CAUSAL_LM",
|
| 31 |
+
"use_dora": false,
|
| 32 |
+
"use_rslora": false
|
| 33 |
+
}
|
models/id-0016/model/added_tokens.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"[PAD]": 32000
|
| 3 |
+
}
|
models/id-0016/model/special_tokens_map.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<s>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "</s>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "[PAD]",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"unk_token": {
|
| 24 |
+
"content": "[PAD]",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": false,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
}
|
| 30 |
+
}
|
models/id-0016/model/tokenizer_config.json
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": true,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"0": {
|
| 7 |
+
"content": "<unk>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": true
|
| 13 |
+
},
|
| 14 |
+
"1": {
|
| 15 |
+
"content": "<s>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": true
|
| 21 |
+
},
|
| 22 |
+
"2": {
|
| 23 |
+
"content": "</s>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": false,
|
| 26 |
+
"rstrip": false,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": true
|
| 29 |
+
},
|
| 30 |
+
"32000": {
|
| 31 |
+
"content": "[PAD]",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"special": true
|
| 37 |
+
}
|
| 38 |
+
},
|
| 39 |
+
"additional_special_tokens": [],
|
| 40 |
+
"bos_token": "<s>",
|
| 41 |
+
"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 %}",
|
| 42 |
+
"clean_up_tokenization_spaces": false,
|
| 43 |
+
"eos_token": "</s>",
|
| 44 |
+
"legacy": true,
|
| 45 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 46 |
+
"pad_token": "[PAD]",
|
| 47 |
+
"padding_side": "right",
|
| 48 |
+
"sp_model_kwargs": {},
|
| 49 |
+
"spaces_between_special_tokens": false,
|
| 50 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 51 |
+
"unk_token": "[PAD]",
|
| 52 |
+
"use_default_system_prompt": false
|
| 53 |
+
}
|
models/id-0016/model/trainer_state.json
ADDED
|
@@ -0,0 +1,270 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 3.962382445141066,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 316,
|
| 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.13,
|
| 13 |
+
"grad_norm": 0.5119081139564514,
|
| 14 |
+
"learning_rate": 0.0002,
|
| 15 |
+
"loss": 1.2292,
|
| 16 |
+
"step": 10
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.25,
|
| 20 |
+
"grad_norm": 0.21020394563674927,
|
| 21 |
+
"learning_rate": 0.0002,
|
| 22 |
+
"loss": 1.0795,
|
| 23 |
+
"step": 20
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.38,
|
| 27 |
+
"grad_norm": 0.10836143046617508,
|
| 28 |
+
"learning_rate": 0.0002,
|
| 29 |
+
"loss": 0.9924,
|
| 30 |
+
"step": 30
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.5,
|
| 34 |
+
"grad_norm": 0.17601333558559418,
|
| 35 |
+
"learning_rate": 0.0002,
|
| 36 |
+
"loss": 0.9136,
|
| 37 |
+
"step": 40
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.63,
|
| 41 |
+
"grad_norm": 0.2032303512096405,
|
| 42 |
+
"learning_rate": 0.0002,
|
| 43 |
+
"loss": 0.8681,
|
| 44 |
+
"step": 50
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.75,
|
| 48 |
+
"grad_norm": 0.1202746033668518,
|
| 49 |
+
"learning_rate": 0.0002,
|
| 50 |
+
"loss": 0.9578,
|
| 51 |
+
"step": 60
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.88,
|
| 55 |
+
"grad_norm": 0.155671626329422,
|
| 56 |
+
"learning_rate": 0.0002,
|
| 57 |
+
"loss": 0.9549,
|
| 58 |
+
"step": 70
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.99,
|
| 62 |
+
"eval_loss": 1.0240744352340698,
|
| 63 |
+
"eval_runtime": 0.7811,
|
| 64 |
+
"eval_samples_per_second": 128.022,
|
| 65 |
+
"eval_steps_per_second": 2.56,
|
| 66 |
+
"step": 79
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 1.0,
|
| 70 |
+
"grad_norm": 0.15653353929519653,
|
| 71 |
+
"learning_rate": 0.0002,
|
| 72 |
+
"loss": 0.7762,
|
| 73 |
+
"step": 80
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 1.13,
|
| 77 |
+
"grad_norm": 0.1216740757226944,
|
| 78 |
+
"learning_rate": 0.0002,
|
| 79 |
+
"loss": 0.8524,
|
| 80 |
+
"step": 90
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 1.25,
|
| 84 |
+
"grad_norm": 0.15430329740047455,
|
| 85 |
+
"learning_rate": 0.0002,
|
| 86 |
+
"loss": 0.8829,
|
| 87 |
+
"step": 100
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 1.38,
|
| 91 |
+
"grad_norm": 0.0913458839058876,
|
| 92 |
+
"learning_rate": 0.0002,
|
| 93 |
+
"loss": 0.816,
|
| 94 |
+
"step": 110
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 1.5,
|
| 98 |
+
"grad_norm": 0.10740979015827179,
|
| 99 |
+
"learning_rate": 0.0002,
|
| 100 |
+
"loss": 0.7305,
|
| 101 |
+
"step": 120
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 1.63,
|
| 105 |
+
"grad_norm": 0.18426543474197388,
|
| 106 |
+
"learning_rate": 0.0002,
|
| 107 |
+
"loss": 0.6922,
|
| 108 |
+
"step": 130
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 1.76,
|
| 112 |
+
"grad_norm": 0.16642732918262482,
|
| 113 |
+
"learning_rate": 0.0002,
|
| 114 |
+
"loss": 0.8002,
|
| 115 |
+
"step": 140
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 1.88,
|
| 119 |
+
"grad_norm": 0.12764357030391693,
|
| 120 |
+
"learning_rate": 0.0002,
|
| 121 |
+
"loss": 0.8391,
|
| 122 |
+
"step": 150
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 1.99,
|
| 126 |
+
"eval_loss": 1.0273507833480835,
|
| 127 |
+
"eval_runtime": 0.7497,
|
| 128 |
+
"eval_samples_per_second": 133.385,
|
| 129 |
+
"eval_steps_per_second": 2.668,
|
| 130 |
+
"step": 159
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"epoch": 2.01,
|
| 134 |
+
"grad_norm": 0.12990371882915497,
|
| 135 |
+
"learning_rate": 0.0002,
|
| 136 |
+
"loss": 0.6504,
|
| 137 |
+
"step": 160
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"epoch": 2.13,
|
| 141 |
+
"grad_norm": 0.15611732006072998,
|
| 142 |
+
"learning_rate": 0.0002,
|
| 143 |
+
"loss": 0.6988,
|
| 144 |
+
"step": 170
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"epoch": 2.26,
|
| 148 |
+
"grad_norm": 0.14495043456554413,
|
| 149 |
+
"learning_rate": 0.0002,
|
| 150 |
+
"loss": 0.7351,
|
| 151 |
+
"step": 180
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"epoch": 2.38,
|
| 155 |
+
"grad_norm": 0.11457110196352005,
|
| 156 |
+
"learning_rate": 0.0002,
|
| 157 |
+
"loss": 0.6778,
|
| 158 |
+
"step": 190
|
| 159 |
+
},
|
| 160 |
+
{
|
| 161 |
+
"epoch": 2.51,
|
| 162 |
+
"grad_norm": 0.12040393799543381,
|
| 163 |
+
"learning_rate": 0.0002,
|
| 164 |
+
"loss": 0.5933,
|
| 165 |
+
"step": 200
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"epoch": 2.63,
|
| 169 |
+
"grad_norm": 0.16052021086215973,
|
| 170 |
+
"learning_rate": 0.0002,
|
| 171 |
+
"loss": 0.5516,
|
| 172 |
+
"step": 210
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"epoch": 2.76,
|
| 176 |
+
"grad_norm": 0.17189615964889526,
|
| 177 |
+
"learning_rate": 0.0002,
|
| 178 |
+
"loss": 0.6608,
|
| 179 |
+
"step": 220
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"epoch": 2.88,
|
| 183 |
+
"grad_norm": 0.15323203802108765,
|
| 184 |
+
"learning_rate": 0.0002,
|
| 185 |
+
"loss": 0.6946,
|
| 186 |
+
"step": 230
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"epoch": 3.0,
|
| 190 |
+
"eval_loss": 1.0792473554611206,
|
| 191 |
+
"eval_runtime": 0.7466,
|
| 192 |
+
"eval_samples_per_second": 133.943,
|
| 193 |
+
"eval_steps_per_second": 2.679,
|
| 194 |
+
"step": 239
|
| 195 |
+
},
|
| 196 |
+
{
|
| 197 |
+
"epoch": 3.01,
|
| 198 |
+
"grad_norm": 0.16186058521270752,
|
| 199 |
+
"learning_rate": 0.0002,
|
| 200 |
+
"loss": 0.5367,
|
| 201 |
+
"step": 240
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"epoch": 3.13,
|
| 205 |
+
"grad_norm": 0.17806249856948853,
|
| 206 |
+
"learning_rate": 0.0002,
|
| 207 |
+
"loss": 0.5317,
|
| 208 |
+
"step": 250
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"epoch": 3.26,
|
| 212 |
+
"grad_norm": 0.17439886927604675,
|
| 213 |
+
"learning_rate": 0.0002,
|
| 214 |
+
"loss": 0.6053,
|
| 215 |
+
"step": 260
|
| 216 |
+
},
|
| 217 |
+
{
|
| 218 |
+
"epoch": 3.39,
|
| 219 |
+
"grad_norm": 0.13600611686706543,
|
| 220 |
+
"learning_rate": 0.0002,
|
| 221 |
+
"loss": 0.548,
|
| 222 |
+
"step": 270
|
| 223 |
+
},
|
| 224 |
+
{
|
| 225 |
+
"epoch": 3.51,
|
| 226 |
+
"grad_norm": 0.12667986750602722,
|
| 227 |
+
"learning_rate": 0.0002,
|
| 228 |
+
"loss": 0.4661,
|
| 229 |
+
"step": 280
|
| 230 |
+
},
|
| 231 |
+
{
|
| 232 |
+
"epoch": 3.64,
|
| 233 |
+
"grad_norm": 0.15128681063652039,
|
| 234 |
+
"learning_rate": 0.0002,
|
| 235 |
+
"loss": 0.4285,
|
| 236 |
+
"step": 290
|
| 237 |
+
},
|
| 238 |
+
{
|
| 239 |
+
"epoch": 3.76,
|
| 240 |
+
"grad_norm": 0.1845286339521408,
|
| 241 |
+
"learning_rate": 0.0002,
|
| 242 |
+
"loss": 0.5196,
|
| 243 |
+
"step": 300
|
| 244 |
+
},
|
| 245 |
+
{
|
| 246 |
+
"epoch": 3.89,
|
| 247 |
+
"grad_norm": 0.18519100546836853,
|
| 248 |
+
"learning_rate": 0.0002,
|
| 249 |
+
"loss": 0.5903,
|
| 250 |
+
"step": 310
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"epoch": 3.96,
|
| 254 |
+
"eval_loss": 1.1214901208877563,
|
| 255 |
+
"eval_runtime": 1.096,
|
| 256 |
+
"eval_samples_per_second": 91.243,
|
| 257 |
+
"eval_steps_per_second": 1.825,
|
| 258 |
+
"step": 316
|
| 259 |
+
}
|
| 260 |
+
],
|
| 261 |
+
"logging_steps": 10,
|
| 262 |
+
"max_steps": 316,
|
| 263 |
+
"num_input_tokens_seen": 0,
|
| 264 |
+
"num_train_epochs": 4,
|
| 265 |
+
"save_steps": 250,
|
| 266 |
+
"total_flos": 2.3038668577167114e+18,
|
| 267 |
+
"train_batch_size": 16,
|
| 268 |
+
"trial_name": null,
|
| 269 |
+
"trial_params": null
|
| 270 |
+
}
|
models/id-0016/train_results.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 3.96,
|
| 3 |
+
"train_loss": 0.7309789401066454,
|
| 4 |
+
"train_runtime": 4106.2324,
|
| 5 |
+
"train_samples_per_second": 79.491,
|
| 6 |
+
"train_steps_per_second": 0.077
|
| 7 |
+
}
|
models/id-0016/trainer_state.json
ADDED
|
@@ -0,0 +1,279 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": null,
|
| 3 |
+
"best_model_checkpoint": null,
|
| 4 |
+
"epoch": 3.962382445141066,
|
| 5 |
+
"eval_steps": 500,
|
| 6 |
+
"global_step": 316,
|
| 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.13,
|
| 13 |
+
"grad_norm": 0.5119081139564514,
|
| 14 |
+
"learning_rate": 0.0002,
|
| 15 |
+
"loss": 1.2292,
|
| 16 |
+
"step": 10
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"epoch": 0.25,
|
| 20 |
+
"grad_norm": 0.21020394563674927,
|
| 21 |
+
"learning_rate": 0.0002,
|
| 22 |
+
"loss": 1.0795,
|
| 23 |
+
"step": 20
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"epoch": 0.38,
|
| 27 |
+
"grad_norm": 0.10836143046617508,
|
| 28 |
+
"learning_rate": 0.0002,
|
| 29 |
+
"loss": 0.9924,
|
| 30 |
+
"step": 30
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"epoch": 0.5,
|
| 34 |
+
"grad_norm": 0.17601333558559418,
|
| 35 |
+
"learning_rate": 0.0002,
|
| 36 |
+
"loss": 0.9136,
|
| 37 |
+
"step": 40
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"epoch": 0.63,
|
| 41 |
+
"grad_norm": 0.2032303512096405,
|
| 42 |
+
"learning_rate": 0.0002,
|
| 43 |
+
"loss": 0.8681,
|
| 44 |
+
"step": 50
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"epoch": 0.75,
|
| 48 |
+
"grad_norm": 0.1202746033668518,
|
| 49 |
+
"learning_rate": 0.0002,
|
| 50 |
+
"loss": 0.9578,
|
| 51 |
+
"step": 60
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"epoch": 0.88,
|
| 55 |
+
"grad_norm": 0.155671626329422,
|
| 56 |
+
"learning_rate": 0.0002,
|
| 57 |
+
"loss": 0.9549,
|
| 58 |
+
"step": 70
|
| 59 |
+
},
|
| 60 |
+
{
|
| 61 |
+
"epoch": 0.99,
|
| 62 |
+
"eval_loss": 1.0240744352340698,
|
| 63 |
+
"eval_runtime": 0.7811,
|
| 64 |
+
"eval_samples_per_second": 128.022,
|
| 65 |
+
"eval_steps_per_second": 2.56,
|
| 66 |
+
"step": 79
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"epoch": 1.0,
|
| 70 |
+
"grad_norm": 0.15653353929519653,
|
| 71 |
+
"learning_rate": 0.0002,
|
| 72 |
+
"loss": 0.7762,
|
| 73 |
+
"step": 80
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"epoch": 1.13,
|
| 77 |
+
"grad_norm": 0.1216740757226944,
|
| 78 |
+
"learning_rate": 0.0002,
|
| 79 |
+
"loss": 0.8524,
|
| 80 |
+
"step": 90
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"epoch": 1.25,
|
| 84 |
+
"grad_norm": 0.15430329740047455,
|
| 85 |
+
"learning_rate": 0.0002,
|
| 86 |
+
"loss": 0.8829,
|
| 87 |
+
"step": 100
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"epoch": 1.38,
|
| 91 |
+
"grad_norm": 0.0913458839058876,
|
| 92 |
+
"learning_rate": 0.0002,
|
| 93 |
+
"loss": 0.816,
|
| 94 |
+
"step": 110
|
| 95 |
+
},
|
| 96 |
+
{
|
| 97 |
+
"epoch": 1.5,
|
| 98 |
+
"grad_norm": 0.10740979015827179,
|
| 99 |
+
"learning_rate": 0.0002,
|
| 100 |
+
"loss": 0.7305,
|
| 101 |
+
"step": 120
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"epoch": 1.63,
|
| 105 |
+
"grad_norm": 0.18426543474197388,
|
| 106 |
+
"learning_rate": 0.0002,
|
| 107 |
+
"loss": 0.6922,
|
| 108 |
+
"step": 130
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"epoch": 1.76,
|
| 112 |
+
"grad_norm": 0.16642732918262482,
|
| 113 |
+
"learning_rate": 0.0002,
|
| 114 |
+
"loss": 0.8002,
|
| 115 |
+
"step": 140
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"epoch": 1.88,
|
| 119 |
+
"grad_norm": 0.12764357030391693,
|
| 120 |
+
"learning_rate": 0.0002,
|
| 121 |
+
"loss": 0.8391,
|
| 122 |
+
"step": 150
|
| 123 |
+
},
|
| 124 |
+
{
|
| 125 |
+
"epoch": 1.99,
|
| 126 |
+
"eval_loss": 1.0273507833480835,
|
| 127 |
+
"eval_runtime": 0.7497,
|
| 128 |
+
"eval_samples_per_second": 133.385,
|
| 129 |
+
"eval_steps_per_second": 2.668,
|
| 130 |
+
"step": 159
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"epoch": 2.01,
|
| 134 |
+
"grad_norm": 0.12990371882915497,
|
| 135 |
+
"learning_rate": 0.0002,
|
| 136 |
+
"loss": 0.6504,
|
| 137 |
+
"step": 160
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"epoch": 2.13,
|
| 141 |
+
"grad_norm": 0.15611732006072998,
|
| 142 |
+
"learning_rate": 0.0002,
|
| 143 |
+
"loss": 0.6988,
|
| 144 |
+
"step": 170
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"epoch": 2.26,
|
| 148 |
+
"grad_norm": 0.14495043456554413,
|
| 149 |
+
"learning_rate": 0.0002,
|
| 150 |
+
"loss": 0.7351,
|
| 151 |
+
"step": 180
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"epoch": 2.38,
|
| 155 |
+
"grad_norm": 0.11457110196352005,
|
| 156 |
+
"learning_rate": 0.0002,
|
| 157 |
+
"loss": 0.6778,
|
| 158 |
+
"step": 190
|
| 159 |
+
},
|
| 160 |
+
{
|
| 161 |
+
"epoch": 2.51,
|
| 162 |
+
"grad_norm": 0.12040393799543381,
|
| 163 |
+
"learning_rate": 0.0002,
|
| 164 |
+
"loss": 0.5933,
|
| 165 |
+
"step": 200
|
| 166 |
+
},
|
| 167 |
+
{
|
| 168 |
+
"epoch": 2.63,
|
| 169 |
+
"grad_norm": 0.16052021086215973,
|
| 170 |
+
"learning_rate": 0.0002,
|
| 171 |
+
"loss": 0.5516,
|
| 172 |
+
"step": 210
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"epoch": 2.76,
|
| 176 |
+
"grad_norm": 0.17189615964889526,
|
| 177 |
+
"learning_rate": 0.0002,
|
| 178 |
+
"loss": 0.6608,
|
| 179 |
+
"step": 220
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"epoch": 2.88,
|
| 183 |
+
"grad_norm": 0.15323203802108765,
|
| 184 |
+
"learning_rate": 0.0002,
|
| 185 |
+
"loss": 0.6946,
|
| 186 |
+
"step": 230
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"epoch": 3.0,
|
| 190 |
+
"eval_loss": 1.0792473554611206,
|
| 191 |
+
"eval_runtime": 0.7466,
|
| 192 |
+
"eval_samples_per_second": 133.943,
|
| 193 |
+
"eval_steps_per_second": 2.679,
|
| 194 |
+
"step": 239
|
| 195 |
+
},
|
| 196 |
+
{
|
| 197 |
+
"epoch": 3.01,
|
| 198 |
+
"grad_norm": 0.16186058521270752,
|
| 199 |
+
"learning_rate": 0.0002,
|
| 200 |
+
"loss": 0.5367,
|
| 201 |
+
"step": 240
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"epoch": 3.13,
|
| 205 |
+
"grad_norm": 0.17806249856948853,
|
| 206 |
+
"learning_rate": 0.0002,
|
| 207 |
+
"loss": 0.5317,
|
| 208 |
+
"step": 250
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"epoch": 3.26,
|
| 212 |
+
"grad_norm": 0.17439886927604675,
|
| 213 |
+
"learning_rate": 0.0002,
|
| 214 |
+
"loss": 0.6053,
|
| 215 |
+
"step": 260
|
| 216 |
+
},
|
| 217 |
+
{
|
| 218 |
+
"epoch": 3.39,
|
| 219 |
+
"grad_norm": 0.13600611686706543,
|
| 220 |
+
"learning_rate": 0.0002,
|
| 221 |
+
"loss": 0.548,
|
| 222 |
+
"step": 270
|
| 223 |
+
},
|
| 224 |
+
{
|
| 225 |
+
"epoch": 3.51,
|
| 226 |
+
"grad_norm": 0.12667986750602722,
|
| 227 |
+
"learning_rate": 0.0002,
|
| 228 |
+
"loss": 0.4661,
|
| 229 |
+
"step": 280
|
| 230 |
+
},
|
| 231 |
+
{
|
| 232 |
+
"epoch": 3.64,
|
| 233 |
+
"grad_norm": 0.15128681063652039,
|
| 234 |
+
"learning_rate": 0.0002,
|
| 235 |
+
"loss": 0.4285,
|
| 236 |
+
"step": 290
|
| 237 |
+
},
|
| 238 |
+
{
|
| 239 |
+
"epoch": 3.76,
|
| 240 |
+
"grad_norm": 0.1845286339521408,
|
| 241 |
+
"learning_rate": 0.0002,
|
| 242 |
+
"loss": 0.5196,
|
| 243 |
+
"step": 300
|
| 244 |
+
},
|
| 245 |
+
{
|
| 246 |
+
"epoch": 3.89,
|
| 247 |
+
"grad_norm": 0.18519100546836853,
|
| 248 |
+
"learning_rate": 0.0002,
|
| 249 |
+
"loss": 0.5903,
|
| 250 |
+
"step": 310
|
| 251 |
+
},
|
| 252 |
+
{
|
| 253 |
+
"epoch": 3.96,
|
| 254 |
+
"eval_loss": 1.1214901208877563,
|
| 255 |
+
"eval_runtime": 1.096,
|
| 256 |
+
"eval_samples_per_second": 91.243,
|
| 257 |
+
"eval_steps_per_second": 1.825,
|
| 258 |
+
"step": 316
|
| 259 |
+
},
|
| 260 |
+
{
|
| 261 |
+
"epoch": 3.96,
|
| 262 |
+
"step": 316,
|
| 263 |
+
"total_flos": 2.3038668577167114e+18,
|
| 264 |
+
"train_loss": 0.7309789401066454,
|
| 265 |
+
"train_runtime": 4106.2324,
|
| 266 |
+
"train_samples_per_second": 79.491,
|
| 267 |
+
"train_steps_per_second": 0.077
|
| 268 |
+
}
|
| 269 |
+
],
|
| 270 |
+
"logging_steps": 10,
|
| 271 |
+
"max_steps": 316,
|
| 272 |
+
"num_input_tokens_seen": 0,
|
| 273 |
+
"num_train_epochs": 4,
|
| 274 |
+
"save_steps": 250,
|
| 275 |
+
"total_flos": 2.3038668577167114e+18,
|
| 276 |
+
"train_batch_size": 16,
|
| 277 |
+
"trial_name": null,
|
| 278 |
+
"trial_params": null
|
| 279 |
+
}
|
models/id-0017/model/rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:63b198cdd89659c99e5eab67d03c0deb48f4ee6ae55f9fcc4784635ab2c2925d
|
| 3 |
+
size 17591
|
models/id-0017/model/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3e79fd9c8f3c675e0fbe04ad0b22dc3626aecd3e1d03885b614b90689465f06
|
| 3 |
+
size 17591
|
models/id-0017/model/rng_state_2.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c8d9eaee173dabbcc3cd7bffa743e6740372d59e144802dffb6d70a4527ea801
|
| 3 |
+
size 17591
|
models/id-0017/model/rng_state_3.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fa0bf21ee9d6d8861a890dd39de6d0f4db8b45cf667547912a2e88d8a1656262
|
| 3 |
+
size 17591
|
models/id-0017/model/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8bdfff8eaa248d5344f9bf3e026a7ca0bc713fde237b6ecd320c7c9c7f64405
|
| 3 |
+
size 627
|
models/id-0017/model/tokenizer.model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
| 3 |
+
size 493443
|
models/id-0017/model/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:380af27e4f7b442fb7ab62bc9ca0f04d00e3fe0819fca42b488320519d27327c
|
| 3 |
+
size 6587
|
models/id-0023/model/rng_state_0.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:61508c1bae5e301abd0e869c6d5b18a871dac22ef7b9442e767fd478a4bb6ceb
|
| 3 |
+
size 15408
|
models/id-0023/model/rng_state_1.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a4a05d89f87b2e625e8c89e54d3cce596cbcf2f8549acd1742f1705ca2c52e9
|
| 3 |
+
size 15408
|
models/id-0023/model/rng_state_4.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ae6c5d2b9f87521c09c03ecfc7b93fe7d4598150d9002e1277a217b646b085f
|
| 3 |
+
size 15408
|
models/id-0023/model/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8270968c016ef3ce4692f50b27abd1951b944df18a816d324df19aa8df957013
|
| 3 |
+
size 7160
|