Spaces:
Runtime error
Runtime error
info
Browse files
yall.py
CHANGED
|
@@ -13,11 +13,6 @@ class GistInfo:
|
|
| 13 |
model_id: str
|
| 14 |
model: str
|
| 15 |
elo:float
|
| 16 |
-
agieval: float
|
| 17 |
-
gpt4all: float
|
| 18 |
-
truthfulqa: float
|
| 19 |
-
bigbench: float
|
| 20 |
-
average: float
|
| 21 |
|
| 22 |
def update_gist(content, gist_id, access_token):
|
| 23 |
"""
|
|
|
|
| 13 |
model_id: str
|
| 14 |
model: str
|
| 15 |
elo:float
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
def update_gist(content, gist_id, access_token):
|
| 18 |
"""
|