Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +77 -0
- itab-llm-Q2_K.gguf +3 -0
- itab-llm-Q3_K_L.gguf +3 -0
- itab-llm-Q3_K_M.gguf +3 -0
- itab-llm-Q3_K_S.gguf +3 -0
- itab-llm-Q4_0.gguf +3 -0
- itab-llm-Q4_K_M.gguf +3 -0
- itab-llm-Q4_K_S.gguf +3 -0
- itab-llm-Q5_0.gguf +3 -0
- itab-llm-Q5_K_M.gguf +3 -0
- itab-llm-Q5_K_S.gguf +3 -0
- itab-llm-Q6_K.gguf +3 -0
- itab-llm-Q8_0.gguf +3 -0
.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 |
+
itab-llm-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
itab-llm-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
itab-llm-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
itab-llm-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
itab-llm-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
itab-llm-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
itab-llm-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
itab-llm-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
itab-llm-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
itab-llm-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
itab-llm-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
itab-llm-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
base_model: OldBirdAZ/itab-llm
|
| 5 |
+
tags:
|
| 6 |
+
- TensorBlock
|
| 7 |
+
- GGUF
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
| 11 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
| 12 |
+
</div>
|
| 13 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
| 14 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
| 15 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
| 16 |
+
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>
|
| 17 |
+
</p>
|
| 18 |
+
</div>
|
| 19 |
+
</div>
|
| 20 |
+
|
| 21 |
+
## OldBirdAZ/itab-llm - GGUF
|
| 22 |
+
|
| 23 |
+
This repo contains GGUF format model files for [OldBirdAZ/itab-llm](https://huggingface.co/OldBirdAZ/itab-llm).
|
| 24 |
+
|
| 25 |
+
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).
|
| 26 |
+
|
| 27 |
+
<div style="text-align: left; margin: 20px 0;">
|
| 28 |
+
<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;">
|
| 29 |
+
Run them on the TensorBlock client using your local machine ↗
|
| 30 |
+
</a>
|
| 31 |
+
</div>
|
| 32 |
+
|
| 33 |
+
## Prompt template
|
| 34 |
+
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
```
|
| 38 |
+
|
| 39 |
+
## Model file specification
|
| 40 |
+
|
| 41 |
+
| Filename | Quant type | File Size | Description |
|
| 42 |
+
| -------- | ---------- | --------- | ----------- |
|
| 43 |
+
| [itab-llm-Q2_K.gguf](https://huggingface.co/tensorblock/itab-llm-GGUF/blob/main/itab-llm-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
|
| 44 |
+
| [itab-llm-Q3_K_S.gguf](https://huggingface.co/tensorblock/itab-llm-GGUF/blob/main/itab-llm-Q3_K_S.gguf) | Q3_K_S | 2.948 GB | very small, high quality loss |
|
| 45 |
+
| [itab-llm-Q3_K_M.gguf](https://huggingface.co/tensorblock/itab-llm-GGUF/blob/main/itab-llm-Q3_K_M.gguf) | Q3_K_M | 3.298 GB | very small, high quality loss |
|
| 46 |
+
| [itab-llm-Q3_K_L.gguf](https://huggingface.co/tensorblock/itab-llm-GGUF/blob/main/itab-llm-Q3_K_L.gguf) | Q3_K_L | 3.597 GB | small, substantial quality loss |
|
| 47 |
+
| [itab-llm-Q4_0.gguf](https://huggingface.co/tensorblock/itab-llm-GGUF/blob/main/itab-llm-Q4_0.gguf) | Q4_0 | 3.826 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
| 48 |
+
| [itab-llm-Q4_K_S.gguf](https://huggingface.co/tensorblock/itab-llm-GGUF/blob/main/itab-llm-Q4_K_S.gguf) | Q4_K_S | 3.857 GB | small, greater quality loss |
|
| 49 |
+
| [itab-llm-Q4_K_M.gguf](https://huggingface.co/tensorblock/itab-llm-GGUF/blob/main/itab-llm-Q4_K_M.gguf) | Q4_K_M | 4.081 GB | medium, balanced quality - recommended |
|
| 50 |
+
| [itab-llm-Q5_0.gguf](https://huggingface.co/tensorblock/itab-llm-GGUF/blob/main/itab-llm-Q5_0.gguf) | Q5_0 | 4.652 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
| 51 |
+
| [itab-llm-Q5_K_S.gguf](https://huggingface.co/tensorblock/itab-llm-GGUF/blob/main/itab-llm-Q5_K_S.gguf) | Q5_K_S | 4.652 GB | large, low quality loss - recommended |
|
| 52 |
+
| [itab-llm-Q5_K_M.gguf](https://huggingface.co/tensorblock/itab-llm-GGUF/blob/main/itab-llm-Q5_K_M.gguf) | Q5_K_M | 4.783 GB | large, very low quality loss - recommended |
|
| 53 |
+
| [itab-llm-Q6_K.gguf](https://huggingface.co/tensorblock/itab-llm-GGUF/blob/main/itab-llm-Q6_K.gguf) | Q6_K | 5.529 GB | very large, extremely low quality loss |
|
| 54 |
+
| [itab-llm-Q8_0.gguf](https://huggingface.co/tensorblock/itab-llm-GGUF/blob/main/itab-llm-Q8_0.gguf) | Q8_0 | 7.161 GB | very large, extremely low quality loss - not recommended |
|
| 55 |
+
|
| 56 |
+
|
| 57 |
+
## Downloading instruction
|
| 58 |
+
|
| 59 |
+
### Command line
|
| 60 |
+
|
| 61 |
+
Firstly, install Huggingface Client
|
| 62 |
+
|
| 63 |
+
```shell
|
| 64 |
+
pip install -U "huggingface_hub[cli]"
|
| 65 |
+
```
|
| 66 |
+
|
| 67 |
+
Then, downoad the individual model file the a local directory
|
| 68 |
+
|
| 69 |
+
```shell
|
| 70 |
+
huggingface-cli download tensorblock/itab-llm-GGUF --include "itab-llm-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
| 71 |
+
```
|
| 72 |
+
|
| 73 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
| 74 |
+
|
| 75 |
+
```shell
|
| 76 |
+
huggingface-cli download tensorblock/itab-llm-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
| 77 |
+
```
|
itab-llm-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d4bef7efd7951f8a4b3028ed90db2ca7eb2dc68724a6522a47669900947e3182
|
| 3 |
+
size 2532864000
|
itab-llm-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ef09461294a0dd1546c087172a53582110d8d460af19721fa5ac0c079902c7f
|
| 3 |
+
size 3597111296
|
itab-llm-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:849645e3d776eff1a1dbd9e97fe76200b5277cce4de169ef2e1856041579817d
|
| 3 |
+
size 3298004992
|
itab-llm-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4df6165d0df478a170ca3ae1ee6cd2faf5265ab130b371d953d5a13054d0ffc
|
| 3 |
+
size 2948304896
|
itab-llm-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75e749db80c1236d5c3c27cc46b79280be2225d9f151978a8e6c6c64ae0e4808
|
| 3 |
+
size 3825807360
|
itab-llm-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f2af6d4a953fd5b39aa0b319664ab3cadf423c85ec2f73eb9d6857c31959ddb0
|
| 3 |
+
size 4081004544
|
itab-llm-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6d3c02a408207dd7275131d4127ac67b67fde204d5864b622743e2e99477664
|
| 3 |
+
size 3856740352
|
itab-llm-Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10d79d8d4db100e19fa477cf7be2df6719e7bba78a7a28cedcc636456a22b818
|
| 3 |
+
size 4651692032
|
itab-llm-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5f3c4dfa7823079914eb5ee290ebcb3bd2c937910858f00db567364e422ce53e
|
| 3 |
+
size 4783157248
|
itab-llm-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de8d8235e7f323d584f2ff9e39484c45c6a12caa44a039c24e11a12fbcd5c689
|
| 3 |
+
size 4651692032
|
itab-llm-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9701018361fbb371acfbd6447555a905cb059bf8e9e4a1f6ca66889c69ee4954
|
| 3 |
+
size 5529194496
|
itab-llm-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6154341495b8e3a9e62da2a42727d210a76f4737c0683c6c351ce03722a5e8f6
|
| 3 |
+
size 7161090048
|