morriszms commited on
Commit
ece1afc
1 Parent(s): 9573138

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
+ granite-3.0-3b-a800m-instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ granite-3.0-3b-a800m-instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ granite-3.0-3b-a800m-instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ granite-3.0-3b-a800m-instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ granite-3.0-3b-a800m-instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ granite-3.0-3b-a800m-instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ granite-3.0-3b-a800m-instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ granite-3.0-3b-a800m-instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ granite-3.0-3b-a800m-instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ granite-3.0-3b-a800m-instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ granite-3.0-3b-a800m-instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ granite-3.0-3b-a800m-instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pipeline_tag: text-generation
3
+ inference: false
4
+ license: apache-2.0
5
+ library_name: transformers
6
+ tags:
7
+ - language
8
+ - granite-3.0
9
+ - TensorBlock
10
+ - GGUF
11
+ base_model: ibm-granite/granite-3.0-3b-a800m-instruct
12
+ model-index:
13
+ - name: granite-3.0-2b-instruct
14
+ results:
15
+ - task:
16
+ type: text-generation
17
+ dataset:
18
+ name: IFEval
19
+ type: instruction-following
20
+ metrics:
21
+ - type: pass@1
22
+ value: 42.49
23
+ name: pass@1
24
+ - type: pass@1
25
+ value: 7.02
26
+ name: pass@1
27
+ - task:
28
+ type: text-generation
29
+ dataset:
30
+ name: AGI-Eval
31
+ type: human-exams
32
+ metrics:
33
+ - type: pass@1
34
+ value: 25.7
35
+ name: pass@1
36
+ - type: pass@1
37
+ value: 50.16
38
+ name: pass@1
39
+ - type: pass@1
40
+ value: 20.51
41
+ name: pass@1
42
+ - task:
43
+ type: text-generation
44
+ dataset:
45
+ name: OBQA
46
+ type: commonsense
47
+ metrics:
48
+ - type: pass@1
49
+ value: 40.8
50
+ name: pass@1
51
+ - type: pass@1
52
+ value: 59.95
53
+ name: pass@1
54
+ - type: pass@1
55
+ value: 71.86
56
+ name: pass@1
57
+ - type: pass@1
58
+ value: 67.01
59
+ name: pass@1
60
+ - type: pass@1
61
+ value: 48
62
+ name: pass@1
63
+ - task:
64
+ type: text-generation
65
+ dataset:
66
+ name: BoolQ
67
+ type: reading-comprehension
68
+ metrics:
69
+ - type: pass@1
70
+ value: 78.65
71
+ name: pass@1
72
+ - type: pass@1
73
+ value: 6.71
74
+ name: pass@1
75
+ - task:
76
+ type: text-generation
77
+ dataset:
78
+ name: ARC-C
79
+ type: reasoning
80
+ metrics:
81
+ - type: pass@1
82
+ value: 50.94
83
+ name: pass@1
84
+ - type: pass@1
85
+ value: 26.85
86
+ name: pass@1
87
+ - type: pass@1
88
+ value: 37.7
89
+ name: pass@1
90
+ - task:
91
+ type: text-generation
92
+ dataset:
93
+ name: HumanEvalSynthesis
94
+ type: code
95
+ metrics:
96
+ - type: pass@1
97
+ value: 39.63
98
+ name: pass@1
99
+ - type: pass@1
100
+ value: 40.85
101
+ name: pass@1
102
+ - type: pass@1
103
+ value: 35.98
104
+ name: pass@1
105
+ - type: pass@1
106
+ value: 27.4
107
+ name: pass@1
108
+ - task:
109
+ type: text-generation
110
+ dataset:
111
+ name: GSM8K
112
+ type: math
113
+ metrics:
114
+ - type: pass@1
115
+ value: 47.54
116
+ name: pass@1
117
+ - type: pass@1
118
+ value: 19.86
119
+ name: pass@1
120
+ - task:
121
+ type: text-generation
122
+ dataset:
123
+ name: PAWS-X (7 langs)
124
+ type: multilingual
125
+ metrics:
126
+ - type: pass@1
127
+ value: 50.23
128
+ name: pass@1
129
+ - type: pass@1
130
+ value: 28.87
131
+ name: pass@1
132
+ ---
133
+
134
+ <div style="width: auto; margin-left: auto; margin-right: auto">
135
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
136
+ </div>
137
+ <div style="display: flex; justify-content: space-between; width: 100%;">
138
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
139
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
140
+ 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>
141
+ </p>
142
+ </div>
143
+ </div>
144
+
145
+ ## ibm-granite/granite-3.0-3b-a800m-instruct - GGUF
146
+
147
+ This repo contains GGUF format model files for [ibm-granite/granite-3.0-3b-a800m-instruct](https://huggingface.co/ibm-granite/granite-3.0-3b-a800m-instruct).
148
+
149
+ 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).
150
+
151
+ <div style="text-align: left; margin: 20px 0;">
152
+ <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;">
153
+ Run them on the TensorBlock client using your local machine ↗
154
+ </a>
155
+ </div>
156
+
157
+ ## Prompt template
158
+
159
+ ```
160
+ <|start_of_role|>system<|end_of_role|>{system_prompt}<|end_of_text|>
161
+ <|start_of_role|>user<|end_of_role|>{prompt}<|end_of_text|>
162
+ <|start_of_role|>assistant<|end_of_role|>
163
+ ```
164
+
165
+ ## Model file specification
166
+
167
+ | Filename | Quant type | File Size | Description |
168
+ | -------- | ---------- | --------- | ----------- |
169
+ | [granite-3.0-3b-a800m-instruct-Q2_K.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-instruct-GGUF/blob/main/granite-3.0-3b-a800m-instruct-Q2_K.gguf) | Q2_K | 1.266 GB | smallest, significant quality loss - not recommended for most purposes |
170
+ | [granite-3.0-3b-a800m-instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-instruct-GGUF/blob/main/granite-3.0-3b-a800m-instruct-Q3_K_S.gguf) | Q3_K_S | 1.489 GB | very small, high quality loss |
171
+ | [granite-3.0-3b-a800m-instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-instruct-GGUF/blob/main/granite-3.0-3b-a800m-instruct-Q3_K_M.gguf) | Q3_K_M | 1.644 GB | very small, high quality loss |
172
+ | [granite-3.0-3b-a800m-instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-instruct-GGUF/blob/main/granite-3.0-3b-a800m-instruct-Q3_K_L.gguf) | Q3_K_L | 1.774 GB | small, substantial quality loss |
173
+ | [granite-3.0-3b-a800m-instruct-Q4_0.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-instruct-GGUF/blob/main/granite-3.0-3b-a800m-instruct-Q4_0.gguf) | Q4_0 | 1.926 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
174
+ | [granite-3.0-3b-a800m-instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-instruct-GGUF/blob/main/granite-3.0-3b-a800m-instruct-Q4_K_S.gguf) | Q4_K_S | 1.942 GB | small, greater quality loss |
175
+ | [granite-3.0-3b-a800m-instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-instruct-GGUF/blob/main/granite-3.0-3b-a800m-instruct-Q4_K_M.gguf) | Q4_K_M | 2.059 GB | medium, balanced quality - recommended |
176
+ | [granite-3.0-3b-a800m-instruct-Q5_0.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-instruct-GGUF/blob/main/granite-3.0-3b-a800m-instruct-Q5_0.gguf) | Q5_0 | 2.338 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
177
+ | [granite-3.0-3b-a800m-instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-instruct-GGUF/blob/main/granite-3.0-3b-a800m-instruct-Q5_K_S.gguf) | Q5_K_S | 2.338 GB | large, low quality loss - recommended |
178
+ | [granite-3.0-3b-a800m-instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-instruct-GGUF/blob/main/granite-3.0-3b-a800m-instruct-Q5_K_M.gguf) | Q5_K_M | 2.407 GB | large, very low quality loss - recommended |
179
+ | [granite-3.0-3b-a800m-instruct-Q6_K.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-instruct-GGUF/blob/main/granite-3.0-3b-a800m-instruct-Q6_K.gguf) | Q6_K | 2.776 GB | very large, extremely low quality loss |
180
+ | [granite-3.0-3b-a800m-instruct-Q8_0.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-instruct-GGUF/blob/main/granite-3.0-3b-a800m-instruct-Q8_0.gguf) | Q8_0 | 3.593 GB | very large, extremely low quality loss - not recommended |
181
+
182
+
183
+ ## Downloading instruction
184
+
185
+ ### Command line
186
+
187
+ Firstly, install Huggingface Client
188
+
189
+ ```shell
190
+ pip install -U "huggingface_hub[cli]"
191
+ ```
192
+
193
+ Then, downoad the individual model file the a local directory
194
+
195
+ ```shell
196
+ huggingface-cli download tensorblock/granite-3.0-3b-a800m-instruct-GGUF --include "granite-3.0-3b-a800m-instruct-Q2_K.gguf" --local-dir MY_LOCAL_DIR
197
+ ```
198
+
199
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
200
+
201
+ ```shell
202
+ huggingface-cli download tensorblock/granite-3.0-3b-a800m-instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
203
+ ```
granite-3.0-3b-a800m-instruct-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f6eea4068cb76f0cdb9116305af0c566fc8c7dfb03c31a788e299378873f24e
3
+ size 1266139968
granite-3.0-3b-a800m-instruct-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bc46c81a1cd618b0cdc5c7c391a7771b990b6b39f3085a59da123594f011f38
3
+ size 1773978880
granite-3.0-3b-a800m-instruct-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9dbca218b6f1700857dae53fea337250842c3c95f1654b296784e8af5e98e50
3
+ size 1643627776
granite-3.0-3b-a800m-instruct-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:851c4d705325b4604818cffa423134f280fef358e4e14fb84fe5ad5ba1921237
3
+ size 1488504064
granite-3.0-3b-a800m-instruct-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae4bc4951ea9639218a725feee22efe6f2ba6f38a34a5b754b03787aaf3df7d2
3
+ size 1926350688
granite-3.0-3b-a800m-instruct-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9741db50f55c936ce1bc37e0133e1d35aa88022a8e612a24df2eca95f3c25fc
3
+ size 2059356000
granite-3.0-3b-a800m-instruct-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07132931d1c01213001301c1cc22b2177937ce1bb985183dc55431cfbf6efdbe
3
+ size 1942472544
granite-3.0-3b-a800m-instruct-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c4b99d5f68efe4111d624e9e4804a029d34fe405baf9dcd17c4dcc59bf72b38
3
+ size 2338441632
granite-3.0-3b-a800m-instruct-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc8dac745775e5eeeba291e80f2cc6f1b25af29db5536b89d2d8c7ead140b922
3
+ size 2406959520
granite-3.0-3b-a800m-instruct-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:998fdbc063badd2a7c180bcd4a07848bc5e68a236800fb904fca53d1bb6d3aaf
3
+ size 2338441632
granite-3.0-3b-a800m-instruct-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71910df896d8afa2dc84b2b68f22d8ccf0d51d0f81f7ace2e17e67de4855c58b
3
+ size 2776288288
granite-3.0-3b-a800m-instruct-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eb6eba1bfcbad9a4e40f3478e28c6e4d6502a99efa672c450317897c5aeb7b5
3
+ size 3593000096