Chydfile
commited on
Commit
•
3b9d5de
1
Parent(s):
a877808
First model version_12
Browse files- config.json +0 -5
- flax_model.msgpack +3 -0
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "sberbank-ai/rugpt3small_based_on_gpt2",
|
3 |
"activation_function": "gelu_new",
|
4 |
"architectures": [
|
5 |
"GPT2LMHeadModel"
|
@@ -19,14 +18,10 @@
|
|
19 |
"n_layer": 12,
|
20 |
"n_positions": 2048,
|
21 |
"resid_pdrop": 0.1,
|
22 |
-
"scale_attn_weights": true,
|
23 |
"summary_activation": null,
|
24 |
"summary_first_dropout": 0.1,
|
25 |
"summary_proj_to_labels": true,
|
26 |
"summary_type": "cls_index",
|
27 |
"summary_use_proj": true,
|
28 |
-
"torch_dtype": "float32",
|
29 |
-
"transformers_version": "4.10.3",
|
30 |
-
"use_cache": true,
|
31 |
"vocab_size": 50264
|
32 |
}
|
|
|
1 |
{
|
|
|
2 |
"activation_function": "gelu_new",
|
3 |
"architectures": [
|
4 |
"GPT2LMHeadModel"
|
|
|
18 |
"n_layer": 12,
|
19 |
"n_positions": 2048,
|
20 |
"resid_pdrop": 0.1,
|
|
|
21 |
"summary_activation": null,
|
22 |
"summary_first_dropout": 0.1,
|
23 |
"summary_proj_to_labels": true,
|
24 |
"summary_type": "cls_index",
|
25 |
"summary_use_proj": true,
|
|
|
|
|
|
|
26 |
"vocab_size": 50264
|
27 |
}
|
flax_model.msgpack
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:322182be41c143f2f8ecd8b9e76018d09ae5ca4c752b8858a257811bb4c5f5da
|
3 |
+
size 500931352
|
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:0d2a4a387b0430654bb1f6813436bd31f8e10a06e18ea0e5c41b33120b78458e
|
3 |
+
size 551290714
|