meg HF staff commited on
Commit
3d936c2
1 Parent(s): ad486ab

Editing command for repro'ing results.

Browse files
Files changed (1) hide show
  1. src/about.py +2 -1
src/about.py CHANGED
@@ -33,7 +33,8 @@ LLM_BENCHMARKS_TEXT = f"""
33
 
34
  ## Reproducibility
35
  To reproduce these results, here is the command you can run:
36
- ```python main.py --model=hf-causal-experimental --model_args="pretrained=<your_model>,use_accelerate=True,revision=<your_model_revision>" --tasks=toxigen --num_fewshot=<n_few_shot> --batch_size=1 --output_path=<output_path>```
 
37
 
38
  """
39
 
 
33
 
34
  ## Reproducibility
35
  To reproduce these results, here is the command you can run:
36
+
37
+ ```python main.py --model=hf-causal-experimental --model_args="pretrained=<your_model>,use_accelerate=True" --tasks=toxigen --batch_size=1 --output_path=<output_path>```
38
 
39
  """
40