morriszms commited on
Commit
40603ba
·
verified ·
1 Parent(s): 79af9aa

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
+ comp8b-test-tokenizer-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ comp8b-test-tokenizer-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ comp8b-test-tokenizer-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ comp8b-test-tokenizer-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ comp8b-test-tokenizer-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ comp8b-test-tokenizer-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ comp8b-test-tokenizer-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ comp8b-test-tokenizer-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ comp8b-test-tokenizer-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ comp8b-test-tokenizer-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ comp8b-test-tokenizer-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ comp8b-test-tokenizer-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: sid-du/comp8b-test-tokenizer
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
+ ## sid-du/comp8b-test-tokenizer - GGUF
21
+
22
+ This repo contains GGUF format model files for [sid-du/comp8b-test-tokenizer](https://huggingface.co/sid-du/comp8b-test-tokenizer).
23
+
24
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](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
+ | [comp8b-test-tokenizer-Q2_K.gguf](https://huggingface.co/tensorblock/comp8b-test-tokenizer-GGUF/blob/main/comp8b-test-tokenizer-Q2_K.gguf) | Q2_K | 2.694 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [comp8b-test-tokenizer-Q3_K_S.gguf](https://huggingface.co/tensorblock/comp8b-test-tokenizer-GGUF/blob/main/comp8b-test-tokenizer-Q3_K_S.gguf) | Q3_K_S | 3.098 GB | very small, high quality loss |
48
+ | [comp8b-test-tokenizer-Q3_K_M.gguf](https://huggingface.co/tensorblock/comp8b-test-tokenizer-GGUF/blob/main/comp8b-test-tokenizer-Q3_K_M.gguf) | Q3_K_M | 3.382 GB | very small, high quality loss |
49
+ | [comp8b-test-tokenizer-Q3_K_L.gguf](https://huggingface.co/tensorblock/comp8b-test-tokenizer-GGUF/blob/main/comp8b-test-tokenizer-Q3_K_L.gguf) | Q3_K_L | 3.633 GB | small, substantial quality loss |
50
+ | [comp8b-test-tokenizer-Q4_0.gguf](https://huggingface.co/tensorblock/comp8b-test-tokenizer-GGUF/blob/main/comp8b-test-tokenizer-Q4_0.gguf) | Q4_0 | 3.921 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [comp8b-test-tokenizer-Q4_K_S.gguf](https://huggingface.co/tensorblock/comp8b-test-tokenizer-GGUF/blob/main/comp8b-test-tokenizer-Q4_K_S.gguf) | Q4_K_S | 3.945 GB | small, greater quality loss |
52
+ | [comp8b-test-tokenizer-Q4_K_M.gguf](https://huggingface.co/tensorblock/comp8b-test-tokenizer-GGUF/blob/main/comp8b-test-tokenizer-Q4_K_M.gguf) | Q4_K_M | 4.132 GB | medium, balanced quality - recommended |
53
+ | [comp8b-test-tokenizer-Q5_0.gguf](https://huggingface.co/tensorblock/comp8b-test-tokenizer-GGUF/blob/main/comp8b-test-tokenizer-Q5_0.gguf) | Q5_0 | 4.696 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [comp8b-test-tokenizer-Q5_K_S.gguf](https://huggingface.co/tensorblock/comp8b-test-tokenizer-GGUF/blob/main/comp8b-test-tokenizer-Q5_K_S.gguf) | Q5_K_S | 4.696 GB | large, low quality loss - recommended |
55
+ | [comp8b-test-tokenizer-Q5_K_M.gguf](https://huggingface.co/tensorblock/comp8b-test-tokenizer-GGUF/blob/main/comp8b-test-tokenizer-Q5_K_M.gguf) | Q5_K_M | 4.804 GB | large, very low quality loss - recommended |
56
+ | [comp8b-test-tokenizer-Q6_K.gguf](https://huggingface.co/tensorblock/comp8b-test-tokenizer-GGUF/blob/main/comp8b-test-tokenizer-Q6_K.gguf) | Q6_K | 5.519 GB | very large, extremely low quality loss |
57
+ | [comp8b-test-tokenizer-Q8_0.gguf](https://huggingface.co/tensorblock/comp8b-test-tokenizer-GGUF/blob/main/comp8b-test-tokenizer-Q8_0.gguf) | Q8_0 | 7.147 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/comp8b-test-tokenizer-GGUF --include "comp8b-test-tokenizer-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/comp8b-test-tokenizer-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
comp8b-test-tokenizer-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e1bc0133f61e125026ceec0d4c141b87f04b3787a08fade0c967e43a335033c
3
+ size 2693998784
comp8b-test-tokenizer-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bee8ea2bebeb206ea5e53c06b765df78661c62531c60bd625b79ebef676b1797
3
+ size 3632548032
comp8b-test-tokenizer-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23f7b6825755ee0e565e1e7f1ba7f845a70d46a3d5da9014b58e05700daa4801
3
+ size 3381938368
comp8b-test-tokenizer-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3b8a842395a495662059efbed7a0d3b7ef7a4b8eec523aa318b9c054d5d5efa
3
+ size 3098364096
comp8b-test-tokenizer-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f9af2af0083322a1587bc049b92f6d95cacabb91e7fc6ac5d27c1cf5d3e6ae1
3
+ size 3921275072
comp8b-test-tokenizer-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec19c977eec6e167a62271405fab80ad7b79d562172004727e766021a91247d1
3
+ size 4132137152
comp8b-test-tokenizer-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6324e46e226084678d7469e69cff837835082f8b71f994026568c451b3c1680
3
+ size 3945392320
comp8b-test-tokenizer-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f6e2d7d6bc811ac49a3ab43cf0f87365e5a73bcf92672975d2ccfe00b981bf9
3
+ size 4695779520
comp8b-test-tokenizer-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32925177a13be4f317f1b9034eeb7d01c6b89818dacd7643b078a22aefa56760
3
+ size 4804405440
comp8b-test-tokenizer-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3cbe3e4118fa13858426361853ebbe98ed5580ea58cf38cb40ae7142d98a88b6
3
+ size 4695779520
comp8b-test-tokenizer-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c053a69f8e0a82c9fbbcd2654f67ef388d75bb2a35f48d1677376e4e09fc97f
3
+ size 5518690496
comp8b-test-tokenizer-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a849ae95078a3160eaf61aa8b033502a35e2e49d89cbfd2838877e554fc552be
3
+ size 7146522816