Added TF/PT checkpoints
Browse files- config.json +2 -1
- pytorch_model.bin +3 -0
- tf_model.h5 +3 -0
- tokenizer.json +0 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"MT5ForConditionalGeneration"
|
5 |
],
|
@@ -22,6 +22,7 @@
|
|
22 |
"relative_attention_num_buckets": 32,
|
23 |
"tie_word_embeddings": false,
|
24 |
"tokenizer_class": "T5Tokenizer",
|
|
|
25 |
"transformers_version": "4.15.0",
|
26 |
"use_cache": true,
|
27 |
"vocab_size": 250112
|
|
|
1 |
{
|
2 |
+
"_name_or_path": ".",
|
3 |
"architectures": [
|
4 |
"MT5ForConditionalGeneration"
|
5 |
],
|
|
|
22 |
"relative_attention_num_buckets": 32,
|
23 |
"tie_word_embeddings": false,
|
24 |
"tokenizer_class": "T5Tokenizer",
|
25 |
+
"torch_dtype": "float32",
|
26 |
"transformers_version": "4.15.0",
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 250112
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d021d5b3a2f32d87bff913112281e4b5939b5f7adea3d3ff7972b8d68cf68d3
|
3 |
+
size 2329728077
|
tf_model.h5
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b3346e1a37831c7b3b379c0ea0dac41e3151e4fda7288120ee9f01e9d042e82
|
3 |
+
size 2330179728
|
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|