bartowski commited on
Commit
b854185
1 Parent(s): 048a9c3

Main branch

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