froggeric commited on
Commit
b8521b5
1 Parent(s): c3f1ad9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -9,8 +9,9 @@ language:
9
  ## Which file to use for generating the importance matrix
10
 
11
  Not all importance matrices are equal. The best results are obtained when using a source file similar to the
12
- training data. Size also matters: the bigger the model, the bigger the source file needs to be to make an impact.
13
- Multiple input files can be combined if needed, for example with the cat command:
 
14
  ```
15
  cat technical.txt multilingual.txt wiki.txt >custom.txt
16
  ```
 
9
  ## Which file to use for generating the importance matrix
10
 
11
  Not all importance matrices are equal. The best results are obtained when using a source file similar to the
12
+ training data. Size also matters: the bigger the model (eg: 70b vs 13b) and the higher the quant (eg: q6k_ vs iq3_xs),
13
+ the bigger the source file needs to be to make an impact. Multiple input files can be combined if needed;
14
+ for example:
15
  ```
16
  cat technical.txt multilingual.txt wiki.txt >custom.txt
17
  ```