morriszms commited on
Commit
407cde3
·
verified ·
1 Parent(s): 11ab3ab

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
+ Rombos-LLM-V2.6-Qwen-14b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Rombos-LLM-V2.6-Qwen-14b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Rombos-LLM-V2.6-Qwen-14b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Rombos-LLM-V2.6-Qwen-14b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Rombos-LLM-V2.6-Qwen-14b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Rombos-LLM-V2.6-Qwen-14b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Rombos-LLM-V2.6-Qwen-14b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Rombos-LLM-V2.6-Qwen-14b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Rombos-LLM-V2.6-Qwen-14b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Rombos-LLM-V2.6-Qwen-14b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Rombos-LLM-V2.6-Qwen-14b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Rombos-LLM-V2.6-Qwen-14b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ base_model: rombodawg/Rombos-LLM-V2.6-Qwen-14b
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ model-index:
9
+ - name: Rombos-LLM-V2.6-Qwen-14b
10
+ results:
11
+ - task:
12
+ type: text-generation
13
+ name: Text Generation
14
+ dataset:
15
+ name: IFEval (0-Shot)
16
+ type: HuggingFaceH4/ifeval
17
+ args:
18
+ num_few_shot: 0
19
+ metrics:
20
+ - type: inst_level_strict_acc and prompt_level_strict_acc
21
+ value: 52.14
22
+ name: strict accuracy
23
+ source:
24
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=rombodawg/Rombos-LLM-V2.6-Qwen-14b
25
+ name: Open LLM Leaderboard
26
+ - task:
27
+ type: text-generation
28
+ name: Text Generation
29
+ dataset:
30
+ name: BBH (3-Shot)
31
+ type: BBH
32
+ args:
33
+ num_few_shot: 3
34
+ metrics:
35
+ - type: acc_norm
36
+ value: 49.22
37
+ name: normalized accuracy
38
+ source:
39
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=rombodawg/Rombos-LLM-V2.6-Qwen-14b
40
+ name: Open LLM Leaderboard
41
+ - task:
42
+ type: text-generation
43
+ name: Text Generation
44
+ dataset:
45
+ name: MATH Lvl 5 (4-Shot)
46
+ type: hendrycks/competition_math
47
+ args:
48
+ num_few_shot: 4
49
+ metrics:
50
+ - type: exact_match
51
+ value: 28.85
52
+ name: exact match
53
+ source:
54
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=rombodawg/Rombos-LLM-V2.6-Qwen-14b
55
+ name: Open LLM Leaderboard
56
+ - task:
57
+ type: text-generation
58
+ name: Text Generation
59
+ dataset:
60
+ name: GPQA (0-shot)
61
+ type: Idavidrein/gpqa
62
+ args:
63
+ num_few_shot: 0
64
+ metrics:
65
+ - type: acc_norm
66
+ value: 17.0
67
+ name: acc_norm
68
+ source:
69
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=rombodawg/Rombos-LLM-V2.6-Qwen-14b
70
+ name: Open LLM Leaderboard
71
+ - task:
72
+ type: text-generation
73
+ name: Text Generation
74
+ dataset:
75
+ name: MuSR (0-shot)
76
+ type: TAUR-Lab/MuSR
77
+ args:
78
+ num_few_shot: 0
79
+ metrics:
80
+ - type: acc_norm
81
+ value: 19.26
82
+ name: acc_norm
83
+ source:
84
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=rombodawg/Rombos-LLM-V2.6-Qwen-14b
85
+ name: Open LLM Leaderboard
86
+ - task:
87
+ type: text-generation
88
+ name: Text Generation
89
+ dataset:
90
+ name: MMLU-PRO (5-shot)
91
+ type: TIGER-Lab/MMLU-Pro
92
+ config: main
93
+ split: test
94
+ args:
95
+ num_few_shot: 5
96
+ metrics:
97
+ - type: acc
98
+ value: 48.85
99
+ name: accuracy
100
+ source:
101
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=rombodawg/Rombos-LLM-V2.6-Qwen-14b
102
+ name: Open LLM Leaderboard
103
+ ---
104
+
105
+ <div style="width: auto; margin-left: auto; margin-right: auto">
106
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
107
+ </div>
108
+ <div style="display: flex; justify-content: space-between; width: 100%;">
109
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
110
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
111
+ 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>
112
+ </p>
113
+ </div>
114
+ </div>
115
+
116
+ ## rombodawg/Rombos-LLM-V2.6-Qwen-14b - GGUF
117
+
118
+ This repo contains GGUF format model files for [rombodawg/Rombos-LLM-V2.6-Qwen-14b](https://huggingface.co/rombodawg/Rombos-LLM-V2.6-Qwen-14b).
119
+
120
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
121
+
122
+ <div style="text-align: left; margin: 20px 0;">
123
+ <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;">
124
+ Run them on the TensorBlock client using your local machine ↗
125
+ </a>
126
+ </div>
127
+
128
+ ## Prompt template
129
+
130
+ ```
131
+ <|im_start|>system
132
+ {system_prompt}<|im_end|>
133
+ <|im_start|>user
134
+ {prompt}<|im_end|>
135
+ <|im_start|>assistant
136
+ ```
137
+
138
+ ## Model file specification
139
+
140
+ | Filename | Quant type | File Size | Description |
141
+ | -------- | ---------- | --------- | ----------- |
142
+ | [Rombos-LLM-V2.6-Qwen-14b-Q2_K.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.6-Qwen-14b-GGUF/blob/main/Rombos-LLM-V2.6-Qwen-14b-Q2_K.gguf) | Q2_K | 5.374 GB | smallest, significant quality loss - not recommended for most purposes |
143
+ | [Rombos-LLM-V2.6-Qwen-14b-Q3_K_S.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.6-Qwen-14b-GGUF/blob/main/Rombos-LLM-V2.6-Qwen-14b-Q3_K_S.gguf) | Q3_K_S | 6.202 GB | very small, high quality loss |
144
+ | [Rombos-LLM-V2.6-Qwen-14b-Q3_K_M.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.6-Qwen-14b-GGUF/blob/main/Rombos-LLM-V2.6-Qwen-14b-Q3_K_M.gguf) | Q3_K_M | 6.835 GB | very small, high quality loss |
145
+ | [Rombos-LLM-V2.6-Qwen-14b-Q3_K_L.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.6-Qwen-14b-GGUF/blob/main/Rombos-LLM-V2.6-Qwen-14b-Q3_K_L.gguf) | Q3_K_L | 7.381 GB | small, substantial quality loss |
146
+ | [Rombos-LLM-V2.6-Qwen-14b-Q4_0.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.6-Qwen-14b-GGUF/blob/main/Rombos-LLM-V2.6-Qwen-14b-Q4_0.gguf) | Q4_0 | 7.933 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
147
+ | [Rombos-LLM-V2.6-Qwen-14b-Q4_K_S.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.6-Qwen-14b-GGUF/blob/main/Rombos-LLM-V2.6-Qwen-14b-Q4_K_S.gguf) | Q4_K_S | 7.985 GB | small, greater quality loss |
148
+ | [Rombos-LLM-V2.6-Qwen-14b-Q4_K_M.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.6-Qwen-14b-GGUF/blob/main/Rombos-LLM-V2.6-Qwen-14b-Q4_K_M.gguf) | Q4_K_M | 8.371 GB | medium, balanced quality - recommended |
149
+ | [Rombos-LLM-V2.6-Qwen-14b-Q5_0.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.6-Qwen-14b-GGUF/blob/main/Rombos-LLM-V2.6-Qwen-14b-Q5_0.gguf) | Q5_0 | 9.561 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
150
+ | [Rombos-LLM-V2.6-Qwen-14b-Q5_K_S.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.6-Qwen-14b-GGUF/blob/main/Rombos-LLM-V2.6-Qwen-14b-Q5_K_S.gguf) | Q5_K_S | 9.561 GB | large, low quality loss - recommended |
151
+ | [Rombos-LLM-V2.6-Qwen-14b-Q5_K_M.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.6-Qwen-14b-GGUF/blob/main/Rombos-LLM-V2.6-Qwen-14b-Q5_K_M.gguf) | Q5_K_M | 9.787 GB | large, very low quality loss - recommended |
152
+ | [Rombos-LLM-V2.6-Qwen-14b-Q6_K.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.6-Qwen-14b-GGUF/blob/main/Rombos-LLM-V2.6-Qwen-14b-Q6_K.gguf) | Q6_K | 11.292 GB | very large, extremely low quality loss |
153
+ | [Rombos-LLM-V2.6-Qwen-14b-Q8_0.gguf](https://huggingface.co/tensorblock/Rombos-LLM-V2.6-Qwen-14b-GGUF/blob/main/Rombos-LLM-V2.6-Qwen-14b-Q8_0.gguf) | Q8_0 | 14.623 GB | very large, extremely low quality loss - not recommended |
154
+
155
+
156
+ ## Downloading instruction
157
+
158
+ ### Command line
159
+
160
+ Firstly, install Huggingface Client
161
+
162
+ ```shell
163
+ pip install -U "huggingface_hub[cli]"
164
+ ```
165
+
166
+ Then, downoad the individual model file the a local directory
167
+
168
+ ```shell
169
+ huggingface-cli download tensorblock/Rombos-LLM-V2.6-Qwen-14b-GGUF --include "Rombos-LLM-V2.6-Qwen-14b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
170
+ ```
171
+
172
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
173
+
174
+ ```shell
175
+ huggingface-cli download tensorblock/Rombos-LLM-V2.6-Qwen-14b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
176
+ ```
Rombos-LLM-V2.6-Qwen-14b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d986616320106ca9e2398c33409f744e8d2dfa924dbc44e82ffad45a1c577508
3
+ size 5770497664
Rombos-LLM-V2.6-Qwen-14b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad20cc544d63d783cd43e8690f24a93bf56f55502d772415ef6fbfc2262c5293
3
+ size 7924768384
Rombos-LLM-V2.6-Qwen-14b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4808e2ec743b20ccb68cad1ba358d93248bb1f8b5eb8ebd0eef7f1e4668025f
3
+ size 7339204224
Rombos-LLM-V2.6-Qwen-14b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d43abf7e2b9b4fee7d4385e83603d99bae3141099444d5e8affe26d1aeeb5a2c
3
+ size 6659595904
Rombos-LLM-V2.6-Qwen-14b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b1dbb03623fd2c281ad57e860a158d7613a128b926f83e1cc23847b1266267f
3
+ size 8517725824
Rombos-LLM-V2.6-Qwen-14b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c103369f2b45068e561234d908991761a9690ed7557dc4f303866518a0d282ab
3
+ size 8988110464
Rombos-LLM-V2.6-Qwen-14b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ed0f37d9cf7c5de2eabaa8ed5d43a1e14062b61c625c9244aca770a9ad314db
3
+ size 8573431424
Rombos-LLM-V2.6-Qwen-14b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:288afc6f04bb603cedc3801f973da900362249fcbcec38d77a4024bcdc48d3a2
3
+ size 10266553984
Rombos-LLM-V2.6-Qwen-14b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b76f0130d04ede0b3d374815e655e04071c3b3fa2433cb66f92fbe96c850d5c8
3
+ size 10508873344
Rombos-LLM-V2.6-Qwen-14b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a21ea3f97f343ce9c9061264059ef0279b6ffbc47ca99111b70bfccc88d8d73f
3
+ size 10266553984
Rombos-LLM-V2.6-Qwen-14b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cbe2b900d13f457114dce3bc1f3efa88bc909b8d9ee77b0e3399f2f94dfd612
3
+ size 12124683904
Rombos-LLM-V2.6-Qwen-14b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abcf2d0236616cb68387f07f2001f48b0825cfae1eb60e6be7714cec37a40318
3
+ size 15701597824