Text Generation
Transformers
English
Inference Endpoints
bartowski commited on
Commit
efbb9dd
1 Parent(s): 5ba5387

Main branch

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