Spaces:
Running
Running
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="bbc268f4d3a1e18ee324511df1586a8a", access_token=GITHUB_API_TOKEN)
|
127 |
|
128 |
return markdown_table
|