morriszms commited on
Commit
c204c6c
·
verified ·
1 Parent(s): 27d1d7f

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ athene-noctua-13b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ athene-noctua-13b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ athene-noctua-13b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ athene-noctua-13b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ athene-noctua-13b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ athene-noctua-13b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ athene-noctua-13b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ athene-noctua-13b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ athene-noctua-13b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ athene-noctua-13b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ athene-noctua-13b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ athene-noctua-13b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: llama2
5
+ tags:
6
+ - logic
7
+ - reasoning
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: ibivibiv/athene-noctua-13b
11
+ model-index:
12
+ - name: athene-noctua-13b
13
+ results:
14
+ - task:
15
+ type: text-generation
16
+ name: Text Generation
17
+ dataset:
18
+ name: AI2 Reasoning Challenge (25-Shot)
19
+ type: ai2_arc
20
+ config: ARC-Challenge
21
+ split: test
22
+ args:
23
+ num_few_shot: 25
24
+ metrics:
25
+ - type: acc_norm
26
+ value: 57.17
27
+ name: normalized accuracy
28
+ source:
29
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=ibivibiv/athene-noctua-13b
30
+ name: Open LLM Leaderboard
31
+ - task:
32
+ type: text-generation
33
+ name: Text Generation
34
+ dataset:
35
+ name: HellaSwag (10-Shot)
36
+ type: hellaswag
37
+ split: validation
38
+ args:
39
+ num_few_shot: 10
40
+ metrics:
41
+ - type: acc_norm
42
+ value: 81.52
43
+ name: normalized accuracy
44
+ source:
45
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=ibivibiv/athene-noctua-13b
46
+ name: Open LLM Leaderboard
47
+ - task:
48
+ type: text-generation
49
+ name: Text Generation
50
+ dataset:
51
+ name: MMLU (5-Shot)
52
+ type: cais/mmlu
53
+ config: all
54
+ split: test
55
+ args:
56
+ num_few_shot: 5
57
+ metrics:
58
+ - type: acc
59
+ value: 55.91
60
+ name: accuracy
61
+ source:
62
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=ibivibiv/athene-noctua-13b
63
+ name: Open LLM Leaderboard
64
+ - task:
65
+ type: text-generation
66
+ name: Text Generation
67
+ dataset:
68
+ name: TruthfulQA (0-shot)
69
+ type: truthful_qa
70
+ config: multiple_choice
71
+ split: validation
72
+ args:
73
+ num_few_shot: 0
74
+ metrics:
75
+ - type: mc2
76
+ value: 47.49
77
+ source:
78
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=ibivibiv/athene-noctua-13b
79
+ name: Open LLM Leaderboard
80
+ - task:
81
+ type: text-generation
82
+ name: Text Generation
83
+ dataset:
84
+ name: Winogrande (5-shot)
85
+ type: winogrande
86
+ config: winogrande_xl
87
+ split: validation
88
+ args:
89
+ num_few_shot: 5
90
+ metrics:
91
+ - type: acc
92
+ value: 73.4
93
+ name: accuracy
94
+ source:
95
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=ibivibiv/athene-noctua-13b
96
+ name: Open LLM Leaderboard
97
+ - task:
98
+ type: text-generation
99
+ name: Text Generation
100
+ dataset:
101
+ name: GSM8k (5-shot)
102
+ type: gsm8k
103
+ config: main
104
+ split: test
105
+ args:
106
+ num_few_shot: 5
107
+ metrics:
108
+ - type: acc
109
+ value: 15.31
110
+ name: accuracy
111
+ source:
112
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=ibivibiv/athene-noctua-13b
113
+ name: Open LLM Leaderboard
114
+ ---
115
+
116
+ <div style="width: auto; margin-left: auto; margin-right: auto">
117
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
118
+ </div>
119
+ <div style="display: flex; justify-content: space-between; width: 100%;">
120
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
121
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
122
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
123
+ </p>
124
+ </div>
125
+ </div>
126
+
127
+ ## ibivibiv/athene-noctua-13b - GGUF
128
+
129
+ This repo contains GGUF format model files for [ibivibiv/athene-noctua-13b](https://huggingface.co/ibivibiv/athene-noctua-13b).
130
+
131
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
132
+
133
+ <div style="text-align: left; margin: 20px 0;">
134
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
135
+ Run them on the TensorBlock client using your local machine ↗
136
+ </a>
137
+ </div>
138
+
139
+ ## Prompt template
140
+
141
+ ```
142
+
143
+ ```
144
+
145
+ ## Model file specification
146
+
147
+ | Filename | Quant type | File Size | Description |
148
+ | -------- | ---------- | --------- | ----------- |
149
+ | [athene-noctua-13b-Q2_K.gguf](https://huggingface.co/tensorblock/athene-noctua-13b-GGUF/blob/main/athene-noctua-13b-Q2_K.gguf) | Q2_K | 4.854 GB | smallest, significant quality loss - not recommended for most purposes |
150
+ | [athene-noctua-13b-Q3_K_S.gguf](https://huggingface.co/tensorblock/athene-noctua-13b-GGUF/blob/main/athene-noctua-13b-Q3_K_S.gguf) | Q3_K_S | 5.659 GB | very small, high quality loss |
151
+ | [athene-noctua-13b-Q3_K_M.gguf](https://huggingface.co/tensorblock/athene-noctua-13b-GGUF/blob/main/athene-noctua-13b-Q3_K_M.gguf) | Q3_K_M | 6.338 GB | very small, high quality loss |
152
+ | [athene-noctua-13b-Q3_K_L.gguf](https://huggingface.co/tensorblock/athene-noctua-13b-GGUF/blob/main/athene-noctua-13b-Q3_K_L.gguf) | Q3_K_L | 6.930 GB | small, substantial quality loss |
153
+ | [athene-noctua-13b-Q4_0.gguf](https://huggingface.co/tensorblock/athene-noctua-13b-GGUF/blob/main/athene-noctua-13b-Q4_0.gguf) | Q4_0 | 7.366 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
154
+ | [athene-noctua-13b-Q4_K_S.gguf](https://huggingface.co/tensorblock/athene-noctua-13b-GGUF/blob/main/athene-noctua-13b-Q4_K_S.gguf) | Q4_K_S | 7.423 GB | small, greater quality loss |
155
+ | [athene-noctua-13b-Q4_K_M.gguf](https://huggingface.co/tensorblock/athene-noctua-13b-GGUF/blob/main/athene-noctua-13b-Q4_K_M.gguf) | Q4_K_M | 7.866 GB | medium, balanced quality - recommended |
156
+ | [athene-noctua-13b-Q5_0.gguf](https://huggingface.co/tensorblock/athene-noctua-13b-GGUF/blob/main/athene-noctua-13b-Q5_0.gguf) | Q5_0 | 8.972 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
157
+ | [athene-noctua-13b-Q5_K_S.gguf](https://huggingface.co/tensorblock/athene-noctua-13b-GGUF/blob/main/athene-noctua-13b-Q5_K_S.gguf) | Q5_K_S | 8.972 GB | large, low quality loss - recommended |
158
+ | [athene-noctua-13b-Q5_K_M.gguf](https://huggingface.co/tensorblock/athene-noctua-13b-GGUF/blob/main/athene-noctua-13b-Q5_K_M.gguf) | Q5_K_M | 9.230 GB | large, very low quality loss - recommended |
159
+ | [athene-noctua-13b-Q6_K.gguf](https://huggingface.co/tensorblock/athene-noctua-13b-GGUF/blob/main/athene-noctua-13b-Q6_K.gguf) | Q6_K | 10.679 GB | very large, extremely low quality loss |
160
+ | [athene-noctua-13b-Q8_0.gguf](https://huggingface.co/tensorblock/athene-noctua-13b-GGUF/blob/main/athene-noctua-13b-Q8_0.gguf) | Q8_0 | 13.831 GB | very large, extremely low quality loss - not recommended |
161
+
162
+
163
+ ## Downloading instruction
164
+
165
+ ### Command line
166
+
167
+ Firstly, install Huggingface Client
168
+
169
+ ```shell
170
+ pip install -U "huggingface_hub[cli]"
171
+ ```
172
+
173
+ Then, downoad the individual model file the a local directory
174
+
175
+ ```shell
176
+ huggingface-cli download tensorblock/athene-noctua-13b-GGUF --include "athene-noctua-13b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
177
+ ```
178
+
179
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
180
+
181
+ ```shell
182
+ huggingface-cli download tensorblock/athene-noctua-13b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
183
+ ```
athene-noctua-13b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8179376528dc7200dafaf9687a13b7ad2b61e2326053461f2d6b6dfea755145e
3
+ size 4854270368
athene-noctua-13b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e78fbef9dbff2b3c45e62e6391a9b25fc90710feb857b4f742931e364b88bbf1
3
+ size 6929559968
athene-noctua-13b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5716f7ae9d8a64b950a9b646fef1c0e93c0b3455c7d9c3a391907dfbbf6a1a4c
3
+ size 6337769888
athene-noctua-13b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06933a683ecb3797549b78cf9dfb8813184fab55bce11b76cc55acae07c14f75
3
+ size 5658980768
athene-noctua-13b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:065cd87fc6848a5d7393352ba8cdd47dbcd3d4ab9b4f9ad92f9cbf88d2a97741
3
+ size 7365835168
athene-noctua-13b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:463cca4bd2f01c45fa035eab266983164606fc182cb193c5dfc6b6f655eed30f
3
+ size 7865956768
athene-noctua-13b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5456da085208af6d871c136df13a259de4cb1740bea507e91aa12448feb7815e
3
+ size 7423179168
athene-noctua-13b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d5c788f41c568924cac94f09b9e76df5e30bcb2f3bd500388154ea7dfd15308
3
+ size 8972286368
athene-noctua-13b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2e957120b2beab98d242ca0a93d4567e0df657c7ac4113768a0f594685c75ef
3
+ size 9229924768
athene-noctua-13b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8448baff9d29cd312dc1be8079c030524d43ae346153a526ba06f4191a2be0e8
3
+ size 8972286368
athene-noctua-13b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:422a66fe141a034fc3d627345b2668b0c083c6204220036c09c9a0c617a5b88e
3
+ size 10679140768
athene-noctua-13b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1395bd61c6adc9e4f88600ec3e9ac70654073694f22c1bdf15e91c34aff79085
3
+ size 13831319968