Text Generation
Transformers
openchat
mistral
C-RLFT
Inference Endpoints
bartowski commited on
Commit
afb9bb8
1 Parent(s): cd2fc45

Main branch

Browse files
Files changed (2) hide show
  1. README.md +61 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - openchat
5
+ - mistral
6
+ - C-RLFT
7
+ datasets:
8
+ - openchat/openchat_sharegpt4_dataset
9
+ - imone/OpenOrca_FLAN
10
+ - LDJnr/LessWrong-Amplify-Instruct
11
+ - LDJnr/Pure-Dove
12
+ - LDJnr/Verified-Camel
13
+ - tiedong/goat
14
+ - glaiveai/glaive-code-assistant
15
+ - meta-math/MetaMathQA
16
+ - OpenAssistant/oasst_top1_2023-08-25
17
+ - TIGER-Lab/MathInstruct
18
+ library_name: transformers
19
+ pipeline_tag: text-generation
20
+ quantized_by: bartowski
21
+ ---
22
+
23
+ ## Exllama v2 Quantizations of openchat-3.5-1210
24
+
25
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.10">turboderp's ExLlamaV2 v0.0.10</a> for quantization.
26
+
27
+ Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
28
+
29
+ Conversion was done using VMWareOpenInstruct.parquet as calibration dataset.
30
+
31
+ 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.
32
+
33
+ Original model: https://huggingface.co/openchat/openchat-3.5-1210
34
+
35
+ ## Download instructions
36
+
37
+ With git:
38
+
39
+ ```shell
40
+ git clone --single-branch --branch 4_0 https://huggingface.co/bartowski/openchat-3.5-1210-exl2
41
+ ```
42
+
43
+ With huggingface hub (credit to TheBloke for instructions):
44
+
45
+ ```shell
46
+ pip3 install huggingface-hub
47
+ ```
48
+
49
+ To download the `main` (only useful if you only care about measurement.json) branch to a folder called `openchat-3.5-1210-exl2`:
50
+
51
+ ```shell
52
+ mkdir openchat-3.5-1210-exl2
53
+ huggingface-cli download bartowski/openchat-3.5-1210-exl2 --local-dir openchat-3.5-1210-exl2 --local-dir-use-symlinks False
54
+ ```
55
+
56
+ To download from a different branch, add the `--revision` parameter:
57
+
58
+ ```shell
59
+ mkdir openchat-3.5-1210-exl2
60
+ huggingface-cli download bartowski/openchat-3.5-1210-exl2 --revision 4_0 --local-dir openchat-3.5-1210-exl2 --local-dir-use-symlinks False
61
+ ```
measurement.json ADDED
The diff for this file is too large to render. See raw diff