Spaces:
Running
Running
Zhiyu Wu
commited on
Commit
•
8c6c688
1
Parent(s):
862fdcc
typo
Browse files- pegasus/README.md +1 -1
pegasus/README.md
CHANGED
@@ -83,4 +83,4 @@ $ docker run -dit --name leaderboard_nlp_tasks --gpus '"device=0,1"' -v /data/le
|
|
83 |
$ docker exec leaderboard_nlp_tasks python lm-evaluation-harness/main.py --device cuda --no_cache --model hf-causal-experimental --model_args pretrained={{model}},trust_remote_code=True,use_accelerate=True --tasks {{task}} --num_fewshot {{shot}}
|
84 |
```
|
85 |
|
86 |
-
change
|
|
|
83 |
$ docker exec leaderboard_nlp_tasks python lm-evaluation-harness/main.py --device cuda --no_cache --model hf-causal-experimental --model_args pretrained={{model}},trust_remote_code=True,use_accelerate=True --tasks {{task}} --num_fewshot {{shot}}
|
84 |
```
|
85 |
|
86 |
+
change `model`, `task` and `shot` to specific tasks
|