Upload folder using huggingface_hub
Browse files- lm_eval/README.md +1 -1
lm_eval/README.md
CHANGED
|
@@ -25,7 +25,7 @@ Run:
|
|
| 25 |
```bash
|
| 26 |
accelerate launch eval.py \
|
| 27 |
--model cloverlm \
|
| 28 |
-
--model_args "pretrained=/
|
| 29 |
--tasks "arc_easy_mi,arc_challenge_mi,hellaswag,piqa" \
|
| 30 |
--num_fewshot 0 \
|
| 31 |
--include_path ./ \
|
|
|
|
| 25 |
```bash
|
| 26 |
accelerate launch eval.py \
|
| 27 |
--model cloverlm \
|
| 28 |
+
--model_args "pretrained=daslab-testing/CloverLM,dtype=bfloat16,quartet_2_impl=quartet2,attn_backend=pytorch" \
|
| 29 |
--tasks "arc_easy_mi,arc_challenge_mi,hellaswag,piqa" \
|
| 30 |
--num_fewshot 0 \
|
| 31 |
--include_path ./ \
|