bartowski commited on
Commit
f000849
1 Parent(s): 801d780

Main branch

Browse files
Files changed (2) hide show
  1. README.md +50 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ pipeline_tag: text-generation
9
+ quantized_by: bartowski
10
+ ---
11
+
12
+ ## Exllama v2 Quantizations of Capybara-Tess-Yi-34B-200K-DARE-Ties
13
+
14
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.9">turboderp's ExLlamaV2 v0.0.9</a> for quantization.
15
+
16
+ Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
17
+
18
+ Conversion was done using wikitext-103-raw-v1-test.parquet as calibration dataset.
19
+
20
+ Default arguments used except when the bits per weight is above 6.0, at that point the lm_head layer is quantized at 8 bits per weight instead of the default 6.
21
+
22
+ Original model: https://huggingface.co/brucethemoose/Capybara-Tess-Yi-34B-200K-DARE-Ties
23
+
24
+ ## Download instructions
25
+
26
+ With git:
27
+
28
+ ```shell
29
+ git clone --single-branch --branch 4_0 https://huggingface.co/bartowski/Capybara-Tess-Yi-34B-200K-DARE-Ties-exl2
30
+ ```
31
+
32
+ With huggingface hub (credit to TheBloke for instructions):
33
+
34
+ ```shell
35
+ pip3 install huggingface-hub
36
+ ```
37
+
38
+ To download the `main` (only useful if you only care about measurement.json) branch to a folder called `Capybara-Tess-Yi-34B-200K-DARE-Ties-exl2`:
39
+
40
+ ```shell
41
+ mkdir Capybara-Tess-Yi-34B-200K-DARE-Ties-exl2
42
+ huggingface-cli download bartowski/Capybara-Tess-Yi-34B-200K-DARE-Ties-exl2 --local-dir Capybara-Tess-Yi-34B-200K-DARE-Ties-exl2 --local-dir-use-symlinks False
43
+ ```
44
+
45
+ To download from a different branch, add the `--revision` parameter:
46
+
47
+ ```shell
48
+ mkdir Capybara-Tess-Yi-34B-200K-DARE-Ties-exl2
49
+ huggingface-cli download bartowski/Capybara-Tess-Yi-34B-200K-DARE-Ties-exl2 --revision 4_0 --local-dir Capybara-Tess-Yi-34B-200K-DARE-Ties-exl2 --local-dir-use-symlinks False
50
+ ```
measurement.json ADDED
The diff for this file is too large to render. See raw diff