fxmarty HF staff commited on
Commit
66b9b43
1 Parent(s): cb7a967

Use T5ForConditionalGeneration

Browse files

Following https://huggingface.slack.com/archives/C02P0559X9S/p1670859756291609

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