End of training
Browse files- README.md +165 -0
- adapter_config.json +34 -0
- adapter_model.bin +3 -0
- adapter_model.safetensors +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/optimizer.pt +3 -0
- last-checkpoint/rng_state_0.pth +3 -0
- last-checkpoint/rng_state_1.pth +3 -0
- last-checkpoint/rng_state_2.pth +3 -0
- last-checkpoint/rng_state_3.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 +42 -0
- last-checkpoint/trainer_state.json +829 -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 +42 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,165 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: peft
|
3 |
+
base_model: HuggingFaceH4/tiny-random-LlamaForCausalLM
|
4 |
+
tags:
|
5 |
+
- axolotl
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: 21611f4b-7afe-4835-8ed7-462ca5b0d71c
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
[<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)
|
16 |
+
<details><summary>See axolotl config</summary>
|
17 |
+
|
18 |
+
axolotl version: `0.4.1`
|
19 |
+
```yaml
|
20 |
+
adapter: lora
|
21 |
+
base_model: HuggingFaceH4/tiny-random-LlamaForCausalLM
|
22 |
+
bf16: true
|
23 |
+
chat_template: llama3
|
24 |
+
datasets:
|
25 |
+
- data_files:
|
26 |
+
- 36bad80ceaa71752_train_data.json
|
27 |
+
ds_type: json
|
28 |
+
format: custom
|
29 |
+
path: /workspace/input_data/36bad80ceaa71752_train_data.json
|
30 |
+
type:
|
31 |
+
field_instruction: anchor
|
32 |
+
field_output: positive
|
33 |
+
format: '{instruction}'
|
34 |
+
no_input_format: '{instruction}'
|
35 |
+
system_format: '{system}'
|
36 |
+
system_prompt: ''
|
37 |
+
debug: null
|
38 |
+
deepspeed: null
|
39 |
+
early_stopping_patience: null
|
40 |
+
eval_max_new_tokens: 128
|
41 |
+
eval_table_size: null
|
42 |
+
evals_per_epoch: 4
|
43 |
+
flash_attention: false
|
44 |
+
fp16: false
|
45 |
+
fsdp: null
|
46 |
+
fsdp_config: null
|
47 |
+
gradient_accumulation_steps: 2
|
48 |
+
gradient_checkpointing: true
|
49 |
+
group_by_length: false
|
50 |
+
hub_model_id: sn56a2/21611f4b-7afe-4835-8ed7-462ca5b0d71c
|
51 |
+
hub_repo: null
|
52 |
+
hub_strategy: checkpoint
|
53 |
+
hub_token: null
|
54 |
+
learning_rate: 0.0001
|
55 |
+
load_in_4bit: false
|
56 |
+
load_in_8bit: false
|
57 |
+
local_rank: null
|
58 |
+
logging_steps: 1
|
59 |
+
lora_alpha: 32
|
60 |
+
lora_dropout: 0.05
|
61 |
+
lora_fan_in_fan_out: null
|
62 |
+
lora_model_dir: null
|
63 |
+
lora_r: 16
|
64 |
+
lora_target_linear: true
|
65 |
+
lr_scheduler: cosine
|
66 |
+
max_memory:
|
67 |
+
0: 77GiB
|
68 |
+
max_steps: 100
|
69 |
+
micro_batch_size: 8
|
70 |
+
mlflow_experiment_name: /tmp/36bad80ceaa71752_train_data.json
|
71 |
+
model_type: AutoModelForCausalLM
|
72 |
+
num_epochs: 3
|
73 |
+
optimizer: adamw_torch
|
74 |
+
output_dir: miner_id_24
|
75 |
+
pad_to_sequence_len: true
|
76 |
+
resume_from_checkpoint: null
|
77 |
+
s2_attention: null
|
78 |
+
sample_packing: false
|
79 |
+
save_steps: 25
|
80 |
+
save_strategy: steps
|
81 |
+
sequence_len: 1024
|
82 |
+
special_tokens:
|
83 |
+
pad_token: </s>
|
84 |
+
strict: false
|
85 |
+
tf32: false
|
86 |
+
tokenizer_type: AutoTokenizer
|
87 |
+
train_on_inputs: false
|
88 |
+
trust_remote_code: true
|
89 |
+
val_set_size: 0.05
|
90 |
+
wandb_entity: sn56-miner
|
91 |
+
wandb_mode: disabled
|
92 |
+
wandb_name: 21611f4b-7afe-4835-8ed7-462ca5b0d71c
|
93 |
+
wandb_project: god
|
94 |
+
wandb_run: mdps
|
95 |
+
wandb_runid: 21611f4b-7afe-4835-8ed7-462ca5b0d71c
|
96 |
+
warmup_steps: 10
|
97 |
+
weight_decay: 0.01
|
98 |
+
xformers_attention: false
|
99 |
+
|
100 |
+
```
|
101 |
+
|
102 |
+
</details><br>
|
103 |
+
|
104 |
+
# 21611f4b-7afe-4835-8ed7-462ca5b0d71c
|
105 |
+
|
106 |
+
This model is a fine-tuned version of [HuggingFaceH4/tiny-random-LlamaForCausalLM](https://huggingface.co/HuggingFaceH4/tiny-random-LlamaForCausalLM) on the None dataset.
|
107 |
+
It achieves the following results on the evaluation set:
|
108 |
+
- Loss: 10.3727
|
109 |
+
|
110 |
+
## Model description
|
111 |
+
|
112 |
+
More information needed
|
113 |
+
|
114 |
+
## Intended uses & limitations
|
115 |
+
|
116 |
+
More information needed
|
117 |
+
|
118 |
+
## Training and evaluation data
|
119 |
+
|
120 |
+
More information needed
|
121 |
+
|
122 |
+
## Training procedure
|
123 |
+
|
124 |
+
### Training hyperparameters
|
125 |
+
|
126 |
+
The following hyperparameters were used during training:
|
127 |
+
- learning_rate: 0.0001
|
128 |
+
- train_batch_size: 8
|
129 |
+
- eval_batch_size: 8
|
130 |
+
- seed: 42
|
131 |
+
- distributed_type: multi-GPU
|
132 |
+
- num_devices: 4
|
133 |
+
- gradient_accumulation_steps: 2
|
134 |
+
- total_train_batch_size: 64
|
135 |
+
- total_eval_batch_size: 32
|
136 |
+
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
137 |
+
- lr_scheduler_type: cosine
|
138 |
+
- lr_scheduler_warmup_steps: 10
|
139 |
+
- training_steps: 100
|
140 |
+
|
141 |
+
### Training results
|
142 |
+
|
143 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
144 |
+
|:-------------:|:------:|:----:|:---------------:|
|
145 |
+
| 10.3771 | 0.0053 | 1 | 10.3778 |
|
146 |
+
| 10.3771 | 0.0474 | 9 | 10.3776 |
|
147 |
+
| 10.3763 | 0.0947 | 18 | 10.3770 |
|
148 |
+
| 10.3753 | 0.1421 | 27 | 10.3764 |
|
149 |
+
| 10.3754 | 0.1895 | 36 | 10.3757 |
|
150 |
+
| 10.3736 | 0.2368 | 45 | 10.3750 |
|
151 |
+
| 10.3734 | 0.2842 | 54 | 10.3743 |
|
152 |
+
| 10.3723 | 0.3316 | 63 | 10.3736 |
|
153 |
+
| 10.3726 | 0.3789 | 72 | 10.3732 |
|
154 |
+
| 10.3723 | 0.4263 | 81 | 10.3729 |
|
155 |
+
| 10.3728 | 0.4737 | 90 | 10.3727 |
|
156 |
+
| 10.3733 | 0.5211 | 99 | 10.3727 |
|
157 |
+
|
158 |
+
|
159 |
+
### Framework versions
|
160 |
+
|
161 |
+
- PEFT 0.13.2
|
162 |
+
- Transformers 4.46.0
|
163 |
+
- Pytorch 2.5.0+cu124
|
164 |
+
- Datasets 3.0.1
|
165 |
+
- 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": "HuggingFaceH4/tiny-random-LlamaForCausalLM",
|
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": 32,
|
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": 16,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"v_proj",
|
24 |
+
"q_proj",
|
25 |
+
"up_proj",
|
26 |
+
"down_proj",
|
27 |
+
"o_proj",
|
28 |
+
"k_proj",
|
29 |
+
"gate_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:a1eeeab958f14bf69e9fabb6cb3cd7f7286e576db37c385dbaec34f1147209c8
|
3 |
+
size 57218
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d76e89244544ce381613c20bdfced95c7769a7c525b436a28364961884598565
|
3 |
+
size 50624
|
config.json
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_attn_implementation_autoset": true,
|
3 |
+
"_name_or_path": "HuggingFaceH4/tiny-random-LlamaForCausalLM",
|
4 |
+
"architectures": [
|
5 |
+
"LlamaForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_bias": false,
|
8 |
+
"attention_dropout": 0.0,
|
9 |
+
"bos_token_id": 0,
|
10 |
+
"eos_token_id": 2,
|
11 |
+
"head_dim": 4,
|
12 |
+
"hidden_act": "silu",
|
13 |
+
"hidden_size": 16,
|
14 |
+
"initializer_range": 0.02,
|
15 |
+
"intermediate_size": 64,
|
16 |
+
"max_position_embeddings": 2048,
|
17 |
+
"mlp_bias": false,
|
18 |
+
"model_type": "llama",
|
19 |
+
"num_attention_heads": 4,
|
20 |
+
"num_hidden_layers": 2,
|
21 |
+
"num_key_value_heads": 4,
|
22 |
+
"pad_token_id": -1,
|
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": 32000
|
32 |
+
}
|
last-checkpoint/README.md
ADDED
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: HuggingFaceH4/tiny-random-LlamaForCausalLM
|
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": "HuggingFaceH4/tiny-random-LlamaForCausalLM",
|
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": 32,
|
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": 16,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"v_proj",
|
24 |
+
"q_proj",
|
25 |
+
"up_proj",
|
26 |
+
"down_proj",
|
27 |
+
"o_proj",
|
28 |
+
"k_proj",
|
29 |
+
"gate_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:d76e89244544ce381613c20bdfced95c7769a7c525b436a28364961884598565
|
3 |
+
size 50624
|
last-checkpoint/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96d6e8fea23edbdcc19b266f90eb386048d32aabe881bab7eb8f9eb95cf0e892
|
3 |
+
size 118090
|
last-checkpoint/rng_state_0.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c6a3bdea21e6ba079ccbba624ec1dfb599a55306a888996d433b7da6e98cbcc2
|
3 |
+
size 15024
|
last-checkpoint/rng_state_1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a0972cadd551b6d9210f90d9b2e3421a9d27b4b199b21668663b7517dda9ca7
|
3 |
+
size 15024
|
last-checkpoint/rng_state_2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:052d2643f94d39de729385018900f6560552f49ed10facb0a7531f28b31aadc0
|
3 |
+
size 15024
|
last-checkpoint/rng_state_3.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:efb31cd55af594dd5a265c5dff7191e1e4857df34d419a4bf8db7fd4e3cef497
|
3 |
+
size 15024
|
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": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": 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,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": 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": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"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 %}",
|
33 |
+
"clean_up_tokenization_spaces": false,
|
34 |
+
"eos_token": "</s>",
|
35 |
+
"legacy": true,
|
36 |
+
"model_max_length": 2048,
|
37 |
+
"pad_token": "</s>",
|
38 |
+
"sp_model_kwargs": {},
|
39 |
+
"tokenizer_class": "LlamaTokenizer",
|
40 |
+
"unk_token": "<unk>",
|
41 |
+
"use_default_system_prompt": false
|
42 |
+
}
|
last-checkpoint/trainer_state.json
ADDED
@@ -0,0 +1,829 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 0.5263157894736842,
|
5 |
+
"eval_steps": 9,
|
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.005263157894736842,
|
13 |
+
"grad_norm": 0.01887725666165352,
|
14 |
+
"learning_rate": 1e-05,
|
15 |
+
"loss": 10.3771,
|
16 |
+
"step": 1
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.005263157894736842,
|
20 |
+
"eval_loss": 10.377787590026855,
|
21 |
+
"eval_runtime": 0.9191,
|
22 |
+
"eval_samples_per_second": 696.364,
|
23 |
+
"eval_steps_per_second": 21.761,
|
24 |
+
"step": 1
|
25 |
+
},
|
26 |
+
{
|
27 |
+
"epoch": 0.010526315789473684,
|
28 |
+
"grad_norm": 0.019658945500850677,
|
29 |
+
"learning_rate": 2e-05,
|
30 |
+
"loss": 10.3771,
|
31 |
+
"step": 2
|
32 |
+
},
|
33 |
+
{
|
34 |
+
"epoch": 0.015789473684210527,
|
35 |
+
"grad_norm": 0.019541945308446884,
|
36 |
+
"learning_rate": 3e-05,
|
37 |
+
"loss": 10.3778,
|
38 |
+
"step": 3
|
39 |
+
},
|
40 |
+
{
|
41 |
+
"epoch": 0.021052631578947368,
|
42 |
+
"grad_norm": 0.01850094273686409,
|
43 |
+
"learning_rate": 4e-05,
|
44 |
+
"loss": 10.3773,
|
45 |
+
"step": 4
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 0.02631578947368421,
|
49 |
+
"grad_norm": 0.020273681730031967,
|
50 |
+
"learning_rate": 5e-05,
|
51 |
+
"loss": 10.3784,
|
52 |
+
"step": 5
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"epoch": 0.031578947368421054,
|
56 |
+
"grad_norm": 0.01795278489589691,
|
57 |
+
"learning_rate": 6e-05,
|
58 |
+
"loss": 10.3766,
|
59 |
+
"step": 6
|
60 |
+
},
|
61 |
+
{
|
62 |
+
"epoch": 0.03684210526315789,
|
63 |
+
"grad_norm": 0.019065121188759804,
|
64 |
+
"learning_rate": 7e-05,
|
65 |
+
"loss": 10.3772,
|
66 |
+
"step": 7
|
67 |
+
},
|
68 |
+
{
|
69 |
+
"epoch": 0.042105263157894736,
|
70 |
+
"grad_norm": 0.020125381648540497,
|
71 |
+
"learning_rate": 8e-05,
|
72 |
+
"loss": 10.3777,
|
73 |
+
"step": 8
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"epoch": 0.04736842105263158,
|
77 |
+
"grad_norm": 0.019596805796027184,
|
78 |
+
"learning_rate": 9e-05,
|
79 |
+
"loss": 10.3771,
|
80 |
+
"step": 9
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epoch": 0.04736842105263158,
|
84 |
+
"eval_loss": 10.377553939819336,
|
85 |
+
"eval_runtime": 0.9287,
|
86 |
+
"eval_samples_per_second": 689.13,
|
87 |
+
"eval_steps_per_second": 21.535,
|
88 |
+
"step": 9
|
89 |
+
},
|
90 |
+
{
|
91 |
+
"epoch": 0.05263157894736842,
|
92 |
+
"grad_norm": 0.020519031211733818,
|
93 |
+
"learning_rate": 0.0001,
|
94 |
+
"loss": 10.377,
|
95 |
+
"step": 10
|
96 |
+
},
|
97 |
+
{
|
98 |
+
"epoch": 0.05789473684210526,
|
99 |
+
"grad_norm": 0.022309644147753716,
|
100 |
+
"learning_rate": 9.99695413509548e-05,
|
101 |
+
"loss": 10.3767,
|
102 |
+
"step": 11
|
103 |
+
},
|
104 |
+
{
|
105 |
+
"epoch": 0.06315789473684211,
|
106 |
+
"grad_norm": 0.018090447410941124,
|
107 |
+
"learning_rate": 9.987820251299122e-05,
|
108 |
+
"loss": 10.3771,
|
109 |
+
"step": 12
|
110 |
+
},
|
111 |
+
{
|
112 |
+
"epoch": 0.06842105263157895,
|
113 |
+
"grad_norm": 0.018387112766504288,
|
114 |
+
"learning_rate": 9.972609476841367e-05,
|
115 |
+
"loss": 10.3779,
|
116 |
+
"step": 13
|
117 |
+
},
|
118 |
+
{
|
119 |
+
"epoch": 0.07368421052631578,
|
120 |
+
"grad_norm": 0.019601572304964066,
|
121 |
+
"learning_rate": 9.951340343707852e-05,
|
122 |
+
"loss": 10.3766,
|
123 |
+
"step": 14
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"epoch": 0.07894736842105263,
|
127 |
+
"grad_norm": 0.019544925540685654,
|
128 |
+
"learning_rate": 9.924038765061042e-05,
|
129 |
+
"loss": 10.3759,
|
130 |
+
"step": 15
|
131 |
+
},
|
132 |
+
{
|
133 |
+
"epoch": 0.08421052631578947,
|
134 |
+
"grad_norm": 0.020026741549372673,
|
135 |
+
"learning_rate": 9.890738003669029e-05,
|
136 |
+
"loss": 10.3773,
|
137 |
+
"step": 16
|
138 |
+
},
|
139 |
+
{
|
140 |
+
"epoch": 0.08947368421052632,
|
141 |
+
"grad_norm": 0.01871853694319725,
|
142 |
+
"learning_rate": 9.851478631379982e-05,
|
143 |
+
"loss": 10.3775,
|
144 |
+
"step": 17
|
145 |
+
},
|
146 |
+
{
|
147 |
+
"epoch": 0.09473684210526316,
|
148 |
+
"grad_norm": 0.019241884350776672,
|
149 |
+
"learning_rate": 9.806308479691595e-05,
|
150 |
+
"loss": 10.3763,
|
151 |
+
"step": 18
|
152 |
+
},
|
153 |
+
{
|
154 |
+
"epoch": 0.09473684210526316,
|
155 |
+
"eval_loss": 10.376965522766113,
|
156 |
+
"eval_runtime": 0.9284,
|
157 |
+
"eval_samples_per_second": 689.375,
|
158 |
+
"eval_steps_per_second": 21.543,
|
159 |
+
"step": 18
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"epoch": 0.1,
|
163 |
+
"grad_norm": 0.019490916281938553,
|
164 |
+
"learning_rate": 9.755282581475769e-05,
|
165 |
+
"loss": 10.3774,
|
166 |
+
"step": 19
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"epoch": 0.10526315789473684,
|
170 |
+
"grad_norm": 0.019260114058852196,
|
171 |
+
"learning_rate": 9.698463103929542e-05,
|
172 |
+
"loss": 10.3764,
|
173 |
+
"step": 20
|
174 |
+
},
|
175 |
+
{
|
176 |
+
"epoch": 0.11052631578947368,
|
177 |
+
"grad_norm": 0.020797712728381157,
|
178 |
+
"learning_rate": 9.635919272833938e-05,
|
179 |
+
"loss": 10.3756,
|
180 |
+
"step": 21
|
181 |
+
},
|
182 |
+
{
|
183 |
+
"epoch": 0.11578947368421053,
|
184 |
+
"grad_norm": 0.02041136659681797,
|
185 |
+
"learning_rate": 9.567727288213005e-05,
|
186 |
+
"loss": 10.3763,
|
187 |
+
"step": 22
|
188 |
+
},
|
189 |
+
{
|
190 |
+
"epoch": 0.12105263157894737,
|
191 |
+
"grad_norm": 0.020149167627096176,
|
192 |
+
"learning_rate": 9.493970231495835e-05,
|
193 |
+
"loss": 10.3761,
|
194 |
+
"step": 23
|
195 |
+
},
|
196 |
+
{
|
197 |
+
"epoch": 0.12631578947368421,
|
198 |
+
"grad_norm": 0.02349521778523922,
|
199 |
+
"learning_rate": 9.414737964294636e-05,
|
200 |
+
"loss": 10.3763,
|
201 |
+
"step": 24
|
202 |
+
},
|
203 |
+
{
|
204 |
+
"epoch": 0.13157894736842105,
|
205 |
+
"grad_norm": 0.019269824028015137,
|
206 |
+
"learning_rate": 9.330127018922194e-05,
|
207 |
+
"loss": 10.3761,
|
208 |
+
"step": 25
|
209 |
+
},
|
210 |
+
{
|
211 |
+
"epoch": 0.1368421052631579,
|
212 |
+
"grad_norm": 0.020011985674500465,
|
213 |
+
"learning_rate": 9.24024048078213e-05,
|
214 |
+
"loss": 10.3753,
|
215 |
+
"step": 26
|
216 |
+
},
|
217 |
+
{
|
218 |
+
"epoch": 0.14210526315789473,
|
219 |
+
"grad_norm": 0.022693118080496788,
|
220 |
+
"learning_rate": 9.145187862775209e-05,
|
221 |
+
"loss": 10.3753,
|
222 |
+
"step": 27
|
223 |
+
},
|
224 |
+
{
|
225 |
+
"epoch": 0.14210526315789473,
|
226 |
+
"eval_loss": 10.376358032226562,
|
227 |
+
"eval_runtime": 0.9357,
|
228 |
+
"eval_samples_per_second": 684.009,
|
229 |
+
"eval_steps_per_second": 21.375,
|
230 |
+
"step": 27
|
231 |
+
},
|
232 |
+
{
|
233 |
+
"epoch": 0.14736842105263157,
|
234 |
+
"grad_norm": 0.02023051679134369,
|
235 |
+
"learning_rate": 9.045084971874738e-05,
|
236 |
+
"loss": 10.3745,
|
237 |
+
"step": 28
|
238 |
+
},
|
239 |
+
{
|
240 |
+
"epoch": 0.15263157894736842,
|
241 |
+
"grad_norm": 0.0204804427921772,
|
242 |
+
"learning_rate": 8.940053768033609e-05,
|
243 |
+
"loss": 10.3756,
|
244 |
+
"step": 29
|
245 |
+
},
|
246 |
+
{
|
247 |
+
"epoch": 0.15789473684210525,
|
248 |
+
"grad_norm": 0.023711206391453743,
|
249 |
+
"learning_rate": 8.83022221559489e-05,
|
250 |
+
"loss": 10.3755,
|
251 |
+
"step": 30
|
252 |
+
},
|
253 |
+
{
|
254 |
+
"epoch": 0.1631578947368421,
|
255 |
+
"grad_norm": 0.022513749077916145,
|
256 |
+
"learning_rate": 8.715724127386972e-05,
|
257 |
+
"loss": 10.3755,
|
258 |
+
"step": 31
|
259 |
+
},
|
260 |
+
{
|
261 |
+
"epoch": 0.16842105263157894,
|
262 |
+
"grad_norm": 0.023278402164578438,
|
263 |
+
"learning_rate": 8.596699001693255e-05,
|
264 |
+
"loss": 10.3751,
|
265 |
+
"step": 32
|
266 |
+
},
|
267 |
+
{
|
268 |
+
"epoch": 0.1736842105263158,
|
269 |
+
"grad_norm": 0.022470155730843544,
|
270 |
+
"learning_rate": 8.473291852294987e-05,
|
271 |
+
"loss": 10.375,
|
272 |
+
"step": 33
|
273 |
+
},
|
274 |
+
{
|
275 |
+
"epoch": 0.17894736842105263,
|
276 |
+
"grad_norm": 0.0218709334731102,
|
277 |
+
"learning_rate": 8.345653031794292e-05,
|
278 |
+
"loss": 10.3754,
|
279 |
+
"step": 34
|
280 |
+
},
|
281 |
+
{
|
282 |
+
"epoch": 0.18421052631578946,
|
283 |
+
"grad_norm": 0.0222818311303854,
|
284 |
+
"learning_rate": 8.213938048432697e-05,
|
285 |
+
"loss": 10.3746,
|
286 |
+
"step": 35
|
287 |
+
},
|
288 |
+
{
|
289 |
+
"epoch": 0.18947368421052632,
|
290 |
+
"grad_norm": 0.025049351155757904,
|
291 |
+
"learning_rate": 8.07830737662829e-05,
|
292 |
+
"loss": 10.3754,
|
293 |
+
"step": 36
|
294 |
+
},
|
295 |
+
{
|
296 |
+
"epoch": 0.18947368421052632,
|
297 |
+
"eval_loss": 10.375699043273926,
|
298 |
+
"eval_runtime": 0.9263,
|
299 |
+
"eval_samples_per_second": 690.948,
|
300 |
+
"eval_steps_per_second": 21.592,
|
301 |
+
"step": 36
|
302 |
+
},
|
303 |
+
{
|
304 |
+
"epoch": 0.19473684210526315,
|
305 |
+
"grad_norm": 0.02589656598865986,
|
306 |
+
"learning_rate": 7.938926261462366e-05,
|
307 |
+
"loss": 10.3752,
|
308 |
+
"step": 37
|
309 |
+
},
|
310 |
+
{
|
311 |
+
"epoch": 0.2,
|
312 |
+
"grad_norm": 0.023261601105332375,
|
313 |
+
"learning_rate": 7.795964517353735e-05,
|
314 |
+
"loss": 10.3761,
|
315 |
+
"step": 38
|
316 |
+
},
|
317 |
+
{
|
318 |
+
"epoch": 0.20526315789473684,
|
319 |
+
"grad_norm": 0.02525460347533226,
|
320 |
+
"learning_rate": 7.649596321166024e-05,
|
321 |
+
"loss": 10.3763,
|
322 |
+
"step": 39
|
323 |
+
},
|
324 |
+
{
|
325 |
+
"epoch": 0.21052631578947367,
|
326 |
+
"grad_norm": 0.024924341589212418,
|
327 |
+
"learning_rate": 7.500000000000001e-05,
|
328 |
+
"loss": 10.3748,
|
329 |
+
"step": 40
|
330 |
+
},
|
331 |
+
{
|
332 |
+
"epoch": 0.21578947368421053,
|
333 |
+
"grad_norm": 0.024391338229179382,
|
334 |
+
"learning_rate": 7.347357813929454e-05,
|
335 |
+
"loss": 10.3751,
|
336 |
+
"step": 41
|
337 |
+
},
|
338 |
+
{
|
339 |
+
"epoch": 0.22105263157894736,
|
340 |
+
"grad_norm": 0.025888536125421524,
|
341 |
+
"learning_rate": 7.191855733945387e-05,
|
342 |
+
"loss": 10.3742,
|
343 |
+
"step": 42
|
344 |
+
},
|
345 |
+
{
|
346 |
+
"epoch": 0.22631578947368422,
|
347 |
+
"grad_norm": 0.02838965505361557,
|
348 |
+
"learning_rate": 7.033683215379002e-05,
|
349 |
+
"loss": 10.374,
|
350 |
+
"step": 43
|
351 |
+
},
|
352 |
+
{
|
353 |
+
"epoch": 0.23157894736842105,
|
354 |
+
"grad_norm": 0.02482176385819912,
|
355 |
+
"learning_rate": 6.873032967079561e-05,
|
356 |
+
"loss": 10.3744,
|
357 |
+
"step": 44
|
358 |
+
},
|
359 |
+
{
|
360 |
+
"epoch": 0.23684210526315788,
|
361 |
+
"grad_norm": 0.026742225512862206,
|
362 |
+
"learning_rate": 6.710100716628344e-05,
|
363 |
+
"loss": 10.3736,
|
364 |
+
"step": 45
|
365 |
+
},
|
366 |
+
{
|
367 |
+
"epoch": 0.23684210526315788,
|
368 |
+
"eval_loss": 10.374998092651367,
|
369 |
+
"eval_runtime": 0.9248,
|
370 |
+
"eval_samples_per_second": 692.046,
|
371 |
+
"eval_steps_per_second": 21.626,
|
372 |
+
"step": 45
|
373 |
+
},
|
374 |
+
{
|
375 |
+
"epoch": 0.24210526315789474,
|
376 |
+
"grad_norm": 0.02698339708149433,
|
377 |
+
"learning_rate": 6.545084971874738e-05,
|
378 |
+
"loss": 10.375,
|
379 |
+
"step": 46
|
380 |
+
},
|
381 |
+
{
|
382 |
+
"epoch": 0.24736842105263157,
|
383 |
+
"grad_norm": 0.029157817363739014,
|
384 |
+
"learning_rate": 6.378186779084995e-05,
|
385 |
+
"loss": 10.3752,
|
386 |
+
"step": 47
|
387 |
+
},
|
388 |
+
{
|
389 |
+
"epoch": 0.25263157894736843,
|
390 |
+
"grad_norm": 0.029631920158863068,
|
391 |
+
"learning_rate": 6.209609477998338e-05,
|
392 |
+
"loss": 10.3738,
|
393 |
+
"step": 48
|
394 |
+
},
|
395 |
+
{
|
396 |
+
"epoch": 0.2578947368421053,
|
397 |
+
"grad_norm": 0.027307121083140373,
|
398 |
+
"learning_rate": 6.0395584540887963e-05,
|
399 |
+
"loss": 10.3754,
|
400 |
+
"step": 49
|
401 |
+
},
|
402 |
+
{
|
403 |
+
"epoch": 0.2631578947368421,
|
404 |
+
"grad_norm": 0.030172355473041534,
|
405 |
+
"learning_rate": 5.868240888334653e-05,
|
406 |
+
"loss": 10.3744,
|
407 |
+
"step": 50
|
408 |
+
},
|
409 |
+
{
|
410 |
+
"epoch": 0.26842105263157895,
|
411 |
+
"grad_norm": 0.0325302816927433,
|
412 |
+
"learning_rate": 5.695865504800327e-05,
|
413 |
+
"loss": 10.375,
|
414 |
+
"step": 51
|
415 |
+
},
|
416 |
+
{
|
417 |
+
"epoch": 0.2736842105263158,
|
418 |
+
"grad_norm": 0.031365640461444855,
|
419 |
+
"learning_rate": 5.522642316338268e-05,
|
420 |
+
"loss": 10.3748,
|
421 |
+
"step": 52
|
422 |
+
},
|
423 |
+
{
|
424 |
+
"epoch": 0.2789473684210526,
|
425 |
+
"grad_norm": 0.03049473464488983,
|
426 |
+
"learning_rate": 5.348782368720626e-05,
|
427 |
+
"loss": 10.3757,
|
428 |
+
"step": 53
|
429 |
+
},
|
430 |
+
{
|
431 |
+
"epoch": 0.28421052631578947,
|
432 |
+
"grad_norm": 0.03196469694375992,
|
433 |
+
"learning_rate": 5.174497483512506e-05,
|
434 |
+
"loss": 10.3734,
|
435 |
+
"step": 54
|
436 |
+
},
|
437 |
+
{
|
438 |
+
"epoch": 0.28421052631578947,
|
439 |
+
"eval_loss": 10.374296188354492,
|
440 |
+
"eval_runtime": 0.9252,
|
441 |
+
"eval_samples_per_second": 691.758,
|
442 |
+
"eval_steps_per_second": 21.617,
|
443 |
+
"step": 54
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"epoch": 0.2894736842105263,
|
447 |
+
"grad_norm": 0.030969073995947838,
|
448 |
+
"learning_rate": 5e-05,
|
449 |
+
"loss": 10.3729,
|
450 |
+
"step": 55
|
451 |
+
},
|
452 |
+
{
|
453 |
+
"epoch": 0.29473684210526313,
|
454 |
+
"grad_norm": 0.03508269786834717,
|
455 |
+
"learning_rate": 4.825502516487497e-05,
|
456 |
+
"loss": 10.3744,
|
457 |
+
"step": 56
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"epoch": 0.3,
|
461 |
+
"grad_norm": 0.03241340443491936,
|
462 |
+
"learning_rate": 4.6512176312793736e-05,
|
463 |
+
"loss": 10.3738,
|
464 |
+
"step": 57
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"epoch": 0.30526315789473685,
|
468 |
+
"grad_norm": 0.03365073725581169,
|
469 |
+
"learning_rate": 4.477357683661734e-05,
|
470 |
+
"loss": 10.3732,
|
471 |
+
"step": 58
|
472 |
+
},
|
473 |
+
{
|
474 |
+
"epoch": 0.3105263157894737,
|
475 |
+
"grad_norm": 0.03592099994421005,
|
476 |
+
"learning_rate": 4.3041344951996746e-05,
|
477 |
+
"loss": 10.3742,
|
478 |
+
"step": 59
|
479 |
+
},
|
480 |
+
{
|
481 |
+
"epoch": 0.3157894736842105,
|
482 |
+
"grad_norm": 0.040263496339321136,
|
483 |
+
"learning_rate": 4.131759111665349e-05,
|
484 |
+
"loss": 10.3738,
|
485 |
+
"step": 60
|
486 |
+
},
|
487 |
+
{
|
488 |
+
"epoch": 0.32105263157894737,
|
489 |
+
"grad_norm": 0.038791269063949585,
|
490 |
+
"learning_rate": 3.960441545911204e-05,
|
491 |
+
"loss": 10.373,
|
492 |
+
"step": 61
|
493 |
+
},
|
494 |
+
{
|
495 |
+
"epoch": 0.3263157894736842,
|
496 |
+
"grad_norm": 0.03754469007253647,
|
497 |
+
"learning_rate": 3.790390522001662e-05,
|
498 |
+
"loss": 10.3735,
|
499 |
+
"step": 62
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"epoch": 0.33157894736842103,
|
503 |
+
"grad_norm": 0.03485563024878502,
|
504 |
+
"learning_rate": 3.6218132209150045e-05,
|
505 |
+
"loss": 10.3723,
|
506 |
+
"step": 63
|
507 |
+
},
|
508 |
+
{
|
509 |
+
"epoch": 0.33157894736842103,
|
510 |
+
"eval_loss": 10.373647689819336,
|
511 |
+
"eval_runtime": 0.9204,
|
512 |
+
"eval_samples_per_second": 695.37,
|
513 |
+
"eval_steps_per_second": 21.73,
|
514 |
+
"step": 63
|
515 |
+
},
|
516 |
+
{
|
517 |
+
"epoch": 0.3368421052631579,
|
518 |
+
"grad_norm": 0.03888101130723953,
|
519 |
+
"learning_rate": 3.4549150281252636e-05,
|
520 |
+
"loss": 10.3731,
|
521 |
+
"step": 64
|
522 |
+
},
|
523 |
+
{
|
524 |
+
"epoch": 0.34210526315789475,
|
525 |
+
"grad_norm": 0.0380675308406353,
|
526 |
+
"learning_rate": 3.289899283371657e-05,
|
527 |
+
"loss": 10.3738,
|
528 |
+
"step": 65
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"epoch": 0.3473684210526316,
|
532 |
+
"grad_norm": 0.03684001415967941,
|
533 |
+
"learning_rate": 3.12696703292044e-05,
|
534 |
+
"loss": 10.3732,
|
535 |
+
"step": 66
|
536 |
+
},
|
537 |
+
{
|
538 |
+
"epoch": 0.3526315789473684,
|
539 |
+
"grad_norm": 0.03874289244413376,
|
540 |
+
"learning_rate": 2.9663167846209998e-05,
|
541 |
+
"loss": 10.373,
|
542 |
+
"step": 67
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"epoch": 0.35789473684210527,
|
546 |
+
"grad_norm": 0.04221053794026375,
|
547 |
+
"learning_rate": 2.8081442660546125e-05,
|
548 |
+
"loss": 10.3732,
|
549 |
+
"step": 68
|
550 |
+
},
|
551 |
+
{
|
552 |
+
"epoch": 0.3631578947368421,
|
553 |
+
"grad_norm": 0.03796631097793579,
|
554 |
+
"learning_rate": 2.6526421860705473e-05,
|
555 |
+
"loss": 10.3732,
|
556 |
+
"step": 69
|
557 |
+
},
|
558 |
+
{
|
559 |
+
"epoch": 0.3684210526315789,
|
560 |
+
"grad_norm": 0.040988244116306305,
|
561 |
+
"learning_rate": 2.500000000000001e-05,
|
562 |
+
"loss": 10.3724,
|
563 |
+
"step": 70
|
564 |
+
},
|
565 |
+
{
|
566 |
+
"epoch": 0.3736842105263158,
|
567 |
+
"grad_norm": 0.0414532870054245,
|
568 |
+
"learning_rate": 2.350403678833976e-05,
|
569 |
+
"loss": 10.374,
|
570 |
+
"step": 71
|
571 |
+
},
|
572 |
+
{
|
573 |
+
"epoch": 0.37894736842105264,
|
574 |
+
"grad_norm": 0.036528851836919785,
|
575 |
+
"learning_rate": 2.2040354826462668e-05,
|
576 |
+
"loss": 10.3726,
|
577 |
+
"step": 72
|
578 |
+
},
|
579 |
+
{
|
580 |
+
"epoch": 0.37894736842105264,
|
581 |
+
"eval_loss": 10.373167037963867,
|
582 |
+
"eval_runtime": 0.9252,
|
583 |
+
"eval_samples_per_second": 691.742,
|
584 |
+
"eval_steps_per_second": 21.617,
|
585 |
+
"step": 72
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"epoch": 0.38421052631578945,
|
589 |
+
"grad_norm": 0.04054586961865425,
|
590 |
+
"learning_rate": 2.061073738537635e-05,
|
591 |
+
"loss": 10.373,
|
592 |
+
"step": 73
|
593 |
+
},
|
594 |
+
{
|
595 |
+
"epoch": 0.3894736842105263,
|
596 |
+
"grad_norm": 0.041483499109745026,
|
597 |
+
"learning_rate": 1.9216926233717085e-05,
|
598 |
+
"loss": 10.3723,
|
599 |
+
"step": 74
|
600 |
+
},
|
601 |
+
{
|
602 |
+
"epoch": 0.39473684210526316,
|
603 |
+
"grad_norm": 0.04212287440896034,
|
604 |
+
"learning_rate": 1.7860619515673033e-05,
|
605 |
+
"loss": 10.3736,
|
606 |
+
"step": 75
|
607 |
+
},
|
608 |
+
{
|
609 |
+
"epoch": 0.4,
|
610 |
+
"grad_norm": 0.04082926735281944,
|
611 |
+
"learning_rate": 1.6543469682057106e-05,
|
612 |
+
"loss": 10.3723,
|
613 |
+
"step": 76
|
614 |
+
},
|
615 |
+
{
|
616 |
+
"epoch": 0.4052631578947368,
|
617 |
+
"grad_norm": 0.036701563745737076,
|
618 |
+
"learning_rate": 1.526708147705013e-05,
|
619 |
+
"loss": 10.3723,
|
620 |
+
"step": 77
|
621 |
+
},
|
622 |
+
{
|
623 |
+
"epoch": 0.4105263157894737,
|
624 |
+
"grad_norm": 0.038696736097335815,
|
625 |
+
"learning_rate": 1.4033009983067452e-05,
|
626 |
+
"loss": 10.372,
|
627 |
+
"step": 78
|
628 |
+
},
|
629 |
+
{
|
630 |
+
"epoch": 0.41578947368421054,
|
631 |
+
"grad_norm": 0.0416608601808548,
|
632 |
+
"learning_rate": 1.2842758726130283e-05,
|
633 |
+
"loss": 10.3729,
|
634 |
+
"step": 79
|
635 |
+
},
|
636 |
+
{
|
637 |
+
"epoch": 0.42105263157894735,
|
638 |
+
"grad_norm": 0.03974455967545509,
|
639 |
+
"learning_rate": 1.1697777844051105e-05,
|
640 |
+
"loss": 10.3738,
|
641 |
+
"step": 80
|
642 |
+
},
|
643 |
+
{
|
644 |
+
"epoch": 0.4263157894736842,
|
645 |
+
"grad_norm": 0.04495880752801895,
|
646 |
+
"learning_rate": 1.0599462319663905e-05,
|
647 |
+
"loss": 10.3723,
|
648 |
+
"step": 81
|
649 |
+
},
|
650 |
+
{
|
651 |
+
"epoch": 0.4263157894736842,
|
652 |
+
"eval_loss": 10.37287425994873,
|
653 |
+
"eval_runtime": 0.9258,
|
654 |
+
"eval_samples_per_second": 691.312,
|
655 |
+
"eval_steps_per_second": 21.603,
|
656 |
+
"step": 81
|
657 |
+
},
|
658 |
+
{
|
659 |
+
"epoch": 0.43157894736842106,
|
660 |
+
"grad_norm": 0.040529679507017136,
|
661 |
+
"learning_rate": 9.549150281252633e-06,
|
662 |
+
"loss": 10.3725,
|
663 |
+
"step": 82
|
664 |
+
},
|
665 |
+
{
|
666 |
+
"epoch": 0.4368421052631579,
|
667 |
+
"grad_norm": 0.04323343187570572,
|
668 |
+
"learning_rate": 8.548121372247918e-06,
|
669 |
+
"loss": 10.3713,
|
670 |
+
"step": 83
|
671 |
+
},
|
672 |
+
{
|
673 |
+
"epoch": 0.4421052631578947,
|
674 |
+
"grad_norm": 0.04294629395008087,
|
675 |
+
"learning_rate": 7.597595192178702e-06,
|
676 |
+
"loss": 10.3734,
|
677 |
+
"step": 84
|
678 |
+
},
|
679 |
+
{
|
680 |
+
"epoch": 0.4473684210526316,
|
681 |
+
"grad_norm": 0.038276754319667816,
|
682 |
+
"learning_rate": 6.698729810778065e-06,
|
683 |
+
"loss": 10.3725,
|
684 |
+
"step": 85
|
685 |
+
},
|
686 |
+
{
|
687 |
+
"epoch": 0.45263157894736844,
|
688 |
+
"grad_norm": 0.04451122507452965,
|
689 |
+
"learning_rate": 5.852620357053651e-06,
|
690 |
+
"loss": 10.3725,
|
691 |
+
"step": 86
|
692 |
+
},
|
693 |
+
{
|
694 |
+
"epoch": 0.45789473684210524,
|
695 |
+
"grad_norm": 0.037747934460639954,
|
696 |
+
"learning_rate": 5.060297685041659e-06,
|
697 |
+
"loss": 10.3729,
|
698 |
+
"step": 87
|
699 |
+
},
|
700 |
+
{
|
701 |
+
"epoch": 0.4631578947368421,
|
702 |
+
"grad_norm": 0.041622187942266464,
|
703 |
+
"learning_rate": 4.322727117869951e-06,
|
704 |
+
"loss": 10.3727,
|
705 |
+
"step": 88
|
706 |
+
},
|
707 |
+
{
|
708 |
+
"epoch": 0.46842105263157896,
|
709 |
+
"grad_norm": 0.04135525971651077,
|
710 |
+
"learning_rate": 3.6408072716606346e-06,
|
711 |
+
"loss": 10.3719,
|
712 |
+
"step": 89
|
713 |
+
},
|
714 |
+
{
|
715 |
+
"epoch": 0.47368421052631576,
|
716 |
+
"grad_norm": 0.04291734844446182,
|
717 |
+
"learning_rate": 3.0153689607045845e-06,
|
718 |
+
"loss": 10.3728,
|
719 |
+
"step": 90
|
720 |
+
},
|
721 |
+
{
|
722 |
+
"epoch": 0.47368421052631576,
|
723 |
+
"eval_loss": 10.372746467590332,
|
724 |
+
"eval_runtime": 0.9498,
|
725 |
+
"eval_samples_per_second": 673.837,
|
726 |
+
"eval_steps_per_second": 21.057,
|
727 |
+
"step": 90
|
728 |
+
},
|
729 |
+
{
|
730 |
+
"epoch": 0.4789473684210526,
|
731 |
+
"grad_norm": 0.04497038945555687,
|
732 |
+
"learning_rate": 2.4471741852423237e-06,
|
733 |
+
"loss": 10.3727,
|
734 |
+
"step": 91
|
735 |
+
},
|
736 |
+
{
|
737 |
+
"epoch": 0.4842105263157895,
|
738 |
+
"grad_norm": 0.04266028478741646,
|
739 |
+
"learning_rate": 1.9369152030840556e-06,
|
740 |
+
"loss": 10.3728,
|
741 |
+
"step": 92
|
742 |
+
},
|
743 |
+
{
|
744 |
+
"epoch": 0.48947368421052634,
|
745 |
+
"grad_norm": 0.04016754776239395,
|
746 |
+
"learning_rate": 1.4852136862001764e-06,
|
747 |
+
"loss": 10.3732,
|
748 |
+
"step": 93
|
749 |
+
},
|
750 |
+
{
|
751 |
+
"epoch": 0.49473684210526314,
|
752 |
+
"grad_norm": 0.043641068041324615,
|
753 |
+
"learning_rate": 1.0926199633097157e-06,
|
754 |
+
"loss": 10.3719,
|
755 |
+
"step": 94
|
756 |
+
},
|
757 |
+
{
|
758 |
+
"epoch": 0.5,
|
759 |
+
"grad_norm": 0.04539988562464714,
|
760 |
+
"learning_rate": 7.596123493895991e-07,
|
761 |
+
"loss": 10.3733,
|
762 |
+
"step": 95
|
763 |
+
},
|
764 |
+
{
|
765 |
+
"epoch": 0.5052631578947369,
|
766 |
+
"grad_norm": 0.042879585176706314,
|
767 |
+
"learning_rate": 4.865965629214819e-07,
|
768 |
+
"loss": 10.3713,
|
769 |
+
"step": 96
|
770 |
+
},
|
771 |
+
{
|
772 |
+
"epoch": 0.5105263157894737,
|
773 |
+
"grad_norm": 0.040448687970638275,
|
774 |
+
"learning_rate": 2.7390523158633554e-07,
|
775 |
+
"loss": 10.3728,
|
776 |
+
"step": 97
|
777 |
+
},
|
778 |
+
{
|
779 |
+
"epoch": 0.5157894736842106,
|
780 |
+
"grad_norm": 0.04353677108883858,
|
781 |
+
"learning_rate": 1.2179748700879012e-07,
|
782 |
+
"loss": 10.3718,
|
783 |
+
"step": 98
|
784 |
+
},
|
785 |
+
{
|
786 |
+
"epoch": 0.5210526315789473,
|
787 |
+
"grad_norm": 0.0435049794614315,
|
788 |
+
"learning_rate": 3.04586490452119e-08,
|
789 |
+
"loss": 10.3733,
|
790 |
+
"step": 99
|
791 |
+
},
|
792 |
+
{
|
793 |
+
"epoch": 0.5210526315789473,
|
794 |
+
"eval_loss": 10.372721672058105,
|
795 |
+
"eval_runtime": 0.9178,
|
796 |
+
"eval_samples_per_second": 697.282,
|
797 |
+
"eval_steps_per_second": 21.79,
|
798 |
+
"step": 99
|
799 |
+
},
|
800 |
+
{
|
801 |
+
"epoch": 0.5263157894736842,
|
802 |
+
"grad_norm": 0.03980419412255287,
|
803 |
+
"learning_rate": 0.0,
|
804 |
+
"loss": 10.3726,
|
805 |
+
"step": 100
|
806 |
+
}
|
807 |
+
],
|
808 |
+
"logging_steps": 1,
|
809 |
+
"max_steps": 100,
|
810 |
+
"num_input_tokens_seen": 0,
|
811 |
+
"num_train_epochs": 1,
|
812 |
+
"save_steps": 25,
|
813 |
+
"stateful_callbacks": {
|
814 |
+
"TrainerControl": {
|
815 |
+
"args": {
|
816 |
+
"should_epoch_stop": false,
|
817 |
+
"should_evaluate": false,
|
818 |
+
"should_log": false,
|
819 |
+
"should_save": true,
|
820 |
+
"should_training_stop": true
|
821 |
+
},
|
822 |
+
"attributes": {}
|
823 |
+
}
|
824 |
+
},
|
825 |
+
"total_flos": 35173395333120.0,
|
826 |
+
"train_batch_size": 8,
|
827 |
+
"trial_name": null,
|
828 |
+
"trial_params": null
|
829 |
+
}
|
last-checkpoint/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b747b9ca64ce5ec2fa07fee6be2c0d81c985c98cd1b29a256361a2810ba80318
|
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": "</s>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<unk>",
|
25 |
+
"lstrip": false,
|
26 |
+
"normalized": 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,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"add_prefix_space": null,
|
5 |
+
"added_tokens_decoder": {
|
6 |
+
"0": {
|
7 |
+
"content": "<unk>",
|
8 |
+
"lstrip": false,
|
9 |
+
"normalized": 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": false,
|
26 |
+
"rstrip": false,
|
27 |
+
"single_word": false,
|
28 |
+
"special": true
|
29 |
+
}
|
30 |
+
},
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"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 %}",
|
33 |
+
"clean_up_tokenization_spaces": false,
|
34 |
+
"eos_token": "</s>",
|
35 |
+
"legacy": true,
|
36 |
+
"model_max_length": 2048,
|
37 |
+
"pad_token": "</s>",
|
38 |
+
"sp_model_kwargs": {},
|
39 |
+
"tokenizer_class": "LlamaTokenizer",
|
40 |
+
"unk_token": "<unk>",
|
41 |
+
"use_default_system_prompt": false
|
42 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b747b9ca64ce5ec2fa07fee6be2c0d81c985c98cd1b29a256361a2810ba80318
|
3 |
+
size 6776
|