mradermacher
commited on
Commit
•
5e5ca67
1
Parent(s):
21884fa
auto-patch README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<!-- ### convert_type: -->
|
2 |
<!-- ### vocab_type: -->
|
3 |
weighted/imatrix quants of https://huggingface.co/wenbopan/Faro-Yi-34B-200K
|
4 |
|
5 |
**This uses my "quarter" training set of 40k tokens as the model overflowed after 25k tokens with the standard set.**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- wenbopan/Fusang-v1
|
4 |
+
- wenbopan/OpenOrca-zh-20k
|
5 |
+
exported_from: wenbopan/Faro-Yi-34B-200K
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
library_name: transformers
|
9 |
+
license: mit
|
10 |
+
quantized_by: mradermacher
|
11 |
+
---
|
12 |
+
## About
|
13 |
+
|
14 |
<!-- ### convert_type: -->
|
15 |
<!-- ### vocab_type: -->
|
16 |
weighted/imatrix quants of https://huggingface.co/wenbopan/Faro-Yi-34B-200K
|
17 |
|
18 |
**This uses my "quarter" training set of 40k tokens as the model overflowed after 25k tokens with the standard set.**
|
19 |
+
|
20 |
+
|
21 |
+
<!-- provided-files -->
|
22 |
+
static quants are available at https://huggingface.co/mradermacher/Faro-Yi-34B-200K-GGUF
|
23 |
+
## Usage
|
24 |
+
|
25 |
+
If you are unsure how to use GGUF files, refer to one of [TheBloke's
|
26 |
+
READMEs](https://huggingface.co/TheBloke/KafkaLM-70B-German-V0.1-GGUF) for
|
27 |
+
more details, including on how to concatenate multi-part files.
|
28 |
+
|
29 |
+
## Provided Quants
|
30 |
+
|
31 |
+
(sorted by size, not necessarily quality. IQ-quants are often preferable over similar sized non-IQ quants)
|
32 |
+
|
33 |
+
| Link | Type | Size/GB | Notes |
|
34 |
+
|:-----|:-----|--------:|:------|
|
35 |
+
| [GGUF](https://huggingface.co/mradermacher/Faro-Yi-34B-200K-i1-GGUF/resolve/main/Faro-Yi-34B-200K.i1-Q2_K.gguf) | i1-Q2_K | 13.5 | IQ3_XXS probably better |
|
36 |
+
|
37 |
+
|
38 |
+
Here is a handy graph by ikawrakow comparing some lower-quality quant
|
39 |
+
types (lower is better):
|
40 |
+
|
41 |
+
![image.png](https://www.nethype.de/huggingface_embed/quantpplgraph.png)
|
42 |
+
|
43 |
+
And here are Artefact2's thoughts on the matter:
|
44 |
+
https://gist.github.com/Artefact2/b5f810600771265fc1e39442288e8ec9
|
45 |
+
|
46 |
+
## Thanks
|
47 |
+
|
48 |
+
I thank my company, [nethype GmbH](https://www.nethype.de/), for letting
|
49 |
+
me use its servers and providing upgrades to my workstation to enable
|
50 |
+
this work in my free time.
|
51 |
+
|
52 |
+
<!-- end -->
|