Update README.md
Browse files
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 supposedly
|
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 leads to 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
|