Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +81 -0
- T3Q-LLM1-CV-v2.0-Q2_K.gguf +3 -0
- T3Q-LLM1-CV-v2.0-Q3_K_L.gguf +3 -0
- T3Q-LLM1-CV-v2.0-Q3_K_M.gguf +3 -0
- T3Q-LLM1-CV-v2.0-Q3_K_S.gguf +3 -0
- T3Q-LLM1-CV-v2.0-Q4_0.gguf +3 -0
- T3Q-LLM1-CV-v2.0-Q4_K_M.gguf +3 -0
- T3Q-LLM1-CV-v2.0-Q4_K_S.gguf +3 -0
- T3Q-LLM1-CV-v2.0-Q5_0.gguf +3 -0
- T3Q-LLM1-CV-v2.0-Q5_K_M.gguf +3 -0
- T3Q-LLM1-CV-v2.0-Q5_K_S.gguf +3 -0
- T3Q-LLM1-CV-v2.0-Q6_K.gguf +3 -0
- T3Q-LLM1-CV-v2.0-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 |
+
T3Q-LLM1-CV-v2.0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
T3Q-LLM1-CV-v2.0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
T3Q-LLM1-CV-v2.0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
T3Q-LLM1-CV-v2.0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
T3Q-LLM1-CV-v2.0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
T3Q-LLM1-CV-v2.0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
T3Q-LLM1-CV-v2.0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
T3Q-LLM1-CV-v2.0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
T3Q-LLM1-CV-v2.0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
T3Q-LLM1-CV-v2.0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
T3Q-LLM1-CV-v2.0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
T3Q-LLM1-CV-v2.0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
tags:
|
5 |
+
- TensorBlock
|
6 |
+
- GGUF
|
7 |
+
base_model: T3Q-LLM/T3Q-LLM1-CV-v2.0
|
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 |
+
## T3Q-LLM/T3Q-LLM1-CV-v2.0 - GGUF
|
22 |
+
|
23 |
+
This repo contains GGUF format model files for [T3Q-LLM/T3Q-LLM1-CV-v2.0](https://huggingface.co/T3Q-LLM/T3Q-LLM1-CV-v2.0).
|
24 |
+
|
25 |
+
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).
|
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 |
+
<|im_start|>system
|
37 |
+
{system_prompt}<|im_end|>
|
38 |
+
<|im_start|>user
|
39 |
+
{prompt}<|im_end|>
|
40 |
+
<|im_start|>assistant
|
41 |
+
```
|
42 |
+
|
43 |
+
## Model file specification
|
44 |
+
|
45 |
+
| Filename | Quant type | File Size | Description |
|
46 |
+
| -------- | ---------- | --------- | ----------- |
|
47 |
+
| [T3Q-LLM1-CV-v2.0-Q2_K.gguf](https://huggingface.co/tensorblock/T3Q-LLM1-CV-v2.0-GGUF/blob/main/T3Q-LLM1-CV-v2.0-Q2_K.gguf) | Q2_K | 3.768 GB | smallest, significant quality loss - not recommended for most purposes |
|
48 |
+
| [T3Q-LLM1-CV-v2.0-Q3_K_S.gguf](https://huggingface.co/tensorblock/T3Q-LLM1-CV-v2.0-GGUF/blob/main/T3Q-LLM1-CV-v2.0-Q3_K_S.gguf) | Q3_K_S | 4.387 GB | very small, high quality loss |
|
49 |
+
| [T3Q-LLM1-CV-v2.0-Q3_K_M.gguf](https://huggingface.co/tensorblock/T3Q-LLM1-CV-v2.0-GGUF/blob/main/T3Q-LLM1-CV-v2.0-Q3_K_M.gguf) | Q3_K_M | 4.882 GB | very small, high quality loss |
|
50 |
+
| [T3Q-LLM1-CV-v2.0-Q3_K_L.gguf](https://huggingface.co/tensorblock/T3Q-LLM1-CV-v2.0-GGUF/blob/main/T3Q-LLM1-CV-v2.0-Q3_K_L.gguf) | Q3_K_L | 5.306 GB | small, substantial quality loss |
|
51 |
+
| [T3Q-LLM1-CV-v2.0-Q4_0.gguf](https://huggingface.co/tensorblock/T3Q-LLM1-CV-v2.0-GGUF/blob/main/T3Q-LLM1-CV-v2.0-Q4_0.gguf) | Q4_0 | 5.703 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
52 |
+
| [T3Q-LLM1-CV-v2.0-Q4_K_S.gguf](https://huggingface.co/tensorblock/T3Q-LLM1-CV-v2.0-GGUF/blob/main/T3Q-LLM1-CV-v2.0-Q4_K_S.gguf) | Q4_K_S | 5.746 GB | small, greater quality loss |
|
53 |
+
| [T3Q-LLM1-CV-v2.0-Q4_K_M.gguf](https://huggingface.co/tensorblock/T3Q-LLM1-CV-v2.0-GGUF/blob/main/T3Q-LLM1-CV-v2.0-Q4_K_M.gguf) | Q4_K_M | 6.065 GB | medium, balanced quality - recommended |
|
54 |
+
| [T3Q-LLM1-CV-v2.0-Q5_0.gguf](https://huggingface.co/tensorblock/T3Q-LLM1-CV-v2.0-GGUF/blob/main/T3Q-LLM1-CV-v2.0-Q5_0.gguf) | Q5_0 | 6.941 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
55 |
+
| [T3Q-LLM1-CV-v2.0-Q5_K_S.gguf](https://huggingface.co/tensorblock/T3Q-LLM1-CV-v2.0-GGUF/blob/main/T3Q-LLM1-CV-v2.0-Q5_K_S.gguf) | Q5_K_S | 6.941 GB | large, low quality loss - recommended |
|
56 |
+
| [T3Q-LLM1-CV-v2.0-Q5_K_M.gguf](https://huggingface.co/tensorblock/T3Q-LLM1-CV-v2.0-GGUF/blob/main/T3Q-LLM1-CV-v2.0-Q5_K_M.gguf) | Q5_K_M | 7.128 GB | large, very low quality loss - recommended |
|
57 |
+
| [T3Q-LLM1-CV-v2.0-Q6_K.gguf](https://huggingface.co/tensorblock/T3Q-LLM1-CV-v2.0-GGUF/blob/main/T3Q-LLM1-CV-v2.0-Q6_K.gguf) | Q6_K | 8.257 GB | very large, extremely low quality loss |
|
58 |
+
| [T3Q-LLM1-CV-v2.0-Q8_0.gguf](https://huggingface.co/tensorblock/T3Q-LLM1-CV-v2.0-GGUF/blob/main/T3Q-LLM1-CV-v2.0-Q8_0.gguf) | Q8_0 | 10.694 GB | very large, extremely low quality loss - not recommended |
|
59 |
+
|
60 |
+
|
61 |
+
## Downloading instruction
|
62 |
+
|
63 |
+
### Command line
|
64 |
+
|
65 |
+
Firstly, install Huggingface Client
|
66 |
+
|
67 |
+
```shell
|
68 |
+
pip install -U "huggingface_hub[cli]"
|
69 |
+
```
|
70 |
+
|
71 |
+
Then, downoad the individual model file the a local directory
|
72 |
+
|
73 |
+
```shell
|
74 |
+
huggingface-cli download tensorblock/T3Q-LLM1-CV-v2.0-GGUF --include "T3Q-LLM1-CV-v2.0-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
75 |
+
```
|
76 |
+
|
77 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
78 |
+
|
79 |
+
```shell
|
80 |
+
huggingface-cli download tensorblock/T3Q-LLM1-CV-v2.0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
81 |
+
```
|
T3Q-LLM1-CV-v2.0-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca8b1279d63e6e6a191625adb635eb5ee69c1e30b8ea2c3df6d342872de6f8de
|
3 |
+
size 4045598752
|
T3Q-LLM1-CV-v2.0-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21d094599c4e399b2a5b62475233131873a39460ac259b175d83b56a0be8fd85
|
3 |
+
size 5696843808
|
T3Q-LLM1-CV-v2.0-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aaf7b431ffcef729292932ffb04d27bd3868f0bf6de9887c7bee65237a484ccd
|
3 |
+
size 5241761824
|
T3Q-LLM1-CV-v2.0-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a68accf3082186857b77fd30667dd8605df0227401624c46b3abbd1a0d95b8f0
|
3 |
+
size 4710658080
|
T3Q-LLM1-CV-v2.0-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1856b3acccbca9420ec6a35be2064aa838b62c054e6d40266e24eaa1cb45564d
|
3 |
+
size 6123352096
|
T3Q-LLM1-CV-v2.0-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92fd6c301300961c752935a2ae0cbdf8e41174383504b6aaf91a75d28f3f1166
|
3 |
+
size 6512635936
|
T3Q-LLM1-CV-v2.0-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ef025cb5cd8f85670be9a987f901f64204be03e4509a2d1f663d6cf19e6db44
|
3 |
+
size 6169489440
|
T3Q-LLM1-CV-v2.0-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:119f8d4292b68691afb1f71f1130bf3edbed325c76d54b302e53feb884eb885f
|
3 |
+
size 7452946464
|
T3Q-LLM1-CV-v2.0-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6cad1d2fa17bce4a443210ddac61abd0a11ce03e8813fc7a12c2180002ad281d
|
3 |
+
size 7653486624
|
T3Q-LLM1-CV-v2.0-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7f80393225a4ca79ffcd51017fd245687e7a40b49f8c6513df29a525e3c1d55c
|
3 |
+
size 7452946464
|
T3Q-LLM1-CV-v2.0-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a2452d4b5625ae98e36f82e4a7d9ad929d3268f1fc96e7dfb673220bad90a58f
|
3 |
+
size 8865640480
|
T3Q-LLM1-CV-v2.0-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51223a3fce49acd4e73b5822bdedac883b2233b4f0b8fc7893e5dae2fab8452a
|
3 |
+
size 11482361888
|