CreitinGameplays
commited on
Upload 16 files
Browse files- added_tokens.json +3 -0
- all_results.json +8 -0
- config.json +75 -0
- generated_predictions_eval_greedy_5.txt +12 -0
- generation_config.json +6 -0
- merges.txt +0 -0
- model-00001-of-00002.safetensors +3 -0
- model-00002-of-00002.safetensors +3 -0
- model.safetensors.index.json +323 -0
- special_tokens_map.json +30 -0
- tokenizer.json +0 -0
- tokenizer_config.json +30 -0
- train_results.json +8 -0
- trainer_state.json +79 -0
- training_args.bin +3 -0
- vocab.json +0 -0
added_tokens.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"[PAD]": 50257
|
3 |
+
}
|
all_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"train_loss": 0.2880971112828346,
|
4 |
+
"train_runtime": 590.0609,
|
5 |
+
"train_samples": 10068,
|
6 |
+
"train_samples_per_second": 17.063,
|
7 |
+
"train_steps_per_second": 0.532
|
8 |
+
}
|
config.json
ADDED
@@ -0,0 +1,75 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "EleutherAI/gpt-neo-1.3B",
|
3 |
+
"activation_function": "gelu_new",
|
4 |
+
"architectures": [
|
5 |
+
"GPTNeoForCausalLM"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0,
|
8 |
+
"attention_layers": [
|
9 |
+
"global",
|
10 |
+
"local",
|
11 |
+
"global",
|
12 |
+
"local",
|
13 |
+
"global",
|
14 |
+
"local",
|
15 |
+
"global",
|
16 |
+
"local",
|
17 |
+
"global",
|
18 |
+
"local",
|
19 |
+
"global",
|
20 |
+
"local",
|
21 |
+
"global",
|
22 |
+
"local",
|
23 |
+
"global",
|
24 |
+
"local",
|
25 |
+
"global",
|
26 |
+
"local",
|
27 |
+
"global",
|
28 |
+
"local",
|
29 |
+
"global",
|
30 |
+
"local",
|
31 |
+
"global",
|
32 |
+
"local"
|
33 |
+
],
|
34 |
+
"attention_types": [
|
35 |
+
[
|
36 |
+
[
|
37 |
+
"global",
|
38 |
+
"local"
|
39 |
+
],
|
40 |
+
12
|
41 |
+
]
|
42 |
+
],
|
43 |
+
"bos_token_id": 50256,
|
44 |
+
"classifier_dropout": 0.1,
|
45 |
+
"embed_dropout": 0,
|
46 |
+
"eos_token_id": 50256,
|
47 |
+
"gradient_checkpointing": false,
|
48 |
+
"hidden_size": 2048,
|
49 |
+
"initializer_range": 0.02,
|
50 |
+
"intermediate_size": null,
|
51 |
+
"layer_norm_epsilon": 1e-05,
|
52 |
+
"max_position_embeddings": 2048,
|
53 |
+
"model_type": "gpt_neo",
|
54 |
+
"num_heads": 16,
|
55 |
+
"num_layers": 24,
|
56 |
+
"resid_dropout": 0,
|
57 |
+
"summary_activation": null,
|
58 |
+
"summary_first_dropout": 0.1,
|
59 |
+
"summary_proj_to_labels": true,
|
60 |
+
"summary_type": "cls_index",
|
61 |
+
"summary_use_proj": true,
|
62 |
+
"task_specific_params": {
|
63 |
+
"text-generation": {
|
64 |
+
"do_sample": true,
|
65 |
+
"max_length": 50,
|
66 |
+
"temperature": 0.9
|
67 |
+
}
|
68 |
+
},
|
69 |
+
"tokenizer_class": "GPT2Tokenizer",
|
70 |
+
"torch_dtype": "float32",
|
71 |
+
"transformers_version": "4.38.0.dev0",
|
72 |
+
"use_cache": true,
|
73 |
+
"vocab_size": 50258,
|
74 |
+
"window_size": 256
|
75 |
+
}
|
generated_predictions_eval_greedy_5.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
I'm not myself today. I'm in a deep conversation with someone. It's like a virtual therapy session. How do you handle stress?
|
2 |
+
No, it's a Thai restaurant. Thai food is delicious! What's your favorite Thai dish?
|
3 |
+
ok, I'll do that. If you need more help, I'm here to lend a hand
|
4 |
+
games on TV are so entertaining. I'm ready to watch the next one with you. What's on your mind today?
|
5 |
+
That's cool! I'm heading to Tokyo with my friend for a relaxing break. How about you?
|
6 |
+
That's cool! I'm not a fan of hot water. It's drying. What about you?
|
7 |
+
Absolutely! I'm here to make our boss happy. What's on your mind today?
|
8 |
+
Absolutely! I'm a fan of the alto range. It's a beautiful sound. What's your favorite part of the choir?
|
9 |
+
Nice shirt! I got it from a college campus. It's a symbol of positivity and achievement. How about you?
|
10 |
+
How about you?
|
11 |
+
No, I just wanted to let you know that it's over!
|
12 |
+
Oh, I'm into indie and rock. It's my jam.
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_from_model_config": true,
|
3 |
+
"bos_token_id": 50256,
|
4 |
+
"eos_token_id": 50256,
|
5 |
+
"transformers_version": "4.38.0.dev0"
|
6 |
+
}
|
merges.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model-00001-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a69b1d7e0378817957f36af48c7194e34db215dbd023836488cdb37d0a4980b
|
3 |
+
size 4993802376
|
model-00002-of-00002.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ce0d271b0dc1dcf7905427ce3143afd8e138c5600b0f77fdfd30cd10525e5f9
|
3 |
+
size 268543784
|
model.safetensors.index.json
ADDED
@@ -0,0 +1,323 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metadata": {
|
3 |
+
"total_size": 5262311424
|
4 |
+
},
|
5 |
+
"weight_map": {
|
6 |
+
"transformer.h.0.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
7 |
+
"transformer.h.0.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
8 |
+
"transformer.h.0.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
9 |
+
"transformer.h.0.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
10 |
+
"transformer.h.0.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
11 |
+
"transformer.h.0.ln_1.bias": "model-00001-of-00002.safetensors",
|
12 |
+
"transformer.h.0.ln_1.weight": "model-00001-of-00002.safetensors",
|
13 |
+
"transformer.h.0.ln_2.bias": "model-00001-of-00002.safetensors",
|
14 |
+
"transformer.h.0.ln_2.weight": "model-00001-of-00002.safetensors",
|
15 |
+
"transformer.h.0.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
16 |
+
"transformer.h.0.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
17 |
+
"transformer.h.0.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
18 |
+
"transformer.h.0.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
19 |
+
"transformer.h.1.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
20 |
+
"transformer.h.1.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
21 |
+
"transformer.h.1.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
22 |
+
"transformer.h.1.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
23 |
+
"transformer.h.1.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
24 |
+
"transformer.h.1.ln_1.bias": "model-00001-of-00002.safetensors",
|
25 |
+
"transformer.h.1.ln_1.weight": "model-00001-of-00002.safetensors",
|
26 |
+
"transformer.h.1.ln_2.bias": "model-00001-of-00002.safetensors",
|
27 |
+
"transformer.h.1.ln_2.weight": "model-00001-of-00002.safetensors",
|
28 |
+
"transformer.h.1.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
29 |
+
"transformer.h.1.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
30 |
+
"transformer.h.1.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
31 |
+
"transformer.h.1.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
32 |
+
"transformer.h.10.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
33 |
+
"transformer.h.10.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
34 |
+
"transformer.h.10.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
35 |
+
"transformer.h.10.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
36 |
+
"transformer.h.10.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
37 |
+
"transformer.h.10.ln_1.bias": "model-00001-of-00002.safetensors",
|
38 |
+
"transformer.h.10.ln_1.weight": "model-00001-of-00002.safetensors",
|
39 |
+
"transformer.h.10.ln_2.bias": "model-00001-of-00002.safetensors",
|
40 |
+
"transformer.h.10.ln_2.weight": "model-00001-of-00002.safetensors",
|
41 |
+
"transformer.h.10.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
42 |
+
"transformer.h.10.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
43 |
+
"transformer.h.10.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
44 |
+
"transformer.h.10.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
45 |
+
"transformer.h.11.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
46 |
+
"transformer.h.11.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
47 |
+
"transformer.h.11.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
48 |
+
"transformer.h.11.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
49 |
+
"transformer.h.11.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
50 |
+
"transformer.h.11.ln_1.bias": "model-00001-of-00002.safetensors",
|
51 |
+
"transformer.h.11.ln_1.weight": "model-00001-of-00002.safetensors",
|
52 |
+
"transformer.h.11.ln_2.bias": "model-00001-of-00002.safetensors",
|
53 |
+
"transformer.h.11.ln_2.weight": "model-00001-of-00002.safetensors",
|
54 |
+
"transformer.h.11.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
55 |
+
"transformer.h.11.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
56 |
+
"transformer.h.11.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
57 |
+
"transformer.h.11.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
58 |
+
"transformer.h.12.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
59 |
+
"transformer.h.12.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
60 |
+
"transformer.h.12.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
61 |
+
"transformer.h.12.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
62 |
+
"transformer.h.12.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
63 |
+
"transformer.h.12.ln_1.bias": "model-00001-of-00002.safetensors",
|
64 |
+
"transformer.h.12.ln_1.weight": "model-00001-of-00002.safetensors",
|
65 |
+
"transformer.h.12.ln_2.bias": "model-00001-of-00002.safetensors",
|
66 |
+
"transformer.h.12.ln_2.weight": "model-00001-of-00002.safetensors",
|
67 |
+
"transformer.h.12.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
68 |
+
"transformer.h.12.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
69 |
+
"transformer.h.12.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
70 |
+
"transformer.h.12.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
71 |
+
"transformer.h.13.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
72 |
+
"transformer.h.13.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
73 |
+
"transformer.h.13.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
74 |
+
"transformer.h.13.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
75 |
+
"transformer.h.13.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
76 |
+
"transformer.h.13.ln_1.bias": "model-00001-of-00002.safetensors",
|
77 |
+
"transformer.h.13.ln_1.weight": "model-00001-of-00002.safetensors",
|
78 |
+
"transformer.h.13.ln_2.bias": "model-00001-of-00002.safetensors",
|
79 |
+
"transformer.h.13.ln_2.weight": "model-00001-of-00002.safetensors",
|
80 |
+
"transformer.h.13.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
81 |
+
"transformer.h.13.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
82 |
+
"transformer.h.13.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
83 |
+
"transformer.h.13.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
84 |
+
"transformer.h.14.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
85 |
+
"transformer.h.14.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
86 |
+
"transformer.h.14.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
87 |
+
"transformer.h.14.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
88 |
+
"transformer.h.14.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
89 |
+
"transformer.h.14.ln_1.bias": "model-00001-of-00002.safetensors",
|
90 |
+
"transformer.h.14.ln_1.weight": "model-00001-of-00002.safetensors",
|
91 |
+
"transformer.h.14.ln_2.bias": "model-00001-of-00002.safetensors",
|
92 |
+
"transformer.h.14.ln_2.weight": "model-00001-of-00002.safetensors",
|
93 |
+
"transformer.h.14.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
94 |
+
"transformer.h.14.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
95 |
+
"transformer.h.14.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
96 |
+
"transformer.h.14.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
97 |
+
"transformer.h.15.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
98 |
+
"transformer.h.15.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
99 |
+
"transformer.h.15.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
100 |
+
"transformer.h.15.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
101 |
+
"transformer.h.15.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
102 |
+
"transformer.h.15.ln_1.bias": "model-00001-of-00002.safetensors",
|
103 |
+
"transformer.h.15.ln_1.weight": "model-00001-of-00002.safetensors",
|
104 |
+
"transformer.h.15.ln_2.bias": "model-00001-of-00002.safetensors",
|
105 |
+
"transformer.h.15.ln_2.weight": "model-00001-of-00002.safetensors",
|
106 |
+
"transformer.h.15.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
107 |
+
"transformer.h.15.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
108 |
+
"transformer.h.15.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
109 |
+
"transformer.h.15.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
110 |
+
"transformer.h.16.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
111 |
+
"transformer.h.16.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
112 |
+
"transformer.h.16.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
113 |
+
"transformer.h.16.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
114 |
+
"transformer.h.16.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
115 |
+
"transformer.h.16.ln_1.bias": "model-00001-of-00002.safetensors",
|
116 |
+
"transformer.h.16.ln_1.weight": "model-00001-of-00002.safetensors",
|
117 |
+
"transformer.h.16.ln_2.bias": "model-00001-of-00002.safetensors",
|
118 |
+
"transformer.h.16.ln_2.weight": "model-00001-of-00002.safetensors",
|
119 |
+
"transformer.h.16.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
120 |
+
"transformer.h.16.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
121 |
+
"transformer.h.16.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
122 |
+
"transformer.h.16.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
123 |
+
"transformer.h.17.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
124 |
+
"transformer.h.17.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
125 |
+
"transformer.h.17.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
126 |
+
"transformer.h.17.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
127 |
+
"transformer.h.17.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
128 |
+
"transformer.h.17.ln_1.bias": "model-00001-of-00002.safetensors",
|
129 |
+
"transformer.h.17.ln_1.weight": "model-00001-of-00002.safetensors",
|
130 |
+
"transformer.h.17.ln_2.bias": "model-00001-of-00002.safetensors",
|
131 |
+
"transformer.h.17.ln_2.weight": "model-00001-of-00002.safetensors",
|
132 |
+
"transformer.h.17.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
133 |
+
"transformer.h.17.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
134 |
+
"transformer.h.17.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
135 |
+
"transformer.h.17.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
136 |
+
"transformer.h.18.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
137 |
+
"transformer.h.18.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
138 |
+
"transformer.h.18.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
139 |
+
"transformer.h.18.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
140 |
+
"transformer.h.18.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
141 |
+
"transformer.h.18.ln_1.bias": "model-00001-of-00002.safetensors",
|
142 |
+
"transformer.h.18.ln_1.weight": "model-00001-of-00002.safetensors",
|
143 |
+
"transformer.h.18.ln_2.bias": "model-00001-of-00002.safetensors",
|
144 |
+
"transformer.h.18.ln_2.weight": "model-00001-of-00002.safetensors",
|
145 |
+
"transformer.h.18.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
146 |
+
"transformer.h.18.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
147 |
+
"transformer.h.18.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
148 |
+
"transformer.h.18.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
149 |
+
"transformer.h.19.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
150 |
+
"transformer.h.19.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
151 |
+
"transformer.h.19.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
152 |
+
"transformer.h.19.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
153 |
+
"transformer.h.19.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
154 |
+
"transformer.h.19.ln_1.bias": "model-00001-of-00002.safetensors",
|
155 |
+
"transformer.h.19.ln_1.weight": "model-00001-of-00002.safetensors",
|
156 |
+
"transformer.h.19.ln_2.bias": "model-00001-of-00002.safetensors",
|
157 |
+
"transformer.h.19.ln_2.weight": "model-00001-of-00002.safetensors",
|
158 |
+
"transformer.h.19.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
159 |
+
"transformer.h.19.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
160 |
+
"transformer.h.19.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
161 |
+
"transformer.h.19.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
162 |
+
"transformer.h.2.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
163 |
+
"transformer.h.2.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
164 |
+
"transformer.h.2.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
165 |
+
"transformer.h.2.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
166 |
+
"transformer.h.2.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
167 |
+
"transformer.h.2.ln_1.bias": "model-00001-of-00002.safetensors",
|
168 |
+
"transformer.h.2.ln_1.weight": "model-00001-of-00002.safetensors",
|
169 |
+
"transformer.h.2.ln_2.bias": "model-00001-of-00002.safetensors",
|
170 |
+
"transformer.h.2.ln_2.weight": "model-00001-of-00002.safetensors",
|
171 |
+
"transformer.h.2.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
172 |
+
"transformer.h.2.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
173 |
+
"transformer.h.2.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
174 |
+
"transformer.h.2.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
175 |
+
"transformer.h.20.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
176 |
+
"transformer.h.20.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
177 |
+
"transformer.h.20.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
178 |
+
"transformer.h.20.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
179 |
+
"transformer.h.20.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
180 |
+
"transformer.h.20.ln_1.bias": "model-00001-of-00002.safetensors",
|
181 |
+
"transformer.h.20.ln_1.weight": "model-00001-of-00002.safetensors",
|
182 |
+
"transformer.h.20.ln_2.bias": "model-00001-of-00002.safetensors",
|
183 |
+
"transformer.h.20.ln_2.weight": "model-00001-of-00002.safetensors",
|
184 |
+
"transformer.h.20.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
185 |
+
"transformer.h.20.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
186 |
+
"transformer.h.20.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
187 |
+
"transformer.h.20.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
188 |
+
"transformer.h.21.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
189 |
+
"transformer.h.21.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
190 |
+
"transformer.h.21.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
191 |
+
"transformer.h.21.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
192 |
+
"transformer.h.21.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
193 |
+
"transformer.h.21.ln_1.bias": "model-00001-of-00002.safetensors",
|
194 |
+
"transformer.h.21.ln_1.weight": "model-00001-of-00002.safetensors",
|
195 |
+
"transformer.h.21.ln_2.bias": "model-00001-of-00002.safetensors",
|
196 |
+
"transformer.h.21.ln_2.weight": "model-00001-of-00002.safetensors",
|
197 |
+
"transformer.h.21.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
198 |
+
"transformer.h.21.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
199 |
+
"transformer.h.21.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
200 |
+
"transformer.h.21.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
201 |
+
"transformer.h.22.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
202 |
+
"transformer.h.22.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
203 |
+
"transformer.h.22.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
204 |
+
"transformer.h.22.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
205 |
+
"transformer.h.22.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
206 |
+
"transformer.h.22.ln_1.bias": "model-00001-of-00002.safetensors",
|
207 |
+
"transformer.h.22.ln_1.weight": "model-00001-of-00002.safetensors",
|
208 |
+
"transformer.h.22.ln_2.bias": "model-00001-of-00002.safetensors",
|
209 |
+
"transformer.h.22.ln_2.weight": "model-00001-of-00002.safetensors",
|
210 |
+
"transformer.h.22.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
211 |
+
"transformer.h.22.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
212 |
+
"transformer.h.22.mlp.c_proj.bias": "model-00002-of-00002.safetensors",
|
213 |
+
"transformer.h.22.mlp.c_proj.weight": "model-00002-of-00002.safetensors",
|
214 |
+
"transformer.h.23.attn.attention.k_proj.weight": "model-00002-of-00002.safetensors",
|
215 |
+
"transformer.h.23.attn.attention.out_proj.bias": "model-00002-of-00002.safetensors",
|
216 |
+
"transformer.h.23.attn.attention.out_proj.weight": "model-00002-of-00002.safetensors",
|
217 |
+
"transformer.h.23.attn.attention.q_proj.weight": "model-00002-of-00002.safetensors",
|
218 |
+
"transformer.h.23.attn.attention.v_proj.weight": "model-00002-of-00002.safetensors",
|
219 |
+
"transformer.h.23.ln_1.bias": "model-00002-of-00002.safetensors",
|
220 |
+
"transformer.h.23.ln_1.weight": "model-00002-of-00002.safetensors",
|
221 |
+
"transformer.h.23.ln_2.bias": "model-00002-of-00002.safetensors",
|
222 |
+
"transformer.h.23.ln_2.weight": "model-00002-of-00002.safetensors",
|
223 |
+
"transformer.h.23.mlp.c_fc.bias": "model-00002-of-00002.safetensors",
|
224 |
+
"transformer.h.23.mlp.c_fc.weight": "model-00002-of-00002.safetensors",
|
225 |
+
"transformer.h.23.mlp.c_proj.bias": "model-00002-of-00002.safetensors",
|
226 |
+
"transformer.h.23.mlp.c_proj.weight": "model-00002-of-00002.safetensors",
|
227 |
+
"transformer.h.3.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
228 |
+
"transformer.h.3.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
229 |
+
"transformer.h.3.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
230 |
+
"transformer.h.3.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
231 |
+
"transformer.h.3.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
232 |
+
"transformer.h.3.ln_1.bias": "model-00001-of-00002.safetensors",
|
233 |
+
"transformer.h.3.ln_1.weight": "model-00001-of-00002.safetensors",
|
234 |
+
"transformer.h.3.ln_2.bias": "model-00001-of-00002.safetensors",
|
235 |
+
"transformer.h.3.ln_2.weight": "model-00001-of-00002.safetensors",
|
236 |
+
"transformer.h.3.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
237 |
+
"transformer.h.3.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
238 |
+
"transformer.h.3.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
239 |
+
"transformer.h.3.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
240 |
+
"transformer.h.4.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
241 |
+
"transformer.h.4.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
242 |
+
"transformer.h.4.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
243 |
+
"transformer.h.4.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
244 |
+
"transformer.h.4.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
245 |
+
"transformer.h.4.ln_1.bias": "model-00001-of-00002.safetensors",
|
246 |
+
"transformer.h.4.ln_1.weight": "model-00001-of-00002.safetensors",
|
247 |
+
"transformer.h.4.ln_2.bias": "model-00001-of-00002.safetensors",
|
248 |
+
"transformer.h.4.ln_2.weight": "model-00001-of-00002.safetensors",
|
249 |
+
"transformer.h.4.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
250 |
+
"transformer.h.4.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
251 |
+
"transformer.h.4.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
252 |
+
"transformer.h.4.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
253 |
+
"transformer.h.5.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
254 |
+
"transformer.h.5.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
255 |
+
"transformer.h.5.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
256 |
+
"transformer.h.5.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
257 |
+
"transformer.h.5.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
258 |
+
"transformer.h.5.ln_1.bias": "model-00001-of-00002.safetensors",
|
259 |
+
"transformer.h.5.ln_1.weight": "model-00001-of-00002.safetensors",
|
260 |
+
"transformer.h.5.ln_2.bias": "model-00001-of-00002.safetensors",
|
261 |
+
"transformer.h.5.ln_2.weight": "model-00001-of-00002.safetensors",
|
262 |
+
"transformer.h.5.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
263 |
+
"transformer.h.5.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
264 |
+
"transformer.h.5.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
265 |
+
"transformer.h.5.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
266 |
+
"transformer.h.6.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
267 |
+
"transformer.h.6.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
268 |
+
"transformer.h.6.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
269 |
+
"transformer.h.6.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
270 |
+
"transformer.h.6.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
271 |
+
"transformer.h.6.ln_1.bias": "model-00001-of-00002.safetensors",
|
272 |
+
"transformer.h.6.ln_1.weight": "model-00001-of-00002.safetensors",
|
273 |
+
"transformer.h.6.ln_2.bias": "model-00001-of-00002.safetensors",
|
274 |
+
"transformer.h.6.ln_2.weight": "model-00001-of-00002.safetensors",
|
275 |
+
"transformer.h.6.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
276 |
+
"transformer.h.6.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
277 |
+
"transformer.h.6.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
278 |
+
"transformer.h.6.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
279 |
+
"transformer.h.7.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
280 |
+
"transformer.h.7.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
281 |
+
"transformer.h.7.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
282 |
+
"transformer.h.7.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
283 |
+
"transformer.h.7.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
284 |
+
"transformer.h.7.ln_1.bias": "model-00001-of-00002.safetensors",
|
285 |
+
"transformer.h.7.ln_1.weight": "model-00001-of-00002.safetensors",
|
286 |
+
"transformer.h.7.ln_2.bias": "model-00001-of-00002.safetensors",
|
287 |
+
"transformer.h.7.ln_2.weight": "model-00001-of-00002.safetensors",
|
288 |
+
"transformer.h.7.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
289 |
+
"transformer.h.7.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
290 |
+
"transformer.h.7.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
291 |
+
"transformer.h.7.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
292 |
+
"transformer.h.8.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
293 |
+
"transformer.h.8.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
294 |
+
"transformer.h.8.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
295 |
+
"transformer.h.8.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
296 |
+
"transformer.h.8.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
297 |
+
"transformer.h.8.ln_1.bias": "model-00001-of-00002.safetensors",
|
298 |
+
"transformer.h.8.ln_1.weight": "model-00001-of-00002.safetensors",
|
299 |
+
"transformer.h.8.ln_2.bias": "model-00001-of-00002.safetensors",
|
300 |
+
"transformer.h.8.ln_2.weight": "model-00001-of-00002.safetensors",
|
301 |
+
"transformer.h.8.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
302 |
+
"transformer.h.8.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
303 |
+
"transformer.h.8.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
304 |
+
"transformer.h.8.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
305 |
+
"transformer.h.9.attn.attention.k_proj.weight": "model-00001-of-00002.safetensors",
|
306 |
+
"transformer.h.9.attn.attention.out_proj.bias": "model-00001-of-00002.safetensors",
|
307 |
+
"transformer.h.9.attn.attention.out_proj.weight": "model-00001-of-00002.safetensors",
|
308 |
+
"transformer.h.9.attn.attention.q_proj.weight": "model-00001-of-00002.safetensors",
|
309 |
+
"transformer.h.9.attn.attention.v_proj.weight": "model-00001-of-00002.safetensors",
|
310 |
+
"transformer.h.9.ln_1.bias": "model-00001-of-00002.safetensors",
|
311 |
+
"transformer.h.9.ln_1.weight": "model-00001-of-00002.safetensors",
|
312 |
+
"transformer.h.9.ln_2.bias": "model-00001-of-00002.safetensors",
|
313 |
+
"transformer.h.9.ln_2.weight": "model-00001-of-00002.safetensors",
|
314 |
+
"transformer.h.9.mlp.c_fc.bias": "model-00001-of-00002.safetensors",
|
315 |
+
"transformer.h.9.mlp.c_fc.weight": "model-00001-of-00002.safetensors",
|
316 |
+
"transformer.h.9.mlp.c_proj.bias": "model-00001-of-00002.safetensors",
|
317 |
+
"transformer.h.9.mlp.c_proj.weight": "model-00001-of-00002.safetensors",
|
318 |
+
"transformer.ln_f.bias": "model-00002-of-00002.safetensors",
|
319 |
+
"transformer.ln_f.weight": "model-00002-of-00002.safetensors",
|
320 |
+
"transformer.wpe.weight": "model-00001-of-00002.safetensors",
|
321 |
+
"transformer.wte.weight": "model-00001-of-00002.safetensors"
|
322 |
+
}
|
323 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<|endoftext|>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": true,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "<|endoftext|>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": true,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"pad_token": {
|
17 |
+
"content": "[PAD]",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
},
|
23 |
+
"unk_token": {
|
24 |
+
"content": "<|endoftext|>",
|
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_config.json
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": false,
|
3 |
+
"add_prefix_space": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"50256": {
|
6 |
+
"content": "<|endoftext|>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": true,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"50257": {
|
14 |
+
"content": "[PAD]",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
}
|
21 |
+
},
|
22 |
+
"bos_token": "<|endoftext|>",
|
23 |
+
"clean_up_tokenization_spaces": true,
|
24 |
+
"eos_token": "<|endoftext|>",
|
25 |
+
"errors": "replace",
|
26 |
+
"model_max_length": 2048,
|
27 |
+
"pad_token": "[PAD]",
|
28 |
+
"tokenizer_class": "GPT2Tokenizer",
|
29 |
+
"unk_token": "<|endoftext|>"
|
30 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 1.0,
|
3 |
+
"train_loss": 0.2880971112828346,
|
4 |
+
"train_runtime": 590.0609,
|
5 |
+
"train_samples": 10068,
|
6 |
+
"train_samples_per_second": 17.063,
|
7 |
+
"train_steps_per_second": 0.532
|
8 |
+
}
|
trainer_state.json
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 5.144372463226318,
|
3 |
+
"best_model_checkpoint": "./output_dir/checkpoint-314",
|
4 |
+
"epoch": 0.9976171564733916,
|
5 |
+
"eval_steps": 50.0,
|
6 |
+
"global_step": 314,
|
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.16,
|
13 |
+
"learning_rate": 8.471337579617836e-05,
|
14 |
+
"loss": 0.881,
|
15 |
+
"step": 50
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.32,
|
19 |
+
"learning_rate": 6.878980891719745e-05,
|
20 |
+
"loss": 0.244,
|
21 |
+
"step": 100
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"epoch": 0.48,
|
25 |
+
"learning_rate": 5.286624203821656e-05,
|
26 |
+
"loss": 0.1884,
|
27 |
+
"step": 150
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 0.64,
|
31 |
+
"learning_rate": 3.694267515923567e-05,
|
32 |
+
"loss": 0.1744,
|
33 |
+
"step": 200
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"epoch": 0.79,
|
37 |
+
"learning_rate": 2.1019108280254778e-05,
|
38 |
+
"loss": 0.1615,
|
39 |
+
"step": 250
|
40 |
+
},
|
41 |
+
{
|
42 |
+
"epoch": 0.95,
|
43 |
+
"learning_rate": 5.095541401273886e-06,
|
44 |
+
"loss": 0.1235,
|
45 |
+
"step": 300
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"epoch": 1.0,
|
49 |
+
"eval_bleu-1": 82.7612,
|
50 |
+
"eval_bleu-2": 79.8854,
|
51 |
+
"eval_bleu-3": 79.4646,
|
52 |
+
"eval_bleu-4": 79.2979,
|
53 |
+
"eval_gen_len": 122.3333,
|
54 |
+
"eval_loss": 5.144372463226318,
|
55 |
+
"eval_runtime": 4.327,
|
56 |
+
"eval_samples_per_second": 2.773,
|
57 |
+
"eval_steps_per_second": 0.693,
|
58 |
+
"step": 314
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"epoch": 1.0,
|
62 |
+
"step": 314,
|
63 |
+
"total_flos": 1.8650968363106304e+16,
|
64 |
+
"train_loss": 0.2880971112828346,
|
65 |
+
"train_runtime": 590.0609,
|
66 |
+
"train_samples_per_second": 17.063,
|
67 |
+
"train_steps_per_second": 0.532
|
68 |
+
}
|
69 |
+
],
|
70 |
+
"logging_steps": 50,
|
71 |
+
"max_steps": 314,
|
72 |
+
"num_input_tokens_seen": 0,
|
73 |
+
"num_train_epochs": 1,
|
74 |
+
"save_steps": 500,
|
75 |
+
"total_flos": 1.8650968363106304e+16,
|
76 |
+
"train_batch_size": 8,
|
77 |
+
"trial_name": null,
|
78 |
+
"trial_params": null
|
79 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f9dc6831fb59222079663499dc0092e04dda45b98c045e78eaf6e4030af02c78
|
3 |
+
size 5048
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|