Text Generation
Transformers
juanako
UNA
cybertron
fbl
Inference Endpoints
bartowski commited on
Commit
8bcd0f3
1 Parent(s): a2cc1c6

Main branch

Browse files
Files changed (2) hide show
  1. README.md +55 -0
  2. measurement.json +0 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - fblgit/tree-of-knowledge
5
+ - Open-Orca/SlimOrca-Dedup
6
+ - allenai/ultrafeedback_binarized_cleaned
7
+ library_name: transformers
8
+ tags:
9
+ - juanako
10
+ - UNA
11
+ - cybertron
12
+ - fbl
13
+ quantized_by: bartowski
14
+ pipeline_tag: text-generation
15
+ ---
16
+
17
+ ## Exllama v2 Quantizations of una-cybertron-7b-v2-bf16
18
+
19
+ Using <a href="https://github.com/turboderp/exllamav2/releases/tag/v0.0.10">turboderp's ExLlamaV2 v0.0.10</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
+ 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.
26
+
27
+ Original model: https://huggingface.co/fblgit/una-cybertron-7b-v2-bf16
28
+
29
+ ## Download instructions
30
+
31
+ With git:
32
+
33
+ ```shell
34
+ git clone --single-branch --branch 4_0 https://huggingface.co/bartowski/una-cybertron-7b-v2-bf16-exl2
35
+ ```
36
+
37
+ With huggingface hub (credit to TheBloke for instructions):
38
+
39
+ ```shell
40
+ pip3 install huggingface-hub
41
+ ```
42
+
43
+ To download the `main` (only useful if you only care about measurement.json) branch to a folder called `una-cybertron-7b-v2-bf16-exl2`:
44
+
45
+ ```shell
46
+ mkdir una-cybertron-7b-v2-bf16-exl2
47
+ huggingface-cli download bartowski/una-cybertron-7b-v2-bf16-exl2 --local-dir una-cybertron-7b-v2-bf16-exl2 --local-dir-use-symlinks False
48
+ ```
49
+
50
+ To download from a different branch, add the `--revision` parameter:
51
+
52
+ ```shell
53
+ mkdir una-cybertron-7b-v2-bf16-exl2
54
+ huggingface-cli download bartowski/una-cybertron-7b-v2-bf16-exl2 --revision 4_0 --local-dir una-cybertron-7b-v2-bf16-exl2 --local-dir-use-symlinks False
55
+ ```
measurement.json ADDED
The diff for this file is too large to render. See raw diff