daiqi commited on
Commit
d622bf5
·
verified ·
1 Parent(s): e50521d

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +9 -1
src/about.py CHANGED
@@ -32,8 +32,16 @@ Intro text
32
  LLM_BENCHMARKS_TEXT = f"""
33
  ## How it works
34
 
 
 
 
 
35
  ## Reproducibility
36
- To reproduce our results, here is the commands you can run:
 
 
 
 
37
 
38
  """
39
 
 
32
  LLM_BENCHMARKS_TEXT = f"""
33
  ## How it works
34
 
35
+ This platform will not run your model for testing, it only provides a leaderboard.
36
+ You need to choose a preset that matches your results, test it in your local environment,
37
+ and then submit the results to us for approval. Once approved, we will make your results public.
38
+
39
  ## Reproducibility
40
+
41
+ Since we are unable to reproduce the submitter's results, to ensure the reliability of the results,
42
+ we require all submitters to provide either a link to a paper/blog/report that includes contact information or an open-source GitHub link that reproduces the results.
43
+ **Results that do not meet the above conditions or have other issues affecting fairness
44
+ (such as incorrect setting category) will be removed by us.**
45
 
46
  """
47