bartowski commited on
Commit
43e1893
·
1 Parent(s): 5ac467f

Main branch

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