SouthMemphis
commited on
Commit
•
1efaf4d
1
Parent(s):
ceb5663
Upload 13 files
Browse files- README.md +62 -0
- adapter_config.json +34 -0
- adapter_model.safetensors +3 -0
- added_tokens.json +4 -0
- all_results.json +7 -0
- special_tokens_map.json +35 -0
- tokenizer.model +3 -0
- tokenizer_config.json +66 -0
- train_results.json +7 -0
- trainer_log.jsonl +26 -0
- trainer_state.json +205 -0
- training_args.bin +3 -0
- training_loss.png +0 -0
README.md
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- llama-factory
|
6 |
+
- lora
|
7 |
+
- generated_from_trainer
|
8 |
+
base_model: IlyaGusev/saiga_mistral_7b_merged
|
9 |
+
model-index:
|
10 |
+
- name: sft
|
11 |
+
results: []
|
12 |
+
---
|
13 |
+
|
14 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
+
should probably proofread and complete it, then remove this comment. -->
|
16 |
+
|
17 |
+
# sft
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [IlyaGusev/saiga_mistral_7b_merged](https://huggingface.co/IlyaGusev/saiga_mistral_7b_merged) on the gazeta dataset.
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 5e-05
|
39 |
+
- train_batch_size: 4
|
40 |
+
- eval_batch_size: 2
|
41 |
+
- seed: 42
|
42 |
+
- distributed_type: multi-GPU
|
43 |
+
- num_devices: 2
|
44 |
+
- gradient_accumulation_steps: 2
|
45 |
+
- total_train_batch_size: 16
|
46 |
+
- total_eval_batch_size: 4
|
47 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
+
- lr_scheduler_type: cosine
|
49 |
+
- num_epochs: 2.0
|
50 |
+
- mixed_precision_training: Native AMP
|
51 |
+
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
|
55 |
+
|
56 |
+
### Framework versions
|
57 |
+
|
58 |
+
- PEFT 0.10.1.dev0
|
59 |
+
- Transformers 4.39.1
|
60 |
+
- Pytorch 2.1.0+cu121
|
61 |
+
- Datasets 2.18.0
|
62 |
+
- Tokenizers 0.15.2
|
adapter_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "IlyaGusev/saiga_mistral_7b_merged",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 16,
|
14 |
+
"lora_dropout": 0.0,
|
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": "unsloth",
|
22 |
+
"target_modules": [
|
23 |
+
"down_proj",
|
24 |
+
"up_proj",
|
25 |
+
"v_proj",
|
26 |
+
"k_proj",
|
27 |
+
"o_proj",
|
28 |
+
"q_proj",
|
29 |
+
"gate_proj"
|
30 |
+
],
|
31 |
+
"task_type": "CAUSAL_LM",
|
32 |
+
"use_dora": false,
|
33 |
+
"use_rslora": false
|
34 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:04ddcb00e4ee4afb1fb1da889d9d882777a99f774f098dc8b6293ad081aa530a
|
3 |
+
size 83945296
|
added_tokens.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"<|im_end|>": 32000,
|
3 |
+
"<|im_start|>": 32001
|
4 |
+
}
|
all_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 2.0,
|
3 |
+
"train_loss": 0.9777891387939454,
|
4 |
+
"train_runtime": 5812.3304,
|
5 |
+
"train_samples_per_second": 0.688,
|
6 |
+
"train_steps_per_second": 0.043
|
7 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"additional_special_tokens": [
|
3 |
+
"<unk>",
|
4 |
+
"<s>",
|
5 |
+
"</s>"
|
6 |
+
],
|
7 |
+
"bos_token": {
|
8 |
+
"content": "<s>",
|
9 |
+
"lstrip": false,
|
10 |
+
"normalized": true,
|
11 |
+
"rstrip": false,
|
12 |
+
"single_word": false
|
13 |
+
},
|
14 |
+
"eos_token": {
|
15 |
+
"content": "</s>",
|
16 |
+
"lstrip": false,
|
17 |
+
"normalized": true,
|
18 |
+
"rstrip": false,
|
19 |
+
"single_word": false
|
20 |
+
},
|
21 |
+
"pad_token": {
|
22 |
+
"content": "<unk>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": true,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false
|
27 |
+
},
|
28 |
+
"unk_token": {
|
29 |
+
"content": "<unk>",
|
30 |
+
"lstrip": false,
|
31 |
+
"normalized": true,
|
32 |
+
"rstrip": false,
|
33 |
+
"single_word": false
|
34 |
+
}
|
35 |
+
}
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
3 |
+
size 493443
|
tokenizer_config.json
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
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": "<|im_end|>",
|
32 |
+
"lstrip": true,
|
33 |
+
"normalized": true,
|
34 |
+
"rstrip": true,
|
35 |
+
"single_word": false,
|
36 |
+
"special": false
|
37 |
+
},
|
38 |
+
"32001": {
|
39 |
+
"content": "<|im_start|>",
|
40 |
+
"lstrip": true,
|
41 |
+
"normalized": true,
|
42 |
+
"rstrip": true,
|
43 |
+
"single_word": false,
|
44 |
+
"special": false
|
45 |
+
}
|
46 |
+
},
|
47 |
+
"additional_special_tokens": [
|
48 |
+
"<unk>",
|
49 |
+
"<s>",
|
50 |
+
"</s>"
|
51 |
+
],
|
52 |
+
"bos_token": "<s>",
|
53 |
+
"chat_template": "{% if messages[0]['role'] == 'system' %}{% set system_message = messages[0]['content'] %}{% endif %}{% if system_message is defined %}{{ system_message + '\\n' }}{% endif %}{% for message in messages %}{% set content = message['content'] %}{% if message['role'] == 'user' %}{{ 'Human: ' + content + '\\nAssistant: ' }}{% elif message['role'] == 'assistant' %}{{ content + '</s>' + '\\n' }}{% endif %}{% endfor %}",
|
54 |
+
"clean_up_tokenization_spaces": false,
|
55 |
+
"eos_token": "</s>",
|
56 |
+
"legacy": true,
|
57 |
+
"model_max_length": 32768,
|
58 |
+
"pad_token": "<unk>",
|
59 |
+
"padding_side": "right",
|
60 |
+
"sp_model_kwargs": {},
|
61 |
+
"spaces_between_special_tokens": false,
|
62 |
+
"split_special_tokens": false,
|
63 |
+
"tokenizer_class": "LlamaTokenizer",
|
64 |
+
"unk_token": "<unk>",
|
65 |
+
"use_default_system_prompt": true
|
66 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 2.0,
|
3 |
+
"train_loss": 0.9777891387939454,
|
4 |
+
"train_runtime": 5812.3304,
|
5 |
+
"train_samples_per_second": 0.688,
|
6 |
+
"train_steps_per_second": 0.043
|
7 |
+
}
|
trainer_log.jsonl
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"current_steps": 10, "total_steps": 250, "loss": 1.3192, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.980286753286195e-05, "epoch": 0.08, "percentage": 4.0, "elapsed_time": "0:03:57", "remaining_time": "1:34:58"}
|
2 |
+
{"current_steps": 20, "total_steps": 250, "loss": 1.2281, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.9214579028215776e-05, "epoch": 0.16, "percentage": 8.0, "elapsed_time": "0:07:50", "remaining_time": "1:30:06"}
|
3 |
+
{"current_steps": 30, "total_steps": 250, "loss": 1.1693, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.8244412147206284e-05, "epoch": 0.24, "percentage": 12.0, "elapsed_time": "0:11:41", "remaining_time": "1:25:42"}
|
4 |
+
{"current_steps": 40, "total_steps": 250, "loss": 1.1378, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.690766700109659e-05, "epoch": 0.32, "percentage": 16.0, "elapsed_time": "0:15:32", "remaining_time": "1:21:33"}
|
5 |
+
{"current_steps": 50, "total_steps": 250, "loss": 1.1255, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.522542485937369e-05, "epoch": 0.4, "percentage": 20.0, "elapsed_time": "0:19:23", "remaining_time": "1:17:33"}
|
6 |
+
{"current_steps": 60, "total_steps": 250, "loss": 1.077, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.3224215685535294e-05, "epoch": 0.48, "percentage": 24.0, "elapsed_time": "0:23:14", "remaining_time": "1:13:36"}
|
7 |
+
{"current_steps": 70, "total_steps": 250, "loss": 1.1089, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 4.093559974371725e-05, "epoch": 0.56, "percentage": 28.0, "elapsed_time": "0:27:06", "remaining_time": "1:09:41"}
|
8 |
+
{"current_steps": 80, "total_steps": 250, "loss": 1.0634, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.8395669874474915e-05, "epoch": 0.64, "percentage": 32.0, "elapsed_time": "0:30:57", "remaining_time": "1:05:46"}
|
9 |
+
{"current_steps": 90, "total_steps": 250, "loss": 1.0618, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.564448228912682e-05, "epoch": 0.72, "percentage": 36.0, "elapsed_time": "0:34:48", "remaining_time": "1:01:52"}
|
10 |
+
{"current_steps": 100, "total_steps": 250, "loss": 1.0099, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.302359024518024e-05, "epoch": 0.8, "percentage": 40.0, "elapsed_time": "0:38:38", "remaining_time": "0:57:57"}
|
11 |
+
{"current_steps": 110, "total_steps": 250, "loss": 1.0095, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.9992749512860173e-05, "epoch": 0.88, "percentage": 44.0, "elapsed_time": "0:42:28", "remaining_time": "0:54:04"}
|
12 |
+
{"current_steps": 120, "total_steps": 250, "loss": 1.0568, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.6883170138198323e-05, "epoch": 0.96, "percentage": 48.0, "elapsed_time": "0:46:19", "remaining_time": "0:50:11"}
|
13 |
+
{"current_steps": 130, "total_steps": 250, "loss": 0.939, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.3743892045505764e-05, "epoch": 1.04, "percentage": 52.0, "elapsed_time": "0:50:10", "remaining_time": "0:46:19"}
|
14 |
+
{"current_steps": 140, "total_steps": 250, "loss": 0.8439, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.0624423525618098e-05, "epoch": 1.12, "percentage": 56.0, "elapsed_time": "0:54:01", "remaining_time": "0:42:27"}
|
15 |
+
{"current_steps": 150, "total_steps": 250, "loss": 0.8464, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.7573960460574133e-05, "epoch": 1.2, "percentage": 60.0, "elapsed_time": "0:57:52", "remaining_time": "0:38:35"}
|
16 |
+
{"current_steps": 160, "total_steps": 250, "loss": 0.8446, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.4640610475167898e-05, "epoch": 1.28, "percentage": 64.0, "elapsed_time": "1:01:43", "remaining_time": "0:34:43"}
|
17 |
+
{"current_steps": 170, "total_steps": 250, "loss": 0.8545, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.1870634250967605e-05, "epoch": 1.36, "percentage": 68.0, "elapsed_time": "1:05:35", "remaining_time": "0:30:51"}
|
18 |
+
{"current_steps": 180, "total_steps": 250, "loss": 0.8518, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 9.553509672741645e-06, "epoch": 1.44, "percentage": 72.0, "elapsed_time": "1:09:25", "remaining_time": "0:27:00"}
|
19 |
+
{"current_steps": 190, "total_steps": 250, "loss": 0.8015, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 7.211608069767867e-06, "epoch": 1.52, "percentage": 76.0, "elapsed_time": "1:13:16", "remaining_time": "0:23:08"}
|
20 |
+
{"current_steps": 200, "total_steps": 250, "loss": 0.8429, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 5.150240033804116e-06, "epoch": 1.6, "percentage": 80.0, "elapsed_time": "1:17:07", "remaining_time": "0:19:16"}
|
21 |
+
{"current_steps": 210, "total_steps": 250, "loss": 0.8786, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 3.4019145701791184e-06, "epoch": 1.68, "percentage": 84.0, "elapsed_time": "1:20:58", "remaining_time": "0:15:25"}
|
22 |
+
{"current_steps": 220, "total_steps": 250, "loss": 0.8469, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 1.9942038158532407e-06, "epoch": 1.76, "percentage": 88.0, "elapsed_time": "1:24:49", "remaining_time": "0:11:34"}
|
23 |
+
{"current_steps": 230, "total_steps": 250, "loss": 0.8525, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 9.493082103478517e-07, "epoch": 1.84, "percentage": 92.0, "elapsed_time": "1:28:39", "remaining_time": "0:07:42"}
|
24 |
+
{"current_steps": 240, "total_steps": 250, "loss": 0.8663, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 2.8370638155215123e-07, "epoch": 1.92, "percentage": 96.0, "elapsed_time": "1:32:30", "remaining_time": "0:03:51"}
|
25 |
+
{"current_steps": 250, "total_steps": 250, "loss": 0.8084, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": 7.895267917501504e-09, "epoch": 2.0, "percentage": 100.0, "elapsed_time": "1:36:21", "remaining_time": "0:00:00"}
|
26 |
+
{"current_steps": 250, "total_steps": 250, "loss": null, "eval_loss": null, "predict_loss": null, "reward": null, "learning_rate": null, "epoch": 2.0, "percentage": 100.0, "elapsed_time": "1:36:21", "remaining_time": "0:00:00"}
|
trainer_state.json
ADDED
@@ -0,0 +1,205 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": null,
|
3 |
+
"best_model_checkpoint": null,
|
4 |
+
"epoch": 2.0,
|
5 |
+
"eval_steps": 500,
|
6 |
+
"global_step": 250,
|
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.08,
|
13 |
+
"grad_norm": 3.27207350730896,
|
14 |
+
"learning_rate": 4.980286753286195e-05,
|
15 |
+
"loss": 1.3192,
|
16 |
+
"step": 10
|
17 |
+
},
|
18 |
+
{
|
19 |
+
"epoch": 0.16,
|
20 |
+
"grad_norm": 2.096735954284668,
|
21 |
+
"learning_rate": 4.9214579028215776e-05,
|
22 |
+
"loss": 1.2281,
|
23 |
+
"step": 20
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epoch": 0.24,
|
27 |
+
"grad_norm": 2.3264734745025635,
|
28 |
+
"learning_rate": 4.8244412147206284e-05,
|
29 |
+
"loss": 1.1693,
|
30 |
+
"step": 30
|
31 |
+
},
|
32 |
+
{
|
33 |
+
"epoch": 0.32,
|
34 |
+
"grad_norm": 2.9271645545959473,
|
35 |
+
"learning_rate": 4.690766700109659e-05,
|
36 |
+
"loss": 1.1378,
|
37 |
+
"step": 40
|
38 |
+
},
|
39 |
+
{
|
40 |
+
"epoch": 0.4,
|
41 |
+
"grad_norm": 2.3592920303344727,
|
42 |
+
"learning_rate": 4.522542485937369e-05,
|
43 |
+
"loss": 1.1255,
|
44 |
+
"step": 50
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"epoch": 0.48,
|
48 |
+
"grad_norm": 2.8506274223327637,
|
49 |
+
"learning_rate": 4.3224215685535294e-05,
|
50 |
+
"loss": 1.077,
|
51 |
+
"step": 60
|
52 |
+
},
|
53 |
+
{
|
54 |
+
"epoch": 0.56,
|
55 |
+
"grad_norm": 3.32490873336792,
|
56 |
+
"learning_rate": 4.093559974371725e-05,
|
57 |
+
"loss": 1.1089,
|
58 |
+
"step": 70
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 0.64,
|
62 |
+
"grad_norm": 2.3261430263519287,
|
63 |
+
"learning_rate": 3.8395669874474915e-05,
|
64 |
+
"loss": 1.0634,
|
65 |
+
"step": 80
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"epoch": 0.72,
|
69 |
+
"grad_norm": 2.7234225273132324,
|
70 |
+
"learning_rate": 3.564448228912682e-05,
|
71 |
+
"loss": 1.0618,
|
72 |
+
"step": 90
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epoch": 0.8,
|
76 |
+
"grad_norm": 2.270724296569824,
|
77 |
+
"learning_rate": 3.302359024518024e-05,
|
78 |
+
"loss": 1.0099,
|
79 |
+
"step": 100
|
80 |
+
},
|
81 |
+
{
|
82 |
+
"epoch": 0.88,
|
83 |
+
"grad_norm": 2.833041191101074,
|
84 |
+
"learning_rate": 2.9992749512860173e-05,
|
85 |
+
"loss": 1.0095,
|
86 |
+
"step": 110
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"epoch": 0.96,
|
90 |
+
"grad_norm": 4.331037998199463,
|
91 |
+
"learning_rate": 2.6883170138198323e-05,
|
92 |
+
"loss": 1.0568,
|
93 |
+
"step": 120
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"epoch": 1.04,
|
97 |
+
"grad_norm": 2.0229177474975586,
|
98 |
+
"learning_rate": 2.3743892045505764e-05,
|
99 |
+
"loss": 0.939,
|
100 |
+
"step": 130
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epoch": 1.12,
|
104 |
+
"grad_norm": 2.161649227142334,
|
105 |
+
"learning_rate": 2.0624423525618098e-05,
|
106 |
+
"loss": 0.8439,
|
107 |
+
"step": 140
|
108 |
+
},
|
109 |
+
{
|
110 |
+
"epoch": 1.2,
|
111 |
+
"grad_norm": 2.71807861328125,
|
112 |
+
"learning_rate": 1.7573960460574133e-05,
|
113 |
+
"loss": 0.8464,
|
114 |
+
"step": 150
|
115 |
+
},
|
116 |
+
{
|
117 |
+
"epoch": 1.28,
|
118 |
+
"grad_norm": 2.480152130126953,
|
119 |
+
"learning_rate": 1.4640610475167898e-05,
|
120 |
+
"loss": 0.8446,
|
121 |
+
"step": 160
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"epoch": 1.36,
|
125 |
+
"grad_norm": 2.507754325866699,
|
126 |
+
"learning_rate": 1.1870634250967605e-05,
|
127 |
+
"loss": 0.8545,
|
128 |
+
"step": 170
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epoch": 1.44,
|
132 |
+
"grad_norm": 2.9544825553894043,
|
133 |
+
"learning_rate": 9.553509672741645e-06,
|
134 |
+
"loss": 0.8518,
|
135 |
+
"step": 180
|
136 |
+
},
|
137 |
+
{
|
138 |
+
"epoch": 1.52,
|
139 |
+
"grad_norm": 2.6840856075286865,
|
140 |
+
"learning_rate": 7.211608069767867e-06,
|
141 |
+
"loss": 0.8015,
|
142 |
+
"step": 190
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 1.6,
|
146 |
+
"grad_norm": 2.7335338592529297,
|
147 |
+
"learning_rate": 5.150240033804116e-06,
|
148 |
+
"loss": 0.8429,
|
149 |
+
"step": 200
|
150 |
+
},
|
151 |
+
{
|
152 |
+
"epoch": 1.68,
|
153 |
+
"grad_norm": 2.8081326484680176,
|
154 |
+
"learning_rate": 3.4019145701791184e-06,
|
155 |
+
"loss": 0.8786,
|
156 |
+
"step": 210
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"epoch": 1.76,
|
160 |
+
"grad_norm": 2.5944387912750244,
|
161 |
+
"learning_rate": 1.9942038158532407e-06,
|
162 |
+
"loss": 0.8469,
|
163 |
+
"step": 220
|
164 |
+
},
|
165 |
+
{
|
166 |
+
"epoch": 1.84,
|
167 |
+
"grad_norm": 2.7935092449188232,
|
168 |
+
"learning_rate": 9.493082103478517e-07,
|
169 |
+
"loss": 0.8525,
|
170 |
+
"step": 230
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epoch": 1.92,
|
174 |
+
"grad_norm": 3.1116323471069336,
|
175 |
+
"learning_rate": 2.8370638155215123e-07,
|
176 |
+
"loss": 0.8663,
|
177 |
+
"step": 240
|
178 |
+
},
|
179 |
+
{
|
180 |
+
"epoch": 2.0,
|
181 |
+
"grad_norm": 2.7518155574798584,
|
182 |
+
"learning_rate": 7.895267917501504e-09,
|
183 |
+
"loss": 0.8084,
|
184 |
+
"step": 250
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 2.0,
|
188 |
+
"step": 250,
|
189 |
+
"total_flos": 1.752671732105216e+17,
|
190 |
+
"train_loss": 0.9777891387939454,
|
191 |
+
"train_runtime": 5812.3304,
|
192 |
+
"train_samples_per_second": 0.688,
|
193 |
+
"train_steps_per_second": 0.043
|
194 |
+
}
|
195 |
+
],
|
196 |
+
"logging_steps": 10,
|
197 |
+
"max_steps": 250,
|
198 |
+
"num_input_tokens_seen": 0,
|
199 |
+
"num_train_epochs": 2,
|
200 |
+
"save_steps": 1000,
|
201 |
+
"total_flos": 1.752671732105216e+17,
|
202 |
+
"train_batch_size": 4,
|
203 |
+
"trial_name": null,
|
204 |
+
"trial_params": null
|
205 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:125cca0aac5b5fae0715aad2f9e93142c169bab9bedea259e82ce19e1f161487
|
3 |
+
size 5112
|
training_loss.png
ADDED