Text Generation
Transformers
English
Inference Endpoints
bartowski commited on
Commit
d0116db
1 Parent(s): 50bb874

Main branch

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