abrek commited on
Commit
5554c9b
·
verified ·
1 Parent(s): ca2ea76

Fix TURNA Model Architecture

Browse files
Files changed (1) hide show
  1. results/zero-shot/turna.json +1 -1
results/zero-shot/turna.json CHANGED
@@ -4,7 +4,7 @@
4
  "max_length": "1024",
5
  "model": "boun-tabi-LMG/TURNA",
6
  "api": "hf",
7
- "architecture": "T5ForCondtiionalGeneration",
8
  "type": "pretrained",
9
  "num_parameters": "1b"
10
  },
 
4
  "max_length": "1024",
5
  "model": "boun-tabi-LMG/TURNA",
6
  "api": "hf",
7
+ "architecture": "T5ForConditionalGeneration",
8
  "type": "pretrained",
9
  "num_parameters": "1b"
10
  },