brucethemoose
commited on
Commit
•
7a87175
1
Parent(s):
a0973fb
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: other
|
3 |
+
license_name: yi-license
|
4 |
+
license_link: https://huggingface.co/01-ai/Yi-34B/blob/main/LICENSE
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
library_name: transformers
|
8 |
+
base_model: []
|
9 |
+
tags:
|
10 |
+
- mergekit
|
11 |
+
- merge
|
12 |
+
- Yi
|
13 |
+
- gguf
|
14 |
+
---
|
15 |
+
|
16 |
+
Experimental imatrix quantizations using a cocktail of data, taken from the exllamav2 repo, kalomaze's random token tests and some stories.
|
17 |
+
|
18 |
+
Consider them experimental! But they may be better than the equivalent non-matrix GGUFs.
|