fixes
Browse files
app.py
CHANGED
@@ -320,7 +320,7 @@ with demo:
|
|
320 |
gr.Markdown("# Submit your model", elem_classes="markdown-text")
|
321 |
with gr.Column():
|
322 |
gr.Markdown("### Please confirm that you understand and accept the conditions below before submitting your model.")
|
323 |
-
prereqs_checkboxes = gr.CheckboxGroup(["I have successfully run the ABB benchmark script on my model using my own infrastructure and I
|
324 |
"I understand that my account/org have only one submission per month",
|
325 |
"I understand that I can't submit models more than 15B parameters (learn more in the FAQ)",
|
326 |
"I understand that submitting contaminated models or models to test the contamination score will lead to action from our side including banning and negative PR"],
|
|
|
320 |
gr.Markdown("# Submit your model", elem_classes="markdown-text")
|
321 |
with gr.Column():
|
322 |
gr.Markdown("### Please confirm that you understand and accept the conditions below before submitting your model.")
|
323 |
+
prereqs_checkboxes = gr.CheckboxGroup(["I have successfully run the ABB benchmark script on my model using my own infrastructure and I am NOT using the Leaderboard for testing purposes",
|
324 |
"I understand that my account/org have only one submission per month",
|
325 |
"I understand that I can't submit models more than 15B parameters (learn more in the FAQ)",
|
326 |
"I understand that submitting contaminated models or models to test the contamination score will lead to action from our side including banning and negative PR"],
|