Spaces:
AIR-Bench
/
Running on CPU Upgrade

hanhainebula commited on
Commit
8102fce
1 Parent(s): 4a44211

Fix bug in dataset_dict: "gpt-3" -> "gpt3"

Browse files
Files changed (1) hide show
  1. src/benchmarks.py +1 -1
src/benchmarks.py CHANGED
@@ -44,7 +44,7 @@ dataset_dict = {
44
  },
45
  "long-doc": {
46
  "arxiv": {
47
- "en": ["gpt-3", "llama2", "llm-survey", "gemini"],
48
  },
49
  "book": {
50
  "en": [
 
44
  },
45
  "long-doc": {
46
  "arxiv": {
47
+ "en": ["gpt3", "llama2", "llm-survey", "gemini"],
48
  },
49
  "book": {
50
  "en": [