bartowski commited on
Commit
75156ac
1 Parent(s): 6ae3976

Main branch

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