Update README.md
Browse files
README.md
CHANGED
@@ -42,9 +42,9 @@ She is curious and brave and
|
|
42 |
|
43 |
pip install lm-eval==0.4.2
|
44 |
|
45 |
-
|
46 |
lm_eval --model hf --model_args pretrained="Intel/phi-2-int4-inc" --device cuda:0 --tasks lambada_openai,hellaswag,piqa,winogrande,truthfulqa_mc1,openbookqa,boolq,arc_easy,arc_challenge,mmlu --batch_size 16
|
47 |
-
|
48 |
|
49 |
|
50 |
|
|
|
42 |
|
43 |
pip install lm-eval==0.4.2
|
44 |
|
45 |
+
```bash
|
46 |
lm_eval --model hf --model_args pretrained="Intel/phi-2-int4-inc" --device cuda:0 --tasks lambada_openai,hellaswag,piqa,winogrande,truthfulqa_mc1,openbookqa,boolq,arc_easy,arc_challenge,mmlu --batch_size 16
|
47 |
+
```
|
48 |
|
49 |
|
50 |
|