Text Generation
English
bartowski commited on
Commit
9ecf4a6
1 Parent(s): 1ee2c36

measurement.json

Browse files
Files changed (2) hide show
  1. README.md +69 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - ehartford/dolphin
4
+ - jondurbin/airoboros-2.2.1
5
+ - ehartford/dolphin-coder
6
+ - teknium/openhermes
7
+ - ise-uiuc/Magicoder-OSS-Instruct-75K
8
+ - ise-uiuc/Magicoder-Evol-Instruct-110K
9
+ - LDJnr/Capybara
10
+ language:
11
+ - en
12
+ license: apache-2.0
13
+ quantized_by: bartowski
14
+ pipeline_tag: text-generation
15
+ ---
16
+
17
+ ## Exllama v2 Quantizations of UNA-dolphin-2.6-mistral-7b-dpo-laser
18
+
19
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.11">turboderp's ExLlamaV2 v0.0.11</a> for quantization.
20
+
21
+ # The "main" branch only contains the measurement.json, download one of the other branches for the model (see below)
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 the default calibration dataset.
26
+
27
+ 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.
28
+
29
+ Original model: https://huggingface.co/fblgit/UNA-dolphin-2.6-mistral-7b-dpo-laser
30
+
31
+
32
+
33
+ <a href="https://huggingface.co/bartowski/UNA-dolphin-2.6-mistral-7b-dpo-laser-exl2/tree/8_0">8.0 bits per weight</a>
34
+
35
+ <a href="https://huggingface.co/bartowski/UNA-dolphin-2.6-mistral-7b-dpo-laser-exl2/tree/6_5">6.5 bits per weight</a>
36
+
37
+ <a href="https://huggingface.co/bartowski/UNA-dolphin-2.6-mistral-7b-dpo-laser-exl2/tree/5_0">5.0 bits per weight</a>
38
+
39
+ <a href="https://huggingface.co/bartowski/UNA-dolphin-2.6-mistral-7b-dpo-laser-exl2/tree/4_0">4.0 bits per weight</a>
40
+
41
+ <a href="https://huggingface.co/bartowski/UNA-dolphin-2.6-mistral-7b-dpo-laser-exl2/tree/3_5">3.5 bits per weight</a>
42
+
43
+ ## Download instructions
44
+
45
+ With git:
46
+
47
+ ```shell
48
+ git clone --single-branch --branch 4_0 https://huggingface.co/bartowski/UNA-dolphin-2.6-mistral-7b-dpo-laser-exl2
49
+ ```
50
+
51
+ With huggingface hub (credit to TheBloke for instructions):
52
+
53
+ ```shell
54
+ pip3 install huggingface-hub
55
+ ```
56
+
57
+ To download the `main` (only useful if you only care about measurement.json) branch to a folder called `UNA-dolphin-2.6-mistral-7b-dpo-laser-exl2`:
58
+
59
+ ```shell
60
+ mkdir UNA-dolphin-2.6-mistral-7b-dpo-laser-exl2
61
+ huggingface-cli download bartowski/UNA-dolphin-2.6-mistral-7b-dpo-laser-exl2 --local-dir UNA-dolphin-2.6-mistral-7b-dpo-laser-exl2 --local-dir-use-symlinks False
62
+ ```
63
+
64
+ To download from a different branch, add the `--revision` parameter:
65
+
66
+ ```shell
67
+ mkdir UNA-dolphin-2.6-mistral-7b-dpo-laser-exl2
68
+ huggingface-cli download bartowski/UNA-dolphin-2.6-mistral-7b-dpo-laser-exl2 --revision 4_0 --local-dir UNA-dolphin-2.6-mistral-7b-dpo-laser-exl2 --local-dir-use-symlinks False
69
+ ```
measurement.json ADDED
The diff for this file is too large to render. See raw diff