Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +89 -0
- llama-3-8b-instruct-262k-chinese-Q2_K.gguf +3 -0
- llama-3-8b-instruct-262k-chinese-Q3_K_L.gguf +3 -0
- llama-3-8b-instruct-262k-chinese-Q3_K_M.gguf +3 -0
- llama-3-8b-instruct-262k-chinese-Q3_K_S.gguf +3 -0
- llama-3-8b-instruct-262k-chinese-Q4_0.gguf +3 -0
- llama-3-8b-instruct-262k-chinese-Q4_K_M.gguf +3 -0
- llama-3-8b-instruct-262k-chinese-Q4_K_S.gguf +3 -0
- llama-3-8b-instruct-262k-chinese-Q5_0.gguf +3 -0
- llama-3-8b-instruct-262k-chinese-Q5_K_M.gguf +3 -0
- llama-3-8b-instruct-262k-chinese-Q5_K_S.gguf +3 -0
- llama-3-8b-instruct-262k-chinese-Q6_K.gguf +3 -0
- llama-3-8b-instruct-262k-chinese-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-3-8b-instruct-262k-chinese-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
llama-3-8b-instruct-262k-chinese-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
llama-3-8b-instruct-262k-chinese-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
llama-3-8b-instruct-262k-chinese-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
llama-3-8b-instruct-262k-chinese-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
llama-3-8b-instruct-262k-chinese-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
llama-3-8b-instruct-262k-chinese-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
llama-3-8b-instruct-262k-chinese-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
llama-3-8b-instruct-262k-chinese-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
llama-3-8b-instruct-262k-chinese-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
llama-3-8b-instruct-262k-chinese-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
llama-3-8b-instruct-262k-chinese-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- zh
|
| 4 |
+
- en
|
| 5 |
+
license: other
|
| 6 |
+
tags:
|
| 7 |
+
- llama3
|
| 8 |
+
- chinese
|
| 9 |
+
- meta
|
| 10 |
+
- TensorBlock
|
| 11 |
+
- GGUF
|
| 12 |
+
pipeline_tag: text-generation
|
| 13 |
+
license_name: llama3
|
| 14 |
+
license_link: LICENSE
|
| 15 |
+
base_model: shibing624/llama-3-8b-instruct-262k-chinese
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
| 19 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
| 20 |
+
</div>
|
| 21 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
| 22 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
| 23 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
| 24 |
+
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>
|
| 25 |
+
</p>
|
| 26 |
+
</div>
|
| 27 |
+
</div>
|
| 28 |
+
|
| 29 |
+
## shibing624/llama-3-8b-instruct-262k-chinese - GGUF
|
| 30 |
+
|
| 31 |
+
This repo contains GGUF format model files for [shibing624/llama-3-8b-instruct-262k-chinese](https://huggingface.co/shibing624/llama-3-8b-instruct-262k-chinese).
|
| 32 |
+
|
| 33 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
| 34 |
+
|
| 35 |
+
<div style="text-align: left; margin: 20px 0;">
|
| 36 |
+
<a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
|
| 37 |
+
Run them on the TensorBlock client using your local machine ↗
|
| 38 |
+
</a>
|
| 39 |
+
</div>
|
| 40 |
+
|
| 41 |
+
## Prompt template
|
| 42 |
+
|
| 43 |
+
```
|
| 44 |
+
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
| 45 |
+
|
| 46 |
+
{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
| 47 |
+
|
| 48 |
+
{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
| 49 |
+
```
|
| 50 |
+
|
| 51 |
+
## Model file specification
|
| 52 |
+
|
| 53 |
+
| Filename | Quant type | File Size | Description |
|
| 54 |
+
| -------- | ---------- | --------- | ----------- |
|
| 55 |
+
| [llama-3-8b-instruct-262k-chinese-Q2_K.gguf](https://huggingface.co/tensorblock/llama-3-8b-instruct-262k-chinese-GGUF/blob/main/llama-3-8b-instruct-262k-chinese-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
|
| 56 |
+
| [llama-3-8b-instruct-262k-chinese-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama-3-8b-instruct-262k-chinese-GGUF/blob/main/llama-3-8b-instruct-262k-chinese-Q3_K_S.gguf) | Q3_K_S | 3.664 GB | very small, high quality loss |
|
| 57 |
+
| [llama-3-8b-instruct-262k-chinese-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama-3-8b-instruct-262k-chinese-GGUF/blob/main/llama-3-8b-instruct-262k-chinese-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
|
| 58 |
+
| [llama-3-8b-instruct-262k-chinese-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama-3-8b-instruct-262k-chinese-GGUF/blob/main/llama-3-8b-instruct-262k-chinese-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
|
| 59 |
+
| [llama-3-8b-instruct-262k-chinese-Q4_0.gguf](https://huggingface.co/tensorblock/llama-3-8b-instruct-262k-chinese-GGUF/blob/main/llama-3-8b-instruct-262k-chinese-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
| 60 |
+
| [llama-3-8b-instruct-262k-chinese-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama-3-8b-instruct-262k-chinese-GGUF/blob/main/llama-3-8b-instruct-262k-chinese-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
|
| 61 |
+
| [llama-3-8b-instruct-262k-chinese-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama-3-8b-instruct-262k-chinese-GGUF/blob/main/llama-3-8b-instruct-262k-chinese-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
|
| 62 |
+
| [llama-3-8b-instruct-262k-chinese-Q5_0.gguf](https://huggingface.co/tensorblock/llama-3-8b-instruct-262k-chinese-GGUF/blob/main/llama-3-8b-instruct-262k-chinese-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
| 63 |
+
| [llama-3-8b-instruct-262k-chinese-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama-3-8b-instruct-262k-chinese-GGUF/blob/main/llama-3-8b-instruct-262k-chinese-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
|
| 64 |
+
| [llama-3-8b-instruct-262k-chinese-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama-3-8b-instruct-262k-chinese-GGUF/blob/main/llama-3-8b-instruct-262k-chinese-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
|
| 65 |
+
| [llama-3-8b-instruct-262k-chinese-Q6_K.gguf](https://huggingface.co/tensorblock/llama-3-8b-instruct-262k-chinese-GGUF/blob/main/llama-3-8b-instruct-262k-chinese-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
|
| 66 |
+
| [llama-3-8b-instruct-262k-chinese-Q8_0.gguf](https://huggingface.co/tensorblock/llama-3-8b-instruct-262k-chinese-GGUF/blob/main/llama-3-8b-instruct-262k-chinese-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
|
| 67 |
+
|
| 68 |
+
|
| 69 |
+
## Downloading instruction
|
| 70 |
+
|
| 71 |
+
### Command line
|
| 72 |
+
|
| 73 |
+
Firstly, install Huggingface Client
|
| 74 |
+
|
| 75 |
+
```shell
|
| 76 |
+
pip install -U "huggingface_hub[cli]"
|
| 77 |
+
```
|
| 78 |
+
|
| 79 |
+
Then, downoad the individual model file the a local directory
|
| 80 |
+
|
| 81 |
+
```shell
|
| 82 |
+
huggingface-cli download tensorblock/llama-3-8b-instruct-262k-chinese-GGUF --include "llama-3-8b-instruct-262k-chinese-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
| 83 |
+
```
|
| 84 |
+
|
| 85 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
| 86 |
+
|
| 87 |
+
```shell
|
| 88 |
+
huggingface-cli download tensorblock/llama-3-8b-instruct-262k-chinese-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
| 89 |
+
```
|
llama-3-8b-instruct-262k-chinese-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:386e8c01d3ced0311576430eaf910ddd84c6e6ba1d8de9ccbd3d118592ca1f12
|
| 3 |
+
size 3179131712
|
llama-3-8b-instruct-262k-chinese-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:13965df09e94042a07449b09bd42f7017969d0b03009891f37d4c8024f63c6a9
|
| 3 |
+
size 4321956672
|
llama-3-8b-instruct-262k-chinese-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd7c4d3b902b9ca76938f1ee1e068126d89fb1ad41b461e2c2318809ee2ea4c3
|
| 3 |
+
size 4018918208
|
llama-3-8b-instruct-262k-chinese-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b96e51a246edb95dee9de16edb210fa9931bd26e8b67e2f8be9210b2ff4e4458
|
| 3 |
+
size 3664499520
|
llama-3-8b-instruct-262k-chinese-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12c9c4f998c419e4183c17b00480841db5200ad61c76c4c1e713f89223e269ab
|
| 3 |
+
size 4661211968
|
llama-3-8b-instruct-262k-chinese-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:550ba8641598a46b5c790470b008925d2d07e00a749fb039f3fb3bff8232e41d
|
| 3 |
+
size 4920734528
|
llama-3-8b-instruct-262k-chinese-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01451c0c866dcbeade29bb5d2c6cf17aa1542e6581d783fe33319d7eeb9bc2ad
|
| 3 |
+
size 4692669248
|
llama-3-8b-instruct-262k-chinese-Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c488d08fcb4a20692e37d91e9a2dd74867879c0bb70335f0dd7833d03baccd5c
|
| 3 |
+
size 5599294272
|
llama-3-8b-instruct-262k-chinese-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd7f057455a21d7368b239156baf62cf109d999d155e3bd44dc3964b5b835366
|
| 3 |
+
size 5732987712
|
llama-3-8b-instruct-262k-chinese-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a88ab97a53a8b09c5b8b822b72ba8bbd233b6fa4d3e6e0374ebe155a40980af
|
| 3 |
+
size 5599294272
|
llama-3-8b-instruct-262k-chinese-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8bbe78c78b91df84650cae91579ee64acf8b9ca710e8a0f47f57f3cf3cf9675b
|
| 3 |
+
size 6596006720
|
llama-3-8b-instruct-262k-chinese-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71762f3cbf9661c6bc6759ee4ac181de81c0999375ad452db6d347190d04b5e5
|
| 3 |
+
size 8540771136
|