pytorch model
Browse files- config.json +2 -0
- pytorch_model.bin +3 -0
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": 32103
|
|
|
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": 32103
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bee55553582886bd5e5706b1c7aabbfbc3c4111f409764f2028f74ce55fe63c5
|
3 |
+
size 242035003
|