bartowski commited on
Commit
f130e91
·
1 Parent(s): 37a29b4

Main branch

Browse files
Files changed (2) hide show
  1. README.md +62 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ metrics:
3
+ - code_eval
4
+ library_name: transformers
5
+ tags:
6
+ - code
7
+ model-index:
8
+ - name: WizardCoder
9
+ results:
10
+ - task:
11
+ type: text-generation
12
+ dataset:
13
+ type: openai_humaneval
14
+ name: HumanEval
15
+ metrics:
16
+ - name: pass@1
17
+ type: pass@1
18
+ value: 0.799
19
+ verified: false
20
+ quantized_by: bartowski
21
+ pipeline_tag: text-generation
22
+ ---
23
+
24
+ ## Exllama v2 Quantizations of WizardCoder-33B-V1.1
25
+
26
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.11">turboderp's ExLlamaV2 v0.0.11</a> for quantization.
27
+
28
+ Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
29
+
30
+ Conversion was done using the default calibration dataset.
31
+
32
+ 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.
33
+
34
+ Original model: https://huggingface.co/WizardLM/WizardCoder-33B-V1.1
35
+
36
+ ## Download instructions
37
+
38
+ With git:
39
+
40
+ ```shell
41
+ git clone --single-branch --branch 4_0 https://huggingface.co/bartowski/WizardCoder-33B-V1.1-exl2
42
+ ```
43
+
44
+ With huggingface hub (credit to TheBloke for instructions):
45
+
46
+ ```shell
47
+ pip3 install huggingface-hub
48
+ ```
49
+
50
+ To download the `main` (only useful if you only care about measurement.json) branch to a folder called `WizardCoder-33B-V1.1-exl2`:
51
+
52
+ ```shell
53
+ mkdir WizardCoder-33B-V1.1-exl2
54
+ huggingface-cli download bartowski/WizardCoder-33B-V1.1-exl2 --local-dir WizardCoder-33B-V1.1-exl2 --local-dir-use-symlinks False
55
+ ```
56
+
57
+ To download from a different branch, add the `--revision` parameter:
58
+
59
+ ```shell
60
+ mkdir WizardCoder-33B-V1.1-exl2
61
+ huggingface-cli download bartowski/WizardCoder-33B-V1.1-exl2 --revision 4_0 --local-dir WizardCoder-33B-V1.1-exl2 --local-dir-use-symlinks False
62
+ ```
measurement.json ADDED
The diff for this file is too large to render. See raw diff