bhadresh-savani
commited on
Commit
·
07d4532
1
Parent(s):
e6f58ad
added model files
Browse files- config.json +2 -0
- pytorch_model.bin +1 -1
- tf_model.h5 +1 -1
config.json
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
{
|
|
|
2 |
"architectures": [
|
3 |
"T5ForConditionalGeneration"
|
4 |
],
|
@@ -50,6 +51,7 @@
|
|
50 |
"prefix": "translate English to Romanian: "
|
51 |
}
|
52 |
},
|
|
|
53 |
"transformers_version": "4.9.0.dev0",
|
54 |
"use_cache": true,
|
55 |
"vocab_size": 32128
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
51 |
"prefix": "translate English to Romanian: "
|
52 |
}
|
53 |
},
|
54 |
+
"torch_dtype": "float32",
|
55 |
"transformers_version": "4.9.0.dev0",
|
56 |
"use_cache": true,
|
57 |
"vocab_size": 32128
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2950897543
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bf61634def22fd35a4c8e94f8de2f7e3f1b51b4fe2d00a71bd01078673279df7
|
3 |
size 2950897543
|
tf_model.h5
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2951710872
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1d40f9f84937d6970a5eb8f04cae4602bdcbdb24f22e8ed318b0c2bdb83952a9
|
3 |
size 2951710872
|