Upload MT5ForConditionalGeneration
Browse files- config.json +3 -3
- pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -7,10 +7,10 @@
|
|
| 7 |
"d_kv": 64,
|
| 8 |
"d_model": 512,
|
| 9 |
"decoder_start_token_id": 0,
|
| 10 |
-
"dense_act_fn": "
|
| 11 |
"dropout_rate": 0.1,
|
| 12 |
"eos_token_id": 1,
|
| 13 |
-
"feed_forward_proj": "gated-
|
| 14 |
"initializer_factor": 1.0,
|
| 15 |
"is_encoder_decoder": true,
|
| 16 |
"is_gated_act": true,
|
|
@@ -24,7 +24,7 @@
|
|
| 24 |
"relative_attention_max_distance": 128,
|
| 25 |
"relative_attention_num_buckets": 32,
|
| 26 |
"scalable_attention": true,
|
| 27 |
-
"tie_word_embeddings":
|
| 28 |
"tokenizer_class": "T5Tokenizer",
|
| 29 |
"torch_dtype": "float32",
|
| 30 |
"transformers_version": "4.31.0.dev0",
|
|
|
|
| 7 |
"d_kv": 64,
|
| 8 |
"d_model": 512,
|
| 9 |
"decoder_start_token_id": 0,
|
| 10 |
+
"dense_act_fn": "gelu_new",
|
| 11 |
"dropout_rate": 0.1,
|
| 12 |
"eos_token_id": 1,
|
| 13 |
+
"feed_forward_proj": "gated-gelu",
|
| 14 |
"initializer_factor": 1.0,
|
| 15 |
"is_encoder_decoder": true,
|
| 16 |
"is_gated_act": true,
|
|
|
|
| 24 |
"relative_attention_max_distance": 128,
|
| 25 |
"relative_attention_num_buckets": 32,
|
| 26 |
"scalable_attention": true,
|
| 27 |
+
"tie_word_embeddings": true,
|
| 28 |
"tokenizer_class": "T5Tokenizer",
|
| 29 |
"torch_dtype": "float32",
|
| 30 |
"transformers_version": "4.31.0.dev0",
|
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:94c1d78cea32e3b1fabd804f7da1fa591a6e44275c55c9bcf7fd8a7a3d7f899a
|
| 3 |
+
size 701400953
|