qwp4w3hyb commited on
Commit
949569f
1 Parent(s): f790d81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ base_model: meta-llama/Meta-Llama-3.1-70B-Instruct
32
  - Wide coverage of different gguf quant types from Q\_8\_0 down to IQ1\_S
33
  - still WIP
34
  - experimental custom quant types
35
- - `_L` with `--output-tensor-type f16 --token-embedding-type f16`, which have supposedly better accuracy.
36
  - Imatrix generated with [this](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8) multi-purpose dataset by [bartowski](https://huggingface.co/bartowski).
37
  ```
38
  ./imatrix -m $model_name-bf16.gguf -f calibration_datav3.txt -o $model_name.imatrix
 
32
  - Wide coverage of different gguf quant types from Q\_8\_0 down to IQ1\_S
33
  - still WIP
34
  - experimental custom quant types
35
+ - `_L` with `--output-tensor-type f16 --token-embedding-type f16`, which supposedly have better accuracy.
36
  - Imatrix generated with [this](https://gist.github.com/bartowski1182/eb213dccb3571f863da82e99418f81e8) multi-purpose dataset by [bartowski](https://huggingface.co/bartowski).
37
  ```
38
  ./imatrix -m $model_name-bf16.gguf -f calibration_datav3.txt -o $model_name.imatrix