Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +79 -0
- reader-lm-1.5b-Q2_K.gguf +3 -0
- reader-lm-1.5b-Q3_K_L.gguf +3 -0
- reader-lm-1.5b-Q3_K_M.gguf +3 -0
- reader-lm-1.5b-Q3_K_S.gguf +3 -0
- reader-lm-1.5b-Q4_0.gguf +3 -0
- reader-lm-1.5b-Q4_K_M.gguf +3 -0
- reader-lm-1.5b-Q4_K_S.gguf +3 -0
- reader-lm-1.5b-Q5_0.gguf +3 -0
- reader-lm-1.5b-Q5_K_M.gguf +3 -0
- reader-lm-1.5b-Q5_K_S.gguf +3 -0
- reader-lm-1.5b-Q6_K.gguf +3 -0
- reader-lm-1.5b-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 |
+
reader-lm-1.5b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
reader-lm-1.5b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
reader-lm-1.5b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
reader-lm-1.5b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
reader-lm-1.5b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
reader-lm-1.5b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
reader-lm-1.5b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
reader-lm-1.5b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
reader-lm-1.5b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
reader-lm-1.5b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
reader-lm-1.5b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
reader-lm-1.5b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: text-generation
|
3 |
+
language:
|
4 |
+
- multilingual
|
5 |
+
inference: false
|
6 |
+
license: cc-by-nc-4.0
|
7 |
+
library_name: transformers
|
8 |
+
tags:
|
9 |
+
- TensorBlock
|
10 |
+
- GGUF
|
11 |
+
base_model: jinaai/reader-lm-1.5b
|
12 |
+
---
|
13 |
+
|
14 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
15 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
16 |
+
</div>
|
17 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
18 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
19 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
20 |
+
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>
|
21 |
+
</p>
|
22 |
+
</div>
|
23 |
+
</div>
|
24 |
+
|
25 |
+
## jinaai/reader-lm-1.5b - GGUF
|
26 |
+
|
27 |
+
This repo contains GGUF format model files for [jinaai/reader-lm-1.5b](https://huggingface.co/jinaai/reader-lm-1.5b).
|
28 |
+
|
29 |
+
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).
|
30 |
+
|
31 |
+
## Prompt template
|
32 |
+
|
33 |
+
```
|
34 |
+
<|im_start|>system
|
35 |
+
{system_prompt}<|im_end|>
|
36 |
+
<|im_start|>user
|
37 |
+
{prompt}<|im_end|>
|
38 |
+
<|im_start|>assistant
|
39 |
+
```
|
40 |
+
|
41 |
+
## Model file specification
|
42 |
+
|
43 |
+
| Filename | Quant type | File Size | Description |
|
44 |
+
| -------- | ---------- | --------- | ----------- |
|
45 |
+
| [reader-lm-1.5b-Q2_K.gguf](https://huggingface.co/tensorblock/reader-lm-1.5b-GGUF/tree/main/reader-lm-1.5b-Q2_K.gguf) | Q2_K | 0.630 GB | smallest, significant quality loss - not recommended for most purposes |
|
46 |
+
| [reader-lm-1.5b-Q3_K_S.gguf](https://huggingface.co/tensorblock/reader-lm-1.5b-GGUF/tree/main/reader-lm-1.5b-Q3_K_S.gguf) | Q3_K_S | 0.709 GB | very small, high quality loss |
|
47 |
+
| [reader-lm-1.5b-Q3_K_M.gguf](https://huggingface.co/tensorblock/reader-lm-1.5b-GGUF/tree/main/reader-lm-1.5b-Q3_K_M.gguf) | Q3_K_M | 0.768 GB | very small, high quality loss |
|
48 |
+
| [reader-lm-1.5b-Q3_K_L.gguf](https://huggingface.co/tensorblock/reader-lm-1.5b-GGUF/tree/main/reader-lm-1.5b-Q3_K_L.gguf) | Q3_K_L | 0.820 GB | small, substantial quality loss |
|
49 |
+
| [reader-lm-1.5b-Q4_0.gguf](https://huggingface.co/tensorblock/reader-lm-1.5b-GGUF/tree/main/reader-lm-1.5b-Q4_0.gguf) | Q4_0 | 0.871 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
50 |
+
| [reader-lm-1.5b-Q4_K_S.gguf](https://huggingface.co/tensorblock/reader-lm-1.5b-GGUF/tree/main/reader-lm-1.5b-Q4_K_S.gguf) | Q4_K_S | 0.876 GB | small, greater quality loss |
|
51 |
+
| [reader-lm-1.5b-Q4_K_M.gguf](https://huggingface.co/tensorblock/reader-lm-1.5b-GGUF/tree/main/reader-lm-1.5b-Q4_K_M.gguf) | Q4_K_M | 0.918 GB | medium, balanced quality - recommended |
|
52 |
+
| [reader-lm-1.5b-Q5_0.gguf](https://huggingface.co/tensorblock/reader-lm-1.5b-GGUF/tree/main/reader-lm-1.5b-Q5_0.gguf) | Q5_0 | 1.023 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
53 |
+
| [reader-lm-1.5b-Q5_K_S.gguf](https://huggingface.co/tensorblock/reader-lm-1.5b-GGUF/tree/main/reader-lm-1.5b-Q5_K_S.gguf) | Q5_K_S | 1.023 GB | large, low quality loss - recommended |
|
54 |
+
| [reader-lm-1.5b-Q5_K_M.gguf](https://huggingface.co/tensorblock/reader-lm-1.5b-GGUF/tree/main/reader-lm-1.5b-Q5_K_M.gguf) | Q5_K_M | 1.048 GB | large, very low quality loss - recommended |
|
55 |
+
| [reader-lm-1.5b-Q6_K.gguf](https://huggingface.co/tensorblock/reader-lm-1.5b-GGUF/tree/main/reader-lm-1.5b-Q6_K.gguf) | Q6_K | 1.185 GB | very large, extremely low quality loss |
|
56 |
+
| [reader-lm-1.5b-Q8_0.gguf](https://huggingface.co/tensorblock/reader-lm-1.5b-GGUF/tree/main/reader-lm-1.5b-Q8_0.gguf) | Q8_0 | 1.533 GB | very large, extremely low quality loss - not recommended |
|
57 |
+
|
58 |
+
|
59 |
+
## Downloading instruction
|
60 |
+
|
61 |
+
### Command line
|
62 |
+
|
63 |
+
Firstly, install Huggingface Client
|
64 |
+
|
65 |
+
```shell
|
66 |
+
pip install -U "huggingface_hub[cli]"
|
67 |
+
```
|
68 |
+
|
69 |
+
Then, downoad the individual model file the a local directory
|
70 |
+
|
71 |
+
```shell
|
72 |
+
huggingface-cli download tensorblock/reader-lm-1.5b-GGUF --include "reader-lm-1.5b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
73 |
+
```
|
74 |
+
|
75 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
76 |
+
|
77 |
+
```shell
|
78 |
+
huggingface-cli download tensorblock/reader-lm-1.5b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
79 |
+
```
|
reader-lm-1.5b-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fab89141ab8e2b4b4a637f9ce50f883dc83294d753518da71a730b2ce3a45a06
|
3 |
+
size 676302304
|
reader-lm-1.5b-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7f70c597fe63ac4e4a5fd1fb9c179b198fc98499bc9514608ea635fb96c7679
|
3 |
+
size 880160224
|
reader-lm-1.5b-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:264e0fde3d5d6f4a437947680255134e7077f69bc080fd93fa2502f72a224d7a
|
3 |
+
size 824176096
|
reader-lm-1.5b-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c4de8f7b567c5a47385971883e4c86f5a2221066e868399ec2a73bfaf1632e6
|
3 |
+
size 760942048
|
reader-lm-1.5b-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:296c8c5b63f450f5dbf7c85ccaf3c30401537026f8bb04b3c6c4f079e3b36861
|
3 |
+
size 934952416
|
reader-lm-1.5b-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:873b067079aa06428fb5adc082d74a55759bd6ff43d8d0dd80f6fcf7c377c5a4
|
3 |
+
size 986045920
|
reader-lm-1.5b-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c9d9e0957f985bb292ed4d5d7f3d2e40f940953b91c223602f8c0b45c6e509b
|
3 |
+
size 940309984
|
reader-lm-1.5b-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8decd2913930a2cac6b26459941b2f72eed227bdb14253f22f470df2f7f32485
|
3 |
+
size 1098726880
|
reader-lm-1.5b-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f6864a7ecec4912ebf5347913a96f864bf8d5863fc4a954a399aa550e81248b5
|
3 |
+
size 1125047776
|
reader-lm-1.5b-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b339b96161f25b8804a41959336e571cbe35aee2a2e67190603274cead7172b
|
3 |
+
size 1098726880
|
reader-lm-1.5b-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8c4f56decff67b74a1de9e2e029a38e4d1bbb91c006d4cf66e0322050cbb77d
|
3 |
+
size 1272737248
|
reader-lm-1.5b-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1a95cdc7b20b5ec5585d3089f81fb357b3cb6a5eaac1a4b7efadbadf67e58c4
|
3 |
+
size 1646570464
|