End of training
Browse files- config.json +6 -18
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
-
"_num_labels": 1,
|
4 |
"activation_function": "gelu_new",
|
5 |
"architectures": [
|
6 |
"GPT2LMHeadModel"
|
@@ -9,21 +8,16 @@
|
|
9 |
"bos_token_id": 50256,
|
10 |
"embd_pdrop": 0.1,
|
11 |
"eos_token_id": 50256,
|
12 |
-
"
|
13 |
-
"0": "LABEL_0"
|
14 |
-
},
|
15 |
"initializer_range": 0.02,
|
16 |
-
"label2id": {
|
17 |
-
"LABEL_0": 0
|
18 |
-
},
|
19 |
"layer_norm_epsilon": 1e-05,
|
20 |
"model_type": "gpt2",
|
21 |
-
"n_ctx":
|
22 |
"n_embd": 768,
|
23 |
"n_head": 12,
|
24 |
"n_inner": null,
|
25 |
-
"n_layer":
|
26 |
-
"n_positions":
|
27 |
"reorder_and_upcast_attn": false,
|
28 |
"resid_pdrop": 0.1,
|
29 |
"scale_attn_by_inverse_layer_idx": false,
|
@@ -33,14 +27,8 @@
|
|
33 |
"summary_proj_to_labels": true,
|
34 |
"summary_type": "cls_index",
|
35 |
"summary_use_proj": true,
|
36 |
-
"task_specific_params": {
|
37 |
-
"text-generation": {
|
38 |
-
"do_sample": true,
|
39 |
-
"max_length": 50
|
40 |
-
}
|
41 |
-
},
|
42 |
"torch_dtype": "float32",
|
43 |
"transformers_version": "4.30.2",
|
44 |
"use_cache": true,
|
45 |
-
"vocab_size":
|
46 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "ai-forever/rugpt3small_based_on_gpt2",
|
|
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
|
|
8 |
"bos_token_id": 50256,
|
9 |
"embd_pdrop": 0.1,
|
10 |
"eos_token_id": 50256,
|
11 |
+
"gradient_checkpointing": false,
|
|
|
|
|
12 |
"initializer_range": 0.02,
|
|
|
|
|
|
|
13 |
"layer_norm_epsilon": 1e-05,
|
14 |
"model_type": "gpt2",
|
15 |
+
"n_ctx": 2048,
|
16 |
"n_embd": 768,
|
17 |
"n_head": 12,
|
18 |
"n_inner": null,
|
19 |
+
"n_layer": 12,
|
20 |
+
"n_positions": 2048,
|
21 |
"reorder_and_upcast_attn": false,
|
22 |
"resid_pdrop": 0.1,
|
23 |
"scale_attn_by_inverse_layer_idx": false,
|
|
|
27 |
"summary_proj_to_labels": true,
|
28 |
"summary_type": "cls_index",
|
29 |
"summary_use_proj": true,
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
"torch_dtype": "float32",
|
31 |
"transformers_version": "4.30.2",
|
32 |
"use_cache": true,
|
33 |
+
"vocab_size": 50264
|
34 |
}
|
pytorch_model.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:5f053dfa8e2e38d66ed5ea9d1eb73f23a8f51c8081e70e570e16287b4848e181
|
3 |
+
size 500974429
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3899
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11107f34f5f90561d93bd451540ae9b98410beeaf5378c8c5f7b5e4b761b54d1
|
3 |
size 3899
|