Spaces:
Runtime error
Runtime error
Remove DROP
#2
by
mrfakename
- opened
app.py
CHANGED
@@ -39,7 +39,6 @@ Detailed results can be found [here]({get_details_url(repo)})
|
|
39 |
| TruthfulQA (0-shot) | {results['TruthfulQA']} |
|
40 |
| Winogrande (5-shot) | {results['Winogrande']} |
|
41 |
| GSM8K (5-shot) | {results['GSM8K']} |
|
42 |
-
| DROP (3-shot) | {results['DROP']} |
|
43 |
"""
|
44 |
return text
|
45 |
|
|
|
39 |
| TruthfulQA (0-shot) | {results['TruthfulQA']} |
|
40 |
| Winogrande (5-shot) | {results['Winogrande']} |
|
41 |
| GSM8K (5-shot) | {results['GSM8K']} |
|
|
|
42 |
"""
|
43 |
return text
|
44 |
|