morriszms commited on
Commit
4476682
1 Parent(s): 4727d2c

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-base-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ granite-3.0-3b-a800m-base-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ granite-3.0-3b-a800m-base-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ granite-3.0-3b-a800m-base-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ granite-3.0-3b-a800m-base-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ granite-3.0-3b-a800m-base-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ granite-3.0-3b-a800m-base-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ granite-3.0-3b-a800m-base-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ granite-3.0-3b-a800m-base-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ granite-3.0-3b-a800m-base-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ granite-3.0-3b-a800m-base-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ granite-3.0-3b-a800m-base-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,177 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-base
12
+ model-index:
13
+ - name: granite-3.0-3b-a800m-base
14
+ results:
15
+ - task:
16
+ type: text-generation
17
+ dataset:
18
+ name: MMLU
19
+ type: human-exams
20
+ metrics:
21
+ - type: pass@1
22
+ value: 48.64
23
+ name: pass@1
24
+ - type: pass@1
25
+ value: 18.84
26
+ name: pass@1
27
+ - type: pass@1
28
+ value: 23.81
29
+ name: pass@1
30
+ - task:
31
+ type: text-generation
32
+ dataset:
33
+ name: WinoGrande
34
+ type: commonsense
35
+ metrics:
36
+ - type: pass@1
37
+ value: 65.67
38
+ name: pass@1
39
+ - type: pass@1
40
+ value: 42.2
41
+ name: pass@1
42
+ - type: pass@1
43
+ value: 47.39
44
+ name: pass@1
45
+ - type: pass@1
46
+ value: 78.29
47
+ name: pass@1
48
+ - type: pass@1
49
+ value: 72.79
50
+ name: pass@1
51
+ - type: pass@1
52
+ value: 41.34
53
+ name: pass@1
54
+ - task:
55
+ type: text-generation
56
+ dataset:
57
+ name: BoolQ
58
+ type: reading-comprehension
59
+ metrics:
60
+ - type: pass@1
61
+ value: 75.75
62
+ name: pass@1
63
+ - type: pass@1
64
+ value: 20.96
65
+ name: pass@1
66
+ - task:
67
+ type: text-generation
68
+ dataset:
69
+ name: ARC-C
70
+ type: reasoning
71
+ metrics:
72
+ - type: pass@1
73
+ value: 46.84
74
+ name: pass@1
75
+ - type: pass@1
76
+ value: 24.83
77
+ name: pass@1
78
+ - type: pass@1
79
+ value: 38.93
80
+ name: pass@1
81
+ - type: pass@1
82
+ value: 35.05
83
+ name: pass@1
84
+ - task:
85
+ type: text-generation
86
+ dataset:
87
+ name: HumanEval
88
+ type: code
89
+ metrics:
90
+ - type: pass@1
91
+ value: 26.83
92
+ name: pass@1
93
+ - type: pass@1
94
+ value: 34.6
95
+ name: pass@1
96
+ - task:
97
+ type: text-generation
98
+ dataset:
99
+ name: GSM8K
100
+ type: math
101
+ metrics:
102
+ - type: pass@1
103
+ value: 35.86
104
+ name: pass@1
105
+ - type: pass@1
106
+ value: 17.4
107
+ name: pass@1
108
+ ---
109
+
110
+ <div style="width: auto; margin-left: auto; margin-right: auto">
111
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
112
+ </div>
113
+ <div style="display: flex; justify-content: space-between; width: 100%;">
114
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
115
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
116
+ 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>
117
+ </p>
118
+ </div>
119
+ </div>
120
+
121
+ ## ibm-granite/granite-3.0-3b-a800m-base - GGUF
122
+
123
+ This repo contains GGUF format model files for [ibm-granite/granite-3.0-3b-a800m-base](https://huggingface.co/ibm-granite/granite-3.0-3b-a800m-base).
124
+
125
+ 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).
126
+
127
+ <div style="text-align: left; margin: 20px 0;">
128
+ <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;">
129
+ Run them on the TensorBlock client using your local machine ↗
130
+ </a>
131
+ </div>
132
+
133
+ ## Prompt template
134
+
135
+ ```
136
+
137
+ ```
138
+
139
+ ## Model file specification
140
+
141
+ | Filename | Quant type | File Size | Description |
142
+ | -------- | ---------- | --------- | ----------- |
143
+ | [granite-3.0-3b-a800m-base-Q2_K.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-base-GGUF/blob/main/granite-3.0-3b-a800m-base-Q2_K.gguf) | Q2_K | 1.266 GB | smallest, significant quality loss - not recommended for most purposes |
144
+ | [granite-3.0-3b-a800m-base-Q3_K_S.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-base-GGUF/blob/main/granite-3.0-3b-a800m-base-Q3_K_S.gguf) | Q3_K_S | 1.488 GB | very small, high quality loss |
145
+ | [granite-3.0-3b-a800m-base-Q3_K_M.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-base-GGUF/blob/main/granite-3.0-3b-a800m-base-Q3_K_M.gguf) | Q3_K_M | 1.644 GB | very small, high quality loss |
146
+ | [granite-3.0-3b-a800m-base-Q3_K_L.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-base-GGUF/blob/main/granite-3.0-3b-a800m-base-Q3_K_L.gguf) | Q3_K_L | 1.774 GB | small, substantial quality loss |
147
+ | [granite-3.0-3b-a800m-base-Q4_0.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-base-GGUF/blob/main/granite-3.0-3b-a800m-base-Q4_0.gguf) | Q4_0 | 1.926 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
148
+ | [granite-3.0-3b-a800m-base-Q4_K_S.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-base-GGUF/blob/main/granite-3.0-3b-a800m-base-Q4_K_S.gguf) | Q4_K_S | 1.942 GB | small, greater quality loss |
149
+ | [granite-3.0-3b-a800m-base-Q4_K_M.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-base-GGUF/blob/main/granite-3.0-3b-a800m-base-Q4_K_M.gguf) | Q4_K_M | 2.059 GB | medium, balanced quality - recommended |
150
+ | [granite-3.0-3b-a800m-base-Q5_0.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-base-GGUF/blob/main/granite-3.0-3b-a800m-base-Q5_0.gguf) | Q5_0 | 2.338 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
151
+ | [granite-3.0-3b-a800m-base-Q5_K_S.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-base-GGUF/blob/main/granite-3.0-3b-a800m-base-Q5_K_S.gguf) | Q5_K_S | 2.338 GB | large, low quality loss - recommended |
152
+ | [granite-3.0-3b-a800m-base-Q5_K_M.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-base-GGUF/blob/main/granite-3.0-3b-a800m-base-Q5_K_M.gguf) | Q5_K_M | 2.407 GB | large, very low quality loss - recommended |
153
+ | [granite-3.0-3b-a800m-base-Q6_K.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-base-GGUF/blob/main/granite-3.0-3b-a800m-base-Q6_K.gguf) | Q6_K | 2.776 GB | very large, extremely low quality loss |
154
+ | [granite-3.0-3b-a800m-base-Q8_0.gguf](https://huggingface.co/tensorblock/granite-3.0-3b-a800m-base-GGUF/blob/main/granite-3.0-3b-a800m-base-Q8_0.gguf) | Q8_0 | 3.593 GB | very large, extremely low quality loss - not recommended |
155
+
156
+
157
+ ## Downloading instruction
158
+
159
+ ### Command line
160
+
161
+ Firstly, install Huggingface Client
162
+
163
+ ```shell
164
+ pip install -U "huggingface_hub[cli]"
165
+ ```
166
+
167
+ Then, downoad the individual model file the a local directory
168
+
169
+ ```shell
170
+ huggingface-cli download tensorblock/granite-3.0-3b-a800m-base-GGUF --include "granite-3.0-3b-a800m-base-Q2_K.gguf" --local-dir MY_LOCAL_DIR
171
+ ```
172
+
173
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
174
+
175
+ ```shell
176
+ huggingface-cli download tensorblock/granite-3.0-3b-a800m-base-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
177
+ ```
granite-3.0-3b-a800m-base-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fbf77b0b2403262c52f7505155b9bbdd6fca12338a5a9f088c3c83c167f02b3
3
+ size 1266133088
granite-3.0-3b-a800m-base-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6267a64ff189279a81e1539760b87a62ce821da36d26be3782a5be678a5c7d3f
3
+ size 1773971552
granite-3.0-3b-a800m-base-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8973359555ea996ef9866d268374a2582d071eaf071ecfc14dd99201da481c54
3
+ size 1643620448
granite-3.0-3b-a800m-base-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99ed051d55238a8d21df94cf75352a9ddb9968f75ed9f6a14f2ba1eaf1806b97
3
+ size 1488496736
granite-3.0-3b-a800m-base-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0542bc4d8a47c76c591fc6cdb45946c382a549e82cac7b12ef408f11c0bc9a5a
3
+ size 1926342752
granite-3.0-3b-a800m-base-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a081cce3fcfb727a13938dba52cea252c0299b5f09c385b27c92bc578bbf864
3
+ size 2059348064
granite-3.0-3b-a800m-base-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee532d4da901e8a4188b610c6645dae3ed51d4197e68fa5c3bc3c81dc0597c72
3
+ size 1942464608
granite-3.0-3b-a800m-base-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:228c29d84108620c91d0cba599ed1ff44ee07b30b9e3a1f4d8f524ace1842894
3
+ size 2338433120
granite-3.0-3b-a800m-base-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b52f61ee41c23ab5d581832355aab41cbf7545e1e444094994a26b440cd1367
3
+ size 2406951008
granite-3.0-3b-a800m-base-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:927cd9267ad24c5886dbcd13a95fdf40328e643ae9874dc76c770fa4294848ec
3
+ size 2338433120
granite-3.0-3b-a800m-base-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94afc2b659e97d015ecdb3e41ab2a614b7fa616a9080b2a3141e2b090c958202
3
+ size 2776279136
granite-3.0-3b-a800m-base-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b825f55ea86a32c880f6cdca268e87bd499ef383d12c7ed1571ecdd8e8c9a277
3
+ size 3592988768