yujiepan commited on
Commit
9871009
·
verified ·
1 Parent(s): 8544322

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -19,7 +19,7 @@ Special thanks to the original author [OuteAI](https://huggingface.co/OuteAI/) f
19
 
20
  ```bash
21
  lm_eval --model hf \
22
- --model_args pretrained=yujiepan/microllama-0.06B,max_length=4096,dtype="<dtype>" \
23
  --tasks wikitext \
24
  --device cuda:0 \
25
  --batch_size 1
@@ -27,8 +27,8 @@ lm_eval --model hf \
27
 
28
  | Model dtype | Word perplexity |
29
  | ----------- | --------------- |
30
- | FP32 | 97.3325 |
31
- | BF16 | 97.2494 |
32
- | FP16 | 97.3342 |
33
 
34
  Tested on A100 with `lm-eval==0.4.7`.
 
19
 
20
  ```bash
21
  lm_eval --model hf \
22
+ --model_args pretrained=yujiepan/microllama-0.06B,max_length=2048,dtype="<dtype>" \
23
  --tasks wikitext \
24
  --device cuda:0 \
25
  --batch_size 1
 
27
 
28
  | Model dtype | Word perplexity |
29
  | ----------- | --------------- |
30
+ | FP32 | 59.1905 |
31
+ | BF16 | 59.1187 |
32
+ | FP16 | 59.1902 |
33
 
34
  Tested on A100 with `lm-eval==0.4.7`.