Bram Vanroy commited on
Commit
7508449
1 Parent(s): dbe0b3a

fix unicode issue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ class ResultSet:
80
  "num_parameters": "Size",
81
  "average": "Avg.",
82
  "arc": "ARC (25-shot)",
83
- "hellaswag": "HellaSwag (10-shot)",
84
  "mmlu": "MMLU (5-shot)",
85
  "truthfulqa": "TruthfulQA (0-shot)",
86
  }
 
80
  "num_parameters": "Size",
81
  "average": "Avg.",
82
  "arc": "ARC (25-shot)",
83
+ "hellaswag": "HellaSwag (10-shot)",
84
  "mmlu": "MMLU (5-shot)",
85
  "truthfulqa": "TruthfulQA (0-shot)",
86
  }