Update config.json
Browse files- config.json +5 -2
config.json
CHANGED
|
@@ -1,7 +1,10 @@
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "google/flan-t5-small",
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
| 5 |
],
|
| 6 |
"classifier_dropout": 0.0,
|
| 7 |
"d_ff": 1024,
|
|
|
|
| 1 |
{
|
| 2 |
"_name_or_path": "google/flan-t5-small",
|
| 3 |
+
{
|
| 4 |
+
"architectures": ["T5ForConditionalGeneration"],
|
| 5 |
+
"model_type": "t5",
|
| 6 |
+
...
|
| 7 |
+
}
|
| 8 |
],
|
| 9 |
"classifier_dropout": 0.0,
|
| 10 |
"d_ff": 1024,
|