visheratin
commited on
Commit
•
6d47293
1
Parent(s):
911feaa
Upload T5ForConditionalGeneration
Browse files- config.json +3 -2
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
@@ -15,6 +15,7 @@
|
|
15 |
"is_encoder_decoder": true,
|
16 |
"is_gated_act": false,
|
17 |
"layer_norm_epsilon": 1e-06,
|
|
|
18 |
"n_positions": 512,
|
19 |
"num_decoder_layers": 4,
|
20 |
"num_heads": 4,
|
@@ -23,7 +24,7 @@
|
|
23 |
"relative_attention_max_distance": 128,
|
24 |
"relative_attention_num_buckets": 32,
|
25 |
"torch_dtype": "float32",
|
26 |
-
"transformers_version": "4.
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 32128
|
29 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "google/t5-efficient-tiny",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
15 |
"is_encoder_decoder": true,
|
16 |
"is_gated_act": false,
|
17 |
"layer_norm_epsilon": 1e-06,
|
18 |
+
"model_type": "t5",
|
19 |
"n_positions": 512,
|
20 |
"num_decoder_layers": 4,
|
21 |
"num_heads": 4,
|
|
|
24 |
"relative_attention_max_distance": 128,
|
25 |
"relative_attention_num_buckets": 32,
|
26 |
"torch_dtype": "float32",
|
27 |
+
"transformers_version": "4.26.0.dev0",
|
28 |
"use_cache": true,
|
29 |
"vocab_size": 32128
|
30 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 62311002
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90ddeb20517df53f91ecda2a310465ebdf2eef5e6115d4dad5602c35b8c941e8
|
3 |
size 62311002
|