morriszms commited on
Commit
8a06c2c
·
verified ·
1 Parent(s): 93622f0

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-8b-base-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ granite-3.1-8b-base-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ granite-3.1-8b-base-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ granite-3.1-8b-base-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ granite-3.1-8b-base-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ granite-3.1-8b-base-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ granite-3.1-8b-base-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ granite-3.1-8b-base-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ granite-3.1-8b-base-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ granite-3.1-8b-base-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ granite-3.1-8b-base-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ granite-3.1-8b-base-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ tags:
5
+ - language
6
+ - granite-3.1
7
+ - TensorBlock
8
+ - GGUF
9
+ base_model: ibm-granite/granite-3.1-8b-base
10
+ ---
11
+
12
+ <div style="width: auto; margin-left: auto; margin-right: auto">
13
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
14
+ </div>
15
+ <div style="display: flex; justify-content: space-between; width: 100%;">
16
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
17
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
18
+ 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>
19
+ </p>
20
+ </div>
21
+ </div>
22
+
23
+ ## ibm-granite/granite-3.1-8b-base - GGUF
24
+
25
+ This repo contains GGUF format model files for [ibm-granite/granite-3.1-8b-base](https://huggingface.co/ibm-granite/granite-3.1-8b-base).
26
+
27
+ 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).
28
+
29
+ <div style="text-align: left; margin: 20px 0;">
30
+ <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;">
31
+ Run them on the TensorBlock client using your local machine ↗
32
+ </a>
33
+ </div>
34
+
35
+ ## Prompt template
36
+
37
+ ```
38
+
39
+ ```
40
+
41
+ ## Model file specification
42
+
43
+ | Filename | Quant type | File Size | Description |
44
+ | -------- | ---------- | --------- | ----------- |
45
+ | [granite-3.1-8b-base-Q2_K.gguf](https://huggingface.co/tensorblock/granite-3.1-8b-base-GGUF/blob/main/granite-3.1-8b-base-Q2_K.gguf) | Q2_K | 3.104 GB | smallest, significant quality loss - not recommended for most purposes |
46
+ | [granite-3.1-8b-base-Q3_K_S.gguf](https://huggingface.co/tensorblock/granite-3.1-8b-base-GGUF/blob/main/granite-3.1-8b-base-Q3_K_S.gguf) | Q3_K_S | 3.592 GB | very small, high quality loss |
47
+ | [granite-3.1-8b-base-Q3_K_M.gguf](https://huggingface.co/tensorblock/granite-3.1-8b-base-GGUF/blob/main/granite-3.1-8b-base-Q3_K_M.gguf) | Q3_K_M | 3.997 GB | very small, high quality loss |
48
+ | [granite-3.1-8b-base-Q3_K_L.gguf](https://huggingface.co/tensorblock/granite-3.1-8b-base-GGUF/blob/main/granite-3.1-8b-base-Q3_K_L.gguf) | Q3_K_L | 4.349 GB | small, substantial quality loss |
49
+ | [granite-3.1-8b-base-Q4_0.gguf](https://huggingface.co/tensorblock/granite-3.1-8b-base-GGUF/blob/main/granite-3.1-8b-base-Q4_0.gguf) | Q4_0 | 4.651 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
50
+ | [granite-3.1-8b-base-Q4_K_S.gguf](https://huggingface.co/tensorblock/granite-3.1-8b-base-GGUF/blob/main/granite-3.1-8b-base-Q4_K_S.gguf) | Q4_K_S | 4.686 GB | small, greater quality loss |
51
+ | [granite-3.1-8b-base-Q4_K_M.gguf](https://huggingface.co/tensorblock/granite-3.1-8b-base-GGUF/blob/main/granite-3.1-8b-base-Q4_K_M.gguf) | Q4_K_M | 4.943 GB | medium, balanced quality - recommended |
52
+ | [granite-3.1-8b-base-Q5_0.gguf](https://huggingface.co/tensorblock/granite-3.1-8b-base-GGUF/blob/main/granite-3.1-8b-base-Q5_0.gguf) | Q5_0 | 5.647 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
53
+ | [granite-3.1-8b-base-Q5_K_S.gguf](https://huggingface.co/tensorblock/granite-3.1-8b-base-GGUF/blob/main/granite-3.1-8b-base-Q5_K_S.gguf) | Q5_K_S | 5.647 GB | large, low quality loss - recommended |
54
+ | [granite-3.1-8b-base-Q5_K_M.gguf](https://huggingface.co/tensorblock/granite-3.1-8b-base-GGUF/blob/main/granite-3.1-8b-base-Q5_K_M.gguf) | Q5_K_M | 5.797 GB | large, very low quality loss - recommended |
55
+ | [granite-3.1-8b-base-Q6_K.gguf](https://huggingface.co/tensorblock/granite-3.1-8b-base-GGUF/blob/main/granite-3.1-8b-base-Q6_K.gguf) | Q6_K | 6.705 GB | very large, extremely low quality loss |
56
+ | [granite-3.1-8b-base-Q8_0.gguf](https://huggingface.co/tensorblock/granite-3.1-8b-base-GGUF/blob/main/granite-3.1-8b-base-Q8_0.gguf) | Q8_0 | 8.684 GB | very large, extremely low quality loss - not recommended |
57
+
58
+
59
+ ## Downloading instruction
60
+
61
+ ### Command line
62
+
63
+ Firstly, install Huggingface Client
64
+
65
+ ```shell
66
+ pip install -U "huggingface_hub[cli]"
67
+ ```
68
+
69
+ Then, downoad the individual model file the a local directory
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/granite-3.1-8b-base-GGUF --include "granite-3.1-8b-base-Q2_K.gguf" --local-dir MY_LOCAL_DIR
73
+ ```
74
+
75
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/granite-3.1-8b-base-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
79
+ ```
granite-3.1-8b-base-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:610e73f7c7e32c68469761ce40671a597ca9d58fb8845e71c0711e52abc03ff0
3
+ size 3103576896
granite-3.1-8b-base-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:280e97c4aee10b90e23963313a669fd121ce129c016146a60db6f56e2091062b
3
+ size 4349416256
granite-3.1-8b-base-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bba3898e9acf8a463b06794469a4eac96aaac8d517ddf5599910e70715e86105
3
+ size 3996570432
granite-3.1-8b-base-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:880a887d96bfd2a48f12de29f03f5dfab86d45e582374ad18befc6c69e8b74a4
3
+ size 3592475456
granite-3.1-8b-base-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54794c32aa5c122df6af64f022a4cead9cccb7f9cf2991fac8b724b188558451
3
+ size 4650881856
granite-3.1-8b-base-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f42589d223f0507090ac62c3a1a11fb57806238ac3ec9264fe116f419660a6b7
3
+ size 4942844736
granite-3.1-8b-base-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:149bff9733fbb02923659d36e7f2a091fc1b3d5b3c3fdc55a567aca3c0efa170
3
+ size 4685747008
granite-3.1-8b-base-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbffb8403a34a6d8073f127a9c08c6ec80daeaca5625ddee9b21754c8832ea77
3
+ size 5647029056
granite-3.1-8b-base-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02b73ed4017a1c03a5a7c2b165b67e4555abd4acaff5d9f5b1777b63faaf3941
3
+ size 5797434176
granite-3.1-8b-base-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c45e64a00b4329d92682a5157c9a058c9b662a69f3fca53e3066c134f6861f8d
3
+ size 5647029056
granite-3.1-8b-base-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35fb057804cb7100cb31e64f931d73e7e0fa488678b8db841df045dfa6db69d5
3
+ size 6705435456
granite-3.1-8b-base-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99d7e9085452280d00cad9e8d3a7bb5d2ad9dbb718d955bb08c89c572f34daca
3
+ size 8684229440