Add README
Browse files
README.md
CHANGED
@@ -2,4 +2,34 @@
|
|
2 |
license: other
|
3 |
license_name: yi-license
|
4 |
license_link: https://huggingface.co/01-ai/Yi-34B/blob/main/LICENSE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
|
|
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 |
+
---
|
8 |
+
## Information
|
9 |
+
|
10 |
+
This is a Exl2 quantized version of [Yi-34B](https://huggingface.co/01-ai/Yi-34B)
|
11 |
+
|
12 |
+
Please refer to the original creator for more information.
|
13 |
+
|
14 |
+
Calibration dataset: [wikitext](https://huggingface.co/datasets/wikitext/tree/refs%2Fconvert%2Fparquet/wikitext-2-v1/test)
|
15 |
+
|
16 |
+
## Branches:
|
17 |
+
|
18 |
+
- main: Measurement files
|
19 |
+
- 4bpw: 4 bits per weight
|
20 |
+
- 4.5bpw: 4.5 bits per weight
|
21 |
+
- 4.6bpw: 4.6 bits per weight
|
22 |
+
- 6bpw: 6 bits per weight
|
23 |
+
|
24 |
+
## Notes
|
25 |
+
|
26 |
+
- 4.5 and 4.6 bpw are added for experimental purposes to see how far a 24GB card can be pushed.
|
27 |
+
- 6bpw is recommended for the best quality to vram usage ratio (assuming you have enough vram).
|
28 |
+
- Please ask for more bpws in the community tab if necessary.
|
29 |
+
|
30 |
+
## Donate?
|
31 |
+
|
32 |
+
All my infrastructure and cloud expenses are paid out of pocket. If you'd like to donate, you can do so here: https://ko-fi.com/kingbri
|
33 |
+
|
34 |
+
You should not feel obligated to donate, but if you do, I'd appreciate it.
|
35 |
---
|