Upload T5ForConditionalGeneration
Browse files- config.json +2 -1
- generation_config.json +1 -1
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -12,6 +12,7 @@
|
|
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,
|
17 |
"layer_norm_epsilon": 1e-06,
|
@@ -25,7 +26,7 @@
|
|
25 |
"relative_attention_num_buckets": 32,
|
26 |
"tie_word_embeddings": false,
|
27 |
"torch_dtype": "float32",
|
28 |
-
"transformers_version": "4.
|
29 |
"use_cache": true,
|
30 |
"vocab_size": 32128
|
31 |
}
|
|
|
12 |
"eos_token_id": 1,
|
13 |
"feed_forward_proj": "gated-gelu",
|
14 |
"initializer_factor": 1.0,
|
15 |
+
"is_bf16": false,
|
16 |
"is_encoder_decoder": true,
|
17 |
"is_gated_act": true,
|
18 |
"layer_norm_epsilon": 1e-06,
|
|
|
26 |
"relative_attention_num_buckets": 32,
|
27 |
"tie_word_embeddings": false,
|
28 |
"torch_dtype": "float32",
|
29 |
+
"transformers_version": "4.30.2",
|
30 |
"use_cache": true,
|
31 |
"vocab_size": 32128
|
32 |
}
|
generation_config.json
CHANGED
@@ -3,5 +3,5 @@
|
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
6 |
-
"transformers_version": "4.
|
7 |
}
|
|
|
3 |
"decoder_start_token_id": 0,
|
4 |
"eos_token_id": 1,
|
5 |
"pad_token_id": 0,
|
6 |
+
"transformers_version": "4.30.2"
|
7 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 990404917
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ed74f33e24eb71b0cb792a380195bb98425f4b488e661b707dd99f7aaf578f1a
|
3 |
size 990404917
|