Update README.md
Browse files
    	
        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= | 
| 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        |  | 
| 31 | 
            -
            | BF16        |  | 
| 32 | 
            -
            | FP16        |  | 
| 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`.
         | 
