cyanic-selkie commited on
Commit
d390f7d
·
1 Parent(s): c45551e

Update the config architecture.

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "flan-t5-large-question-generator-v2/checkpoint-171",
3
  "architectures": [
4
- "T5Model"
5
  ],
6
  "classifier_dropout": 0.0,
7
  "d_ff": 2816,
 
1
  {
2
  "_name_or_path": "flan-t5-large-question-generator-v2/checkpoint-171",
3
  "architectures": [
4
+ "T5ForConditionalGeneration"
5
  ],
6
  "classifier_dropout": 0.0,
7
  "d_ff": 2816,