bartowski commited on
Commit
a951fd6
1 Parent(s): 99d1385

Main branch

Browse files
Files changed (2) hide show
  1. README.md +46 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - emozilla/yarn-train-tokenized-16k-mistral
4
+ metrics:
5
+ - perplexity
6
+ library_name: transformers
7
+ quantized_by: bartowski
8
+ ---
9
+
10
+ ## Exllama v2 Quantizations of Yarn-Mistral-7b-128k
11
+
12
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.7">turboderp's ExLlamaV2 v0.0.7</a> for quantization.
13
+
14
+ Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
15
+
16
+ Conversion was done using wikitext-103-raw-v1-test.parquet as calibration dataset.
17
+
18
+ Original model: https://huggingface.co/NousResearch/Yarn-Mistral-7b-128k
19
+
20
+ ## Download instructions
21
+
22
+ With git:
23
+
24
+ ```shell
25
+ git clone --single-branch --branch 4.0 https://huggingface.co/bartowski/Yarn-Mistral-7b-128k-exl2
26
+ ```
27
+
28
+ With huggingface hub (credit to TheBloke for instructions):
29
+
30
+ ```shell
31
+ pip3 install huggingface-hub
32
+ ```
33
+
34
+ To download the `main` (only useful if you only care about measurement.json) branch to a folder called `Yarn-Mistral-7b-128k-exl2`:
35
+
36
+ ```shell
37
+ mkdir Yarn-Mistral-7b-128k-exl2
38
+ huggingface-cli download bartowski/Yarn-Mistral-7b-128k-exl2 --local-dir Yarn-Mistral-7b-128k-exl2 --local-dir-use-symlinks False
39
+ ```
40
+
41
+ To download from a different branch, add the `--revision` parameter:
42
+
43
+ ```shell
44
+ mkdir Yarn-Mistral-7b-128k-exl2
45
+ huggingface-cli download bartowski/Yarn-Mistral-7b-128k-exl2 --revision 4.0 --local-dir Yarn-Mistral-7b-128k-exl2 --local-dir-use-symlinks False
46
+ ```
measurement.json ADDED
The diff for this file is too large to render. See raw diff