Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +90 -0
- taraV1-M16B-Q2_K.gguf +3 -0
- taraV1-M16B-Q3_K_L.gguf +3 -0
- taraV1-M16B-Q3_K_M.gguf +3 -0
- taraV1-M16B-Q3_K_S.gguf +3 -0
- taraV1-M16B-Q4_0.gguf +3 -0
- taraV1-M16B-Q4_K_M.gguf +3 -0
- taraV1-M16B-Q4_K_S.gguf +3 -0
- taraV1-M16B-Q5_0.gguf +3 -0
- taraV1-M16B-Q5_K_M.gguf +3 -0
- taraV1-M16B-Q5_K_S.gguf +3 -0
- taraV1-M16B-Q6_K.gguf +3 -0
- taraV1-M16B-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 |
+
taraV1-M16B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
taraV1-M16B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
taraV1-M16B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
taraV1-M16B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
taraV1-M16B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
taraV1-M16B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
taraV1-M16B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
taraV1-M16B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
taraV1-M16B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
taraV1-M16B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
taraV1-M16B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
taraV1-M16B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: Gragroo/taraV1-M16B
|
| 3 |
+
tags:
|
| 4 |
+
- text-generation-inference
|
| 5 |
+
- transformers
|
| 6 |
+
- unsloth
|
| 7 |
+
- llama
|
| 8 |
+
- trl
|
| 9 |
+
- TensorBlock
|
| 10 |
+
- GGUF
|
| 11 |
+
license: apache-2.0
|
| 12 |
+
language:
|
| 13 |
+
- en
|
| 14 |
+
---
|
| 15 |
+
|
| 16 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
| 17 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
| 18 |
+
</div>
|
| 19 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
| 20 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
| 21 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
| 22 |
+
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>
|
| 23 |
+
</p>
|
| 24 |
+
</div>
|
| 25 |
+
</div>
|
| 26 |
+
|
| 27 |
+
## Gragroo/taraV1-M16B - GGUF
|
| 28 |
+
|
| 29 |
+
This repo contains GGUF format model files for [Gragroo/taraV1-M16B](https://huggingface.co/Gragroo/taraV1-M16B).
|
| 30 |
+
|
| 31 |
+
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).
|
| 32 |
+
|
| 33 |
+
<div style="text-align: left; margin: 20px 0;">
|
| 34 |
+
<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;">
|
| 35 |
+
Run them on the TensorBlock client using your local machine ↗
|
| 36 |
+
</a>
|
| 37 |
+
</div>
|
| 38 |
+
|
| 39 |
+
## Prompt template
|
| 40 |
+
|
| 41 |
+
```
|
| 42 |
+
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
| 43 |
+
|
| 44 |
+
Cutting Knowledge Date: December 2023
|
| 45 |
+
Today Date: 26 July 2024
|
| 46 |
+
|
| 47 |
+
{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
| 48 |
+
|
| 49 |
+
{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
| 50 |
+
```
|
| 51 |
+
|
| 52 |
+
## Model file specification
|
| 53 |
+
|
| 54 |
+
| Filename | Quant type | File Size | Description |
|
| 55 |
+
| -------- | ---------- | --------- | ----------- |
|
| 56 |
+
| [taraV1-M16B-Q2_K.gguf](https://huggingface.co/tensorblock/taraV1-M16B-GGUF/blob/main/taraV1-M16B-Q2_K.gguf) | Q2_K | 1.364 GB | smallest, significant quality loss - not recommended for most purposes |
|
| 57 |
+
| [taraV1-M16B-Q3_K_S.gguf](https://huggingface.co/tensorblock/taraV1-M16B-GGUF/blob/main/taraV1-M16B-Q3_K_S.gguf) | Q3_K_S | 1.543 GB | very small, high quality loss |
|
| 58 |
+
| [taraV1-M16B-Q3_K_M.gguf](https://huggingface.co/tensorblock/taraV1-M16B-GGUF/blob/main/taraV1-M16B-Q3_K_M.gguf) | Q3_K_M | 1.687 GB | very small, high quality loss |
|
| 59 |
+
| [taraV1-M16B-Q3_K_L.gguf](https://huggingface.co/tensorblock/taraV1-M16B-GGUF/blob/main/taraV1-M16B-Q3_K_L.gguf) | Q3_K_L | 1.815 GB | small, substantial quality loss |
|
| 60 |
+
| [taraV1-M16B-Q4_0.gguf](https://huggingface.co/tensorblock/taraV1-M16B-GGUF/blob/main/taraV1-M16B-Q4_0.gguf) | Q4_0 | 1.917 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
| 61 |
+
| [taraV1-M16B-Q4_K_S.gguf](https://huggingface.co/tensorblock/taraV1-M16B-GGUF/blob/main/taraV1-M16B-Q4_K_S.gguf) | Q4_K_S | 1.928 GB | small, greater quality loss |
|
| 62 |
+
| [taraV1-M16B-Q4_K_M.gguf](https://huggingface.co/tensorblock/taraV1-M16B-GGUF/blob/main/taraV1-M16B-Q4_K_M.gguf) | Q4_K_M | 2.019 GB | medium, balanced quality - recommended |
|
| 63 |
+
| [taraV1-M16B-Q5_0.gguf](https://huggingface.co/tensorblock/taraV1-M16B-GGUF/blob/main/taraV1-M16B-Q5_0.gguf) | Q5_0 | 2.270 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
| 64 |
+
| [taraV1-M16B-Q5_K_S.gguf](https://huggingface.co/tensorblock/taraV1-M16B-GGUF/blob/main/taraV1-M16B-Q5_K_S.gguf) | Q5_K_S | 2.270 GB | large, low quality loss - recommended |
|
| 65 |
+
| [taraV1-M16B-Q5_K_M.gguf](https://huggingface.co/tensorblock/taraV1-M16B-GGUF/blob/main/taraV1-M16B-Q5_K_M.gguf) | Q5_K_M | 2.322 GB | large, very low quality loss - recommended |
|
| 66 |
+
| [taraV1-M16B-Q6_K.gguf](https://huggingface.co/tensorblock/taraV1-M16B-GGUF/blob/main/taraV1-M16B-Q6_K.gguf) | Q6_K | 2.644 GB | very large, extremely low quality loss |
|
| 67 |
+
| [taraV1-M16B-Q8_0.gguf](https://huggingface.co/tensorblock/taraV1-M16B-GGUF/blob/main/taraV1-M16B-Q8_0.gguf) | Q8_0 | 3.422 GB | very large, extremely low quality loss - not recommended |
|
| 68 |
+
|
| 69 |
+
|
| 70 |
+
## Downloading instruction
|
| 71 |
+
|
| 72 |
+
### Command line
|
| 73 |
+
|
| 74 |
+
Firstly, install Huggingface Client
|
| 75 |
+
|
| 76 |
+
```shell
|
| 77 |
+
pip install -U "huggingface_hub[cli]"
|
| 78 |
+
```
|
| 79 |
+
|
| 80 |
+
Then, downoad the individual model file the a local directory
|
| 81 |
+
|
| 82 |
+
```shell
|
| 83 |
+
huggingface-cli download tensorblock/taraV1-M16B-GGUF --include "taraV1-M16B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
| 84 |
+
```
|
| 85 |
+
|
| 86 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
| 87 |
+
|
| 88 |
+
```shell
|
| 89 |
+
huggingface-cli download tensorblock/taraV1-M16B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
| 90 |
+
```
|
taraV1-M16B-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5469ec29aeb0c3668dfac5f90dbe550a279d61d44234f9b4643a52c81887dbd0
|
| 3 |
+
size 1363936576
|
taraV1-M16B-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:baa07809541416174c2d64fc1d93f9a353c632e3dad96493acc059c2ed22cddc
|
| 3 |
+
size 1815348544
|
taraV1-M16B-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:67b91bb7e8884736474a701b470925519d7de0ea9d2ab486e295a49907a0d065
|
| 3 |
+
size 1687160128
|
taraV1-M16B-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:84702ce9cb2240cba0c911bdaaa94793d5c5681263adf0a7b881db9e5db3c6be
|
| 3 |
+
size 1542849856
|
taraV1-M16B-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:209bcedf845091f4d28f7b06fc618343370ded0a632b94a118102591238920fa
|
| 3 |
+
size 1917191488
|
taraV1-M16B-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6771fa55b54f4f5d5b85762127783fe434f6fc404544074f7fe39663d2e41b2
|
| 3 |
+
size 2019378496
|
taraV1-M16B-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a8115422d226d2ba9f60a45c444859e26217e52d2e3e71225a207fe08ffcbc1
|
| 3 |
+
size 1928201536
|
taraV1-M16B-Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f965acf6d0cbc9a7402b51fafaaeae2ec1c1b22f5067845d18eb2fad02d7918c
|
| 3 |
+
size 2269513024
|
taraV1-M16B-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae3586365fe2e0b2409137737df40bfc3cd7896d9574adc1bc73191c2bd1550b
|
| 3 |
+
size 2322154816
|
taraV1-M16B-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9106f0ffc992eb3be5cbaba98aaf8d3e6de77eae2c4c966e5f86d533ed585ba
|
| 3 |
+
size 2269513024
|
taraV1-M16B-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b6c2b47ff037eb0c1dffaef40832f3bf3f44cd17bbec9ef2fec867f36653726
|
| 3 |
+
size 2643854656
|
taraV1-M16B-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:091db00e11b58eddcf51d00361e561cc217d06d2a3c291af611f1aac80c07378
|
| 3 |
+
size 3421900096
|