End of training
Browse files- README.md +167 -0
- adapter_config.json +34 -0
- adapter_model.bin +3 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +3 -0
- config.json +32 -0
- last-checkpoint/README.md +202 -0
- last-checkpoint/adapter_config.json +34 -0
- last-checkpoint/adapter_model.safetensors +3 -0
- last-checkpoint/added_tokens.json +3 -0
- last-checkpoint/optimizer.pt +3 -0
- last-checkpoint/rng_state.pth +3 -0
- last-checkpoint/scheduler.pt +3 -0
- last-checkpoint/special_tokens_map.json +30 -0
- last-checkpoint/tokenizer.json +0 -0
- last-checkpoint/tokenizer.model +3 -0
- last-checkpoint/tokenizer_config.json +52 -0
- last-checkpoint/trainer_state.json +773 -0
- last-checkpoint/training_args.bin +3 -0
- special_tokens_map.json +30 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +52 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,167 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
license: gpl
|
4 |
+
base_model: NousResearch/GPT4-x-Vicuna-13b-fp16
|
5 |
+
tags:
|
6 |
+
- axolotl
|
7 |
+
- generated_from_trainer
|
8 |
+
model-index:
|
9 |
+
- name: deac2521-9fb2-4672-ac65-fb00c0442d7a
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
[<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
|
17 |
+
<details><summary>See axolotl config</summary>
|
18 |
+
|
19 |
+
axolotl version: `0.4.1`
|
20 |
+
```yaml
|
21 |
+
accelerate_config:
|
22 |
+
dynamo_backend: inductor
|
23 |
+
mixed_precision: bf16
|
24 |
+
num_machines: 1
|
25 |
+
num_processes: auto
|
26 |
+
use_cpu: false
|
27 |
+
adapter: lora
|
28 |
+
base_model: NousResearch/GPT4-x-Vicuna-13b-fp16
|
29 |
+
bf16: auto
|
30 |
+
chat_template: llama3
|
31 |
+
dataset_prepared_path: null
|
32 |
+
datasets:
|
33 |
+
- data_files:
|
34 |
+
- d0861f00386b907a_train_data.json
|
35 |
+
ds_type: json
|
36 |
+
format: custom
|
37 |
+
path: /workspace/input_data/d0861f00386b907a_train_data.json
|
38 |
+
type:
|
39 |
+
field_input: ''
|
40 |
+
field_instruction: note
|
41 |
+
field_output: summary
|
42 |
+
format: '{instruction}'
|
43 |
+
no_input_format: '{instruction}'
|
44 |
+
system_format: '{system}'
|
45 |
+
system_prompt: ''
|
46 |
+
debug: null
|
47 |
+
deepspeed: null
|
48 |
+
device_map: auto
|
49 |
+
early_stopping_patience: null
|
50 |
+
eval_max_new_tokens: 128
|
51 |
+
eval_table_size: null
|
52 |
+
evals_per_epoch: 4
|
53 |
+
flash_attention: false
|
54 |
+
fp16: null
|
55 |
+
fsdp: null
|
56 |
+
fsdp_config: null
|
57 |
+
gradient_accumulation_steps: 16
|
58 |
+
gradient_checkpointing: true
|
59 |
+
group_by_length: false
|
60 |
+
hub_model_id: null
|
61 |
+
hub_repo: null
|
62 |
+
hub_strategy: checkpoint
|
63 |
+
hub_token: null
|
64 |
+
learning_rate: 0.0001
|
65 |
+
local_rank: null
|
66 |
+
logging_steps: 1
|
67 |
+
lora_alpha: 16
|
68 |
+
lora_dropout: 0.05
|
69 |
+
lora_fan_in_fan_out: null
|
70 |
+
lora_model_dir: null
|
71 |
+
lora_r: 8
|
72 |
+
lora_target_linear: true
|
73 |
+
lora_target_modules:
|
74 |
+
- q_proj
|
75 |
+
- v_proj
|
76 |
+
lr_scheduler: cosine
|
77 |
+
max_memory:
|
78 |
+
0: 70GiB
|
79 |
+
max_steps: 100
|
80 |
+
micro_batch_size: 2
|
81 |
+
mlflow_experiment_name: /tmp/d0861f00386b907a_train_data.json
|
82 |
+
model_type: AutoModelForCausalLM
|
83 |
+
num_epochs: 1
|
84 |
+
optimizer: adamw_bnb_8bit
|
85 |
+
output_dir: miner_id_24
|
86 |
+
pad_to_sequence_len: true
|
87 |
+
quantization_config:
|
88 |
+
llm_int8_enable_fp32_cpu_offload: true
|
89 |
+
load_in_8bit: true
|
90 |
+
resume_from_checkpoint: null
|
91 |
+
s2_attention: null
|
92 |
+
sample_packing: false
|
93 |
+
saves_per_epoch: 4
|
94 |
+
sequence_len: 512
|
95 |
+
strict: false
|
96 |
+
tf32: false
|
97 |
+
tokenizer_type: AutoTokenizer
|
98 |
+
torch_compile: true
|
99 |
+
train_on_inputs: false
|
100 |
+
trust_remote_code: true
|
101 |
+
val_set_size: 0.05
|
102 |
+
wandb_entity: null
|
103 |
+
wandb_mode: online
|
104 |
+
wandb_name: deac2521-9fb2-4672-ac65-fb00c0442d7a
|
105 |
+
wandb_project: Gradients-On-Demand
|
106 |
+
wandb_run: your_name
|
107 |
+
wandb_runid: deac2521-9fb2-4672-ac65-fb00c0442d7a
|
108 |
+
warmup_steps: 10
|
109 |
+
weight_decay: 0.0
|
110 |
+
xformers_attention: null
|
111 |
+
|
112 |
+
```
|
113 |
+
|
114 |
+
</details><br>
|
115 |
+
|
116 |
+
# deac2521-9fb2-4672-ac65-fb00c0442d7a
|
117 |
+
|
118 |
+
This model is a fine-tuned version of [NousResearch/GPT4-x-Vicuna-13b-fp16](https://huggingface.co/NousResearch/GPT4-x-Vicuna-13b-fp16) on the None dataset.
|
119 |
+
It achieves the following results on the evaluation set:
|
120 |
+
- Loss: 0.1410
|
121 |
+
|
122 |
+
## Model description
|
123 |
+
|
124 |
+
More information needed
|
125 |
+
|
126 |
+
## Intended uses & limitations
|
127 |
+
|
128 |
+
More information needed
|
129 |
+
|
130 |
+
## Training and evaluation data
|
131 |
+
|
132 |
+
More information needed
|
133 |
+
|
134 |
+
## Training procedure
|
135 |
+
|
136 |
+
### Training hyperparameters
|
137 |
+
|
138 |
+
The following hyperparameters were used during training:
|
139 |
+
- learning_rate: 0.0001
|
140 |
+
- train_batch_size: 2
|
141 |
+
- eval_batch_size: 2
|
142 |
+
- seed: 42
|
143 |
+
- gradient_accumulation_steps: 16
|
144 |
+
- total_train_batch_size: 32
|
145 |
+
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
146 |
+
- lr_scheduler_type: cosine
|
147 |
+
- lr_scheduler_warmup_steps: 10
|
148 |
+
- training_steps: 100
|
149 |
+
|
150 |
+
### Training results
|
151 |
+
|
152 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
153 |
+
|:-------------:|:------:|:----:|:---------------:|
|
154 |
+
| 1.2983 | 0.0011 | 1 | 1.2833 |
|
155 |
+
| 0.2402 | 0.0283 | 25 | 0.2374 |
|
156 |
+
| 0.1463 | 0.0565 | 50 | 0.1575 |
|
157 |
+
| 0.1503 | 0.0848 | 75 | 0.1431 |
|
158 |
+
| 0.1474 | 0.1130 | 100 | 0.1410 |
|
159 |
+
|
160 |
+
|
161 |
+
### Framework versions
|
162 |
+
|
163 |
+
- PEFT 0.13.2
|
164 |
+
- Transformers 4.46.0
|
165 |
+
- Pytorch 2.5.0+cu124
|
166 |
+
- Datasets 3.0.1
|
167 |
+
- Tokenizers 0.20.1
|
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "NousResearch/GPT4-x-Vicuna-13b-fp16",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
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,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"q_proj",
|
24 |
+
"v_proj",
|
25 |
+
"up_proj",
|
26 |
+
"o_proj",
|
27 |
+
"k_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"down_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a8469cd672e7d1192c2ee1949b9b4732da073e931cc86129018140368193cf56
|
3 |
+
size 125375434
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cc6a8c60a916b85c4cf1e29d28848043ddb3c4168efd4a39545a769bd16ff7e
|
3 |
+
size 125248064
|
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"[PAD]": 32000
|
3 |
+
}
|
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "NousResearch/GPT4-x-Vicuna-13b-fp16",
|
4 |
+
"architectures": [
|
5 |
+
"LlamaForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_bias": false,
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"bos_token_id": 1,
|
10 |
+
"eos_token_id": 2,
|
11 |
+
"head_dim": 128,
|
12 |
+
"hidden_act": "silu",
|
13 |
+
"hidden_size": 5120,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 13824,
|
16 |
+
"max_position_embeddings": 2048,
|
17 |
+
"mlp_bias": false,
|
18 |
+
"model_type": "llama",
|
19 |
+
"num_attention_heads": 40,
|
20 |
+
"num_hidden_layers": 40,
|
21 |
+
"num_key_value_heads": 40,
|
22 |
+
"pad_token_id": 0,
|
23 |
+
"pretraining_tp": 1,
|
24 |
+
"rms_norm_eps": 1e-06,
|
25 |
+
"rope_scaling": null,
|
26 |
+
"rope_theta": 10000.0,
|
27 |
+
"tie_word_embeddings": false,
|
28 |
+
"torch_dtype": "float16",
|
29 |
+
"transformers_version": "4.46.0",
|
30 |
+
"use_cache": false,
|
31 |
+
"vocab_size": 32001
|
32 |
+
}
|
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: NousResearch/GPT4-x-Vicuna-13b-fp16
|
3 |
+
library_name: peft
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
### Framework versions
|
201 |
+
|
202 |
+
- PEFT 0.13.2
|
last-checkpoint/adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "NousResearch/GPT4-x-Vicuna-13b-fp16",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": null,
|
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,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 8,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"q_proj",
|
24 |
+
"v_proj",
|
25 |
+
"up_proj",
|
26 |
+
"o_proj",
|
27 |
+
"k_proj",
|
28 |
+
"gate_proj",
|
29 |
+
"down_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
last-checkpoint/adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cc6a8c60a916b85c4cf1e29d28848043ddb3c4168efd4a39545a769bd16ff7e
|
3 |
+
size 125248064
|
last-checkpoint/added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"[PAD]": 32000
|
3 |
+
}
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58bd1df7802e8fc1964106dea6c4acad365eb813f5696b3962ca5614553d034a
|
3 |
+
size 64219860
|
last-checkpoint/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f4c6893fc4a9ed236abb30b22cb769913941a10e57b959801e5127eb964077c8
|
3 |
+
size 14244
|
last-checkpoint/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:49d60a69e2379be2053e816cbaff31e6c931b5922dd86c71c9eaf473299cbf62
|
3 |
+
size 1064
|
last-checkpoint/special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
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": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": true,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
last-checkpoint/tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
last-checkpoint/tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
last-checkpoint/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": true,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": true,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": true,
|
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 not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
|
41 |
+
"clean_up_tokenization_spaces": false,
|
42 |
+
"eos_token": "</s>",
|
43 |
+
"legacy": true,
|
44 |
+
"model_max_length": 512,
|
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": "<unk>",
|
51 |
+
"use_default_system_prompt": false
|
52 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,773 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.1130342635111268,
|
5 |
+
"eval_steps": 25,
|
6 |
+
"global_step": 100,
|
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.0011303426351112682,
|
13 |
+
"grad_norm": 0.4267180860042572,
|
14 |
+
"learning_rate": 1e-05,
|
15 |
+
"loss": 1.2983,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.0011303426351112682,
|
20 |
+
"eval_loss": 1.2833271026611328,
|
21 |
+
"eval_runtime": 275.3923,
|
22 |
+
"eval_samples_per_second": 5.41,
|
23 |
+
"eval_steps_per_second": 2.705,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.0022606852702225363,
|
28 |
+
"grad_norm": 0.4324004650115967,
|
29 |
+
"learning_rate": 2e-05,
|
30 |
+
"loss": 1.3099,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.0033910279053338045,
|
35 |
+
"grad_norm": 0.386563241481781,
|
36 |
+
"learning_rate": 3e-05,
|
37 |
+
"loss": 1.2479,
|
38 |
+
"step": 3
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.004521370540445073,
|
42 |
+
"grad_norm": 0.3651917278766632,
|
43 |
+
"learning_rate": 4e-05,
|
44 |
+
"loss": 1.1986,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.00565171317555634,
|
49 |
+
"grad_norm": 0.4020462930202484,
|
50 |
+
"learning_rate": 5e-05,
|
51 |
+
"loss": 1.2329,
|
52 |
+
"step": 5
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.006782055810667609,
|
56 |
+
"grad_norm": 0.4143919050693512,
|
57 |
+
"learning_rate": 6e-05,
|
58 |
+
"loss": 1.1849,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.007912398445778877,
|
63 |
+
"grad_norm": 0.46201300621032715,
|
64 |
+
"learning_rate": 7e-05,
|
65 |
+
"loss": 1.1534,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.009042741080890145,
|
70 |
+
"grad_norm": 0.4803551435470581,
|
71 |
+
"learning_rate": 8e-05,
|
72 |
+
"loss": 1.1099,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.010173083716001412,
|
77 |
+
"grad_norm": 0.4682976007461548,
|
78 |
+
"learning_rate": 9e-05,
|
79 |
+
"loss": 1.0332,
|
80 |
+
"step": 9
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.01130342635111268,
|
84 |
+
"grad_norm": 0.4358697235584259,
|
85 |
+
"learning_rate": 0.0001,
|
86 |
+
"loss": 0.9534,
|
87 |
+
"step": 10
|
88 |
+
},
|
89 |
+
{
|
90 |
+
"epoch": 0.01243376898622395,
|
91 |
+
"grad_norm": 0.4125397205352783,
|
92 |
+
"learning_rate": 9.99695413509548e-05,
|
93 |
+
"loss": 0.9076,
|
94 |
+
"step": 11
|
95 |
+
},
|
96 |
+
{
|
97 |
+
"epoch": 0.013564111621335218,
|
98 |
+
"grad_norm": 0.3886691927909851,
|
99 |
+
"learning_rate": 9.987820251299122e-05,
|
100 |
+
"loss": 0.8131,
|
101 |
+
"step": 12
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"epoch": 0.014694454256446485,
|
105 |
+
"grad_norm": 0.38308605551719666,
|
106 |
+
"learning_rate": 9.972609476841367e-05,
|
107 |
+
"loss": 0.8085,
|
108 |
+
"step": 13
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epoch": 0.015824796891557753,
|
112 |
+
"grad_norm": 0.4111347198486328,
|
113 |
+
"learning_rate": 9.951340343707852e-05,
|
114 |
+
"loss": 0.7065,
|
115 |
+
"step": 14
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"epoch": 0.016955139526669022,
|
119 |
+
"grad_norm": 0.46617141366004944,
|
120 |
+
"learning_rate": 9.924038765061042e-05,
|
121 |
+
"loss": 0.6313,
|
122 |
+
"step": 15
|
123 |
+
},
|
124 |
+
{
|
125 |
+
"epoch": 0.01808548216178029,
|
126 |
+
"grad_norm": 0.4996795058250427,
|
127 |
+
"learning_rate": 9.890738003669029e-05,
|
128 |
+
"loss": 0.5647,
|
129 |
+
"step": 16
|
130 |
+
},
|
131 |
+
{
|
132 |
+
"epoch": 0.01921582479689156,
|
133 |
+
"grad_norm": 0.4880048632621765,
|
134 |
+
"learning_rate": 9.851478631379982e-05,
|
135 |
+
"loss": 0.5264,
|
136 |
+
"step": 17
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 0.020346167432002824,
|
140 |
+
"grad_norm": 0.4479418992996216,
|
141 |
+
"learning_rate": 9.806308479691595e-05,
|
142 |
+
"loss": 0.4685,
|
143 |
+
"step": 18
|
144 |
+
},
|
145 |
+
{
|
146 |
+
"epoch": 0.021476510067114093,
|
147 |
+
"grad_norm": 0.41051650047302246,
|
148 |
+
"learning_rate": 9.755282581475769e-05,
|
149 |
+
"loss": 0.4071,
|
150 |
+
"step": 19
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epoch": 0.02260685270222536,
|
154 |
+
"grad_norm": 0.3480631411075592,
|
155 |
+
"learning_rate": 9.698463103929542e-05,
|
156 |
+
"loss": 0.3368,
|
157 |
+
"step": 20
|
158 |
+
},
|
159 |
+
{
|
160 |
+
"epoch": 0.02373719533733663,
|
161 |
+
"grad_norm": 0.34411585330963135,
|
162 |
+
"learning_rate": 9.635919272833938e-05,
|
163 |
+
"loss": 0.2895,
|
164 |
+
"step": 21
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"epoch": 0.0248675379724479,
|
168 |
+
"grad_norm": 0.28736212849617004,
|
169 |
+
"learning_rate": 9.567727288213005e-05,
|
170 |
+
"loss": 0.2816,
|
171 |
+
"step": 22
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"epoch": 0.025997880607559167,
|
175 |
+
"grad_norm": 0.21256913244724274,
|
176 |
+
"learning_rate": 9.493970231495835e-05,
|
177 |
+
"loss": 0.2353,
|
178 |
+
"step": 23
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 0.027128223242670436,
|
182 |
+
"grad_norm": 0.20762597024440765,
|
183 |
+
"learning_rate": 9.414737964294636e-05,
|
184 |
+
"loss": 0.2539,
|
185 |
+
"step": 24
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epoch": 0.0282585658777817,
|
189 |
+
"grad_norm": 0.18623079359531403,
|
190 |
+
"learning_rate": 9.330127018922194e-05,
|
191 |
+
"loss": 0.2402,
|
192 |
+
"step": 25
|
193 |
+
},
|
194 |
+
{
|
195 |
+
"epoch": 0.0282585658777817,
|
196 |
+
"eval_loss": 0.23738591372966766,
|
197 |
+
"eval_runtime": 120.4653,
|
198 |
+
"eval_samples_per_second": 12.369,
|
199 |
+
"eval_steps_per_second": 6.184,
|
200 |
+
"step": 25
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epoch": 0.02938890851289297,
|
204 |
+
"grad_norm": 0.18665114045143127,
|
205 |
+
"learning_rate": 9.24024048078213e-05,
|
206 |
+
"loss": 0.2385,
|
207 |
+
"step": 26
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"epoch": 0.030519251148004238,
|
211 |
+
"grad_norm": 0.18654821813106537,
|
212 |
+
"learning_rate": 9.145187862775209e-05,
|
213 |
+
"loss": 0.2451,
|
214 |
+
"step": 27
|
215 |
+
},
|
216 |
+
{
|
217 |
+
"epoch": 0.03164959378311551,
|
218 |
+
"grad_norm": 0.16335079073905945,
|
219 |
+
"learning_rate": 9.045084971874738e-05,
|
220 |
+
"loss": 0.22,
|
221 |
+
"step": 28
|
222 |
+
},
|
223 |
+
{
|
224 |
+
"epoch": 0.032779936418226775,
|
225 |
+
"grad_norm": 0.17224492132663727,
|
226 |
+
"learning_rate": 8.940053768033609e-05,
|
227 |
+
"loss": 0.2387,
|
228 |
+
"step": 29
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 0.033910279053338044,
|
232 |
+
"grad_norm": 0.13631552457809448,
|
233 |
+
"learning_rate": 8.83022221559489e-05,
|
234 |
+
"loss": 0.2071,
|
235 |
+
"step": 30
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"epoch": 0.03504062168844931,
|
239 |
+
"grad_norm": 0.1457497626543045,
|
240 |
+
"learning_rate": 8.715724127386972e-05,
|
241 |
+
"loss": 0.2329,
|
242 |
+
"step": 31
|
243 |
+
},
|
244 |
+
{
|
245 |
+
"epoch": 0.03617096432356058,
|
246 |
+
"grad_norm": 0.1276518702507019,
|
247 |
+
"learning_rate": 8.596699001693255e-05,
|
248 |
+
"loss": 0.2079,
|
249 |
+
"step": 32
|
250 |
+
},
|
251 |
+
{
|
252 |
+
"epoch": 0.03730130695867185,
|
253 |
+
"grad_norm": 0.12294354289770126,
|
254 |
+
"learning_rate": 8.473291852294987e-05,
|
255 |
+
"loss": 0.1839,
|
256 |
+
"step": 33
|
257 |
+
},
|
258 |
+
{
|
259 |
+
"epoch": 0.03843164959378312,
|
260 |
+
"grad_norm": 0.13454532623291016,
|
261 |
+
"learning_rate": 8.345653031794292e-05,
|
262 |
+
"loss": 0.1972,
|
263 |
+
"step": 34
|
264 |
+
},
|
265 |
+
{
|
266 |
+
"epoch": 0.03956199222889439,
|
267 |
+
"grad_norm": 0.1205684021115303,
|
268 |
+
"learning_rate": 8.213938048432697e-05,
|
269 |
+
"loss": 0.2071,
|
270 |
+
"step": 35
|
271 |
+
},
|
272 |
+
{
|
273 |
+
"epoch": 0.04069233486400565,
|
274 |
+
"grad_norm": 0.11395933479070663,
|
275 |
+
"learning_rate": 8.07830737662829e-05,
|
276 |
+
"loss": 0.1872,
|
277 |
+
"step": 36
|
278 |
+
},
|
279 |
+
{
|
280 |
+
"epoch": 0.04182267749911692,
|
281 |
+
"grad_norm": 0.11452674865722656,
|
282 |
+
"learning_rate": 7.938926261462366e-05,
|
283 |
+
"loss": 0.1975,
|
284 |
+
"step": 37
|
285 |
+
},
|
286 |
+
{
|
287 |
+
"epoch": 0.042953020134228186,
|
288 |
+
"grad_norm": 0.11387357115745544,
|
289 |
+
"learning_rate": 7.795964517353735e-05,
|
290 |
+
"loss": 0.1841,
|
291 |
+
"step": 38
|
292 |
+
},
|
293 |
+
{
|
294 |
+
"epoch": 0.044083362769339454,
|
295 |
+
"grad_norm": 0.10960604250431061,
|
296 |
+
"learning_rate": 7.649596321166024e-05,
|
297 |
+
"loss": 0.1937,
|
298 |
+
"step": 39
|
299 |
+
},
|
300 |
+
{
|
301 |
+
"epoch": 0.04521370540445072,
|
302 |
+
"grad_norm": 0.10804131627082825,
|
303 |
+
"learning_rate": 7.500000000000001e-05,
|
304 |
+
"loss": 0.1686,
|
305 |
+
"step": 40
|
306 |
+
},
|
307 |
+
{
|
308 |
+
"epoch": 0.04634404803956199,
|
309 |
+
"grad_norm": 0.1007540300488472,
|
310 |
+
"learning_rate": 7.347357813929454e-05,
|
311 |
+
"loss": 0.1639,
|
312 |
+
"step": 41
|
313 |
+
},
|
314 |
+
{
|
315 |
+
"epoch": 0.04747439067467326,
|
316 |
+
"grad_norm": 0.10301187634468079,
|
317 |
+
"learning_rate": 7.191855733945387e-05,
|
318 |
+
"loss": 0.1953,
|
319 |
+
"step": 42
|
320 |
+
},
|
321 |
+
{
|
322 |
+
"epoch": 0.04860473330978453,
|
323 |
+
"grad_norm": 0.1033124104142189,
|
324 |
+
"learning_rate": 7.033683215379002e-05,
|
325 |
+
"loss": 0.1619,
|
326 |
+
"step": 43
|
327 |
+
},
|
328 |
+
{
|
329 |
+
"epoch": 0.0497350759448958,
|
330 |
+
"grad_norm": 0.10108724236488342,
|
331 |
+
"learning_rate": 6.873032967079561e-05,
|
332 |
+
"loss": 0.1761,
|
333 |
+
"step": 44
|
334 |
+
},
|
335 |
+
{
|
336 |
+
"epoch": 0.050865418580007066,
|
337 |
+
"grad_norm": 0.10317586362361908,
|
338 |
+
"learning_rate": 6.710100716628344e-05,
|
339 |
+
"loss": 0.1857,
|
340 |
+
"step": 45
|
341 |
+
},
|
342 |
+
{
|
343 |
+
"epoch": 0.051995761215118334,
|
344 |
+
"grad_norm": 0.10117630660533905,
|
345 |
+
"learning_rate": 6.545084971874738e-05,
|
346 |
+
"loss": 0.181,
|
347 |
+
"step": 46
|
348 |
+
},
|
349 |
+
{
|
350 |
+
"epoch": 0.0531261038502296,
|
351 |
+
"grad_norm": 0.10242675989866257,
|
352 |
+
"learning_rate": 6.378186779084995e-05,
|
353 |
+
"loss": 0.1481,
|
354 |
+
"step": 47
|
355 |
+
},
|
356 |
+
{
|
357 |
+
"epoch": 0.05425644648534087,
|
358 |
+
"grad_norm": 0.10420997440814972,
|
359 |
+
"learning_rate": 6.209609477998338e-05,
|
360 |
+
"loss": 0.1807,
|
361 |
+
"step": 48
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"epoch": 0.05538678912045214,
|
365 |
+
"grad_norm": 0.10270124673843384,
|
366 |
+
"learning_rate": 6.0395584540887963e-05,
|
367 |
+
"loss": 0.1637,
|
368 |
+
"step": 49
|
369 |
+
},
|
370 |
+
{
|
371 |
+
"epoch": 0.0565171317555634,
|
372 |
+
"grad_norm": 0.09528330713510513,
|
373 |
+
"learning_rate": 5.868240888334653e-05,
|
374 |
+
"loss": 0.1463,
|
375 |
+
"step": 50
|
376 |
+
},
|
377 |
+
{
|
378 |
+
"epoch": 0.0565171317555634,
|
379 |
+
"eval_loss": 0.15754836797714233,
|
380 |
+
"eval_runtime": 108.1535,
|
381 |
+
"eval_samples_per_second": 13.777,
|
382 |
+
"eval_steps_per_second": 6.888,
|
383 |
+
"step": 50
|
384 |
+
},
|
385 |
+
{
|
386 |
+
"epoch": 0.05764747439067467,
|
387 |
+
"grad_norm": 0.10484740883111954,
|
388 |
+
"learning_rate": 5.695865504800327e-05,
|
389 |
+
"loss": 0.1664,
|
390 |
+
"step": 51
|
391 |
+
},
|
392 |
+
{
|
393 |
+
"epoch": 0.05877781702578594,
|
394 |
+
"grad_norm": 0.09817209094762802,
|
395 |
+
"learning_rate": 5.522642316338268e-05,
|
396 |
+
"loss": 0.1572,
|
397 |
+
"step": 52
|
398 |
+
},
|
399 |
+
{
|
400 |
+
"epoch": 0.05990815966089721,
|
401 |
+
"grad_norm": 0.09848269075155258,
|
402 |
+
"learning_rate": 5.348782368720626e-05,
|
403 |
+
"loss": 0.1595,
|
404 |
+
"step": 53
|
405 |
+
},
|
406 |
+
{
|
407 |
+
"epoch": 0.061038502296008476,
|
408 |
+
"grad_norm": 0.09713145345449448,
|
409 |
+
"learning_rate": 5.174497483512506e-05,
|
410 |
+
"loss": 0.1644,
|
411 |
+
"step": 54
|
412 |
+
},
|
413 |
+
{
|
414 |
+
"epoch": 0.062168844931119745,
|
415 |
+
"grad_norm": 0.11254185438156128,
|
416 |
+
"learning_rate": 5e-05,
|
417 |
+
"loss": 0.153,
|
418 |
+
"step": 55
|
419 |
+
},
|
420 |
+
{
|
421 |
+
"epoch": 0.06329918756623101,
|
422 |
+
"grad_norm": 0.10281391441822052,
|
423 |
+
"learning_rate": 4.825502516487497e-05,
|
424 |
+
"loss": 0.1617,
|
425 |
+
"step": 56
|
426 |
+
},
|
427 |
+
{
|
428 |
+
"epoch": 0.06442953020134229,
|
429 |
+
"grad_norm": 0.09166331589221954,
|
430 |
+
"learning_rate": 4.6512176312793736e-05,
|
431 |
+
"loss": 0.145,
|
432 |
+
"step": 57
|
433 |
+
},
|
434 |
+
{
|
435 |
+
"epoch": 0.06555987283645355,
|
436 |
+
"grad_norm": 0.09803515672683716,
|
437 |
+
"learning_rate": 4.477357683661734e-05,
|
438 |
+
"loss": 0.1616,
|
439 |
+
"step": 58
|
440 |
+
},
|
441 |
+
{
|
442 |
+
"epoch": 0.06669021547156481,
|
443 |
+
"grad_norm": 0.0987379401922226,
|
444 |
+
"learning_rate": 4.3041344951996746e-05,
|
445 |
+
"loss": 0.1689,
|
446 |
+
"step": 59
|
447 |
+
},
|
448 |
+
{
|
449 |
+
"epoch": 0.06782055810667609,
|
450 |
+
"grad_norm": 0.09968309849500656,
|
451 |
+
"learning_rate": 4.131759111665349e-05,
|
452 |
+
"loss": 0.1529,
|
453 |
+
"step": 60
|
454 |
+
},
|
455 |
+
{
|
456 |
+
"epoch": 0.06895090074178735,
|
457 |
+
"grad_norm": 0.09657073765993118,
|
458 |
+
"learning_rate": 3.960441545911204e-05,
|
459 |
+
"loss": 0.1593,
|
460 |
+
"step": 61
|
461 |
+
},
|
462 |
+
{
|
463 |
+
"epoch": 0.07008124337689862,
|
464 |
+
"grad_norm": 0.10319285094738007,
|
465 |
+
"learning_rate": 3.790390522001662e-05,
|
466 |
+
"loss": 0.1617,
|
467 |
+
"step": 62
|
468 |
+
},
|
469 |
+
{
|
470 |
+
"epoch": 0.07121158601200989,
|
471 |
+
"grad_norm": 0.09319040179252625,
|
472 |
+
"learning_rate": 3.6218132209150045e-05,
|
473 |
+
"loss": 0.1388,
|
474 |
+
"step": 63
|
475 |
+
},
|
476 |
+
{
|
477 |
+
"epoch": 0.07234192864712116,
|
478 |
+
"grad_norm": 0.10078910738229752,
|
479 |
+
"learning_rate": 3.4549150281252636e-05,
|
480 |
+
"loss": 0.157,
|
481 |
+
"step": 64
|
482 |
+
},
|
483 |
+
{
|
484 |
+
"epoch": 0.07347227128223242,
|
485 |
+
"grad_norm": 0.0971289873123169,
|
486 |
+
"learning_rate": 3.289899283371657e-05,
|
487 |
+
"loss": 0.157,
|
488 |
+
"step": 65
|
489 |
+
},
|
490 |
+
{
|
491 |
+
"epoch": 0.0746026139173437,
|
492 |
+
"grad_norm": 0.09027408063411713,
|
493 |
+
"learning_rate": 3.12696703292044e-05,
|
494 |
+
"loss": 0.1278,
|
495 |
+
"step": 66
|
496 |
+
},
|
497 |
+
{
|
498 |
+
"epoch": 0.07573295655245496,
|
499 |
+
"grad_norm": 0.09577968716621399,
|
500 |
+
"learning_rate": 2.9663167846209998e-05,
|
501 |
+
"loss": 0.1476,
|
502 |
+
"step": 67
|
503 |
+
},
|
504 |
+
{
|
505 |
+
"epoch": 0.07686329918756624,
|
506 |
+
"grad_norm": 0.095377616584301,
|
507 |
+
"learning_rate": 2.8081442660546125e-05,
|
508 |
+
"loss": 0.1401,
|
509 |
+
"step": 68
|
510 |
+
},
|
511 |
+
{
|
512 |
+
"epoch": 0.0779936418226775,
|
513 |
+
"grad_norm": 0.09206076711416245,
|
514 |
+
"learning_rate": 2.6526421860705473e-05,
|
515 |
+
"loss": 0.145,
|
516 |
+
"step": 69
|
517 |
+
},
|
518 |
+
{
|
519 |
+
"epoch": 0.07912398445778877,
|
520 |
+
"grad_norm": 0.10833960771560669,
|
521 |
+
"learning_rate": 2.500000000000001e-05,
|
522 |
+
"loss": 0.144,
|
523 |
+
"step": 70
|
524 |
+
},
|
525 |
+
{
|
526 |
+
"epoch": 0.08025432709290004,
|
527 |
+
"grad_norm": 0.10532192140817642,
|
528 |
+
"learning_rate": 2.350403678833976e-05,
|
529 |
+
"loss": 0.1684,
|
530 |
+
"step": 71
|
531 |
+
},
|
532 |
+
{
|
533 |
+
"epoch": 0.0813846697280113,
|
534 |
+
"grad_norm": 0.09503438323736191,
|
535 |
+
"learning_rate": 2.2040354826462668e-05,
|
536 |
+
"loss": 0.1353,
|
537 |
+
"step": 72
|
538 |
+
},
|
539 |
+
{
|
540 |
+
"epoch": 0.08251501236312257,
|
541 |
+
"grad_norm": 0.10530933737754822,
|
542 |
+
"learning_rate": 2.061073738537635e-05,
|
543 |
+
"loss": 0.1293,
|
544 |
+
"step": 73
|
545 |
+
},
|
546 |
+
{
|
547 |
+
"epoch": 0.08364535499823383,
|
548 |
+
"grad_norm": 0.0886959508061409,
|
549 |
+
"learning_rate": 1.9216926233717085e-05,
|
550 |
+
"loss": 0.1283,
|
551 |
+
"step": 74
|
552 |
+
},
|
553 |
+
{
|
554 |
+
"epoch": 0.08477569763334511,
|
555 |
+
"grad_norm": 0.09509113430976868,
|
556 |
+
"learning_rate": 1.7860619515673033e-05,
|
557 |
+
"loss": 0.1503,
|
558 |
+
"step": 75
|
559 |
+
},
|
560 |
+
{
|
561 |
+
"epoch": 0.08477569763334511,
|
562 |
+
"eval_loss": 0.14312788844108582,
|
563 |
+
"eval_runtime": 108.0678,
|
564 |
+
"eval_samples_per_second": 13.788,
|
565 |
+
"eval_steps_per_second": 6.894,
|
566 |
+
"step": 75
|
567 |
+
},
|
568 |
+
{
|
569 |
+
"epoch": 0.08590604026845637,
|
570 |
+
"grad_norm": 0.09077107161283493,
|
571 |
+
"learning_rate": 1.6543469682057106e-05,
|
572 |
+
"loss": 0.1332,
|
573 |
+
"step": 76
|
574 |
+
},
|
575 |
+
{
|
576 |
+
"epoch": 0.08703638290356765,
|
577 |
+
"grad_norm": 0.10361814498901367,
|
578 |
+
"learning_rate": 1.526708147705013e-05,
|
579 |
+
"loss": 0.135,
|
580 |
+
"step": 77
|
581 |
+
},
|
582 |
+
{
|
583 |
+
"epoch": 0.08816672553867891,
|
584 |
+
"grad_norm": 0.10831114649772644,
|
585 |
+
"learning_rate": 1.4033009983067452e-05,
|
586 |
+
"loss": 0.1379,
|
587 |
+
"step": 78
|
588 |
+
},
|
589 |
+
{
|
590 |
+
"epoch": 0.08929706817379018,
|
591 |
+
"grad_norm": 0.09642671793699265,
|
592 |
+
"learning_rate": 1.2842758726130283e-05,
|
593 |
+
"loss": 0.1438,
|
594 |
+
"step": 79
|
595 |
+
},
|
596 |
+
{
|
597 |
+
"epoch": 0.09042741080890145,
|
598 |
+
"grad_norm": 0.08902038633823395,
|
599 |
+
"learning_rate": 1.1697777844051105e-05,
|
600 |
+
"loss": 0.1436,
|
601 |
+
"step": 80
|
602 |
+
},
|
603 |
+
{
|
604 |
+
"epoch": 0.09155775344401272,
|
605 |
+
"grad_norm": 0.09570778906345367,
|
606 |
+
"learning_rate": 1.0599462319663905e-05,
|
607 |
+
"loss": 0.1531,
|
608 |
+
"step": 81
|
609 |
+
},
|
610 |
+
{
|
611 |
+
"epoch": 0.09268809607912398,
|
612 |
+
"grad_norm": 0.09648874402046204,
|
613 |
+
"learning_rate": 9.549150281252633e-06,
|
614 |
+
"loss": 0.1443,
|
615 |
+
"step": 82
|
616 |
+
},
|
617 |
+
{
|
618 |
+
"epoch": 0.09381843871423526,
|
619 |
+
"grad_norm": 0.08864925056695938,
|
620 |
+
"learning_rate": 8.548121372247918e-06,
|
621 |
+
"loss": 0.1288,
|
622 |
+
"step": 83
|
623 |
+
},
|
624 |
+
{
|
625 |
+
"epoch": 0.09494878134934652,
|
626 |
+
"grad_norm": 0.09058023989200592,
|
627 |
+
"learning_rate": 7.597595192178702e-06,
|
628 |
+
"loss": 0.1392,
|
629 |
+
"step": 84
|
630 |
+
},
|
631 |
+
{
|
632 |
+
"epoch": 0.0960791239844578,
|
633 |
+
"grad_norm": 0.09723956137895584,
|
634 |
+
"learning_rate": 6.698729810778065e-06,
|
635 |
+
"loss": 0.1493,
|
636 |
+
"step": 85
|
637 |
+
},
|
638 |
+
{
|
639 |
+
"epoch": 0.09720946661956906,
|
640 |
+
"grad_norm": 0.09518659114837646,
|
641 |
+
"learning_rate": 5.852620357053651e-06,
|
642 |
+
"loss": 0.1431,
|
643 |
+
"step": 86
|
644 |
+
},
|
645 |
+
{
|
646 |
+
"epoch": 0.09833980925468032,
|
647 |
+
"grad_norm": 0.08945231884717941,
|
648 |
+
"learning_rate": 5.060297685041659e-06,
|
649 |
+
"loss": 0.1373,
|
650 |
+
"step": 87
|
651 |
+
},
|
652 |
+
{
|
653 |
+
"epoch": 0.0994701518897916,
|
654 |
+
"grad_norm": 0.09025212377309799,
|
655 |
+
"learning_rate": 4.322727117869951e-06,
|
656 |
+
"loss": 0.1234,
|
657 |
+
"step": 88
|
658 |
+
},
|
659 |
+
{
|
660 |
+
"epoch": 0.10060049452490286,
|
661 |
+
"grad_norm": 0.10804665088653564,
|
662 |
+
"learning_rate": 3.6408072716606346e-06,
|
663 |
+
"loss": 0.1557,
|
664 |
+
"step": 89
|
665 |
+
},
|
666 |
+
{
|
667 |
+
"epoch": 0.10173083716001413,
|
668 |
+
"grad_norm": 0.08853819221258163,
|
669 |
+
"learning_rate": 3.0153689607045845e-06,
|
670 |
+
"loss": 0.1394,
|
671 |
+
"step": 90
|
672 |
+
},
|
673 |
+
{
|
674 |
+
"epoch": 0.1028611797951254,
|
675 |
+
"grad_norm": 0.0921025276184082,
|
676 |
+
"learning_rate": 2.4471741852423237e-06,
|
677 |
+
"loss": 0.1445,
|
678 |
+
"step": 91
|
679 |
+
},
|
680 |
+
{
|
681 |
+
"epoch": 0.10399152243023667,
|
682 |
+
"grad_norm": 0.10122989118099213,
|
683 |
+
"learning_rate": 1.9369152030840556e-06,
|
684 |
+
"loss": 0.1488,
|
685 |
+
"step": 92
|
686 |
+
},
|
687 |
+
{
|
688 |
+
"epoch": 0.10512186506534793,
|
689 |
+
"grad_norm": 0.08481209725141525,
|
690 |
+
"learning_rate": 1.4852136862001764e-06,
|
691 |
+
"loss": 0.1257,
|
692 |
+
"step": 93
|
693 |
+
},
|
694 |
+
{
|
695 |
+
"epoch": 0.1062522077004592,
|
696 |
+
"grad_norm": 0.09517021477222443,
|
697 |
+
"learning_rate": 1.0926199633097157e-06,
|
698 |
+
"loss": 0.1624,
|
699 |
+
"step": 94
|
700 |
+
},
|
701 |
+
{
|
702 |
+
"epoch": 0.10738255033557047,
|
703 |
+
"grad_norm": 0.0911594033241272,
|
704 |
+
"learning_rate": 7.596123493895991e-07,
|
705 |
+
"loss": 0.1288,
|
706 |
+
"step": 95
|
707 |
+
},
|
708 |
+
{
|
709 |
+
"epoch": 0.10851289297068174,
|
710 |
+
"grad_norm": 0.08819227665662766,
|
711 |
+
"learning_rate": 4.865965629214819e-07,
|
712 |
+
"loss": 0.1291,
|
713 |
+
"step": 96
|
714 |
+
},
|
715 |
+
{
|
716 |
+
"epoch": 0.109643235605793,
|
717 |
+
"grad_norm": 0.0909503921866417,
|
718 |
+
"learning_rate": 2.7390523158633554e-07,
|
719 |
+
"loss": 0.136,
|
720 |
+
"step": 97
|
721 |
+
},
|
722 |
+
{
|
723 |
+
"epoch": 0.11077357824090428,
|
724 |
+
"grad_norm": 0.09741980582475662,
|
725 |
+
"learning_rate": 1.2179748700879012e-07,
|
726 |
+
"loss": 0.1484,
|
727 |
+
"step": 98
|
728 |
+
},
|
729 |
+
{
|
730 |
+
"epoch": 0.11190392087601554,
|
731 |
+
"grad_norm": 0.08844106644392014,
|
732 |
+
"learning_rate": 3.04586490452119e-08,
|
733 |
+
"loss": 0.1469,
|
734 |
+
"step": 99
|
735 |
+
},
|
736 |
+
{
|
737 |
+
"epoch": 0.1130342635111268,
|
738 |
+
"grad_norm": 0.11220452934503555,
|
739 |
+
"learning_rate": 0.0,
|
740 |
+
"loss": 0.1474,
|
741 |
+
"step": 100
|
742 |
+
},
|
743 |
+
{
|
744 |
+
"epoch": 0.1130342635111268,
|
745 |
+
"eval_loss": 0.14100638031959534,
|
746 |
+
"eval_runtime": 137.5482,
|
747 |
+
"eval_samples_per_second": 10.833,
|
748 |
+
"eval_steps_per_second": 5.416,
|
749 |
+
"step": 100
|
750 |
+
}
|
751 |
+
],
|
752 |
+
"logging_steps": 1,
|
753 |
+
"max_steps": 100,
|
754 |
+
"num_input_tokens_seen": 0,
|
755 |
+
"num_train_epochs": 1,
|
756 |
+
"save_steps": 25,
|
757 |
+
"stateful_callbacks": {
|
758 |
+
"TrainerControl": {
|
759 |
+
"args": {
|
760 |
+
"should_epoch_stop": false,
|
761 |
+
"should_evaluate": false,
|
762 |
+
"should_log": false,
|
763 |
+
"should_save": true,
|
764 |
+
"should_training_stop": true
|
765 |
+
},
|
766 |
+
"attributes": {}
|
767 |
+
}
|
768 |
+
},
|
769 |
+
"total_flos": 2.53296434479104e+17,
|
770 |
+
"train_batch_size": 2,
|
771 |
+
"trial_name": null,
|
772 |
+
"trial_params": null
|
773 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:435ad5980a10658fb8f39b27a54c841d707395292b177530329ec552b933116b
|
3 |
+
size 6776
|
special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
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": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": true,
|
27 |
+
"rstrip": false,
|
28 |
+
"single_word": false
|
29 |
+
}
|
30 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9e556afd44213b6bd1be2b850ebbbd98f5481437a8021afaf58ee7fb1818d347
|
3 |
+
size 499723
|
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": true,
|
10 |
+
"rstrip": false,
|
11 |
+
"single_word": false,
|
12 |
+
"special": true
|
13 |
+
},
|
14 |
+
"1": {
|
15 |
+
"content": "<s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": true,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false,
|
20 |
+
"special": true
|
21 |
+
},
|
22 |
+
"2": {
|
23 |
+
"content": "</s>",
|
24 |
+
"lstrip": false,
|
25 |
+
"normalized": true,
|
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 not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set loop_messages = messages %}{% for message in loop_messages %}{% set content = '<|start_header_id|>' + message['role'] + '<|end_header_id|>\n\n'+ message['content'] | trim + '<|eot_id|>' %}{% if loop.index0 == 0 %}{% set content = bos_token + content %}{% endif %}{{ content }}{% endfor %}{% if add_generation_prompt %}{{ '<|start_header_id|>assistant<|end_header_id|>\n\n' }}{% endif %}",
|
41 |
+
"clean_up_tokenization_spaces": false,
|
42 |
+
"eos_token": "</s>",
|
43 |
+
"legacy": true,
|
44 |
+
"model_max_length": 512,
|
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": "<unk>",
|
51 |
+
"use_default_system_prompt": false
|
52 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:435ad5980a10658fb8f39b27a54c841d707395292b177530329ec552b933116b
|
3 |
+
size 6776
|