Transformers
GGUF
juanako
UNA
cybertron
fbl
TensorBlock
GGUF
Eval Results
morriszms commited on
Commit
080d922
·
verified ·
1 Parent(s): 1de3bf3

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
+ una-cybertron-7b-v2-bf16-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ una-cybertron-7b-v2-bf16-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ una-cybertron-7b-v2-bf16-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ una-cybertron-7b-v2-bf16-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ una-cybertron-7b-v2-bf16-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ una-cybertron-7b-v2-bf16-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ una-cybertron-7b-v2-bf16-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ una-cybertron-7b-v2-bf16-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ una-cybertron-7b-v2-bf16-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ una-cybertron-7b-v2-bf16-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ una-cybertron-7b-v2-bf16-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ una-cybertron-7b-v2-bf16-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ tags:
5
+ - juanako
6
+ - UNA
7
+ - cybertron
8
+ - fbl
9
+ - TensorBlock
10
+ - GGUF
11
+ datasets:
12
+ - fblgit/tree-of-knowledge
13
+ - Open-Orca/SlimOrca-Dedup
14
+ - allenai/ultrafeedback_binarized_cleaned
15
+ base_model: fblgit/una-cybertron-7b-v2-bf16
16
+ model-index:
17
+ - name: una-cybertron-7b-v2-bf16
18
+ results:
19
+ - task:
20
+ type: text-generation
21
+ name: Text Generation
22
+ dataset:
23
+ name: AI2 Reasoning Challenge (25-Shot)
24
+ type: ai2_arc
25
+ config: ARC-Challenge
26
+ split: test
27
+ args:
28
+ num_few_shot: 25
29
+ metrics:
30
+ - type: acc_norm
31
+ value: 68.26
32
+ name: normalized accuracy
33
+ source:
34
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=fblgit/una-cybertron-7b-v2-bf16
35
+ name: Open LLM Leaderboard
36
+ - task:
37
+ type: text-generation
38
+ name: Text Generation
39
+ dataset:
40
+ name: HellaSwag (10-Shot)
41
+ type: hellaswag
42
+ split: validation
43
+ args:
44
+ num_few_shot: 10
45
+ metrics:
46
+ - type: acc_norm
47
+ value: 85.85
48
+ name: normalized accuracy
49
+ source:
50
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=fblgit/una-cybertron-7b-v2-bf16
51
+ name: Open LLM Leaderboard
52
+ - task:
53
+ type: text-generation
54
+ name: Text Generation
55
+ dataset:
56
+ name: MMLU (5-Shot)
57
+ type: cais/mmlu
58
+ config: all
59
+ split: test
60
+ args:
61
+ num_few_shot: 5
62
+ metrics:
63
+ - type: acc
64
+ value: 63.23
65
+ name: accuracy
66
+ source:
67
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=fblgit/una-cybertron-7b-v2-bf16
68
+ name: Open LLM Leaderboard
69
+ - task:
70
+ type: text-generation
71
+ name: Text Generation
72
+ dataset:
73
+ name: TruthfulQA (0-shot)
74
+ type: truthful_qa
75
+ config: multiple_choice
76
+ split: validation
77
+ args:
78
+ num_few_shot: 0
79
+ metrics:
80
+ - type: mc2
81
+ value: 64.63
82
+ source:
83
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=fblgit/una-cybertron-7b-v2-bf16
84
+ name: Open LLM Leaderboard
85
+ - task:
86
+ type: text-generation
87
+ name: Text Generation
88
+ dataset:
89
+ name: Winogrande (5-shot)
90
+ type: winogrande
91
+ config: winogrande_xl
92
+ split: validation
93
+ args:
94
+ num_few_shot: 5
95
+ metrics:
96
+ - type: acc
97
+ value: 80.98
98
+ name: accuracy
99
+ source:
100
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=fblgit/una-cybertron-7b-v2-bf16
101
+ name: Open LLM Leaderboard
102
+ - task:
103
+ type: text-generation
104
+ name: Text Generation
105
+ dataset:
106
+ name: GSM8k (5-shot)
107
+ type: gsm8k
108
+ config: main
109
+ split: test
110
+ args:
111
+ num_few_shot: 5
112
+ metrics:
113
+ - type: acc
114
+ value: 55.04
115
+ name: accuracy
116
+ source:
117
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=fblgit/una-cybertron-7b-v2-bf16
118
+ name: Open LLM Leaderboard
119
+ ---
120
+
121
+ <div style="width: auto; margin-left: auto; margin-right: auto">
122
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
123
+ </div>
124
+ <div style="display: flex; justify-content: space-between; width: 100%;">
125
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
126
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
127
+ 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>
128
+ </p>
129
+ </div>
130
+ </div>
131
+
132
+ ## fblgit/una-cybertron-7b-v2-bf16 - GGUF
133
+
134
+ This repo contains GGUF format model files for [fblgit/una-cybertron-7b-v2-bf16](https://huggingface.co/fblgit/una-cybertron-7b-v2-bf16).
135
+
136
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5165](https://github.com/ggml-org/llama.cpp/commit/1d735c0b4fa0551c51c2f4ac888dd9a01f447985).
137
+
138
+ ## Our projects
139
+ <table border="1" cellspacing="0" cellpadding="10">
140
+ <tr>
141
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
142
+ <th style="font-size: 25px;">TensorBlock Studio</th>
143
+ </tr>
144
+ <tr>
145
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
146
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
147
+ </tr>
148
+ <tr>
149
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
150
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
151
+ </tr>
152
+ <tr>
153
+ <th>
154
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
155
+ display: inline-block;
156
+ padding: 8px 16px;
157
+ background-color: #FF7F50;
158
+ color: white;
159
+ text-decoration: none;
160
+ border-radius: 6px;
161
+ font-weight: bold;
162
+ font-family: sans-serif;
163
+ ">���� See what we built 👀</a>
164
+ </th>
165
+ <th>
166
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
167
+ display: inline-block;
168
+ padding: 8px 16px;
169
+ background-color: #FF7F50;
170
+ color: white;
171
+ text-decoration: none;
172
+ border-radius: 6px;
173
+ font-weight: bold;
174
+ font-family: sans-serif;
175
+ ">👀 See what we built 👀</a>
176
+ </th>
177
+ </tr>
178
+ </table>
179
+
180
+ ## Prompt template
181
+
182
+ ```
183
+
184
+ ```
185
+
186
+ ## Model file specification
187
+
188
+ | Filename | Quant type | File Size | Description |
189
+ | -------- | ---------- | --------- | ----------- |
190
+ | [una-cybertron-7b-v2-bf16-Q2_K.gguf](https://huggingface.co/tensorblock/fblgit_una-cybertron-7b-v2-bf16-GGUF/blob/main/una-cybertron-7b-v2-bf16-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
191
+ | [una-cybertron-7b-v2-bf16-Q3_K_S.gguf](https://huggingface.co/tensorblock/fblgit_una-cybertron-7b-v2-bf16-GGUF/blob/main/una-cybertron-7b-v2-bf16-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
192
+ | [una-cybertron-7b-v2-bf16-Q3_K_M.gguf](https://huggingface.co/tensorblock/fblgit_una-cybertron-7b-v2-bf16-GGUF/blob/main/una-cybertron-7b-v2-bf16-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
193
+ | [una-cybertron-7b-v2-bf16-Q3_K_L.gguf](https://huggingface.co/tensorblock/fblgit_una-cybertron-7b-v2-bf16-GGUF/blob/main/una-cybertron-7b-v2-bf16-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
194
+ | [una-cybertron-7b-v2-bf16-Q4_0.gguf](https://huggingface.co/tensorblock/fblgit_una-cybertron-7b-v2-bf16-GGUF/blob/main/una-cybertron-7b-v2-bf16-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
195
+ | [una-cybertron-7b-v2-bf16-Q4_K_S.gguf](https://huggingface.co/tensorblock/fblgit_una-cybertron-7b-v2-bf16-GGUF/blob/main/una-cybertron-7b-v2-bf16-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
196
+ | [una-cybertron-7b-v2-bf16-Q4_K_M.gguf](https://huggingface.co/tensorblock/fblgit_una-cybertron-7b-v2-bf16-GGUF/blob/main/una-cybertron-7b-v2-bf16-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
197
+ | [una-cybertron-7b-v2-bf16-Q5_0.gguf](https://huggingface.co/tensorblock/fblgit_una-cybertron-7b-v2-bf16-GGUF/blob/main/una-cybertron-7b-v2-bf16-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
198
+ | [una-cybertron-7b-v2-bf16-Q5_K_S.gguf](https://huggingface.co/tensorblock/fblgit_una-cybertron-7b-v2-bf16-GGUF/blob/main/una-cybertron-7b-v2-bf16-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
199
+ | [una-cybertron-7b-v2-bf16-Q5_K_M.gguf](https://huggingface.co/tensorblock/fblgit_una-cybertron-7b-v2-bf16-GGUF/blob/main/una-cybertron-7b-v2-bf16-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
200
+ | [una-cybertron-7b-v2-bf16-Q6_K.gguf](https://huggingface.co/tensorblock/fblgit_una-cybertron-7b-v2-bf16-GGUF/blob/main/una-cybertron-7b-v2-bf16-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
201
+ | [una-cybertron-7b-v2-bf16-Q8_0.gguf](https://huggingface.co/tensorblock/fblgit_una-cybertron-7b-v2-bf16-GGUF/blob/main/una-cybertron-7b-v2-bf16-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
202
+
203
+
204
+ ## Downloading instruction
205
+
206
+ ### Command line
207
+
208
+ Firstly, install Huggingface Client
209
+
210
+ ```shell
211
+ pip install -U "huggingface_hub[cli]"
212
+ ```
213
+
214
+ Then, downoad the individual model file the a local directory
215
+
216
+ ```shell
217
+ huggingface-cli download tensorblock/fblgit_una-cybertron-7b-v2-bf16-GGUF --include "una-cybertron-7b-v2-bf16-Q2_K.gguf" --local-dir MY_LOCAL_DIR
218
+ ```
219
+
220
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
221
+
222
+ ```shell
223
+ huggingface-cli download tensorblock/fblgit_una-cybertron-7b-v2-bf16-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
224
+ ```
una-cybertron-7b-v2-bf16-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc99d0a607a39e4edbb7eb72f76a040b79cba1b680eb870ae0d50ee82da8e207
3
+ size 2719243040
una-cybertron-7b-v2-bf16-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6de1b9a0ed648680ad350e93f47c995fcc34c977fa524d2ebbd7a01a25687fe7
3
+ size 3822025504
una-cybertron-7b-v2-bf16-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68305237f353036b3aed752390f64f1b1d5c484270bae19e747e7624258c1996
3
+ size 3518987040
una-cybertron-7b-v2-bf16-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:151c534a7fc9a79ce64de996e385352253583569d508596fe2ace8a1a467d65b
3
+ size 3164568352
una-cybertron-7b-v2-bf16-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4f4109882bafaeac2e4cc225801b70fcc1951a811f48b3d47478ca36a1dad49
3
+ size 4108917536
una-cybertron-7b-v2-bf16-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4acd6934b55ad4e5fe6b03e644bf16bc2fbe9fcc344c6380f52075a73013eaf2
3
+ size 4368440096
una-cybertron-7b-v2-bf16-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e364ab8c10b294aa62d2122db4236221274646e988d22042140e1efaaecccb60
3
+ size 4140374816
una-cybertron-7b-v2-bf16-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f5b7f14ce9aaa78f65e7dec8f839ad37fb13013b62fe8c404f0b87b28ae5add
3
+ size 4997716768
una-cybertron-7b-v2-bf16-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19ad15fe0fd6cad420917e8a27725cd7a8e9a95e54ea80975ff5d8757f0aa780
3
+ size 5131410208
una-cybertron-7b-v2-bf16-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17e5a6c63ea9ef66a4323ba8db5b6d648109793909a74e516b2b67db2a6b6b0b
3
+ size 4997716768
una-cybertron-7b-v2-bf16-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24db135e4681c848f25e6aa6cdf983ada02a045e146c1a5c6c6ce198c46baa90
3
+ size 5942065952
una-cybertron-7b-v2-bf16-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc095fdb9a31d9a9e6dbc65f717db2e7335ed7ab159b7b5d5b7e60d14a1509eb
3
+ size 7695858464