meg HF staff commited on
Commit
64ce7cf
1 Parent(s): ecefacb

Explain where reproducibility command is

Browse files

Currently, the "Submit" tab refers to a command "above", but I think that command is displayed in a the separate About tab.
I'm not sure if this is correct -- I'm taking a guess here, mostly to flag the issue and propose something like what the solution might look like.

Files changed (1) hide show
  1. src/display/about.py +1 -1
src/display/about.py CHANGED
@@ -165,7 +165,7 @@ Not all models are converted properly from `float16` to `bfloat16`, and selectin
165
  ## In case of model failure
166
  If your model is displayed in the `FAILED` category, its execution stopped.
167
  Make sure you have followed the above steps first.
168
- If everything is done, check you can launch the EleutherAIHarness on your model locally, using the above command without modifications (you can add `--limit` to limit the number of examples per task).
169
  """
170
 
171
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
 
165
  ## In case of model failure
166
  If your model is displayed in the `FAILED` category, its execution stopped.
167
  Make sure you have followed the above steps first.
168
+ If everything is done, check you can launch the EleutherAIHarness on your model locally, using the command in the About tab under "Reproducibility" with all arguments specified (you can add `--limit` to limit the number of examples per task).
169
  """
170
 
171
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"