Fixes
Browse files
app.py
CHANGED
@@ -323,7 +323,7 @@ with demo:
|
|
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
|
327 |
label=None, info=None,
|
328 |
elem_classes="submit_prereq_checkboxes_container",
|
329 |
container=False)
|
|
|
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 public sharing of the incident"],
|
327 |
label=None, info=None,
|
328 |
elem_classes="submit_prereq_checkboxes_container",
|
329 |
container=False)
|