Update README.md
Browse files
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
|
13 |
-
Multiple input files can be combined if needed
|
|
|
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 |
```
|