English
code
bartowski commited on
Commit
da8119b
1 Parent(s): 39c30ee

Main branch

Browse files
Files changed (2) hide show
  1. README.md +48 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-nd-4.0
3
+ datasets:
4
+ - ajibawa-2023/Python-Code-23k-ShareGPT
5
+ language:
6
+ - en
7
+ tags:
8
+ - code
9
+ quantized_by: bartowski
10
+ ---
11
+
12
+ ## Exllama v2 Quantizations of Python-Code-13B
13
+
14
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.8">turboderp's ExLlamaV2 v0.0.8</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 Evol-Instruct-Code-80k-v1.parquet as calibration dataset.
19
+
20
+ Original model: https://huggingface.co/ajibawa-2023/Python-Code-13B
21
+
22
+ ## Download instructions
23
+
24
+ With git:
25
+
26
+ ```shell
27
+ git clone --single-branch --branch 4.0 https://huggingface.co/bartowski/Python-Code-13B-exl2
28
+ ```
29
+
30
+ With huggingface hub (credit to TheBloke for instructions):
31
+
32
+ ```shell
33
+ pip3 install huggingface-hub
34
+ ```
35
+
36
+ To download the `main` (only useful if you only care about measurement.json) branch to a folder called `Python-Code-13B-exl2`:
37
+
38
+ ```shell
39
+ mkdir Python-Code-13B-exl2
40
+ huggingface-cli download bartowski/Python-Code-13B-exl2 --local-dir Python-Code-13B-exl2 --local-dir-use-symlinks False
41
+ ```
42
+
43
+ To download from a different branch, add the `--revision` parameter:
44
+
45
+ ```shell
46
+ mkdir Python-Code-13B-exl2
47
+ huggingface-cli download bartowski/Python-Code-13B-exl2 --revision 4.0 --local-dir Python-Code-13B-exl2 --local-dir-use-symlinks False
48
+ ```
measurement.json ADDED
The diff for this file is too large to render. See raw diff