morriszms commited on
Commit
a9c0ba4
·
verified ·
1 Parent(s): b164ba9

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.3-2b-instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ granite-3.3-2b-instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ granite-3.3-2b-instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ granite-3.3-2b-instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ granite-3.3-2b-instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ granite-3.3-2b-instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ granite-3.3-2b-instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ granite-3.3-2b-instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ granite-3.3-2b-instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ granite-3.3-2b-instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ granite-3.3-2b-instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ granite-3.3-2b-instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.3
9
+ - TensorBlock
10
+ - GGUF
11
+ base_model: ibm-granite/granite-3.3-2b-instruct
12
+ ---
13
+
14
+ <div style="width: auto; margin-left: auto; margin-right: auto">
15
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
16
+ </div>
17
+ <div style="display: flex; justify-content: space-between; width: 100%;">
18
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
19
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
20
+ 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>
21
+ </p>
22
+ </div>
23
+ </div>
24
+
25
+ ## ibm-granite/granite-3.3-2b-instruct - GGUF
26
+
27
+ This repo contains GGUF format model files for [ibm-granite/granite-3.3-2b-instruct](https://huggingface.co/ibm-granite/granite-3.3-2b-instruct).
28
+
29
+ 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).
30
+
31
+ ## Our projects
32
+ <table border="1" cellspacing="0" cellpadding="10">
33
+ <tr>
34
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
35
+ <th style="font-size: 25px;">TensorBlock Studio</th>
36
+ </tr>
37
+ <tr>
38
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
39
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
40
+ </tr>
41
+ <tr>
42
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
43
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
44
+ </tr>
45
+ <tr>
46
+ <th>
47
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
48
+ display: inline-block;
49
+ padding: 8px 16px;
50
+ background-color: #FF7F50;
51
+ color: white;
52
+ text-decoration: none;
53
+ border-radius: 6px;
54
+ font-weight: bold;
55
+ font-family: sans-serif;
56
+ ">👀 See what we built 👀</a>
57
+ </th>
58
+ <th>
59
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
60
+ display: inline-block;
61
+ padding: 8px 16px;
62
+ background-color: #FF7F50;
63
+ color: white;
64
+ text-decoration: none;
65
+ border-radius: 6px;
66
+ font-weight: bold;
67
+ font-family: sans-serif;
68
+ ">👀 See what we built 👀</a>
69
+ </th>
70
+ </tr>
71
+ </table>
72
+
73
+ ## Prompt template
74
+
75
+ ```
76
+ <|start_of_role|>system<|end_of_role|>{system_prompt}<|end_of_text|>
77
+ <|start_of_role|>user<|end_of_role|>{prompt}<|end_of_text|>
78
+ <|start_of_role|>assistant<|end_of_role|>
79
+ ```
80
+
81
+ ## Model file specification
82
+
83
+ | Filename | Quant type | File Size | Description |
84
+ | -------- | ---------- | --------- | ----------- |
85
+ | [granite-3.3-2b-instruct-Q2_K.gguf](https://huggingface.co/tensorblock/ibm-granite_granite-3.3-2b-instruct-GGUF/blob/main/granite-3.3-2b-instruct-Q2_K.gguf) | Q2_K | 0.978 GB | smallest, significant quality loss - not recommended for most purposes |
86
+ | [granite-3.3-2b-instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/ibm-granite_granite-3.3-2b-instruct-GGUF/blob/main/granite-3.3-2b-instruct-Q3_K_S.gguf) | Q3_K_S | 1.130 GB | very small, high quality loss |
87
+ | [granite-3.3-2b-instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/ibm-granite_granite-3.3-2b-instruct-GGUF/blob/main/granite-3.3-2b-instruct-Q3_K_M.gguf) | Q3_K_M | 1.252 GB | very small, high quality loss |
88
+ | [granite-3.3-2b-instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/ibm-granite_granite-3.3-2b-instruct-GGUF/blob/main/granite-3.3-2b-instruct-Q3_K_L.gguf) | Q3_K_L | 1.357 GB | small, substantial quality loss |
89
+ | [granite-3.3-2b-instruct-Q4_0.gguf](https://huggingface.co/tensorblock/ibm-granite_granite-3.3-2b-instruct-GGUF/blob/main/granite-3.3-2b-instruct-Q4_0.gguf) | Q4_0 | 1.453 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
90
+ | [granite-3.3-2b-instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/ibm-granite_granite-3.3-2b-instruct-GGUF/blob/main/granite-3.3-2b-instruct-Q4_K_S.gguf) | Q4_K_S | 1.464 GB | small, greater quality loss |
91
+ | [granite-3.3-2b-instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/ibm-granite_granite-3.3-2b-instruct-GGUF/blob/main/granite-3.3-2b-instruct-Q4_K_M.gguf) | Q4_K_M | 1.545 GB | medium, balanced quality - recommended |
92
+ | [granite-3.3-2b-instruct-Q5_0.gguf](https://huggingface.co/tensorblock/ibm-granite_granite-3.3-2b-instruct-GGUF/blob/main/granite-3.3-2b-instruct-Q5_0.gguf) | Q5_0 | 1.757 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
93
+ | [granite-3.3-2b-instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/ibm-granite_granite-3.3-2b-instruct-GGUF/blob/main/granite-3.3-2b-instruct-Q5_K_S.gguf) | Q5_K_S | 1.757 GB | large, low quality loss - recommended |
94
+ | [granite-3.3-2b-instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/ibm-granite_granite-3.3-2b-instruct-GGUF/blob/main/granite-3.3-2b-instruct-Q5_K_M.gguf) | Q5_K_M | 1.805 GB | large, very low quality loss - recommended |
95
+ | [granite-3.3-2b-instruct-Q6_K.gguf](https://huggingface.co/tensorblock/ibm-granite_granite-3.3-2b-instruct-GGUF/blob/main/granite-3.3-2b-instruct-Q6_K.gguf) | Q6_K | 2.081 GB | very large, extremely low quality loss |
96
+ | [granite-3.3-2b-instruct-Q8_0.gguf](https://huggingface.co/tensorblock/ibm-granite_granite-3.3-2b-instruct-GGUF/blob/main/granite-3.3-2b-instruct-Q8_0.gguf) | Q8_0 | 2.694 GB | very large, extremely low quality loss - not recommended |
97
+
98
+
99
+ ## Downloading instruction
100
+
101
+ ### Command line
102
+
103
+ Firstly, install Huggingface Client
104
+
105
+ ```shell
106
+ pip install -U "huggingface_hub[cli]"
107
+ ```
108
+
109
+ Then, downoad the individual model file the a local directory
110
+
111
+ ```shell
112
+ huggingface-cli download tensorblock/ibm-granite_granite-3.3-2b-instruct-GGUF --include "granite-3.3-2b-instruct-Q2_K.gguf" --local-dir MY_LOCAL_DIR
113
+ ```
114
+
115
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
116
+
117
+ ```shell
118
+ huggingface-cli download tensorblock/ibm-granite_granite-3.3-2b-instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
119
+ ```
granite-3.3-2b-instruct-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab72d0ff596999214fc2093013b85204504cb3af0f337b5bf17092b4f0990e46
3
+ size 978253088
granite-3.3-2b-instruct-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9272a3ffee414c9e92bfeb01501a188b9b33de4bb04529d73424ff1eea31d86c
3
+ size 1357378848
granite-3.3-2b-instruct-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fcdc902e69cb61c3ff2e539ec0cce129abda0e4e4bb75f04cc7223bb1565313
3
+ size 1251734816
granite-3.3-2b-instruct-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4bea70c1a22a0cde1f728d98c21a60e547d15a5dac272a4efd75d742b92549c
3
+ size 1130296608
granite-3.3-2b-instruct-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e1a8f17c2216c7f3b4f0ee72716c162222d90b01f16cc4a3f9b995fc6414b1a
3
+ size 1453389088
granite-3.3-2b-instruct-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7127ec972a27f1893c503e58bd849455a67a49c1e450b15fbdf70019d98eb384
3
+ size 1545303328
granite-3.3-2b-instruct-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca5b6ec3e8405ee25a2ee7ff4394c99a9951a6d39bf995972961a92ef1c43deb
3
+ size 1464399136
granite-3.3-2b-instruct-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96fec11a46387fd1c3a4d2dc0f3296b865f86230a9a63f11d1e51f1840b30d62
3
+ size 1757476128
granite-3.3-2b-instruct-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2e9be033529418e3d7390197374b89dfa1ad7386746b98773399b14deabaa38
3
+ size 1804825888
granite-3.3-2b-instruct-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5def27ed2176905c4858954ad652b336b45a867fea9c5cfb3e4b85d262fe84a2
3
+ size 1757476128
granite-3.3-2b-instruct-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:879f14c26b507787ed68c7a69edafea482e2d073658c4c2cfae4a51cb1b2ebc1
3
+ size 2080568608
granite-3.3-2b-instruct-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68c19464ef579c5d5f00024b34a4628ce249b96ffae37abe633892981d689659
3
+ size 2694120096