Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: apache-2.0
|
5 |
+
---
|
6 |
+
|
7 |
+
These are GGUF quantized versions of [perlthoughts/Mistral-11B-Instruct-v0.2](https://huggingface.co/perlthoughts/Mistral-11B-Instruct-v0.2).
|
8 |
+
|
9 |
+
The importance matrix was trained for 100K tokens (200 batches of 512 tokens) using `wiki.train.raw`.
|
10 |
+
|
11 |
+
Some model files above 50GB are split into smaller files. To concatenate them, use the `cat` command (on Windows, use PowerShell): `cat foo-Q6_K.gguf.* > foo-Q6_K.gguf`
|