English
Generated from Trainer
bartowski commited on
Commit
158a640
1 Parent(s): 2d4475f

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
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: zephyr-7b-beta
6
+ results: []
7
+ license: mit
8
+ datasets:
9
+ - HuggingFaceH4/ultrachat_200k
10
+ - HuggingFaceH4/ultrafeedback_binarized
11
+ language:
12
+ - en
13
+ base_model: mistralai/Mistral-7B-v0.1
14
+ quantized_by: bartowski
15
+ ---
16
+
17
+ ## Exllama v2 Quantizations of zephyr-7b-beta
18
+
19
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.7">turboderp's ExLlamaV2 v0.0.7</a> for quantization.
20
+
21
+ Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
22
+
23
+ Conversion was done using wikitext-103-raw-v1-test.parquet as calibration dataset.
24
+
25
+ Original model: https://huggingface.co/HuggingFaceH4/zephyr-7b-beta
26
+
27
+ ## Download instructions
28
+
29
+ With git:
30
+
31
+ ```shell
32
+ git clone --single-branch --branch 4.0 https://huggingface.co/bartowski/zephyr-7b-beta-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 `zephyr-7b-beta-exl2`:
42
+
43
+ ```shell
44
+ mkdir zephyr-7b-beta-exl2
45
+ huggingface-cli download bartowski/zephyr-7b-beta-exl2 --local-dir zephyr-7b-beta-exl2 --local-dir-use-symlinks False
46
+ ```
47
+
48
+ To download from a different branch, add the `--revision` parameter:
49
+
50
+ ```shell
51
+ mkdir zephyr-7b-beta-exl2
52
+ huggingface-cli download bartowski/zephyr-7b-beta-exl2 --revision 4.0 --local-dir zephyr-7b-beta-exl2 --local-dir-use-symlinks False
53
+ ```
measurement.json ADDED
The diff for this file is too large to render. See raw diff