Commit
•
2d2fd5b
1
Parent(s):
522e956
Remove DROP (#2)
Browse files- Remove DROP (9b5e1e55eba9967756a972df1887432956a21471)
Co-authored-by: mrfakename <mrfakename@users.noreply.huggingface.co>
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 |
|