Spaces:
Runtime error
Runtime error
automerger
commited on
Commit
•
1d7285c
1
Parent(s):
94a6a92
Update yall.py
Browse files
yall.py
CHANGED
@@ -123,6 +123,6 @@ def create_yall():
|
|
123 |
markdown_table += f"| {model_link} [📄]({gist.url}) | {gist.average} | {gist.agieval} | {gist.gpt4all} | {gist.truthfulqa} | {gist.bigbench} |\n"
|
124 |
|
125 |
# Update YALL's gist
|
126 |
-
update_gist(content=markdown_table, gist_id="
|
127 |
|
128 |
return markdown_table
|
|
|
123 |
markdown_table += f"| {model_link} [📄]({gist.url}) | {gist.average} | {gist.agieval} | {gist.gpt4all} | {gist.truthfulqa} | {gist.bigbench} |\n"
|
124 |
|
125 |
# Update YALL's gist
|
126 |
+
update_gist(content=markdown_table, gist_id="56ebbd012d942a6b749db5243de5740f", access_token=GITHUB_API_TOKEN)
|
127 |
|
128 |
return markdown_table
|