ikawrakow commited on
Commit
61a8241
1 Parent(s): 6709d97

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -3,8 +3,9 @@ license: apache-2.0
3
  ---
4
 
5
  This repository contains importance matrix datasets for use with the improved quantization methods recently added to `llama.cpp`.
 
6
 
7
- Hope the names are self-explanatory.
8
 
9
  To use, after cloning this repo, for e.g. Mixtral-8x7B and `Q4_K_M` quantization, use
10
  ```
 
3
  ---
4
 
5
  This repository contains importance matrix datasets for use with the improved quantization methods recently added to `llama.cpp`.
6
+ The importance matrix has been computed using `wiki.train.raw` as training data.
7
 
8
+ Hope the file names are self-explanatory.
9
 
10
  To use, after cloning this repo, for e.g. Mixtral-8x7B and `Q4_K_M` quantization, use
11
  ```