bartowski commited on
Commit
af574a3
·
verified ·
1 Parent(s): eb08c4b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +5 -16
README.md CHANGED
@@ -1,21 +1,11 @@
1
- ---
2
- base_model: Nexusflow/Athene-70B
3
- language:
4
- - en
5
- library_name: transformers
6
- license: cc-by-nc-4.0
7
- pipeline_tag: text-generation
8
- tags:
9
- - RLHF
10
- - Nexusflow
11
- - Athene
12
- - Chat Model
13
  quantized_by: bartowski
 
14
  ---
15
 
16
  ## Llamacpp imatrix Quantizations of Athene-70B
17
 
18
- Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3412">b3412</a> for quantization.
19
 
20
  Original model: https://huggingface.co/Nexusflow/Athene-70B
21
 
@@ -39,11 +29,8 @@ Run them in [LM Studio](https://lmstudio.ai/)
39
 
40
  | Filename | Quant type | File Size | Split | Description |
41
  | -------- | ---------- | --------- | ----- | ----------- |
42
- | [Athene-70B-f32.gguf](https://huggingface.co/bartowski/Athene-70B-GGUF/tree/main/Athene-70B-f32) | f32 | 282.22GB | true | Full F32 weights. |
43
  | [Athene-70B-Q8_0.gguf](https://huggingface.co/bartowski/Athene-70B-GGUF/tree/main/Athene-70B-Q8_0) | Q8_0 | 74.98GB | true | Extremely high quality, generally unneeded but max available quant. |
44
- | [Athene-70B-Q6_K_L.gguf](https://huggingface.co/bartowski/Athene-70B-GGUF/tree/main/Athene-70B-Q6_K_L) | Q6_K_L | 58.40GB | true | Uses Q8_0 for embed and output weights. Very high quality, near perfect, *recommended*. |
45
  | [Athene-70B-Q6_K.gguf](https://huggingface.co/bartowski/Athene-70B-GGUF/tree/main/Athene-70B-Q6_K) | Q6_K | 57.89GB | true | Very high quality, near perfect, *recommended*. |
46
- | [Athene-70B-Q5_K_L.gguf](https://huggingface.co/bartowski/Athene-70B-GGUF/tree/main/Athene-70B-Q5_K_L) | Q5_K_L | 50.60GB | true | Uses Q8_0 for embed and output weights. High quality, *recommended*. |
47
  | [Athene-70B-Q5_K_M.gguf](https://huggingface.co/bartowski/Athene-70B-GGUF/tree/main/Athene-70B-Q5_K_M) | Q5_K_M | 49.95GB | true | High quality, *recommended*. |
48
  | [Athene-70B-Q5_K_S.gguf](https://huggingface.co/bartowski/Athene-70B-GGUF/blob/main/Athene-70B-Q5_K_S.gguf) | Q5_K_S | 48.66GB | false | High quality, *recommended*. |
49
  | [Athene-70B-Q4_K_L.gguf](https://huggingface.co/bartowski/Athene-70B-GGUF/blob/main/Athene-70B-Q4_K_L.gguf) | Q4_K_L | 43.30GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. |
@@ -59,6 +46,8 @@ Run them in [LM Studio](https://lmstudio.ai/)
59
  | [Athene-70B-Q2_K_L.gguf](https://huggingface.co/bartowski/Athene-70B-GGUF/blob/main/Athene-70B-Q2_K_L.gguf) | Q2_K_L | 27.40GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. |
60
  | [Athene-70B-Q2_K.gguf](https://huggingface.co/bartowski/Athene-70B-GGUF/blob/main/Athene-70B-Q2_K.gguf) | Q2_K | 26.38GB | false | Very low quality but surprisingly usable. |
61
  | [Athene-70B-IQ2_M.gguf](https://huggingface.co/bartowski/Athene-70B-GGUF/blob/main/Athene-70B-IQ2_M.gguf) | IQ2_M | 24.12GB | false | Relatively low quality, uses SOTA techniques to be surprisingly usable. |
 
 
62
 
63
  ## Credits
64
 
 
1
+ ---
 
 
 
 
 
 
 
 
 
 
 
2
  quantized_by: bartowski
3
+ pipeline_tag: text-generation
4
  ---
5
 
6
  ## Llamacpp imatrix Quantizations of Athene-70B
7
 
8
+ Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/b3472">b3472</a> for quantization.
9
 
10
  Original model: https://huggingface.co/Nexusflow/Athene-70B
11
 
 
29
 
30
  | Filename | Quant type | File Size | Split | Description |
31
  | -------- | ---------- | --------- | ----- | ----------- |
 
32
  | [Athene-70B-Q8_0.gguf](https://huggingface.co/bartowski/Athene-70B-GGUF/tree/main/Athene-70B-Q8_0) | Q8_0 | 74.98GB | true | Extremely high quality, generally unneeded but max available quant. |
 
33
  | [Athene-70B-Q6_K.gguf](https://huggingface.co/bartowski/Athene-70B-GGUF/tree/main/Athene-70B-Q6_K) | Q6_K | 57.89GB | true | Very high quality, near perfect, *recommended*. |
 
34
  | [Athene-70B-Q5_K_M.gguf](https://huggingface.co/bartowski/Athene-70B-GGUF/tree/main/Athene-70B-Q5_K_M) | Q5_K_M | 49.95GB | true | High quality, *recommended*. |
35
  | [Athene-70B-Q5_K_S.gguf](https://huggingface.co/bartowski/Athene-70B-GGUF/blob/main/Athene-70B-Q5_K_S.gguf) | Q5_K_S | 48.66GB | false | High quality, *recommended*. |
36
  | [Athene-70B-Q4_K_L.gguf](https://huggingface.co/bartowski/Athene-70B-GGUF/blob/main/Athene-70B-Q4_K_L.gguf) | Q4_K_L | 43.30GB | false | Uses Q8_0 for embed and output weights. Good quality, *recommended*. |
 
46
  | [Athene-70B-Q2_K_L.gguf](https://huggingface.co/bartowski/Athene-70B-GGUF/blob/main/Athene-70B-Q2_K_L.gguf) | Q2_K_L | 27.40GB | false | Uses Q8_0 for embed and output weights. Very low quality but surprisingly usable. |
47
  | [Athene-70B-Q2_K.gguf](https://huggingface.co/bartowski/Athene-70B-GGUF/blob/main/Athene-70B-Q2_K.gguf) | Q2_K | 26.38GB | false | Very low quality but surprisingly usable. |
48
  | [Athene-70B-IQ2_M.gguf](https://huggingface.co/bartowski/Athene-70B-GGUF/blob/main/Athene-70B-IQ2_M.gguf) | IQ2_M | 24.12GB | false | Relatively low quality, uses SOTA techniques to be surprisingly usable. |
49
+ | [Athene-70B-IQ2_S.gguf](https://huggingface.co/bartowski/Athene-70B-GGUF/blob/main/Athene-70B-IQ2_S.gguf) | IQ2_S | 22.24GB | false | Low quality, uses SOTA techniques to be usable. |
50
+ | [Athene-70B-IQ2_XXS.gguf](https://huggingface.co/bartowski/Athene-70B-GGUF/blob/main/Athene-70B-IQ2_XXS.gguf) | IQ2_XXS | 19.10GB | false | Very low quality, uses SOTA techniques to be usable. |
51
 
52
  ## Credits
53