Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +111 -0
- codes-1b-bird-Q2_K.gguf +3 -0
- codes-1b-bird-Q3_K_L.gguf +3 -0
- codes-1b-bird-Q3_K_M.gguf +3 -0
- codes-1b-bird-Q3_K_S.gguf +3 -0
- codes-1b-bird-Q4_0.gguf +3 -0
- codes-1b-bird-Q4_K_M.gguf +3 -0
- codes-1b-bird-Q4_K_S.gguf +3 -0
- codes-1b-bird-Q5_0.gguf +3 -0
- codes-1b-bird-Q5_K_M.gguf +3 -0
- codes-1b-bird-Q5_K_S.gguf +3 -0
- codes-1b-bird-Q6_K.gguf +3 -0
- codes-1b-bird-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 |
+
codes-1b-bird-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
codes-1b-bird-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
codes-1b-bird-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
codes-1b-bird-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
codes-1b-bird-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
codes-1b-bird-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
codes-1b-bird-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
codes-1b-bird-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
codes-1b-bird-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
codes-1b-bird-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
codes-1b-bird-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
codes-1b-bird-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,111 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: seeklhy/codes-1b-bird
|
| 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 |
+
## seeklhy/codes-1b-bird - GGUF
|
| 20 |
+
|
| 21 |
+
This repo contains GGUF format model files for [seeklhy/codes-1b-bird](https://huggingface.co/seeklhy/codes-1b-bird).
|
| 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 |
+
| [codes-1b-bird-Q2_K.gguf](https://huggingface.co/tensorblock/seeklhy_codes-1b-bird-GGUF/blob/main/codes-1b-bird-Q2_K.gguf) | Q2_K | 0.572 GB | smallest, significant quality loss - not recommended for most purposes |
|
| 78 |
+
| [codes-1b-bird-Q3_K_S.gguf](https://huggingface.co/tensorblock/seeklhy_codes-1b-bird-GGUF/blob/main/codes-1b-bird-Q3_K_S.gguf) | Q3_K_S | 0.635 GB | very small, high quality loss |
|
| 79 |
+
| [codes-1b-bird-Q3_K_M.gguf](https://huggingface.co/tensorblock/seeklhy_codes-1b-bird-GGUF/blob/main/codes-1b-bird-Q3_K_M.gguf) | Q3_K_M | 0.719 GB | very small, high quality loss |
|
| 80 |
+
| [codes-1b-bird-Q3_K_L.gguf](https://huggingface.co/tensorblock/seeklhy_codes-1b-bird-GGUF/blob/main/codes-1b-bird-Q3_K_L.gguf) | Q3_K_L | 0.780 GB | small, substantial quality loss |
|
| 81 |
+
| [codes-1b-bird-Q4_0.gguf](https://huggingface.co/tensorblock/seeklhy_codes-1b-bird-GGUF/blob/main/codes-1b-bird-Q4_0.gguf) | Q4_0 | 0.784 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
| 82 |
+
| [codes-1b-bird-Q4_K_S.gguf](https://huggingface.co/tensorblock/seeklhy_codes-1b-bird-GGUF/blob/main/codes-1b-bird-Q4_K_S.gguf) | Q4_K_S | 0.790 GB | small, greater quality loss |
|
| 83 |
+
| [codes-1b-bird-Q4_K_M.gguf](https://huggingface.co/tensorblock/seeklhy_codes-1b-bird-GGUF/blob/main/codes-1b-bird-Q4_K_M.gguf) | Q4_K_M | 0.850 GB | medium, balanced quality - recommended |
|
| 84 |
+
| [codes-1b-bird-Q5_0.gguf](https://huggingface.co/tensorblock/seeklhy_codes-1b-bird-GGUF/blob/main/codes-1b-bird-Q5_0.gguf) | Q5_0 | 0.924 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
| 85 |
+
| [codes-1b-bird-Q5_K_S.gguf](https://huggingface.co/tensorblock/seeklhy_codes-1b-bird-GGUF/blob/main/codes-1b-bird-Q5_K_S.gguf) | Q5_K_S | 0.924 GB | large, low quality loss - recommended |
|
| 86 |
+
| [codes-1b-bird-Q5_K_M.gguf](https://huggingface.co/tensorblock/seeklhy_codes-1b-bird-GGUF/blob/main/codes-1b-bird-Q5_K_M.gguf) | Q5_K_M | 0.965 GB | large, very low quality loss - recommended |
|
| 87 |
+
| [codes-1b-bird-Q6_K.gguf](https://huggingface.co/tensorblock/seeklhy_codes-1b-bird-GGUF/blob/main/codes-1b-bird-Q6_K.gguf) | Q6_K | 1.072 GB | very large, extremely low quality loss |
|
| 88 |
+
| [codes-1b-bird-Q8_0.gguf](https://huggingface.co/tensorblock/seeklhy_codes-1b-bird-GGUF/blob/main/codes-1b-bird-Q8_0.gguf) | Q8_0 | 1.368 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/seeklhy_codes-1b-bird-GGUF --include "codes-1b-bird-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/seeklhy_codes-1b-bird-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
| 111 |
+
```
|
codes-1b-bird-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:358212e4ae797dae83717ae766050370827fd21679c2b1d85f4c03edd13f2241
|
| 3 |
+
size 572202176
|
codes-1b-bird-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b89067888b5229b1876c93077c8a1590e72c2a436d3eda660e467f4ec905f5d
|
| 3 |
+
size 779623616
|
codes-1b-bird-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ff4a1a17697453b97061134e90510347da558ad243c78ec4d4f68e2c00b0d2f8
|
| 3 |
+
size 718806208
|
codes-1b-bird-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ad66493aa1f438eef211d9b6ce305912ac7c8cd2c9934c47d5ca91a8e041356
|
| 3 |
+
size 634821824
|
codes-1b-bird-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0ce3d8a7e7242bc24b85c0d1f3240890740a8f5ced1df4a896ef7dfed9689f21
|
| 3 |
+
size 783555776
|
codes-1b-bird-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4c36fca9ad8fbd6a861255e920fbc5b84f148ef34e5f15dd6b036ce7eda9e50
|
| 3 |
+
size 849616064
|
codes-1b-bird-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fafe6de2c05bc795d415800acbed871fa30f4356c14247adad9695a2e82c5115
|
| 3 |
+
size 789847232
|
codes-1b-bird-Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0db4673ab385014957c4ec8b7719398de694bac580440e548e0f03ceda407912
|
| 3 |
+
size 923540672
|
codes-1b-bird-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06f1d07d2f9e7407780c3aac3f7d49706120b0f628493cce90de991f60b638db
|
| 3 |
+
size 965319872
|
codes-1b-bird-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee955d00858f86607b2345e1e6c06e7384b7bb9b90f1409ca7b499b8ab7e0145
|
| 3 |
+
size 923540672
|
codes-1b-bird-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad737f36b3a1f459a987061a1df3f719a23c4ea12189971ab745b53d2a78335e
|
| 3 |
+
size 1072274624
|
codes-1b-bird-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5513278aca7563cdf3ec9e8a3622ecdc2a07abb1cbd83e12f3e8922ffa6a405
|
| 3 |
+
size 1367874752
|