Spaces:
Runtime error
Runtime error
Commit ·
9b5e1e5
1
Parent(s): 522e956
Remove DROP
Browse filesFixes #1
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 |
|