Kartoshkina
commited on
Commit
•
aed015d
1
Parent(s):
c07b0f7
model and tokenizer update
Browse files- config.json +3 -3
- model.safetensors +2 -2
- spiece.model +2 -2
- tokenizer.json +0 -0
config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"T5ForConditionalGeneration"
|
4 |
],
|
5 |
"classifier_dropout": 0.0,
|
6 |
-
"d_ff":
|
7 |
"d_kv": 64,
|
8 |
"d_model": 512,
|
9 |
"decoder_start_token_id": 0,
|
@@ -16,9 +16,9 @@
|
|
16 |
"is_gated_act": true,
|
17 |
"layer_norm_epsilon": 1e-06,
|
18 |
"model_type": "t5",
|
19 |
-
"num_decoder_layers":
|
20 |
"num_heads": 8,
|
21 |
-
"num_layers":
|
22 |
"pad_token_id": 0,
|
23 |
"relative_attention_max_distance": 128,
|
24 |
"relative_attention_num_buckets": 32,
|
|
|
3 |
"T5ForConditionalGeneration"
|
4 |
],
|
5 |
"classifier_dropout": 0.0,
|
6 |
+
"d_ff": 4096,
|
7 |
"d_kv": 64,
|
8 |
"d_model": 512,
|
9 |
"decoder_start_token_id": 0,
|
|
|
16 |
"is_gated_act": true,
|
17 |
"layer_norm_epsilon": 1e-06,
|
18 |
"model_type": "t5",
|
19 |
+
"num_decoder_layers": 12,
|
20 |
"num_heads": 8,
|
21 |
+
"num_layers": 12,
|
22 |
"pad_token_id": 0,
|
23 |
"relative_attention_max_distance": 128,
|
24 |
"relative_attention_num_buckets": 32,
|
model.safetensors
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:95e191e87514507c2a7c4dd0c01518e3cb972d95f0dcb6963779a5214b26e17d
|
3 |
+
size 787905368
|
spiece.model
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:377110f5fc7b44c69c6edbf6b0f2638fdb4398a6a942535cb323ca3b41cb99b0
|
3 |
+
size 401220
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|