Text Generation
Transformers
English
code
Eval Results
Inference Endpoints
bartowski commited on
Commit
eb1faf1
1 Parent(s): 1cd7483

measurement.json

Browse files
Files changed (2) hide show
  1. README.md +90 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ library_name: transformers
5
+ pipeline_tag: text-generation
6
+ datasets:
7
+ - teknium/OpenHermes-2.5
8
+ - TokenBender/python_eval_instruct_51k
9
+ - codefuse-ai/Evol-instruction-66k
10
+ tags:
11
+ - code
12
+ license: apache-2.0
13
+ model-index:
14
+ - name: SpeechlessCoder
15
+ results:
16
+ - task:
17
+ type: text-generation
18
+ dataset:
19
+ type: openai_humaneval
20
+ name: HumanEval
21
+ metrics:
22
+ - name: pass@1
23
+ type: pass@1
24
+ value: 0.0
25
+ verified: false
26
+ quantized_by: bartowski
27
+ ---
28
+
29
+ ## Exllama v2 Quantizations of speechless-starcoder2-7b
30
+
31
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.15">turboderp's ExLlamaV2 v0.0.15</a> for quantization.
32
+
33
+ ## The "main" branch only contains the measurement.json, download one of the other branches for the model (see below)
34
+
35
+ Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
36
+
37
+ Conversion was done using the default calibration dataset.
38
+
39
+ 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.
40
+
41
+ Original model: https://huggingface.co/uukuguy/speechless-starcoder2-7b
42
+
43
+
44
+ <a href="https://huggingface.co/bartowski/speechless-starcoder2-7b-exl2/tree/8_0">8.0 bits per weight</a>
45
+
46
+ <a href="https://huggingface.co/bartowski/speechless-starcoder2-7b-exl2/tree/6_5">6.5 bits per weight</a>
47
+
48
+ <a href="https://huggingface.co/bartowski/speechless-starcoder2-7b-exl2/tree/5_0">5.0 bits per weight</a>
49
+
50
+ <a href="https://huggingface.co/bartowski/speechless-starcoder2-7b-exl2/tree/4_25">4.25 bits per weight</a>
51
+
52
+ <a href="https://huggingface.co/bartowski/speechless-starcoder2-7b-exl2/tree/3_5">3.5 bits per weight</a>
53
+
54
+
55
+ ## Download instructions
56
+
57
+ With git:
58
+
59
+ ```shell
60
+ git clone --single-branch --branch 6_5 https://huggingface.co/bartowski/speechless-starcoder2-7b-exl2
61
+ ```
62
+
63
+ With huggingface hub (credit to TheBloke for instructions):
64
+
65
+ ```shell
66
+ pip3 install huggingface-hub
67
+ ```
68
+
69
+ To download the `main` (only useful if you only care about measurement.json) branch to a folder called `speechless-starcoder2-7b-exl2`:
70
+
71
+ ```shell
72
+ mkdir speechless-starcoder2-7b-exl2
73
+ huggingface-cli download bartowski/speechless-starcoder2-7b-exl2 --local-dir speechless-starcoder2-7b-exl2 --local-dir-use-symlinks False
74
+ ```
75
+
76
+ To download from a different branch, add the `--revision` parameter:
77
+
78
+ Linux:
79
+
80
+ ```shell
81
+ mkdir speechless-starcoder2-7b-exl2-6_5
82
+ huggingface-cli download bartowski/speechless-starcoder2-7b-exl2 --revision 6_5 --local-dir speechless-starcoder2-7b-exl2-6_5 --local-dir-use-symlinks False
83
+ ```
84
+
85
+ Windows (which apparently doesn't like _ in folders sometimes?):
86
+
87
+ ```shell
88
+ mkdir speechless-starcoder2-7b-exl2-6.5
89
+ huggingface-cli download bartowski/speechless-starcoder2-7b-exl2 --revision 6_5 --local-dir speechless-starcoder2-7b-exl2-6.5 --local-dir-use-symlinks False
90
+ ```
measurement.json ADDED
The diff for this file is too large to render. See raw diff