bartowski commited on
Commit
97904c9
1 Parent(s): 7ef13cf

Main branch

Browse files
Files changed (2) hide show
  1. README.md +55 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ inference: false
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ pipeline_tag: text-generation
7
+ tags:
8
+ - Yi
9
+ - llama
10
+ - llama 2
11
+ license: other
12
+ license_name: yi-license
13
+ license_link: LICENSE
14
+ datasets:
15
+ - jondurbin/airoboros-2.2.1
16
+ quantized_by: bartowski
17
+ ---
18
+
19
+ ## Exllama v2 Quantizations of airoboros-2.2.1-y34b
20
+
21
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.7">turboderp's ExLlamaV2 v0.0.7</a> for quantization.
22
+
23
+ Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
24
+
25
+ Conversion was done using wikitext-103-raw-v1-test.parquet as calibration dataset.
26
+
27
+ Original model: https://huggingface.co/Doctor-Shotgun/airoboros-2.2.1-y34b
28
+
29
+ ## Download instructions
30
+
31
+ With git:
32
+
33
+ ```shell
34
+ git clone --single-branch --branch 4.0 https://huggingface.co/bartowski/airoboros-2.2.1-y34b-exl2
35
+ ```
36
+
37
+ With huggingface hub (credit to TheBloke for instructions):
38
+
39
+ ```shell
40
+ pip3 install huggingface-hub
41
+ ```
42
+
43
+ To download the `main` (only useful if you only care about measurement.json) branch to a folder called `airoboros-2.2.1-y34b-exl2`:
44
+
45
+ ```shell
46
+ mkdir airoboros-2.2.1-y34b-exl2
47
+ huggingface-cli download bartowski/airoboros-2.2.1-y34b-exl2 --local-dir airoboros-2.2.1-y34b-exl2 --local-dir-use-symlinks False
48
+ ```
49
+
50
+ To download from a different branch, add the `--revision` parameter:
51
+
52
+ ```shell
53
+ mkdir airoboros-2.2.1-y34b-exl2
54
+ huggingface-cli download bartowski/airoboros-2.2.1-y34b-exl2 --revision 4.0 --local-dir airoboros-2.2.1-y34b-exl2 --local-dir-use-symlinks False
55
+ ```
measurement.json ADDED
The diff for this file is too large to render. See raw diff