HaveAI commited on
Commit
9f1d144
·
verified ·
1 Parent(s): 46b3f92

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -2
config.json CHANGED
@@ -1,7 +1,10 @@
1
  {
2
  "_name_or_path": "google/flan-t5-small",
3
- "architectures": [
4
- "T5ForConditionalGeneration"
 
 
 
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,