Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +96 -0
- TinyLlama-1.1B-32k-Instruct-Q2_K.gguf +3 -0
- TinyLlama-1.1B-32k-Instruct-Q3_K_L.gguf +3 -0
- TinyLlama-1.1B-32k-Instruct-Q3_K_M.gguf +3 -0
- TinyLlama-1.1B-32k-Instruct-Q3_K_S.gguf +3 -0
- TinyLlama-1.1B-32k-Instruct-Q4_0.gguf +3 -0
- TinyLlama-1.1B-32k-Instruct-Q4_K_M.gguf +3 -0
- TinyLlama-1.1B-32k-Instruct-Q4_K_S.gguf +3 -0
- TinyLlama-1.1B-32k-Instruct-Q5_0.gguf +3 -0
- TinyLlama-1.1B-32k-Instruct-Q5_K_M.gguf +3 -0
- TinyLlama-1.1B-32k-Instruct-Q5_K_S.gguf +3 -0
- TinyLlama-1.1B-32k-Instruct-Q6_K.gguf +3 -0
- TinyLlama-1.1B-32k-Instruct-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 |
+
TinyLlama-1.1B-32k-Instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
TinyLlama-1.1B-32k-Instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
TinyLlama-1.1B-32k-Instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
TinyLlama-1.1B-32k-Instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
TinyLlama-1.1B-32k-Instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
TinyLlama-1.1B-32k-Instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
TinyLlama-1.1B-32k-Instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
TinyLlama-1.1B-32k-Instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
TinyLlama-1.1B-32k-Instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
TinyLlama-1.1B-32k-Instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
TinyLlama-1.1B-32k-Instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
TinyLlama-1.1B-32k-Instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
inference: false
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
library_name: transformers
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
tags:
|
8 |
+
- llama
|
9 |
+
- TensorBlock
|
10 |
+
- GGUF
|
11 |
+
datasets:
|
12 |
+
- LDJnr/Capybara
|
13 |
+
- jondurbin/airoboros-3.2
|
14 |
+
- unalignment/toxic-dpo-v0.1
|
15 |
+
- LDJnr/Verified-Camel
|
16 |
+
- HuggingFaceH4/no_robots
|
17 |
+
- Doctor-Shotgun/no-robots-sharegpt
|
18 |
+
- Doctor-Shotgun/capybara-sharegpt
|
19 |
+
base_model: Doctor-Shotgun/TinyLlama-1.1B-32k-Instruct
|
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 |
+
## Doctor-Shotgun/TinyLlama-1.1B-32k-Instruct - GGUF
|
34 |
+
|
35 |
+
This repo contains GGUF format model files for [Doctor-Shotgun/TinyLlama-1.1B-32k-Instruct](https://huggingface.co/Doctor-Shotgun/TinyLlama-1.1B-32k-Instruct).
|
36 |
+
|
37 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
|
38 |
+
|
39 |
+
<div style="text-align: left; margin: 20px 0;">
|
40 |
+
<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;">
|
41 |
+
Run them on the TensorBlock client using your local machine ↗
|
42 |
+
</a>
|
43 |
+
</div>
|
44 |
+
|
45 |
+
## Prompt template
|
46 |
+
|
47 |
+
```
|
48 |
+
<s>
|
49 |
+
### Instruction:
|
50 |
+
{system_prompt}
|
51 |
+
|
52 |
+
### Input:
|
53 |
+
{prompt}
|
54 |
+
|
55 |
+
### Response:
|
56 |
+
```
|
57 |
+
|
58 |
+
## Model file specification
|
59 |
+
|
60 |
+
| Filename | Quant type | File Size | Description |
|
61 |
+
| -------- | ---------- | --------- | ----------- |
|
62 |
+
| [TinyLlama-1.1B-32k-Instruct-Q2_K.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-Instruct-GGUF/blob/main/TinyLlama-1.1B-32k-Instruct-Q2_K.gguf) | Q2_K | 0.402 GB | smallest, significant quality loss - not recommended for most purposes |
|
63 |
+
| [TinyLlama-1.1B-32k-Instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-Instruct-GGUF/blob/main/TinyLlama-1.1B-32k-Instruct-Q3_K_S.gguf) | Q3_K_S | 0.465 GB | very small, high quality loss |
|
64 |
+
| [TinyLlama-1.1B-32k-Instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-Instruct-GGUF/blob/main/TinyLlama-1.1B-32k-Instruct-Q3_K_M.gguf) | Q3_K_M | 0.511 GB | very small, high quality loss |
|
65 |
+
| [TinyLlama-1.1B-32k-Instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-Instruct-GGUF/blob/main/TinyLlama-1.1B-32k-Instruct-Q3_K_L.gguf) | Q3_K_L | 0.551 GB | small, substantial quality loss |
|
66 |
+
| [TinyLlama-1.1B-32k-Instruct-Q4_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-Instruct-GGUF/blob/main/TinyLlama-1.1B-32k-Instruct-Q4_0.gguf) | Q4_0 | 0.593 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
67 |
+
| [TinyLlama-1.1B-32k-Instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-Instruct-GGUF/blob/main/TinyLlama-1.1B-32k-Instruct-Q4_K_S.gguf) | Q4_K_S | 0.596 GB | small, greater quality loss |
|
68 |
+
| [TinyLlama-1.1B-32k-Instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-Instruct-GGUF/blob/main/TinyLlama-1.1B-32k-Instruct-Q4_K_M.gguf) | Q4_K_M | 0.622 GB | medium, balanced quality - recommended |
|
69 |
+
| [TinyLlama-1.1B-32k-Instruct-Q5_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-Instruct-GGUF/blob/main/TinyLlama-1.1B-32k-Instruct-Q5_0.gguf) | Q5_0 | 0.713 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
70 |
+
| [TinyLlama-1.1B-32k-Instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-Instruct-GGUF/blob/main/TinyLlama-1.1B-32k-Instruct-Q5_K_S.gguf) | Q5_K_S | 0.713 GB | large, low quality loss - recommended |
|
71 |
+
| [TinyLlama-1.1B-32k-Instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-Instruct-GGUF/blob/main/TinyLlama-1.1B-32k-Instruct-Q5_K_M.gguf) | Q5_K_M | 0.728 GB | large, very low quality loss - recommended |
|
72 |
+
| [TinyLlama-1.1B-32k-Instruct-Q6_K.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-Instruct-GGUF/blob/main/TinyLlama-1.1B-32k-Instruct-Q6_K.gguf) | Q6_K | 0.841 GB | very large, extremely low quality loss |
|
73 |
+
| [TinyLlama-1.1B-32k-Instruct-Q8_0.gguf](https://huggingface.co/tensorblock/TinyLlama-1.1B-32k-Instruct-GGUF/blob/main/TinyLlama-1.1B-32k-Instruct-Q8_0.gguf) | Q8_0 | 1.089 GB | very large, extremely low quality loss - not recommended |
|
74 |
+
|
75 |
+
|
76 |
+
## Downloading instruction
|
77 |
+
|
78 |
+
### Command line
|
79 |
+
|
80 |
+
Firstly, install Huggingface Client
|
81 |
+
|
82 |
+
```shell
|
83 |
+
pip install -U "huggingface_hub[cli]"
|
84 |
+
```
|
85 |
+
|
86 |
+
Then, downoad the individual model file the a local directory
|
87 |
+
|
88 |
+
```shell
|
89 |
+
huggingface-cli download tensorblock/TinyLlama-1.1B-32k-Instruct-GGUF --include "TinyLlama-1.1B-32k-Instruct-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
90 |
+
```
|
91 |
+
|
92 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
93 |
+
|
94 |
+
```shell
|
95 |
+
huggingface-cli download tensorblock/TinyLlama-1.1B-32k-Instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
96 |
+
```
|
TinyLlama-1.1B-32k-Instruct-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3626789d7e25d7f638eccff804f6613d2b46f5ab5a3d0c530a961a22b1997932
|
3 |
+
size 432132000
|
TinyLlama-1.1B-32k-Instruct-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecabf3c38879822e4c944e330180633e91ffc953bacc20d4fe02efdfd925363b
|
3 |
+
size 591527840
|
TinyLlama-1.1B-32k-Instruct-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61407070a72f39106cdc8710f575043040fd019034c3f85491705dc980431ca2
|
3 |
+
size 548405152
|
TinyLlama-1.1B-32k-Instruct-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59dbabd0cf03d6f90953519153271ce3b49301933166677aede0fa2d7bdf8ceb
|
3 |
+
size 499343264
|
TinyLlama-1.1B-32k-Instruct-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0420ff74d2fd5c1b9c5b4e7a6441949de2ba5554b33c590ef5abe25814ff945
|
3 |
+
size 636727200
|
TinyLlama-1.1B-32k-Instruct-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:daf093e50613691e2c1938a64c3c1121757330326c4e044643c95034a2dfb189
|
3 |
+
size 667815840
|
TinyLlama-1.1B-32k-Instruct-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ac9b1407a5fe2836fecd8c2930a58d13456818d8ede178020ce9769a1741827
|
3 |
+
size 639872928
|
TinyLlama-1.1B-32k-Instruct-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8662b0f32380515251c6ebff7220edfc74c818a0a881d7d7806edb14765aa917
|
3 |
+
size 766029728
|
TinyLlama-1.1B-32k-Instruct-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a2413538597ef576d819bcb899e7fa7ddf89331ff6f0ed2b6d7855148526321
|
3 |
+
size 782045088
|
TinyLlama-1.1B-32k-Instruct-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4ef942bcf42cc777ed948a48d67ae6bc821ae291031f00527fde2d14f42429c
|
3 |
+
size 766029728
|
TinyLlama-1.1B-32k-Instruct-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5c1136843668f3da6c23b2bd8b841e97c393d241c771aa3e6ed3de0b7fbbeb6
|
3 |
+
size 903413664
|
TinyLlama-1.1B-32k-Instruct-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b570e230aa0eee39b82249b1c2c35173a3885e0b4d5c1d4a783c8be3e1698361
|
3 |
+
size 1169809312
|