Text Generation
bartowski commited on
Commit
58b7ade
1 Parent(s): 48834db

Main branch

Browse files
Files changed (2) hide show
  1. README.md +52 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: upstage/SOLAR-10.7B-Instruct-v1.0
3
+ license: cc-by-nc-4.0
4
+ datasets:
5
+ - teknium/openhermes
6
+ - garage-bAInd/Open-Platypus
7
+ - LDJnr/Capybara
8
+ quantized_by: bartowski
9
+ pipeline_tag: text-generation
10
+ ---
11
+
12
+ ## Exllama v2 Quantizations of Antares-11b-v1
13
+
14
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.11">turboderp's ExLlamaV2 v0.0.11</a> for quantization.
15
+
16
+ ## The "main" branch only contains the measurement.json, download one of the other branches for the model (see below)
17
+
18
+ Each branch contains an individual bits per weight, with the main one containing only the meaurement.json for further conversions.
19
+
20
+ Conversion was done using the default calibration dataset.
21
+
22
+ 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.
23
+
24
+ Original model: https://huggingface.co/decapoda-research/Antares-11b-v1
25
+
26
+ ## Download instructions
27
+
28
+ With git:
29
+
30
+ ```shell
31
+ git clone --single-branch --branch 4_0 https://huggingface.co/bartowski/Antares-11b-v1-exl2
32
+ ```
33
+
34
+ With huggingface hub (credit to TheBloke for instructions):
35
+
36
+ ```shell
37
+ pip3 install huggingface-hub
38
+ ```
39
+
40
+ To download the `main` (only useful if you only care about measurement.json) branch to a folder called `Antares-11b-v1-exl2`:
41
+
42
+ ```shell
43
+ mkdir Antares-11b-v1-exl2
44
+ huggingface-cli download bartowski/Antares-11b-v1-exl2 --local-dir Antares-11b-v1-exl2 --local-dir-use-symlinks False
45
+ ```
46
+
47
+ To download from a different branch, add the `--revision` parameter:
48
+
49
+ ```shell
50
+ mkdir Antares-11b-v1-exl2
51
+ huggingface-cli download bartowski/Antares-11b-v1-exl2 --revision 4_0 --local-dir Antares-11b-v1-exl2 --local-dir-use-symlinks False
52
+ ```
measurement.json ADDED
The diff for this file is too large to render. See raw diff