Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +80 -0
- cr-model-v1-Q2_K.gguf +3 -0
- cr-model-v1-Q3_K_L.gguf +3 -0
- cr-model-v1-Q3_K_M.gguf +3 -0
- cr-model-v1-Q3_K_S.gguf +3 -0
- cr-model-v1-Q4_0.gguf +3 -0
- cr-model-v1-Q4_K_M.gguf +3 -0
- cr-model-v1-Q4_K_S.gguf +3 -0
- cr-model-v1-Q5_0.gguf +3 -0
- cr-model-v1-Q5_K_M.gguf +3 -0
- cr-model-v1-Q5_K_S.gguf +3 -0
- cr-model-v1-Q6_K.gguf +3 -0
- cr-model-v1-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 |
+
cr-model-v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
cr-model-v1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
cr-model-v1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
cr-model-v1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
cr-model-v1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
cr-model-v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
cr-model-v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
cr-model-v1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
cr-model-v1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
cr-model-v1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
cr-model-v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
cr-model-v1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
base_model: TwT-6/cr-model-v1
|
4 |
+
tags:
|
5 |
+
- TensorBlock
|
6 |
+
- GGUF
|
7 |
+
---
|
8 |
+
|
9 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
10 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
11 |
+
</div>
|
12 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
13 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
14 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
15 |
+
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>
|
16 |
+
</p>
|
17 |
+
</div>
|
18 |
+
</div>
|
19 |
+
|
20 |
+
## TwT-6/cr-model-v1 - GGUF
|
21 |
+
|
22 |
+
This repo contains GGUF format model files for [TwT-6/cr-model-v1](https://huggingface.co/TwT-6/cr-model-v1).
|
23 |
+
|
24 |
+
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).
|
25 |
+
|
26 |
+
<div style="text-align: left; margin: 20px 0;">
|
27 |
+
<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;">
|
28 |
+
Run them on the TensorBlock client using your local machine ↗
|
29 |
+
</a>
|
30 |
+
</div>
|
31 |
+
|
32 |
+
## Prompt template
|
33 |
+
|
34 |
+
```
|
35 |
+
<|omni_start|>system
|
36 |
+
{system_prompt}<|omni_end|>
|
37 |
+
<|omni_start|>user
|
38 |
+
{prompt}<|omni_end|>
|
39 |
+
<|omni_start|>assistant
|
40 |
+
```
|
41 |
+
|
42 |
+
## Model file specification
|
43 |
+
|
44 |
+
| Filename | Quant type | File Size | Description |
|
45 |
+
| -------- | ---------- | --------- | ----------- |
|
46 |
+
| [cr-model-v1-Q2_K.gguf](https://huggingface.co/tensorblock/cr-model-v1-GGUF/blob/main/cr-model-v1-Q2_K.gguf) | Q2_K | 5.506 GB | smallest, significant quality loss - not recommended for most purposes |
|
47 |
+
| [cr-model-v1-Q3_K_S.gguf](https://huggingface.co/tensorblock/cr-model-v1-GGUF/blob/main/cr-model-v1-Q3_K_S.gguf) | Q3_K_S | 6.309 GB | very small, high quality loss |
|
48 |
+
| [cr-model-v1-Q3_K_M.gguf](https://huggingface.co/tensorblock/cr-model-v1-GGUF/blob/main/cr-model-v1-Q3_K_M.gguf) | Q3_K_M | 6.909 GB | very small, high quality loss |
|
49 |
+
| [cr-model-v1-Q3_K_L.gguf](https://huggingface.co/tensorblock/cr-model-v1-GGUF/blob/main/cr-model-v1-Q3_K_L.gguf) | Q3_K_L | 7.302 GB | small, substantial quality loss |
|
50 |
+
| [cr-model-v1-Q4_0.gguf](https://huggingface.co/tensorblock/cr-model-v1-GGUF/blob/main/cr-model-v1-Q4_0.gguf) | Q4_0 | 7.618 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
51 |
+
| [cr-model-v1-Q4_K_S.gguf](https://huggingface.co/tensorblock/cr-model-v1-GGUF/blob/main/cr-model-v1-Q4_K_S.gguf) | Q4_K_S | 7.977 GB | small, greater quality loss |
|
52 |
+
| [cr-model-v1-Q4_K_M.gguf](https://huggingface.co/tensorblock/cr-model-v1-GGUF/blob/main/cr-model-v1-Q4_K_M.gguf) | Q4_K_M | 8.560 GB | medium, balanced quality - recommended |
|
53 |
+
| [cr-model-v1-Q5_0.gguf](https://huggingface.co/tensorblock/cr-model-v1-GGUF/blob/main/cr-model-v1-Q5_0.gguf) | Q5_0 | 9.176 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
54 |
+
| [cr-model-v1-Q5_K_S.gguf](https://huggingface.co/tensorblock/cr-model-v1-GGUF/blob/main/cr-model-v1-Q5_K_S.gguf) | Q5_K_S | 9.339 GB | large, low quality loss - recommended |
|
55 |
+
| [cr-model-v1-Q5_K_M.gguf](https://huggingface.co/tensorblock/cr-model-v1-GGUF/blob/main/cr-model-v1-Q5_K_M.gguf) | Q5_K_M | 9.812 GB | large, very low quality loss - recommended |
|
56 |
+
| [cr-model-v1-Q6_K.gguf](https://huggingface.co/tensorblock/cr-model-v1-GGUF/blob/main/cr-model-v1-Q6_K.gguf) | Q6_K | 11.465 GB | very large, extremely low quality loss |
|
57 |
+
| [cr-model-v1-Q8_0.gguf](https://huggingface.co/tensorblock/cr-model-v1-GGUF/blob/main/cr-model-v1-Q8_0.gguf) | Q8_0 | 14.027 GB | very large, extremely low quality loss - not recommended |
|
58 |
+
|
59 |
+
|
60 |
+
## Downloading instruction
|
61 |
+
|
62 |
+
### Command line
|
63 |
+
|
64 |
+
Firstly, install Huggingface Client
|
65 |
+
|
66 |
+
```shell
|
67 |
+
pip install -U "huggingface_hub[cli]"
|
68 |
+
```
|
69 |
+
|
70 |
+
Then, downoad the individual model file the a local directory
|
71 |
+
|
72 |
+
```shell
|
73 |
+
huggingface-cli download tensorblock/cr-model-v1-GGUF --include "cr-model-v1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
74 |
+
```
|
75 |
+
|
76 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
77 |
+
|
78 |
+
```shell
|
79 |
+
huggingface-cli download tensorblock/cr-model-v1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
80 |
+
```
|
cr-model-v1-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9006414fc2bbfb2a19863436c39eaa79bfdf5654aaaf1d3305de7cc5b924e927
|
3 |
+
size 5911981760
|
cr-model-v1-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1dbb8ee6ee2d6373650f67277dbbd25cba646a81cedd27c195f080e462a8ff97
|
3 |
+
size 7840399040
|
cr-model-v1-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:702642da94ade7483e614735ee8dcf74279fa811b5a87a25edc12635f4f4b5c8
|
3 |
+
size 7418265280
|
cr-model-v1-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56a0285a1266e755c8044d6b3fc89a0a80b4aefeeb2cac75e5194088fbd68b65
|
3 |
+
size 6773800640
|
cr-model-v1-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e10e6d77e79b583c7626e35cd09cd063f243896c926c3f0fc3b6212ecda27ebf
|
3 |
+
size 8179322560
|
cr-model-v1-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e04e001cfce84880f04cada50cf7c0fd00552fad3df29f018d44dd07c6be01d5
|
3 |
+
size 9191034560
|
cr-model-v1-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9be62eba816803b5658315db7e540ab9c3f8f275f1289935db97970641760e4
|
3 |
+
size 8564960960
|
cr-model-v1-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7719a052fa2923836b1af9ce3c135dba1241809d6da909450595d197724e6fff
|
3 |
+
size 9852784320
|
cr-model-v1-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d951d7702252b2bedef0f67caabd5c2b79e56ae360e2f960f18c8ab9d9eb97c3
|
3 |
+
size 10535997120
|
cr-model-v1-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff8ca6ed76097bbdcf59a1442b1658fcf7370a597645df5bacea6a04a0638fd5
|
3 |
+
size 10028093120
|
cr-model-v1-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6842bf267614db37f14b6ce725a03e6fa7e93cf24e40082e1f3a8b62b41af4e8
|
3 |
+
size 12310159040
|
cr-model-v1-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c25825d06dd2df2e15dea387102fb00dd6a8406ab6910a35e6b6ecba3491aefe
|
3 |
+
size 15061728960
|