Spaces:
Sleeping
Sleeping
Editing command for repro'ing results.
Browse files- 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 |
-
|
|
|
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 |
|