PT and TF checkpoints
Browse files- config.json +2 -1
- pytorch_model.bin +3 -0
- tf_model.h5 +3 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
@@ -22,6 +22,7 @@
|
|
22 |
"pad_token_id": 0,
|
23 |
"relative_attention_num_buckets": 32,
|
24 |
"tie_word_embeddings": false,
|
|
|
25 |
"transformers_version": "4.10.0.dev0",
|
26 |
"use_cache": true,
|
27 |
"vocab_size": 32103
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "it5-base",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
22 |
"pad_token_id": 0,
|
23 |
"relative_attention_num_buckets": 32,
|
24 |
"tie_word_embeddings": false,
|
25 |
+
"torch_dtype": "float32",
|
26 |
"transformers_version": "4.10.0.dev0",
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 32103
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a3eb59ed06456ada18c6c1fdab752832862c2e51d10d5f83a5a107abf734987
|
3 |
+
size 990280781
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a03dd08d2874458c2a3e0766cbcca854afde3a35f876a88b11a92fbfc715f6a
|
3 |
+
size 990731600
|