Commit
·
7b31c4a
1
Parent(s):
5775153
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"architectures": [
|
4 |
"MT5ForConditionalGeneration"
|
5 |
],
|
6 |
-
"base_model": "/
|
7 |
"d_ff": 2816,
|
8 |
"d_kv": 64,
|
9 |
"d_model": 1024,
|
|
|
3 |
"architectures": [
|
4 |
"MT5ForConditionalGeneration"
|
5 |
],
|
6 |
+
"base_model": "google/mt5-large",
|
7 |
"d_ff": 2816,
|
8 |
"d_kv": 64,
|
9 |
"d_model": 1024,
|