morriszms commited on
Commit
f71c65a
·
verified ·
1 Parent(s): eca331c

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
+ testcat_v0.4-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ testcat_v0.4-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ testcat_v0.4-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ testcat_v0.4-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ testcat_v0.4-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ testcat_v0.4-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ testcat_v0.4-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ testcat_v0.4-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ testcat_v0.4-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ testcat_v0.4-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ testcat_v0.4-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ testcat_v0.4-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - ko
6
+ library_name: transformers
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: papercat404/testcat_v0.4
11
+ ---
12
+
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
19
+ 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>
20
+ </p>
21
+ </div>
22
+ </div>
23
+
24
+ ## papercat404/testcat_v0.4 - GGUF
25
+
26
+ This repo contains GGUF format model files for [papercat404/testcat_v0.4](https://huggingface.co/papercat404/testcat_v0.4).
27
+
28
+ 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).
29
+
30
+ <div style="text-align: left; margin: 20px 0;">
31
+ <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;">
32
+ Run them on the TensorBlock client using your local machine ↗
33
+ </a>
34
+ </div>
35
+
36
+ ## Prompt template
37
+
38
+ ```
39
+ ### System:
40
+ {system_prompt}
41
+
42
+ ### User:
43
+ {prompt}
44
+
45
+ ### Assistant:
46
+ ```
47
+
48
+ ## Model file specification
49
+
50
+ | Filename | Quant type | File Size | Description |
51
+ | -------- | ---------- | --------- | ----------- |
52
+ | [testcat_v0.4-Q2_K.gguf](https://huggingface.co/tensorblock/testcat_v0.4-GGUF/blob/main/testcat_v0.4-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
53
+ | [testcat_v0.4-Q3_K_S.gguf](https://huggingface.co/tensorblock/testcat_v0.4-GGUF/blob/main/testcat_v0.4-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
54
+ | [testcat_v0.4-Q3_K_M.gguf](https://huggingface.co/tensorblock/testcat_v0.4-GGUF/blob/main/testcat_v0.4-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
55
+ | [testcat_v0.4-Q3_K_L.gguf](https://huggingface.co/tensorblock/testcat_v0.4-GGUF/blob/main/testcat_v0.4-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
56
+ | [testcat_v0.4-Q4_0.gguf](https://huggingface.co/tensorblock/testcat_v0.4-GGUF/blob/main/testcat_v0.4-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
57
+ | [testcat_v0.4-Q4_K_S.gguf](https://huggingface.co/tensorblock/testcat_v0.4-GGUF/blob/main/testcat_v0.4-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
58
+ | [testcat_v0.4-Q4_K_M.gguf](https://huggingface.co/tensorblock/testcat_v0.4-GGUF/blob/main/testcat_v0.4-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
59
+ | [testcat_v0.4-Q5_0.gguf](https://huggingface.co/tensorblock/testcat_v0.4-GGUF/blob/main/testcat_v0.4-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
60
+ | [testcat_v0.4-Q5_K_S.gguf](https://huggingface.co/tensorblock/testcat_v0.4-GGUF/blob/main/testcat_v0.4-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
61
+ | [testcat_v0.4-Q5_K_M.gguf](https://huggingface.co/tensorblock/testcat_v0.4-GGUF/blob/main/testcat_v0.4-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
62
+ | [testcat_v0.4-Q6_K.gguf](https://huggingface.co/tensorblock/testcat_v0.4-GGUF/blob/main/testcat_v0.4-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
63
+ | [testcat_v0.4-Q8_0.gguf](https://huggingface.co/tensorblock/testcat_v0.4-GGUF/blob/main/testcat_v0.4-Q8_0.gguf) | Q8_0 | 10.621 GB | very large, extremely low quality loss - not recommended |
64
+
65
+
66
+ ## Downloading instruction
67
+
68
+ ### Command line
69
+
70
+ Firstly, install Huggingface Client
71
+
72
+ ```shell
73
+ pip install -U "huggingface_hub[cli]"
74
+ ```
75
+
76
+ Then, downoad the individual model file the a local directory
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/testcat_v0.4-GGUF --include "testcat_v0.4-Q2_K.gguf" --local-dir MY_LOCAL_DIR
80
+ ```
81
+
82
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
83
+
84
+ ```shell
85
+ huggingface-cli download tensorblock/testcat_v0.4-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
86
+ ```
testcat_v0.4-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ee26e246acee70e4843d413e027fa26a8f8218db5f2d211214419d424618653
3
+ size 4003232736
testcat_v0.4-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7016b4326f26afc43bcfd3713fe222e14a8dcbd8c8936722f61d96d922f20347
3
+ size 5650750432
testcat_v0.4-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8bd83db368eded6971b4dacb05751af25f30a89b457fcea0d1dea40def80cbf
3
+ size 5195668448
testcat_v0.4-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d83aa2fb67c727669d20de0ffbff13043a0cc4cdc5228747069b55d9d74b27d5
3
+ size 4664564704
testcat_v0.4-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ba1cff0151d7ede86a0a075ef228b77ac785864fc42f0baab3bd32fd20e8d5a
3
+ size 6072384480
testcat_v0.4-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f052fca17314a430de5ce355dbbe134d6d6951fd27dcdbadb81e45c09a69099d
3
+ size 6461668320
testcat_v0.4-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:744b30ed681a4b7e1f750e807babf0dae03ff296896cc2906a44d41e144cae6d
3
+ size 6118521824
testcat_v0.4-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:982798e812674ca157edb75e265ade8937a5ceae28845db85720687c254f50c8
3
+ size 7397391328
testcat_v0.4-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7edaa1f011afaa1b555c9403b0553bd1c82340b2f5ab89e646a755a39a2f8fe4
3
+ size 7597931488
testcat_v0.4-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a81edbf0b4734176e1fa9d31f29cffdcc6fad6db2108261bd6735e9b24625723
3
+ size 7397391328
testcat_v0.4-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2dfc04e9503584e1667351bc24a8d29011597a04439e99e62cfe82a09d478a91
3
+ size 8805211104
testcat_v0.4-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edb775bb51079af6b844a4186f930d0e32bdb071a15a6734c0a535a8de0bbfde
3
+ size 11404155872