lmilliken commited on
Commit
348e949
1 Parent(s): 0cd1359

Update config.json

Browse files

update config to use the same architecture as zero-shot t5-small

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "T5EncoderModel"
4
  ],
5
  "d_ff": 2048,
6
  "d_kv": 64,
 
1
  {
2
  "architectures": [
3
+ "T5ForConditionalGeneration"
4
  ],
5
  "d_ff": 2048,
6
  "d_kv": 64,