bartowski commited on
Commit
06126e9
1 Parent(s): 8e4bf77

Main branch

Browse files
Files changed (2) hide show
  1. README.md +59 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - llama
4
+ - uncensored
5
+ - merge
6
+ - mix
7
+ - slerp
8
+ - spherical linear interpolation merge
9
+ - mistral
10
+ - hermes
11
+ - openhermes
12
+ - dolphin
13
+ - zephyr
14
+ - naberius
15
+ - 7b
16
+ - llama2
17
+ license: apache-2.0
18
+ language:
19
+ - en
20
+ quantized_by: bartowski
21
+ ---
22
+
23
+ ## Exllama v2 Quantizations of Naberius-7B
24
+
25
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.7">turboderp's ExLlamaV2 v0.0.7</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 wikitext-103-raw-v1-test.parquet as calibration dataset.
30
+
31
+ Original model: https://huggingface.co/CalderaAI/Naberius-7B
32
+
33
+ ## Download instructions
34
+
35
+ With git:
36
+
37
+ ```shell
38
+ git clone --single-branch --branch 4.0 https://huggingface.co/bartowski/Naberius-7B-exl2
39
+ ```
40
+
41
+ With huggingface hub (credit to TheBloke for instructions):
42
+
43
+ ```shell
44
+ pip3 install huggingface-hub
45
+ ```
46
+
47
+ To download the `main` (only useful if you only care about measurement.json) branch to a folder called `Naberius-7B-exl2`:
48
+
49
+ ```shell
50
+ mkdir Naberius-7B-exl2
51
+ huggingface-cli download bartowski/Naberius-7B-exl2 --local-dir Naberius-7B-exl2 --local-dir-use-symlinks False
52
+ ```
53
+
54
+ To download from a different branch, add the `--revision` parameter:
55
+
56
+ ```shell
57
+ mkdir Naberius-7B-exl2
58
+ huggingface-cli download bartowski/Naberius-7B-exl2 --revision 4.0 --local-dir Naberius-7B-exl2 --local-dir-use-symlinks False
59
+ ```
measurement.json ADDED
The diff for this file is too large to render. See raw diff