morriszms commited on
Commit
25d2cd0
·
verified ·
1 Parent(s): b72e192

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
+ ZeroCoka-7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ ZeroCoka-7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ ZeroCoka-7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ ZeroCoka-7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ ZeroCoka-7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ ZeroCoka-7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ ZeroCoka-7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ ZeroCoka-7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ ZeroCoka-7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ ZeroCoka-7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ ZeroCoka-7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ ZeroCoka-7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: DopeorNope/ZeroCoka-7B
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## DopeorNope/ZeroCoka-7B - GGUF
20
+
21
+ This repo contains GGUF format model files for [DopeorNope/ZeroCoka-7B](https://huggingface.co/DopeorNope/ZeroCoka-7B).
22
+
23
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5165](https://github.com/ggml-org/llama.cpp/commit/1d735c0b4fa0551c51c2f4ac888dd9a01f447985).
24
+
25
+ ## Our projects
26
+ <table border="1" cellspacing="0" cellpadding="10">
27
+ <tr>
28
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
29
+ <th style="font-size: 25px;">TensorBlock Studio</th>
30
+ </tr>
31
+ <tr>
32
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
33
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
34
+ </tr>
35
+ <tr>
36
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
37
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
38
+ </tr>
39
+ <tr>
40
+ <th>
41
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
42
+ display: inline-block;
43
+ padding: 8px 16px;
44
+ background-color: #FF7F50;
45
+ color: white;
46
+ text-decoration: none;
47
+ border-radius: 6px;
48
+ font-weight: bold;
49
+ font-family: sans-serif;
50
+ ">👀 See what we built 👀</a>
51
+ </th>
52
+ <th>
53
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
54
+ display: inline-block;
55
+ padding: 8px 16px;
56
+ background-color: #FF7F50;
57
+ color: white;
58
+ text-decoration: none;
59
+ border-radius: 6px;
60
+ font-weight: bold;
61
+ font-family: sans-serif;
62
+ ">👀 See what we built 👀</a>
63
+ </th>
64
+ </tr>
65
+ </table>
66
+
67
+ ## Prompt template
68
+
69
+ ```
70
+ Unable to determine prompt format automatically. Please check the original model repository for the correct prompt format.
71
+ ```
72
+
73
+ ## Model file specification
74
+
75
+ | Filename | Quant type | File Size | Description |
76
+ | -------- | ---------- | --------- | ----------- |
77
+ | [ZeroCoka-7B-Q2_K.gguf](https://huggingface.co/tensorblock/DopeorNope_ZeroCoka-7B-GGUF/blob/main/ZeroCoka-7B-Q2_K.gguf) | Q2_K | 2.601 GB | smallest, significant quality loss - not recommended for most purposes |
78
+ | [ZeroCoka-7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/DopeorNope_ZeroCoka-7B-GGUF/blob/main/ZeroCoka-7B-Q3_K_S.gguf) | Q3_K_S | 3.022 GB | very small, high quality loss |
79
+ | [ZeroCoka-7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/DopeorNope_ZeroCoka-7B-GGUF/blob/main/ZeroCoka-7B-Q3_K_M.gguf) | Q3_K_M | 3.372 GB | very small, high quality loss |
80
+ | [ZeroCoka-7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/DopeorNope_ZeroCoka-7B-GGUF/blob/main/ZeroCoka-7B-Q3_K_L.gguf) | Q3_K_L | 3.671 GB | small, substantial quality loss |
81
+ | [ZeroCoka-7B-Q4_0.gguf](https://huggingface.co/tensorblock/DopeorNope_ZeroCoka-7B-GGUF/blob/main/ZeroCoka-7B-Q4_0.gguf) | Q4_0 | 3.907 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
82
+ | [ZeroCoka-7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/DopeorNope_ZeroCoka-7B-GGUF/blob/main/ZeroCoka-7B-Q4_K_S.gguf) | Q4_K_S | 3.938 GB | small, greater quality loss |
83
+ | [ZeroCoka-7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/DopeorNope_ZeroCoka-7B-GGUF/blob/main/ZeroCoka-7B-Q4_K_M.gguf) | Q4_K_M | 4.163 GB | medium, balanced quality - recommended |
84
+ | [ZeroCoka-7B-Q5_0.gguf](https://huggingface.co/tensorblock/DopeorNope_ZeroCoka-7B-GGUF/blob/main/ZeroCoka-7B-Q5_0.gguf) | Q5_0 | 4.741 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
85
+ | [ZeroCoka-7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/DopeorNope_ZeroCoka-7B-GGUF/blob/main/ZeroCoka-7B-Q5_K_S.gguf) | Q5_K_S | 4.741 GB | large, low quality loss - recommended |
86
+ | [ZeroCoka-7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/DopeorNope_ZeroCoka-7B-GGUF/blob/main/ZeroCoka-7B-Q5_K_M.gguf) | Q5_K_M | 4.872 GB | large, very low quality loss - recommended |
87
+ | [ZeroCoka-7B-Q6_K.gguf](https://huggingface.co/tensorblock/DopeorNope_ZeroCoka-7B-GGUF/blob/main/ZeroCoka-7B-Q6_K.gguf) | Q6_K | 5.626 GB | very large, extremely low quality loss |
88
+ | [ZeroCoka-7B-Q8_0.gguf](https://huggingface.co/tensorblock/DopeorNope_ZeroCoka-7B-GGUF/blob/main/ZeroCoka-7B-Q8_0.gguf) | Q8_0 | 7.286 GB | very large, extremely low quality loss - not recommended |
89
+
90
+
91
+ ## Downloading instruction
92
+
93
+ ### Command line
94
+
95
+ Firstly, install Huggingface Client
96
+
97
+ ```shell
98
+ pip install -U "huggingface_hub[cli]"
99
+ ```
100
+
101
+ Then, downoad the individual model file the a local directory
102
+
103
+ ```shell
104
+ huggingface-cli download tensorblock/DopeorNope_ZeroCoka-7B-GGUF --include "ZeroCoka-7B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
105
+ ```
106
+
107
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
108
+
109
+ ```shell
110
+ huggingface-cli download tensorblock/DopeorNope_ZeroCoka-7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
111
+ ```
ZeroCoka-7B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e9c7b4fd4153769205151dc01c79aed270a508dfb7df97a072e86e414e09525
3
+ size 2600652608
ZeroCoka-7B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80d454644da5ed5f25828d8b152287d3aba7445d21df56dda0587bec32bcd638
3
+ size 3670863680
ZeroCoka-7B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08cb1d98a2682d3a24c19bf5a3cbb2b9222a6de80827a58c01d3b969b734888d
3
+ size 3371757376
ZeroCoka-7B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35f13daa8888353e21dfd25411baef57607be700ed68c84ebad996ecc4a272db
3
+ size 3022057280
ZeroCoka-7B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aefd93d2e5af588edd122093796c52ac60567a3ef7e4ce45d2f532c98aca6c0a
3
+ size 3907358528
ZeroCoka-7B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cf996b696aafb1bf59815b725dc75102385276a023731ad4bae18150d8c064b
3
+ size 4162555712
ZeroCoka-7B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0df7e13f1455db76c2e4b1a23986b41bda87caa1d691dd5a3f5c4bc1af377512
3
+ size 3938291520
ZeroCoka-7B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c142287fa312703951aa31ffbc53c9f7f766055329ddb9d4cf997d16386237aa
3
+ size 4740583232
ZeroCoka-7B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:553a455dc0e8ea87f81cdee99738292defe172efa180d1209ed5527be3b42728
3
+ size 4872048448
ZeroCoka-7B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e93093759ac32ea549fd0b86d7015c0d51a0fc0bf92601e3d6c17c02b90f7da7
3
+ size 4740583232
ZeroCoka-7B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43a49352c31dc1718732c2fdb3b9aedeec899d70673bd1357057bf8bf34e0d31
3
+ size 5625884480
ZeroCoka-7B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9947df03013eb5338af729b75b4eb180bbb4dd7bb259d237b1ae64e53e05d8a6
3
+ size 7286222656