automerger commited on
Commit
1d7285c
1 Parent(s): 94a6a92

Update yall.py

Browse files
Files changed (1) hide show
  1. yall.py +1 -1
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="84af749b1c0ef7336858df408f46f388", access_token=GITHUB_API_TOKEN)
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