Added PT and TF checkpoints
Browse files- config.json +2 -0
- pytorch_model.bin +3 -0
- tf_model.h5 +3 -0
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"T5ForConditionalGeneration"
|
4 |
],
|
@@ -21,6 +22,7 @@
|
|
21 |
"pad_token_id": 0,
|
22 |
"relative_attention_num_buckets": 32,
|
23 |
"tie_word_embeddings": false,
|
|
|
24 |
"transformers_version": "4.10.0.dev0",
|
25 |
"use_cache": true,
|
26 |
"vocab_size": 32103
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "it5-small",
|
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:db8ceeb49fdd73f0fdb605be3a4697fa1b5c513cbb19989ae5ccc6952729ad1c
|
3 |
+
size 307824645
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc01999eaff3b6752697997ce181565e8abf5ed255fe0f0317a8dab581c5454b
|
3 |
+
size 308127296
|