Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +125 -0
- llama-chinese-81M-Q2_K.gguf +3 -0
- llama-chinese-81M-Q3_K_L.gguf +3 -0
- llama-chinese-81M-Q3_K_M.gguf +3 -0
- llama-chinese-81M-Q3_K_S.gguf +3 -0
- llama-chinese-81M-Q4_0.gguf +3 -0
- llama-chinese-81M-Q4_K_M.gguf +3 -0
- llama-chinese-81M-Q4_K_S.gguf +3 -0
- llama-chinese-81M-Q5_0.gguf +3 -0
- llama-chinese-81M-Q5_K_M.gguf +3 -0
- llama-chinese-81M-Q5_K_S.gguf +3 -0
- llama-chinese-81M-Q6_K.gguf +3 -0
- llama-chinese-81M-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 |
+
llama-chinese-81M-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
llama-chinese-81M-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
llama-chinese-81M-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
llama-chinese-81M-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
llama-chinese-81M-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
llama-chinese-81M-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
llama-chinese-81M-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
llama-chinese-81M-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
llama-chinese-81M-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
llama-chinese-81M-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
llama-chinese-81M-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
llama-chinese-81M-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
datasets:
|
| 3 |
+
- wikipedia
|
| 4 |
+
language:
|
| 5 |
+
- zh
|
| 6 |
+
- en
|
| 7 |
+
tags:
|
| 8 |
+
- chinese
|
| 9 |
+
- english
|
| 10 |
+
- TensorBlock
|
| 11 |
+
- GGUF
|
| 12 |
+
inference:
|
| 13 |
+
parameters:
|
| 14 |
+
max_new_tokens: 50
|
| 15 |
+
do_sample: true
|
| 16 |
+
widget:
|
| 17 |
+
- text: 粉圓,在珍珠奶茶中也稱波霸或珍珠,是一種
|
| 18 |
+
pipeline_tag: text-generation
|
| 19 |
+
base_model: p208p2002/llama-chinese-81M
|
| 20 |
+
---
|
| 21 |
+
|
| 22 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
| 23 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
| 24 |
+
</div>
|
| 25 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
| 26 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
| 27 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
| 28 |
+
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>
|
| 29 |
+
</p>
|
| 30 |
+
</div>
|
| 31 |
+
</div>
|
| 32 |
+
|
| 33 |
+
## p208p2002/llama-chinese-81M - GGUF
|
| 34 |
+
|
| 35 |
+
This repo contains GGUF format model files for [p208p2002/llama-chinese-81M](https://huggingface.co/p208p2002/llama-chinese-81M).
|
| 36 |
+
|
| 37 |
+
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).
|
| 38 |
+
|
| 39 |
+
## Our projects
|
| 40 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
| 41 |
+
<tr>
|
| 42 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
| 43 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
| 44 |
+
</tr>
|
| 45 |
+
<tr>
|
| 46 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
|
| 47 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
|
| 48 |
+
</tr>
|
| 49 |
+
<tr>
|
| 50 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
| 51 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
| 52 |
+
</tr>
|
| 53 |
+
<tr>
|
| 54 |
+
<th>
|
| 55 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
|
| 56 |
+
display: inline-block;
|
| 57 |
+
padding: 8px 16px;
|
| 58 |
+
background-color: #FF7F50;
|
| 59 |
+
color: white;
|
| 60 |
+
text-decoration: none;
|
| 61 |
+
border-radius: 6px;
|
| 62 |
+
font-weight: bold;
|
| 63 |
+
font-family: sans-serif;
|
| 64 |
+
">👀 See what we built 👀</a>
|
| 65 |
+
</th>
|
| 66 |
+
<th>
|
| 67 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
| 68 |
+
display: inline-block;
|
| 69 |
+
padding: 8px 16px;
|
| 70 |
+
background-color: #FF7F50;
|
| 71 |
+
color: white;
|
| 72 |
+
text-decoration: none;
|
| 73 |
+
border-radius: 6px;
|
| 74 |
+
font-weight: bold;
|
| 75 |
+
font-family: sans-serif;
|
| 76 |
+
">👀 See what we built 👀</a>
|
| 77 |
+
</th>
|
| 78 |
+
</tr>
|
| 79 |
+
</table>
|
| 80 |
+
|
| 81 |
+
## Prompt template
|
| 82 |
+
|
| 83 |
+
```
|
| 84 |
+
Unable to determine prompt format automatically. Please check the original model repository for the correct prompt format.
|
| 85 |
+
```
|
| 86 |
+
|
| 87 |
+
## Model file specification
|
| 88 |
+
|
| 89 |
+
| Filename | Quant type | File Size | Description |
|
| 90 |
+
| -------- | ---------- | --------- | ----------- |
|
| 91 |
+
| [llama-chinese-81M-Q2_K.gguf](https://huggingface.co/tensorblock/p208p2002_llama-chinese-81M-GGUF/blob/main/llama-chinese-81M-Q2_K.gguf) | Q2_K | 0.037 GB | smallest, significant quality loss - not recommended for most purposes |
|
| 92 |
+
| [llama-chinese-81M-Q3_K_S.gguf](https://huggingface.co/tensorblock/p208p2002_llama-chinese-81M-GGUF/blob/main/llama-chinese-81M-Q3_K_S.gguf) | Q3_K_S | 0.042 GB | very small, high quality loss |
|
| 93 |
+
| [llama-chinese-81M-Q3_K_M.gguf](https://huggingface.co/tensorblock/p208p2002_llama-chinese-81M-GGUF/blob/main/llama-chinese-81M-Q3_K_M.gguf) | Q3_K_M | 0.045 GB | very small, high quality loss |
|
| 94 |
+
| [llama-chinese-81M-Q3_K_L.gguf](https://huggingface.co/tensorblock/p208p2002_llama-chinese-81M-GGUF/blob/main/llama-chinese-81M-Q3_K_L.gguf) | Q3_K_L | 0.047 GB | small, substantial quality loss |
|
| 95 |
+
| [llama-chinese-81M-Q4_0.gguf](https://huggingface.co/tensorblock/p208p2002_llama-chinese-81M-GGUF/blob/main/llama-chinese-81M-Q4_0.gguf) | Q4_0 | 0.051 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
| 96 |
+
| [llama-chinese-81M-Q4_K_S.gguf](https://huggingface.co/tensorblock/p208p2002_llama-chinese-81M-GGUF/blob/main/llama-chinese-81M-Q4_K_S.gguf) | Q4_K_S | 0.051 GB | small, greater quality loss |
|
| 97 |
+
| [llama-chinese-81M-Q4_K_M.gguf](https://huggingface.co/tensorblock/p208p2002_llama-chinese-81M-GGUF/blob/main/llama-chinese-81M-Q4_K_M.gguf) | Q4_K_M | 0.052 GB | medium, balanced quality - recommended |
|
| 98 |
+
| [llama-chinese-81M-Q5_0.gguf](https://huggingface.co/tensorblock/p208p2002_llama-chinese-81M-GGUF/blob/main/llama-chinese-81M-Q5_0.gguf) | Q5_0 | 0.059 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
| 99 |
+
| [llama-chinese-81M-Q5_K_S.gguf](https://huggingface.co/tensorblock/p208p2002_llama-chinese-81M-GGUF/blob/main/llama-chinese-81M-Q5_K_S.gguf) | Q5_K_S | 0.059 GB | large, low quality loss - recommended |
|
| 100 |
+
| [llama-chinese-81M-Q5_K_M.gguf](https://huggingface.co/tensorblock/p208p2002_llama-chinese-81M-GGUF/blob/main/llama-chinese-81M-Q5_K_M.gguf) | Q5_K_M | 0.060 GB | large, very low quality loss - recommended |
|
| 101 |
+
| [llama-chinese-81M-Q6_K.gguf](https://huggingface.co/tensorblock/p208p2002_llama-chinese-81M-GGUF/blob/main/llama-chinese-81M-Q6_K.gguf) | Q6_K | 0.067 GB | very large, extremely low quality loss |
|
| 102 |
+
| [llama-chinese-81M-Q8_0.gguf](https://huggingface.co/tensorblock/p208p2002_llama-chinese-81M-GGUF/blob/main/llama-chinese-81M-Q8_0.gguf) | Q8_0 | 0.087 GB | very large, extremely low quality loss - not recommended |
|
| 103 |
+
|
| 104 |
+
|
| 105 |
+
## Downloading instruction
|
| 106 |
+
|
| 107 |
+
### Command line
|
| 108 |
+
|
| 109 |
+
Firstly, install Huggingface Client
|
| 110 |
+
|
| 111 |
+
```shell
|
| 112 |
+
pip install -U "huggingface_hub[cli]"
|
| 113 |
+
```
|
| 114 |
+
|
| 115 |
+
Then, downoad the individual model file the a local directory
|
| 116 |
+
|
| 117 |
+
```shell
|
| 118 |
+
huggingface-cli download tensorblock/p208p2002_llama-chinese-81M-GGUF --include "llama-chinese-81M-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
| 119 |
+
```
|
| 120 |
+
|
| 121 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
| 122 |
+
|
| 123 |
+
```shell
|
| 124 |
+
huggingface-cli download tensorblock/p208p2002_llama-chinese-81M-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
| 125 |
+
```
|
llama-chinese-81M-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f943f73174b2449f2e59fa99287a67eafd9b7f8eeb798261222ead3c591f53d9
|
| 3 |
+
size 37352544
|
llama-chinese-81M-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c5d1cea4ecbb34ee308da4d07a5cb317a0fcf4624d086d584013c5a219d0a21a
|
| 3 |
+
size 46864480
|
llama-chinese-81M-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:446142927209e5d0ee6065a1d43c86fa234c043a313188b859e12f8872c028c3
|
| 3 |
+
size 44652640
|
llama-chinese-81M-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c59aff3042486fc12b2648fa9bd83e1195a383e0ae49cdf9f94177f97c107e4f
|
| 3 |
+
size 41998432
|
llama-chinese-81M-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:add388b59b5ed5309a1e9817dd33c2db942d566a541d6f6bb32922103b26b6f0
|
| 3 |
+
size 50580576
|
llama-chinese-81M-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47a51507a44e66e7551635eb47b314625dfc63c75543eed1769144f1dff0a6c8
|
| 3 |
+
size 52472928
|
llama-chinese-81M-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:38a0bd03370332cf47ec56854e03241d41816e672b128e70fb30a7dfa158003d
|
| 3 |
+
size 50875488
|
llama-chinese-81M-Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e397e988f31f452db560da2f5a4db7bc0bf92d1faa7c581688ec0549f88afd06
|
| 3 |
+
size 58657888
|
llama-chinese-81M-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a8f2af9a68d531d20450537c3a8234e4eb2460c715c2a838bc9602c32a25237
|
| 3 |
+
size 59632736
|
llama-chinese-81M-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd4518b0f45a1e8d0f1b7b21c611e45495dee140da2934b2c7c89ce350b5c08f
|
| 3 |
+
size 58657888
|
llama-chinese-81M-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fb7580edde8f4c26d83e8336ec5c3a0f5be70aaa20df86ccae4b9c4295b44d7
|
| 3 |
+
size 67240032
|
llama-chinese-81M-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34a3a713a22e8cd3847a1340cdfb352adb1265323e2bbf43949d1fdd2315986e
|
| 3 |
+
size 86857824
|