Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,7 @@ Special thanks to the original author [keeeeenw](https://huggingface.co/keeeeenw
|
|
| 19 |
|
| 20 |
```bash
|
| 21 |
lm_eval --model hf \
|
| 22 |
-
--model_args pretrained=yujiepan/microllama-0.3B,max_length=
|
| 23 |
--tasks wikitext \
|
| 24 |
--device cuda:0 \
|
| 25 |
--batch_size 1
|
|
|
|
| 19 |
|
| 20 |
```bash
|
| 21 |
lm_eval --model hf \
|
| 22 |
+
--model_args pretrained=yujiepan/microllama-0.3B,max_length=2048,dtype="<dtype>" \
|
| 23 |
--tasks wikitext \
|
| 24 |
--device cuda:0 \
|
| 25 |
--batch_size 1
|