karimouda commited on
Commit
c3df53f
·
1 Parent(s): 64245ba
Files changed (1) hide show
  1. app.py +1 -1
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 negative PR"],
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)