morriszms commited on
Commit
ead42b3
·
verified ·
1 Parent(s): f214e0c

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.1-3b-a800m-instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ granite-3.1-3b-a800m-instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ granite-3.1-3b-a800m-instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ granite-3.1-3b-a800m-instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ granite-3.1-3b-a800m-instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ granite-3.1-3b-a800m-instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ granite-3.1-3b-a800m-instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ granite-3.1-3b-a800m-instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ granite-3.1-3b-a800m-instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ granite-3.1-3b-a800m-instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ granite-3.1-3b-a800m-instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ granite-3.1-3b-a800m-instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.1
9
+ - TensorBlock
10
+ - GGUF
11
+ base_model: ibm-granite/granite-3.1-3b-a800m-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.1-3b-a800m-instruct - GGUF
26
+
27
+ This repo contains GGUF format model files for [ibm-granite/granite-3.1-3b-a800m-instruct](https://huggingface.co/ibm-granite/granite-3.1-3b-a800m-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 b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
30
+
31
+ <div style="text-align: left; margin: 20px 0;">
32
+ <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;">
33
+ Run them on the TensorBlock client using your local machine ↗
34
+ </a>
35
+ </div>
36
+
37
+ ## Prompt template
38
+
39
+ ```
40
+ <|start_of_role|>system<|end_of_role|>{system_prompt}<|end_of_text|>
41
+ <|start_of_role|>user<|end_of_role|>{prompt}<|end_of_text|>
42
+ <|start_of_role|>assistant<|end_of_role|>
43
+ ```
44
+
45
+ ## Model file specification
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [granite-3.1-3b-a800m-instruct-Q2_K.gguf](https://huggingface.co/tensorblock/granite-3.1-3b-a800m-instruct-GGUF/blob/main/granite-3.1-3b-a800m-instruct-Q2_K.gguf) | Q2_K | 1.241 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [granite-3.1-3b-a800m-instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/granite-3.1-3b-a800m-instruct-GGUF/blob/main/granite-3.1-3b-a800m-instruct-Q3_K_S.gguf) | Q3_K_S | 1.456 GB | very small, high quality loss |
51
+ | [granite-3.1-3b-a800m-instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/granite-3.1-3b-a800m-instruct-GGUF/blob/main/granite-3.1-3b-a800m-instruct-Q3_K_M.gguf) | Q3_K_M | 1.611 GB | very small, high quality loss |
52
+ | [granite-3.1-3b-a800m-instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/granite-3.1-3b-a800m-instruct-GGUF/blob/main/granite-3.1-3b-a800m-instruct-Q3_K_L.gguf) | Q3_K_L | 1.742 GB | small, substantial quality loss |
53
+ | [granite-3.1-3b-a800m-instruct-Q4_0.gguf](https://huggingface.co/tensorblock/granite-3.1-3b-a800m-instruct-GGUF/blob/main/granite-3.1-3b-a800m-instruct-Q4_0.gguf) | Q4_0 | 1.884 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [granite-3.1-3b-a800m-instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/granite-3.1-3b-a800m-instruct-GGUF/blob/main/granite-3.1-3b-a800m-instruct-Q4_K_S.gguf) | Q4_K_S | 1.900 GB | small, greater quality loss |
55
+ | [granite-3.1-3b-a800m-instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/granite-3.1-3b-a800m-instruct-GGUF/blob/main/granite-3.1-3b-a800m-instruct-Q4_K_M.gguf) | Q4_K_M | 2.017 GB | medium, balanced quality - recommended |
56
+ | [granite-3.1-3b-a800m-instruct-Q5_0.gguf](https://huggingface.co/tensorblock/granite-3.1-3b-a800m-instruct-GGUF/blob/main/granite-3.1-3b-a800m-instruct-Q5_0.gguf) | Q5_0 | 2.287 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [granite-3.1-3b-a800m-instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/granite-3.1-3b-a800m-instruct-GGUF/blob/main/granite-3.1-3b-a800m-instruct-Q5_K_S.gguf) | Q5_K_S | 2.287 GB | large, low quality loss - recommended |
58
+ | [granite-3.1-3b-a800m-instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/granite-3.1-3b-a800m-instruct-GGUF/blob/main/granite-3.1-3b-a800m-instruct-Q5_K_M.gguf) | Q5_K_M | 2.355 GB | large, very low quality loss - recommended |
59
+ | [granite-3.1-3b-a800m-instruct-Q6_K.gguf](https://huggingface.co/tensorblock/granite-3.1-3b-a800m-instruct-GGUF/blob/main/granite-3.1-3b-a800m-instruct-Q6_K.gguf) | Q6_K | 2.714 GB | very large, extremely low quality loss |
60
+ | [granite-3.1-3b-a800m-instruct-Q8_0.gguf](https://huggingface.co/tensorblock/granite-3.1-3b-a800m-instruct-GGUF/blob/main/granite-3.1-3b-a800m-instruct-Q8_0.gguf) | Q8_0 | 3.513 GB | very large, extremely low quality loss - not recommended |
61
+
62
+
63
+ ## Downloading instruction
64
+
65
+ ### Command line
66
+
67
+ Firstly, install Huggingface Client
68
+
69
+ ```shell
70
+ pip install -U "huggingface_hub[cli]"
71
+ ```
72
+
73
+ Then, downoad the individual model file the a local directory
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/granite-3.1-3b-a800m-instruct-GGUF --include "granite-3.1-3b-a800m-instruct-Q2_K.gguf" --local-dir MY_LOCAL_DIR
77
+ ```
78
+
79
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/granite-3.1-3b-a800m-instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
granite-3.1-3b-a800m-instruct-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05671ebeef6aba04186fe5cb07a26b4e71dab72ce897807f5f24572fb20259a2
3
+ size 1241368192
granite-3.1-3b-a800m-instruct-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6df556ca9c32c8104620a8e536f99793728e9fae9bbaf3e010e5df2f435bdf8e
3
+ size 1741538944
granite-3.1-3b-a800m-instruct-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a7ac2191c092fa28e53c5af2a3b2c6a1e13c86a2c3aa86bdb411b8e60069738
3
+ size 1611187840
granite-3.1-3b-a800m-instruct-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:092f73442ff780f7768288db37b371b75493c456c8e5e069cb9a2dcc0259e53d
3
+ size 1456064128
granite-3.1-3b-a800m-instruct-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d87ad71cc523630ed89b88ecc50e4135540cf440cd136f0bc6a5fd232f50fbb5
3
+ size 1883883136
granite-3.1-3b-a800m-instruct-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c2b03c1b5b844d9c3fd21238b99cf635523536ca67576c72833157857942e72
3
+ size 2016888448
granite-3.1-3b-a800m-instruct-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ec6e36cdd7d85af12b5734bb10119670269082618b365376b2ad814cf1abf61
3
+ size 1900004992
granite-3.1-3b-a800m-instruct-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:baaae34796fb3e97e1b7bf7e4aeac65715abf722b36871a044794821a447b246
3
+ size 2286536320
granite-3.1-3b-a800m-instruct-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a70d38746de1f1bbd8249024c8581ed25aefac159b41e5234323dadbec9a5a31
3
+ size 2355054208
granite-3.1-3b-a800m-instruct-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ec2dfd27441526753e23fa6781a9526abe3b349d2c86aa819398577ee07858a
3
+ size 2286536320
granite-3.1-3b-a800m-instruct-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40e6ea735becb04f11a0f2564b62ceca27f8dc96f849b50ca60e89b3b6c4ac80
3
+ size 2714355328
granite-3.1-3b-a800m-instruct-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2854e3bbf807866d1022512530e726fad2d7c2c6d56fa9b69e6e017ba468a44
3
+ size 3512781504