Text Generation
English
bartowski commited on
Commit
c46e66d
1 Parent(s): d2321f8

Main branch

Browse files
Files changed (2) hide show
  1. README.md +56 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ - argilla/ultrafeedback-binarized-preferences-cleaned
11
+ language:
12
+ - en
13
+ license: apache-2.0
14
+ quantized_by: bartowski
15
+ pipeline_tag: text-generation
16
+ ---
17
+
18
+ ## Exllama v2 Quantizations of dolphin-2.6-mistral-7b-dpo-laser
19
+
20
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.11">turboderp's ExLlamaV2 v0.0.11</a> for quantization.
21
+
22
+ Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
23
+
24
+ Conversion was done using the default calibration dataset.
25
+
26
+ 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.
27
+
28
+ Original model: https://huggingface.co/cognitivecomputations/dolphin-2.6-mistral-7b-dpo-laser/
29
+
30
+ ## Download instructions
31
+
32
+ With git:
33
+
34
+ ```shell
35
+ git clone --single-branch --branch 4_0 https://huggingface.co/bartowski/dolphin-2.6-mistral-7b-dpo-laser-exl2
36
+ ```
37
+
38
+ With huggingface hub (credit to TheBloke for instructions):
39
+
40
+ ```shell
41
+ pip3 install huggingface-hub
42
+ ```
43
+
44
+ To download the `main` (only useful if you only care about measurement.json) branch to a folder called `dolphin-2.6-mistral-7b-dpo-laser-exl2`:
45
+
46
+ ```shell
47
+ mkdir dolphin-2.6-mistral-7b-dpo-laser-exl2
48
+ huggingface-cli download bartowski/dolphin-2.6-mistral-7b-dpo-laser-exl2 --local-dir dolphin-2.6-mistral-7b-dpo-laser-exl2 --local-dir-use-symlinks False
49
+ ```
50
+
51
+ To download from a different branch, add the `--revision` parameter:
52
+
53
+ ```shell
54
+ mkdir dolphin-2.6-mistral-7b-dpo-laser-exl2
55
+ huggingface-cli download bartowski/dolphin-2.6-mistral-7b-dpo-laser-exl2 --revision 4_0 --local-dir dolphin-2.6-mistral-7b-dpo-laser-exl2 --local-dir-use-symlinks False
56
+ ```
measurement.json ADDED
The diff for this file is too large to render. See raw diff