AlekseyKorshuk
commited on
Commit
·
e81dccb
1
Parent(s):
24a82fc
huggingartists
Browse files- README.md +4 -4
- config.json +2 -2
- evaluation.txt +1 -1
- flax_model.msgpack +1 -1
- optimizer.pt +2 -2
- pytorch_model.bin +1 -1
- rng_state.pth +2 -2
- scheduler.pt +1 -1
- tokenizer_config.json +1 -1
- trainer_state.json +394 -58
- training_args.bin +2 -2
README.md
CHANGED
@@ -14,7 +14,7 @@ widget:
|
|
14 |
<div class="inline-flex flex-col" style="line-height: 1.5;">
|
15 |
<div class="flex">
|
16 |
<div
|
17 |
-
style="display:DISPLAY_1; margin-left: auto; margin-right: auto; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url('https://images.genius.com/
|
18 |
</div>
|
19 |
</div>
|
20 |
<div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 HuggingArtists Model 🤖</div>
|
@@ -45,15 +45,15 @@ from datasets import load_dataset
|
|
45 |
dataset = load_dataset("huggingartists/platina")
|
46 |
```
|
47 |
|
48 |
-
[Explore the data](https://wandb.ai/huggingartists/huggingartists/runs/
|
49 |
|
50 |
## Training procedure
|
51 |
|
52 |
The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on Платина (Platina)'s lyrics.
|
53 |
|
54 |
-
Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/huggingartists/huggingartists/runs/
|
55 |
|
56 |
-
At the end of training, [the final model](https://wandb.ai/huggingartists/huggingartists/runs/
|
57 |
|
58 |
## How to use
|
59 |
|
|
|
14 |
<div class="inline-flex flex-col" style="line-height: 1.5;">
|
15 |
<div class="flex">
|
16 |
<div
|
17 |
+
style="display:DISPLAY_1; margin-left: auto; margin-right: auto; width: 92px; height:92px; border-radius: 50%; background-size: cover; background-image: url('https://images.genius.com/b12dc90e6f405684ef6b74c9de92fdcd.853x853x1.jpg')">
|
18 |
</div>
|
19 |
</div>
|
20 |
<div style="text-align: center; margin-top: 3px; font-size: 16px; font-weight: 800">🤖 HuggingArtists Model 🤖</div>
|
|
|
45 |
dataset = load_dataset("huggingartists/platina")
|
46 |
```
|
47 |
|
48 |
+
[Explore the data](https://wandb.ai/huggingartists/huggingartists/runs/ugrse2us/artifacts), which is tracked with [W&B artifacts](https://docs.wandb.com/artifacts) at every step of the pipeline.
|
49 |
|
50 |
## Training procedure
|
51 |
|
52 |
The model is based on a pre-trained [GPT-2](https://huggingface.co/gpt2) which is fine-tuned on Платина (Platina)'s lyrics.
|
53 |
|
54 |
+
Hyperparameters and metrics are recorded in the [W&B training run](https://wandb.ai/huggingartists/huggingartists/runs/174snup8) for full transparency and reproducibility.
|
55 |
|
56 |
+
At the end of training, [the final model](https://wandb.ai/huggingartists/huggingartists/runs/174snup8/artifacts) is logged and versioned.
|
57 |
|
58 |
## How to use
|
59 |
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
@@ -35,7 +35,7 @@
|
|
35 |
}
|
36 |
},
|
37 |
"torch_dtype": "float32",
|
38 |
-
"transformers_version": "4.
|
39 |
"use_cache": true,
|
40 |
"vocab_size": 50257
|
41 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "huggingartists/platina",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
|
|
35 |
}
|
36 |
},
|
37 |
"torch_dtype": "float32",
|
38 |
+
"transformers_version": "4.11.1",
|
39 |
"use_cache": true,
|
40 |
"vocab_size": 50257
|
41 |
}
|
evaluation.txt
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"eval_loss": 1.
|
|
|
1 |
+
{"eval_loss": 1.5137468576431274, "eval_runtime": 5.9741, "eval_samples_per_second": 21.928, "eval_steps_per_second": 2.846, "epoch": 4.0}
|
flax_model.msgpack
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 497764120
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:674bcbe4c3f0b74c808b2acddd4c29980ae0e900a2d265df4a57bdda5b5995cb
|
3 |
size 497764120
|
optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c84c8d034b21501bcaa1bb5445c0df2a821aa1846fc23438d5d5b489ae916db
|
3 |
+
size 995604017
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 510403817
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dfad19679cf041d3a6d0d3c84576e0a908395320dd1342c1eff0220a5cbf7829
|
3 |
size 510403817
|
rng_state.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:793f8e26475d3635b181b3b379f08c9cf76d34985095cf8466590d2e2b8b1156
|
3 |
+
size 14567
|
scheduler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 623
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca7960f9c01bdbbfc38037b14cc37d37af713a0aaaedd217788c1312c4a9e32c
|
3 |
size 623
|
tokenizer_config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "
|
|
|
1 |
+
{"unk_token": "<|endoftext|>", "bos_token": "<|endoftext|>", "eos_token": "<|endoftext|>", "add_prefix_space": false, "model_max_length": 1024, "special_tokens_map_file": null, "name_or_path": "huggingartists/platina", "tokenizer_class": "GPT2Tokenizer"}
|
trainer_state.json
CHANGED
@@ -1,126 +1,462 @@
|
|
1 |
{
|
2 |
-
"best_metric": 1.
|
3 |
-
"best_model_checkpoint": "output/platina/checkpoint-
|
4 |
-
"epoch":
|
5 |
-
"global_step":
|
6 |
"is_hyper_param_search": false,
|
7 |
"is_local_process_zero": true,
|
8 |
"is_world_process_zero": true,
|
9 |
"log_history": [
|
10 |
{
|
11 |
"epoch": 0.06,
|
12 |
-
"learning_rate":
|
13 |
-
"loss":
|
14 |
"step": 5
|
15 |
},
|
16 |
{
|
17 |
-
"epoch": 0.
|
18 |
-
"learning_rate":
|
19 |
-
"loss":
|
20 |
"step": 10
|
21 |
},
|
22 |
{
|
23 |
"epoch": 0.17,
|
24 |
-
"learning_rate":
|
25 |
-
"loss":
|
26 |
"step": 15
|
27 |
},
|
28 |
{
|
29 |
"epoch": 0.23,
|
30 |
-
"learning_rate":
|
31 |
-
"loss":
|
32 |
"step": 20
|
33 |
},
|
34 |
{
|
35 |
"epoch": 0.29,
|
36 |
-
"learning_rate":
|
37 |
-
"loss":
|
38 |
"step": 25
|
39 |
},
|
40 |
{
|
41 |
-
"epoch": 0.
|
42 |
-
"learning_rate":
|
43 |
-
"loss": 1.
|
44 |
"step": 30
|
45 |
},
|
46 |
{
|
47 |
-
"epoch": 0.
|
48 |
-
"learning_rate":
|
49 |
-
"loss": 1.
|
50 |
"step": 35
|
51 |
},
|
52 |
{
|
53 |
-
"epoch": 0.
|
54 |
-
"learning_rate":
|
55 |
-
"loss": 1.
|
56 |
"step": 40
|
57 |
},
|
58 |
{
|
59 |
"epoch": 0.52,
|
60 |
-
"learning_rate":
|
61 |
-
"loss": 1.
|
62 |
"step": 45
|
63 |
},
|
64 |
{
|
65 |
-
"epoch": 0.
|
66 |
-
"learning_rate":
|
67 |
-
"loss": 1.
|
68 |
"step": 50
|
69 |
},
|
70 |
{
|
71 |
-
"epoch": 0.
|
72 |
-
"learning_rate":
|
73 |
-
"loss": 1.
|
74 |
"step": 55
|
75 |
},
|
76 |
{
|
77 |
-
"epoch": 0.
|
78 |
-
"learning_rate":
|
79 |
-
"loss": 1.
|
80 |
"step": 60
|
81 |
},
|
82 |
{
|
83 |
-
"epoch": 0.
|
84 |
-
"learning_rate":
|
85 |
-
"loss": 1.
|
86 |
"step": 65
|
87 |
},
|
88 |
{
|
89 |
-
"epoch": 0.
|
90 |
-
"learning_rate":
|
91 |
-
"loss": 1.
|
92 |
"step": 70
|
93 |
},
|
94 |
{
|
95 |
-
"epoch": 0.
|
96 |
-
"learning_rate":
|
97 |
-
"loss": 1.
|
98 |
"step": 75
|
99 |
},
|
100 |
{
|
101 |
-
"epoch": 0.
|
102 |
-
"learning_rate":
|
103 |
-
"loss": 1.
|
104 |
"step": 80
|
105 |
},
|
106 |
{
|
107 |
-
"epoch": 0.
|
108 |
-
"learning_rate":
|
109 |
-
"loss": 1.
|
110 |
"step": 85
|
111 |
},
|
112 |
{
|
113 |
"epoch": 1.0,
|
114 |
-
"eval_loss": 1.
|
115 |
-
"eval_runtime":
|
116 |
-
"eval_samples_per_second":
|
117 |
-
"eval_steps_per_second": 2.
|
118 |
-
"step":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
119 |
}
|
120 |
],
|
121 |
-
"max_steps":
|
122 |
-
"num_train_epochs":
|
123 |
-
"total_flos":
|
124 |
"trial_name": null,
|
125 |
"trial_params": null
|
126 |
}
|
|
|
1 |
{
|
2 |
+
"best_metric": 1.5137468576431274,
|
3 |
+
"best_model_checkpoint": "output/platina/checkpoint-348",
|
4 |
+
"epoch": 4.0,
|
5 |
+
"global_step": 348,
|
6 |
"is_hyper_param_search": false,
|
7 |
"is_local_process_zero": true,
|
8 |
"is_world_process_zero": true,
|
9 |
"log_history": [
|
10 |
{
|
11 |
"epoch": 0.06,
|
12 |
+
"learning_rate": 1.1151037062646087e-06,
|
13 |
+
"loss": 1.8191,
|
14 |
"step": 5
|
15 |
},
|
16 |
{
|
17 |
+
"epoch": 0.11,
|
18 |
+
"learning_rate": 4.424162455503776e-06,
|
19 |
+
"loss": 1.778,
|
20 |
"step": 10
|
21 |
},
|
22 |
{
|
23 |
"epoch": 0.17,
|
24 |
+
"learning_rate": 9.819597714903368e-06,
|
25 |
+
"loss": 1.7677,
|
26 |
"step": 15
|
27 |
},
|
28 |
{
|
29 |
"epoch": 0.23,
|
30 |
+
"learning_rate": 1.7126002200070792e-05,
|
31 |
+
"loss": 1.8796,
|
32 |
"step": 20
|
33 |
},
|
34 |
{
|
35 |
"epoch": 0.29,
|
36 |
+
"learning_rate": 2.610584242060141e-05,
|
37 |
+
"loss": 1.8322,
|
38 |
"step": 25
|
39 |
},
|
40 |
{
|
41 |
+
"epoch": 0.34,
|
42 |
+
"learning_rate": 3.646718096799441e-05,
|
43 |
+
"loss": 1.7206,
|
44 |
"step": 30
|
45 |
},
|
46 |
{
|
47 |
+
"epoch": 0.4,
|
48 |
+
"learning_rate": 4.787316749192729e-05,
|
49 |
+
"loss": 1.7349,
|
50 |
"step": 35
|
51 |
},
|
52 |
{
|
53 |
+
"epoch": 0.46,
|
54 |
+
"learning_rate": 5.995298981028814e-05,
|
55 |
+
"loss": 1.7768,
|
56 |
"step": 40
|
57 |
},
|
58 |
{
|
59 |
"epoch": 0.52,
|
60 |
+
"learning_rate": 7.231392912895959e-05,
|
61 |
+
"loss": 1.7442,
|
62 |
"step": 45
|
63 |
},
|
64 |
{
|
65 |
+
"epoch": 0.57,
|
66 |
+
"learning_rate": 8.455412745239765e-05,
|
67 |
+
"loss": 1.7635,
|
68 |
"step": 50
|
69 |
},
|
70 |
{
|
71 |
+
"epoch": 0.63,
|
72 |
+
"learning_rate": 9.627565211250085e-05,
|
73 |
+
"loss": 1.7607,
|
74 |
"step": 55
|
75 |
},
|
76 |
{
|
77 |
+
"epoch": 0.69,
|
78 |
+
"learning_rate": 0.00010709743268385943,
|
79 |
+
"loss": 1.8494,
|
80 |
"step": 60
|
81 |
},
|
82 |
{
|
83 |
+
"epoch": 0.75,
|
84 |
+
"learning_rate": 0.0001166676497022313,
|
85 |
+
"loss": 1.7513,
|
86 |
"step": 65
|
87 |
},
|
88 |
{
|
89 |
+
"epoch": 0.8,
|
90 |
+
"learning_rate": 0.00012467517242513996,
|
91 |
+
"loss": 1.6916,
|
92 |
"step": 70
|
93 |
},
|
94 |
{
|
95 |
+
"epoch": 0.86,
|
96 |
+
"learning_rate": 0.00013085967378942764,
|
97 |
+
"loss": 1.8089,
|
98 |
"step": 75
|
99 |
},
|
100 |
{
|
101 |
+
"epoch": 0.92,
|
102 |
+
"learning_rate": 0.00013502009372533583,
|
103 |
+
"loss": 1.7891,
|
104 |
"step": 80
|
105 |
},
|
106 |
{
|
107 |
+
"epoch": 0.98,
|
108 |
+
"learning_rate": 0.00013702117568213136,
|
109 |
+
"loss": 1.8074,
|
110 |
"step": 85
|
111 |
},
|
112 |
{
|
113 |
"epoch": 1.0,
|
114 |
+
"eval_loss": 1.717990517616272,
|
115 |
+
"eval_runtime": 5.9537,
|
116 |
+
"eval_samples_per_second": 22.003,
|
117 |
+
"eval_steps_per_second": 2.855,
|
118 |
+
"step": 87
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"epoch": 1.03,
|
122 |
+
"learning_rate": 0.00013679786386078908,
|
123 |
+
"loss": 1.6816,
|
124 |
+
"step": 90
|
125 |
+
},
|
126 |
+
{
|
127 |
+
"epoch": 1.09,
|
128 |
+
"learning_rate": 0.00013435741819832448,
|
129 |
+
"loss": 1.6466,
|
130 |
+
"step": 95
|
131 |
+
},
|
132 |
+
{
|
133 |
+
"epoch": 1.15,
|
134 |
+
"learning_rate": 0.00012977917834497524,
|
135 |
+
"loss": 1.7089,
|
136 |
+
"step": 100
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epoch": 1.21,
|
140 |
+
"learning_rate": 0.00012321198430740717,
|
141 |
+
"loss": 1.6398,
|
142 |
+
"step": 105
|
143 |
+
},
|
144 |
+
{
|
145 |
+
"epoch": 1.26,
|
146 |
+
"learning_rate": 0.00011486933761363929,
|
147 |
+
"loss": 1.5449,
|
148 |
+
"step": 110
|
149 |
+
},
|
150 |
+
{
|
151 |
+
"epoch": 1.32,
|
152 |
+
"learning_rate": 0.00010502246031172626,
|
153 |
+
"loss": 1.6906,
|
154 |
+
"step": 115
|
155 |
+
},
|
156 |
+
{
|
157 |
+
"epoch": 1.38,
|
158 |
+
"learning_rate": 9.399147745631814e-05,
|
159 |
+
"loss": 1.5677,
|
160 |
+
"step": 120
|
161 |
+
},
|
162 |
+
{
|
163 |
+
"epoch": 1.44,
|
164 |
+
"learning_rate": 8.213500974321104e-05,
|
165 |
+
"loss": 1.6043,
|
166 |
+
"step": 125
|
167 |
+
},
|
168 |
+
{
|
169 |
+
"epoch": 1.49,
|
170 |
+
"learning_rate": 6.983851463858842e-05,
|
171 |
+
"loss": 1.658,
|
172 |
+
"step": 130
|
173 |
+
},
|
174 |
+
{
|
175 |
+
"epoch": 1.55,
|
176 |
+
"learning_rate": 5.750175503648031e-05,
|
177 |
+
"loss": 1.6382,
|
178 |
+
"step": 135
|
179 |
+
},
|
180 |
+
{
|
181 |
+
"epoch": 1.61,
|
182 |
+
"learning_rate": 4.5525802842298056e-05,
|
183 |
+
"loss": 1.5709,
|
184 |
+
"step": 140
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"epoch": 1.67,
|
188 |
+
"learning_rate": 3.4300000000000054e-05,
|
189 |
+
"loss": 1.6331,
|
190 |
+
"step": 145
|
191 |
+
},
|
192 |
+
{
|
193 |
+
"epoch": 1.72,
|
194 |
+
"learning_rate": 2.418930086396666e-05,
|
195 |
+
"loss": 1.5709,
|
196 |
+
"step": 150
|
197 |
+
},
|
198 |
+
{
|
199 |
+
"epoch": 1.78,
|
200 |
+
"learning_rate": 1.552240741902345e-05,
|
201 |
+
"loss": 1.5756,
|
202 |
+
"step": 155
|
203 |
+
},
|
204 |
+
{
|
205 |
+
"epoch": 1.84,
|
206 |
+
"learning_rate": 8.581083076314943e-06,
|
207 |
+
"loss": 1.6289,
|
208 |
+
"step": 160
|
209 |
+
},
|
210 |
+
{
|
211 |
+
"epoch": 1.9,
|
212 |
+
"learning_rate": 3.5909924568597513e-06,
|
213 |
+
"loss": 1.5374,
|
214 |
+
"step": 165
|
215 |
+
},
|
216 |
+
{
|
217 |
+
"epoch": 1.95,
|
218 |
+
"learning_rate": 7.143649642832784e-07,
|
219 |
+
"loss": 1.5678,
|
220 |
+
"step": 170
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epoch": 2.0,
|
224 |
+
"eval_loss": 1.5926672220230103,
|
225 |
+
"eval_runtime": 5.7532,
|
226 |
+
"eval_samples_per_second": 22.77,
|
227 |
+
"eval_steps_per_second": 2.955,
|
228 |
+
"step": 174
|
229 |
+
},
|
230 |
+
{
|
231 |
+
"epoch": 2.01,
|
232 |
+
"learning_rate": 4.4720656268161284e-08,
|
233 |
+
"loss": 1.6048,
|
234 |
+
"step": 175
|
235 |
+
},
|
236 |
+
{
|
237 |
+
"epoch": 2.07,
|
238 |
+
"learning_rate": 1.603829878288063e-06,
|
239 |
+
"loss": 1.4474,
|
240 |
+
"step": 180
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epoch": 2.13,
|
244 |
+
"learning_rate": 5.341005502881008e-06,
|
245 |
+
"loss": 1.5889,
|
246 |
+
"step": 185
|
247 |
+
},
|
248 |
+
{
|
249 |
+
"epoch": 2.18,
|
250 |
+
"learning_rate": 1.1134750783984455e-05,
|
251 |
+
"loss": 1.4795,
|
252 |
+
"step": 190
|
253 |
+
},
|
254 |
+
{
|
255 |
+
"epoch": 2.24,
|
256 |
+
"learning_rate": 1.87967092540732e-05,
|
257 |
+
"loss": 1.5209,
|
258 |
+
"step": 195
|
259 |
+
},
|
260 |
+
{
|
261 |
+
"epoch": 2.3,
|
262 |
+
"learning_rate": 2.8077788251711776e-05,
|
263 |
+
"loss": 1.6414,
|
264 |
+
"step": 200
|
265 |
+
},
|
266 |
+
{
|
267 |
+
"epoch": 2.36,
|
268 |
+
"learning_rate": 3.8676257001728066e-05,
|
269 |
+
"loss": 1.5243,
|
270 |
+
"step": 205
|
271 |
+
},
|
272 |
+
{
|
273 |
+
"epoch": 2.41,
|
274 |
+
"learning_rate": 5.0247555976895465e-05,
|
275 |
+
"loss": 1.5045,
|
276 |
+
"step": 210
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"epoch": 2.47,
|
280 |
+
"learning_rate": 6.241549863571236e-05,
|
281 |
+
"loss": 1.4689,
|
282 |
+
"step": 215
|
283 |
+
},
|
284 |
+
{
|
285 |
+
"epoch": 2.53,
|
286 |
+
"learning_rate": 7.47845013642876e-05,
|
287 |
+
"loss": 1.5789,
|
288 |
+
"step": 220
|
289 |
+
},
|
290 |
+
{
|
291 |
+
"epoch": 2.59,
|
292 |
+
"learning_rate": 8.695244402310448e-05,
|
293 |
+
"loss": 1.5342,
|
294 |
+
"step": 225
|
295 |
+
},
|
296 |
+
{
|
297 |
+
"epoch": 2.64,
|
298 |
+
"learning_rate": 9.852374299827188e-05,
|
299 |
+
"loss": 1.4686,
|
300 |
+
"step": 230
|
301 |
+
},
|
302 |
+
{
|
303 |
+
"epoch": 2.7,
|
304 |
+
"learning_rate": 0.00010912221174828818,
|
305 |
+
"loss": 1.5636,
|
306 |
+
"step": 235
|
307 |
+
},
|
308 |
+
{
|
309 |
+
"epoch": 2.76,
|
310 |
+
"learning_rate": 0.00011840329074592676,
|
311 |
+
"loss": 1.5472,
|
312 |
+
"step": 240
|
313 |
+
},
|
314 |
+
{
|
315 |
+
"epoch": 2.82,
|
316 |
+
"learning_rate": 0.00012606524921601552,
|
317 |
+
"loss": 1.5416,
|
318 |
+
"step": 245
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"epoch": 2.87,
|
322 |
+
"learning_rate": 0.00013185899449711896,
|
323 |
+
"loss": 1.5624,
|
324 |
+
"step": 250
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"epoch": 2.93,
|
328 |
+
"learning_rate": 0.00013559617012171192,
|
329 |
+
"loss": 1.5904,
|
330 |
+
"step": 255
|
331 |
+
},
|
332 |
+
{
|
333 |
+
"epoch": 2.99,
|
334 |
+
"learning_rate": 0.00013715527934373185,
|
335 |
+
"loss": 1.5604,
|
336 |
+
"step": 260
|
337 |
+
},
|
338 |
+
{
|
339 |
+
"epoch": 3.0,
|
340 |
+
"eval_loss": 1.5875556468963623,
|
341 |
+
"eval_runtime": 5.7815,
|
342 |
+
"eval_samples_per_second": 22.659,
|
343 |
+
"eval_steps_per_second": 2.94,
|
344 |
+
"step": 261
|
345 |
+
},
|
346 |
+
{
|
347 |
+
"epoch": 3.05,
|
348 |
+
"learning_rate": 0.0001364856350357167,
|
349 |
+
"loss": 1.5918,
|
350 |
+
"step": 265
|
351 |
+
},
|
352 |
+
{
|
353 |
+
"epoch": 3.1,
|
354 |
+
"learning_rate": 0.0001336090075431402,
|
355 |
+
"loss": 1.4197,
|
356 |
+
"step": 270
|
357 |
+
},
|
358 |
+
{
|
359 |
+
"epoch": 3.16,
|
360 |
+
"learning_rate": 0.00012861891692368514,
|
361 |
+
"loss": 1.5324,
|
362 |
+
"step": 275
|
363 |
+
},
|
364 |
+
{
|
365 |
+
"epoch": 3.22,
|
366 |
+
"learning_rate": 0.00012167759258097666,
|
367 |
+
"loss": 1.4255,
|
368 |
+
"step": 280
|
369 |
+
},
|
370 |
+
{
|
371 |
+
"epoch": 3.28,
|
372 |
+
"learning_rate": 0.00011301069913603348,
|
373 |
+
"loss": 1.5272,
|
374 |
+
"step": 285
|
375 |
+
},
|
376 |
+
{
|
377 |
+
"epoch": 3.33,
|
378 |
+
"learning_rate": 0.00010290000000000009,
|
379 |
+
"loss": 1.52,
|
380 |
+
"step": 290
|
381 |
+
},
|
382 |
+
{
|
383 |
+
"epoch": 3.39,
|
384 |
+
"learning_rate": 9.167419715770211e-05,
|
385 |
+
"loss": 1.4541,
|
386 |
+
"step": 295
|
387 |
+
},
|
388 |
+
{
|
389 |
+
"epoch": 3.45,
|
390 |
+
"learning_rate": 7.969824496351975e-05,
|
391 |
+
"loss": 1.4829,
|
392 |
+
"step": 300
|
393 |
+
},
|
394 |
+
{
|
395 |
+
"epoch": 3.51,
|
396 |
+
"learning_rate": 6.736148536141163e-05,
|
397 |
+
"loss": 1.4054,
|
398 |
+
"step": 305
|
399 |
+
},
|
400 |
+
{
|
401 |
+
"epoch": 3.56,
|
402 |
+
"learning_rate": 5.506499025678901e-05,
|
403 |
+
"loss": 1.4169,
|
404 |
+
"step": 310
|
405 |
+
},
|
406 |
+
{
|
407 |
+
"epoch": 3.62,
|
408 |
+
"learning_rate": 4.320852254368191e-05,
|
409 |
+
"loss": 1.4294,
|
410 |
+
"step": 315
|
411 |
+
},
|
412 |
+
{
|
413 |
+
"epoch": 3.68,
|
414 |
+
"learning_rate": 3.217753968827379e-05,
|
415 |
+
"loss": 1.4879,
|
416 |
+
"step": 320
|
417 |
+
},
|
418 |
+
{
|
419 |
+
"epoch": 3.74,
|
420 |
+
"learning_rate": 2.2330662386360752e-05,
|
421 |
+
"loss": 1.4319,
|
422 |
+
"step": 325
|
423 |
+
},
|
424 |
+
{
|
425 |
+
"epoch": 3.79,
|
426 |
+
"learning_rate": 1.3988015692592839e-05,
|
427 |
+
"loss": 1.4294,
|
428 |
+
"step": 330
|
429 |
+
},
|
430 |
+
{
|
431 |
+
"epoch": 3.85,
|
432 |
+
"learning_rate": 7.420821655024771e-06,
|
433 |
+
"loss": 1.4842,
|
434 |
+
"step": 335
|
435 |
+
},
|
436 |
+
{
|
437 |
+
"epoch": 3.91,
|
438 |
+
"learning_rate": 2.8425818016755186e-06,
|
439 |
+
"loss": 1.3857,
|
440 |
+
"step": 340
|
441 |
+
},
|
442 |
+
{
|
443 |
+
"epoch": 3.97,
|
444 |
+
"learning_rate": 4.02136139210924e-07,
|
445 |
+
"loss": 1.3751,
|
446 |
+
"step": 345
|
447 |
+
},
|
448 |
+
{
|
449 |
+
"epoch": 4.0,
|
450 |
+
"eval_loss": 1.5137468576431274,
|
451 |
+
"eval_runtime": 5.7841,
|
452 |
+
"eval_samples_per_second": 22.648,
|
453 |
+
"eval_steps_per_second": 2.939,
|
454 |
+
"step": 348
|
455 |
}
|
456 |
],
|
457 |
+
"max_steps": 348,
|
458 |
+
"num_train_epochs": 4,
|
459 |
+
"total_flos": 362150756352000.0,
|
460 |
"trial_name": null,
|
461 |
"trial_params": null
|
462 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d29bc07a887bc66db2f72baab7071a8ed663e30bb50cd30619db8b1114d32a09
|
3 |
+
size 2863
|