morriszms commited on
Commit
2b71083
1 Parent(s): 3c5a362

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
+ TEST_MODEL-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ TEST_MODEL-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ TEST_MODEL-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ TEST_MODEL-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ TEST_MODEL-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ TEST_MODEL-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ TEST_MODEL-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ TEST_MODEL-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ TEST_MODEL-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ TEST_MODEL-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ TEST_MODEL-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ TEST_MODEL-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: jieunhan/TEST_MODEL
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
+ ## jieunhan/TEST_MODEL - GGUF
21
+
22
+ This repo contains GGUF format model files for [jieunhan/TEST_MODEL](https://huggingface.co/jieunhan/TEST_MODEL).
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
+ <|im_start|>system
36
+ {system_prompt}<|im_end|>
37
+ <|im_start|>user
38
+ {prompt}<|im_end|>
39
+ <|im_start|>assistant
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [TEST_MODEL-Q2_K.gguf](https://huggingface.co/tensorblock/TEST_MODEL-GGUF/blob/main/TEST_MODEL-Q2_K.gguf) | Q2_K | 6.620 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [TEST_MODEL-Q3_K_S.gguf](https://huggingface.co/tensorblock/TEST_MODEL-GGUF/blob/main/TEST_MODEL-Q3_K_S.gguf) | Q3_K_S | 7.772 GB | very small, high quality loss |
48
+ | [TEST_MODEL-Q3_K_M.gguf](https://huggingface.co/tensorblock/TEST_MODEL-GGUF/blob/main/TEST_MODEL-Q3_K_M.gguf) | Q3_K_M | 8.636 GB | very small, high quality loss |
49
+ | [TEST_MODEL-Q3_K_L.gguf](https://huggingface.co/tensorblock/TEST_MODEL-GGUF/blob/main/TEST_MODEL-Q3_K_L.gguf) | Q3_K_L | 9.368 GB | small, substantial quality loss |
50
+ | [TEST_MODEL-Q4_0.gguf](https://huggingface.co/tensorblock/TEST_MODEL-GGUF/blob/main/TEST_MODEL-Q4_0.gguf) | Q4_0 | 10.134 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [TEST_MODEL-Q4_K_S.gguf](https://huggingface.co/tensorblock/TEST_MODEL-GGUF/blob/main/TEST_MODEL-Q4_K_S.gguf) | Q4_K_S | 10.218 GB | small, greater quality loss |
52
+ | [TEST_MODEL-Q4_K_M.gguf](https://huggingface.co/tensorblock/TEST_MODEL-GGUF/blob/main/TEST_MODEL-Q4_K_M.gguf) | Q4_K_M | 10.835 GB | medium, balanced quality - recommended |
53
+ | [TEST_MODEL-Q5_0.gguf](https://huggingface.co/tensorblock/TEST_MODEL-GGUF/blob/main/TEST_MODEL-Q5_0.gguf) | Q5_0 | 12.357 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [TEST_MODEL-Q5_K_S.gguf](https://huggingface.co/tensorblock/TEST_MODEL-GGUF/blob/main/TEST_MODEL-Q5_K_S.gguf) | Q5_K_S | 12.357 GB | large, low quality loss - recommended |
55
+ | [TEST_MODEL-Q5_K_M.gguf](https://huggingface.co/tensorblock/TEST_MODEL-GGUF/blob/main/TEST_MODEL-Q5_K_M.gguf) | Q5_K_M | 12.718 GB | large, very low quality loss - recommended |
56
+ | [TEST_MODEL-Q6_K.gguf](https://huggingface.co/tensorblock/TEST_MODEL-GGUF/blob/main/TEST_MODEL-Q6_K.gguf) | Q6_K | 14.718 GB | very large, extremely low quality loss |
57
+ | [TEST_MODEL-Q8_0.gguf](https://huggingface.co/tensorblock/TEST_MODEL-GGUF/blob/main/TEST_MODEL-Q8_0.gguf) | Q8_0 | 19.062 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/TEST_MODEL-GGUF --include "TEST_MODEL-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/TEST_MODEL-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
TEST_MODEL-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df085fab65ba6be8a0aa825e35a3fa6361a1f4975f42f2d8a28479187975c232
3
+ size 7107970656
TEST_MODEL-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aae60c86c318588ba3b3b743798ccd33d669ed56b7ffac363277b0e92722f46c
3
+ size 10058401376
TEST_MODEL-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ad1b0c2440faef2dbbb0c5449a61deb167917a1f8a4680adeffc09071b51250
3
+ size 9273017952
TEST_MODEL-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b5b57f23b3b5ba0bd0aa7e150b5c1b0e354d5a5dd2e4a8e21085cf986ede34e
3
+ size 8345552480
TEST_MODEL-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46d0a4f547732e3f45051c3f27b1b08be6fd5112174b264e731d9fe0f243abaf
3
+ size 10881271392
TEST_MODEL-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcc5c0d59622d1c590a36a573b4e288212e60fae7e0eb0cbd2fc14d5ef1d28f0
3
+ size 11633886816
TEST_MODEL-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88f7c276d967af8b6ff03986ac89dbad621d60eb872448cb9d459518a075c5fb
3
+ size 10971448928
TEST_MODEL-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0489f92185d8915433886dc924761af7c4060af0145c146f143575099a95398f
3
+ size 13267830368
TEST_MODEL-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7051a10ada181fa02533644cd64fbf03a9ef005f146be6968de9128836fcb34
3
+ size 13655541344
TEST_MODEL-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f71b99d58f6f69dea2b1d7e8cd80088ce1c19b13d7f348e6f1fa14fb6669f8d
3
+ size 13267830368
TEST_MODEL-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e1a7bd7e318474a36982d3845189225e6715c7f401828beb33540f3d428e068
3
+ size 15803549280
TEST_MODEL-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15c2d66a996ab2cc06f6c2686084a60dff9b137f1bc15ecd2637538b2e70035a
3
+ size 20468139616