morriszms commited on
Commit
987bd67
·
verified ·
1 Parent(s): af54eab

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
+ meow-clovax-v3-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ meow-clovax-v3-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ meow-clovax-v3-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ meow-clovax-v3-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ meow-clovax-v3-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ meow-clovax-v3-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ meow-clovax-v3-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ meow-clovax-v3-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ meow-clovax-v3-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ meow-clovax-v3-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ meow-clovax-v3-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ meow-clovax-v3-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ko
4
+ base_model: haebo/meow-clovax-v3
5
+ pipeline_tag: text-generation
6
+ library_name: transformers
7
+ metrics:
8
+ - bleu
9
+ - perplexity
10
+ - bertscore
11
+ license: other
12
+ datasets:
13
+ - haebo/meow-v3-dataset
14
+ tags:
15
+ - TensorBlock
16
+ - GGUF
17
+ ---
18
+
19
+ <div style="width: auto; margin-left: auto; margin-right: auto">
20
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
21
+ </div>
22
+
23
+ [![Website](https://img.shields.io/badge/Website-tensorblock.co-blue?logo=google-chrome&logoColor=white)](https://tensorblock.co)
24
+ [![Twitter](https://img.shields.io/twitter/follow/tensorblock_aoi?style=social)](https://twitter.com/tensorblock_aoi)
25
+ [![Discord](https://img.shields.io/badge/Discord-Join%20Us-5865F2?logo=discord&logoColor=white)](https://discord.gg/Ej5NmeHFf2)
26
+ [![GitHub](https://img.shields.io/badge/GitHub-TensorBlock-black?logo=github&logoColor=white)](https://github.com/TensorBlock)
27
+ [![Telegram](https://img.shields.io/badge/Telegram-Group-blue?logo=telegram)](https://t.me/TensorBlock)
28
+
29
+
30
+ ## haebo/meow-clovax-v3 - GGUF
31
+
32
+ <div style="text-align: left; margin: 20px 0;">
33
+ <a href="https://discord.com/invite/Ej5NmeHFf2" style="display: inline-block; padding: 10px 20px; background-color: #5865F2; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
34
+ Join our Discord to learn more about what we're building ↗
35
+ </a>
36
+ </div>
37
+
38
+ This repo contains GGUF format model files for [haebo/meow-clovax-v3](https://huggingface.co/haebo/meow-clovax-v3).
39
+
40
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5753](https://github.com/ggml-org/llama.cpp/commit/73e53dc834c0a2336cd104473af6897197b96277).
41
+
42
+ ## Our projects
43
+ <table border="1" cellspacing="0" cellpadding="10">
44
+ <tr>
45
+ <th colspan="2" style="font-size: 25px;">Forge</th>
46
+ </tr>
47
+ <tr>
48
+ <th colspan="2">
49
+ <img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
50
+ </th>
51
+ </tr>
52
+ <tr>
53
+ <th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
54
+ </tr>
55
+ <tr>
56
+ <th colspan="2">
57
+ <a href="https://github.com/TensorBlock/forge" target="_blank" style="
58
+ display: inline-block;
59
+ padding: 8px 16px;
60
+ background-color: #FF7F50;
61
+ color: white;
62
+ text-decoration: none;
63
+ border-radius: 6px;
64
+ font-weight: bold;
65
+ font-family: sans-serif;
66
+ ">🚀 Try it now! 🚀</a>
67
+ </th>
68
+ </tr>
69
+
70
+ <tr>
71
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
72
+ <th style="font-size: 25px;">TensorBlock Studio</th>
73
+ </tr>
74
+ <tr>
75
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
76
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
77
+ </tr>
78
+ <tr>
79
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
80
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
81
+ </tr>
82
+ <tr>
83
+ <th>
84
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
85
+ display: inline-block;
86
+ padding: 8px 16px;
87
+ background-color: #FF7F50;
88
+ color: white;
89
+ text-decoration: none;
90
+ border-radius: 6px;
91
+ font-weight: bold;
92
+ font-family: sans-serif;
93
+ ">👀 See what we built 👀</a>
94
+ </th>
95
+ <th>
96
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
97
+ display: inline-block;
98
+ padding: 8px 16px;
99
+ background-color: #FF7F50;
100
+ color: white;
101
+ text-decoration: none;
102
+ border-radius: 6px;
103
+ font-weight: bold;
104
+ font-family: sans-serif;
105
+ ">👀 See what we built 👀</a>
106
+ </th>
107
+ </tr>
108
+ </table>
109
+
110
+ ## Prompt template
111
+
112
+ ```
113
+ <|im_start|>system
114
+ {system_prompt}<|im_end|>
115
+ <|im_start|>user
116
+ {prompt}<|im_end|>
117
+ <|im_start|>assistant
118
+ ```
119
+
120
+ ## Model file specification
121
+
122
+ | Filename | Quant type | File Size | Description |
123
+ | -------- | ---------- | --------- | ----------- |
124
+ | [meow-clovax-v3-Q2_K.gguf](https://huggingface.co/tensorblock/haebo_meow-clovax-v3-GGUF/blob/main/meow-clovax-v3-Q2_K.gguf) | Q2_K | 0.687 GB | smallest, significant quality loss - not recommended for most purposes |
125
+ | [meow-clovax-v3-Q3_K_S.gguf](https://huggingface.co/tensorblock/haebo_meow-clovax-v3-GGUF/blob/main/meow-clovax-v3-Q3_K_S.gguf) | Q3_K_S | 0.774 GB | very small, high quality loss |
126
+ | [meow-clovax-v3-Q3_K_M.gguf](https://huggingface.co/tensorblock/haebo_meow-clovax-v3-GGUF/blob/main/meow-clovax-v3-Q3_K_M.gguf) | Q3_K_M | 0.843 GB | very small, high quality loss |
127
+ | [meow-clovax-v3-Q3_K_L.gguf](https://huggingface.co/tensorblock/haebo_meow-clovax-v3-GGUF/blob/main/meow-clovax-v3-Q3_K_L.gguf) | Q3_K_L | 0.904 GB | small, substantial quality loss |
128
+ | [meow-clovax-v3-Q4_0.gguf](https://huggingface.co/tensorblock/haebo_meow-clovax-v3-GGUF/blob/main/meow-clovax-v3-Q4_0.gguf) | Q4_0 | 0.955 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
129
+ | [meow-clovax-v3-Q4_K_S.gguf](https://huggingface.co/tensorblock/haebo_meow-clovax-v3-GGUF/blob/main/meow-clovax-v3-Q4_K_S.gguf) | Q4_K_S | 0.961 GB | small, greater quality loss |
130
+ | [meow-clovax-v3-Q4_K_M.gguf](https://huggingface.co/tensorblock/haebo_meow-clovax-v3-GGUF/blob/main/meow-clovax-v3-Q4_K_M.gguf) | Q4_K_M | 1.007 GB | medium, balanced quality - recommended |
131
+ | [meow-clovax-v3-Q5_0.gguf](https://huggingface.co/tensorblock/haebo_meow-clovax-v3-GGUF/blob/main/meow-clovax-v3-Q5_0.gguf) | Q5_0 | 1.125 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
132
+ | [meow-clovax-v3-Q5_K_S.gguf](https://huggingface.co/tensorblock/haebo_meow-clovax-v3-GGUF/blob/main/meow-clovax-v3-Q5_K_S.gguf) | Q5_K_S | 1.125 GB | large, low quality loss - recommended |
133
+ | [meow-clovax-v3-Q5_K_M.gguf](https://huggingface.co/tensorblock/haebo_meow-clovax-v3-GGUF/blob/main/meow-clovax-v3-Q5_K_M.gguf) | Q5_K_M | 1.151 GB | large, very low quality loss - recommended |
134
+ | [meow-clovax-v3-Q6_K.gguf](https://huggingface.co/tensorblock/haebo_meow-clovax-v3-GGUF/blob/main/meow-clovax-v3-Q6_K.gguf) | Q6_K | 1.305 GB | very large, extremely low quality loss |
135
+ | [meow-clovax-v3-Q8_0.gguf](https://huggingface.co/tensorblock/haebo_meow-clovax-v3-GGUF/blob/main/meow-clovax-v3-Q8_0.gguf) | Q8_0 | 1.689 GB | very large, extremely low quality loss - not recommended |
136
+
137
+
138
+ ## Downloading instruction
139
+
140
+ ### Command line
141
+
142
+ Firstly, install Huggingface Client
143
+
144
+ ```shell
145
+ pip install -U "huggingface_hub[cli]"
146
+ ```
147
+
148
+ Then, downoad the individual model file the a local directory
149
+
150
+ ```shell
151
+ huggingface-cli download tensorblock/haebo_meow-clovax-v3-GGUF --include "meow-clovax-v3-Q2_K.gguf" --local-dir MY_LOCAL_DIR
152
+ ```
153
+
154
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
155
+
156
+ ```shell
157
+ huggingface-cli download tensorblock/haebo_meow-clovax-v3-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
158
+ ```
meow-clovax-v3-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90d4f6df6ded487dbe70e96b860e254716777fde908d8c522cb28e167d87917d
3
+ size 687281120
meow-clovax-v3-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a62eaec9284c6998112458f18c47cb05c4e5988405572183f7bed0d4f99a79f
3
+ size 903943136
meow-clovax-v3-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c7f8345d014b3b7653ac30b23e16d07ca00c760dec42ea8a83c044f1c9eafe1
3
+ size 843387872
meow-clovax-v3-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf5d92889d91d68b356a4013c3f8203736e57a8416d3c928b98b179451903cb5
3
+ size 774181856
meow-clovax-v3-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67894756ff1c5e5465b5683423d5ecb998c26ec0ebd2e0cc5d91e48d1dcfbd0d
3
+ size 954668000
meow-clovax-v3-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae432da69c18bd56f67ce81daa015410f56a86deae441b2b1ee2366291038ad6
3
+ size 1006572512
meow-clovax-v3-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1e13db1dfda17e59aa79eb10ada9a62b35be0333bd0ec31029f614a3f15424c
3
+ size 961221600
meow-clovax-v3-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4dd043f0ceb24d282eee1106873e8123a927dded42b4bfb1034984e16b6cd29
3
+ size 1124537312
meow-clovax-v3-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abf4bf5305a15af599bc65d13daf98cf91e3e86041668514538ecea846a23812
3
+ size 1151276000
meow-clovax-v3-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:acb33bf99916797e7999aaf6bbec9e0ee17d279c705598fdcb010beb4b263de8
3
+ size 1124537312
meow-clovax-v3-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6dfdb7cc84efa255934f2a7ae56d65b09312e82ead0b64e4840a893ee31b916
3
+ size 1305023456
meow-clovax-v3-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec881b9dba7d53f1dd965ef9ea263b163c49393ede297c6798f21a8ce9a7a927
3
+ size 1688998880