ArvinZhuang
commited on
Commit
•
3da5dd4
1
Parent(s):
0cfb341
Upload 4 files
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"MT5ForConditionalGeneration"
|
5 |
],
|
@@ -26,7 +26,7 @@
|
|
26 |
"tie_word_embeddings": false,
|
27 |
"tokenizer_class": "T5Tokenizer",
|
28 |
"torch_dtype": "float32",
|
29 |
-
"transformers_version": "4.
|
30 |
"use_cache": true,
|
31 |
"vocab_size": 250112
|
32 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "google/mt5-large",
|
3 |
"architectures": [
|
4 |
"MT5ForConditionalGeneration"
|
5 |
],
|
|
|
26 |
"tie_word_embeddings": false,
|
27 |
"tokenizer_class": "T5Tokenizer",
|
28 |
"torch_dtype": "float32",
|
29 |
+
"transformers_version": "4.25.1",
|
30 |
"use_cache": true,
|
31 |
"vocab_size": 250112
|
32 |
}
|