Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +111 -0
- elm-test-Q2_K.gguf +3 -0
- elm-test-Q3_K_L.gguf +3 -0
- elm-test-Q3_K_M.gguf +3 -0
- elm-test-Q3_K_S.gguf +3 -0
- elm-test-Q4_0.gguf +3 -0
- elm-test-Q4_K_M.gguf +3 -0
- elm-test-Q4_K_S.gguf +3 -0
- elm-test-Q5_0.gguf +3 -0
- elm-test-Q5_K_M.gguf +3 -0
- elm-test-Q5_K_S.gguf +3 -0
- elm-test-Q6_K.gguf +3 -0
- elm-test-Q8_0.gguf +3 -0
.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 |
+
elm-test-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
elm-test-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
elm-test-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
elm-test-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
elm-test-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
elm-test-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
elm-test-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
elm-test-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
elm-test-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
elm-test-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
elm-test-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
elm-test-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,111 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: TinyPixel/elm-test
|
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 |
+
## TinyPixel/elm-test - GGUF
|
20 |
+
|
21 |
+
This repo contains GGUF format model files for [TinyPixel/elm-test](https://huggingface.co/TinyPixel/elm-test).
|
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 |
+
| [elm-test-Q2_K.gguf](https://huggingface.co/tensorblock/TinyPixel_elm-test-GGUF/blob/main/elm-test-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
|
78 |
+
| [elm-test-Q3_K_S.gguf](https://huggingface.co/tensorblock/TinyPixel_elm-test-GGUF/blob/main/elm-test-Q3_K_S.gguf) | Q3_K_S | 2.948 GB | very small, high quality loss |
|
79 |
+
| [elm-test-Q3_K_M.gguf](https://huggingface.co/tensorblock/TinyPixel_elm-test-GGUF/blob/main/elm-test-Q3_K_M.gguf) | Q3_K_M | 3.298 GB | very small, high quality loss |
|
80 |
+
| [elm-test-Q3_K_L.gguf](https://huggingface.co/tensorblock/TinyPixel_elm-test-GGUF/blob/main/elm-test-Q3_K_L.gguf) | Q3_K_L | 3.597 GB | small, substantial quality loss |
|
81 |
+
| [elm-test-Q4_0.gguf](https://huggingface.co/tensorblock/TinyPixel_elm-test-GGUF/blob/main/elm-test-Q4_0.gguf) | Q4_0 | 3.826 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
82 |
+
| [elm-test-Q4_K_S.gguf](https://huggingface.co/tensorblock/TinyPixel_elm-test-GGUF/blob/main/elm-test-Q4_K_S.gguf) | Q4_K_S | 3.857 GB | small, greater quality loss |
|
83 |
+
| [elm-test-Q4_K_M.gguf](https://huggingface.co/tensorblock/TinyPixel_elm-test-GGUF/blob/main/elm-test-Q4_K_M.gguf) | Q4_K_M | 4.081 GB | medium, balanced quality - recommended |
|
84 |
+
| [elm-test-Q5_0.gguf](https://huggingface.co/tensorblock/TinyPixel_elm-test-GGUF/blob/main/elm-test-Q5_0.gguf) | Q5_0 | 4.652 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
85 |
+
| [elm-test-Q5_K_S.gguf](https://huggingface.co/tensorblock/TinyPixel_elm-test-GGUF/blob/main/elm-test-Q5_K_S.gguf) | Q5_K_S | 4.652 GB | large, low quality loss - recommended |
|
86 |
+
| [elm-test-Q5_K_M.gguf](https://huggingface.co/tensorblock/TinyPixel_elm-test-GGUF/blob/main/elm-test-Q5_K_M.gguf) | Q5_K_M | 4.783 GB | large, very low quality loss - recommended |
|
87 |
+
| [elm-test-Q6_K.gguf](https://huggingface.co/tensorblock/TinyPixel_elm-test-GGUF/blob/main/elm-test-Q6_K.gguf) | Q6_K | 5.529 GB | very large, extremely low quality loss |
|
88 |
+
| [elm-test-Q8_0.gguf](https://huggingface.co/tensorblock/TinyPixel_elm-test-GGUF/blob/main/elm-test-Q8_0.gguf) | Q8_0 | 7.161 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/TinyPixel_elm-test-GGUF --include "elm-test-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/TinyPixel_elm-test-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
111 |
+
```
|
elm-test-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c828afc23107f41491be974e18529666d20f7b913413784e6d965f4f0d44bdf2
|
3 |
+
size 2532864064
|
elm-test-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d6f8541358333805290baf7415480669ee0cd1b0ea8904af8417181ea7c4b1ba
|
3 |
+
size 3597111360
|
elm-test-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37720b8a707c864142066ee2e6a10d0ce98574d7fd972809165660fb0a02343a
|
3 |
+
size 3298005056
|
elm-test-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4385076abb90ddb0083efc47f52ef62f4481a177d3f10221dc7536c6cc2f212b
|
3 |
+
size 2948304960
|
elm-test-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:586314632e7dee5b081b759c87294ef727577f56f05d118b1eadb8566ff76714
|
3 |
+
size 3825807424
|
elm-test-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:85a1a7a37c2b186fcb97d2afd638c8e08a55fc3c88e7c5f80e21eec60967a74a
|
3 |
+
size 4081004608
|
elm-test-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cd7d1209bd752fe9f44bc9a4cd3e2ae708eaac88b0a10b1cb578db13e7cb7e0
|
3 |
+
size 3856740416
|
elm-test-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad884d27befdc1942dc017503dfcbfcd4022150675ea1025f1759c20da9b5775
|
3 |
+
size 4651692096
|
elm-test-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:016a960756783ae2a8f8891a9cffca8c8d352024ce20ac085ed65d8c074cf853
|
3 |
+
size 4783157312
|
elm-test-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:00facbb4d2e0361634f5f673dfb1357038f3dc3038c256184dc9aa4dfa35d1ea
|
3 |
+
size 4651692096
|
elm-test-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee7802708a930ddd6a289c472446fb9d78b05a3df32772d5e49bd9b238f9ffde
|
3 |
+
size 5529194560
|
elm-test-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:424a37df836261eb70356019074a436ac2251ed32fc4d19d5000e06bc186178c
|
3 |
+
size 7161090112
|