Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +70 -0
- lamini_docs_finetuned-Q2_K.gguf +3 -0
- lamini_docs_finetuned-Q3_K_L.gguf +3 -0
- lamini_docs_finetuned-Q3_K_M.gguf +3 -0
- lamini_docs_finetuned-Q3_K_S.gguf +3 -0
- lamini_docs_finetuned-Q4_0.gguf +3 -0
- lamini_docs_finetuned-Q4_K_M.gguf +3 -0
- lamini_docs_finetuned-Q4_K_S.gguf +3 -0
- lamini_docs_finetuned-Q5_0.gguf +3 -0
- lamini_docs_finetuned-Q5_K_M.gguf +3 -0
- lamini_docs_finetuned-Q5_K_S.gguf +3 -0
- lamini_docs_finetuned-Q6_K.gguf +3 -0
- lamini_docs_finetuned-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 |
+
lamini_docs_finetuned-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
lamini_docs_finetuned-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
lamini_docs_finetuned-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
lamini_docs_finetuned-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
lamini_docs_finetuned-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
lamini_docs_finetuned-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
lamini_docs_finetuned-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
lamini_docs_finetuned-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
lamini_docs_finetuned-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
lamini_docs_finetuned-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
lamini_docs_finetuned-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
lamini_docs_finetuned-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: lamini/lamini_docs_finetuned
|
4 |
+
tags:
|
5 |
+
- TensorBlock
|
6 |
+
- GGUF
|
7 |
+
---
|
8 |
+
|
9 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
10 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
11 |
+
</div>
|
12 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
13 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
14 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
15 |
+
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>
|
16 |
+
</p>
|
17 |
+
</div>
|
18 |
+
</div>
|
19 |
+
|
20 |
+
## lamini/lamini_docs_finetuned - GGUF
|
21 |
+
|
22 |
+
This repo contains GGUF format model files for [lamini/lamini_docs_finetuned](https://huggingface.co/lamini/lamini_docs_finetuned).
|
23 |
+
|
24 |
+
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).
|
25 |
+
|
26 |
+
## Prompt template
|
27 |
+
|
28 |
+
```
|
29 |
+
|
30 |
+
```
|
31 |
+
|
32 |
+
## Model file specification
|
33 |
+
|
34 |
+
| Filename | Quant type | File Size | Description |
|
35 |
+
| -------- | ---------- | --------- | ----------- |
|
36 |
+
| [lamini_docs_finetuned-Q2_K.gguf](https://huggingface.co/tensorblock/lamini_docs_finetuned-GGUF/tree/main/lamini_docs_finetuned-Q2_K.gguf) | Q2_K | 0.036 GB | smallest, significant quality loss - not recommended for most purposes |
|
37 |
+
| [lamini_docs_finetuned-Q3_K_S.gguf](https://huggingface.co/tensorblock/lamini_docs_finetuned-GGUF/tree/main/lamini_docs_finetuned-Q3_K_S.gguf) | Q3_K_S | 0.039 GB | very small, high quality loss |
|
38 |
+
| [lamini_docs_finetuned-Q3_K_M.gguf](https://huggingface.co/tensorblock/lamini_docs_finetuned-GGUF/tree/main/lamini_docs_finetuned-Q3_K_M.gguf) | Q3_K_M | 0.041 GB | very small, high quality loss |
|
39 |
+
| [lamini_docs_finetuned-Q3_K_L.gguf](https://huggingface.co/tensorblock/lamini_docs_finetuned-GGUF/tree/main/lamini_docs_finetuned-Q3_K_L.gguf) | Q3_K_L | 0.042 GB | small, substantial quality loss |
|
40 |
+
| [lamini_docs_finetuned-Q4_0.gguf](https://huggingface.co/tensorblock/lamini_docs_finetuned-GGUF/tree/main/lamini_docs_finetuned-Q4_0.gguf) | Q4_0 | 0.045 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
41 |
+
| [lamini_docs_finetuned-Q4_K_S.gguf](https://huggingface.co/tensorblock/lamini_docs_finetuned-GGUF/tree/main/lamini_docs_finetuned-Q4_K_S.gguf) | Q4_K_S | 0.045 GB | small, greater quality loss |
|
42 |
+
| [lamini_docs_finetuned-Q4_K_M.gguf](https://huggingface.co/tensorblock/lamini_docs_finetuned-GGUF/tree/main/lamini_docs_finetuned-Q4_K_M.gguf) | Q4_K_M | 0.046 GB | medium, balanced quality - recommended |
|
43 |
+
| [lamini_docs_finetuned-Q5_0.gguf](https://huggingface.co/tensorblock/lamini_docs_finetuned-GGUF/tree/main/lamini_docs_finetuned-Q5_0.gguf) | Q5_0 | 0.050 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
44 |
+
| [lamini_docs_finetuned-Q5_K_S.gguf](https://huggingface.co/tensorblock/lamini_docs_finetuned-GGUF/tree/main/lamini_docs_finetuned-Q5_K_S.gguf) | Q5_K_S | 0.050 GB | large, low quality loss - recommended |
|
45 |
+
| [lamini_docs_finetuned-Q5_K_M.gguf](https://huggingface.co/tensorblock/lamini_docs_finetuned-GGUF/tree/main/lamini_docs_finetuned-Q5_K_M.gguf) | Q5_K_M | 0.051 GB | large, very low quality loss - recommended |
|
46 |
+
| [lamini_docs_finetuned-Q6_K.gguf](https://huggingface.co/tensorblock/lamini_docs_finetuned-GGUF/tree/main/lamini_docs_finetuned-Q6_K.gguf) | Q6_K | 0.056 GB | very large, extremely low quality loss |
|
47 |
+
| [lamini_docs_finetuned-Q8_0.gguf](https://huggingface.co/tensorblock/lamini_docs_finetuned-GGUF/tree/main/lamini_docs_finetuned-Q8_0.gguf) | Q8_0 | 0.071 GB | very large, extremely low quality loss - not recommended |
|
48 |
+
|
49 |
+
|
50 |
+
## Downloading instruction
|
51 |
+
|
52 |
+
### Command line
|
53 |
+
|
54 |
+
Firstly, install Huggingface Client
|
55 |
+
|
56 |
+
```shell
|
57 |
+
pip install -U "huggingface_hub[cli]"
|
58 |
+
```
|
59 |
+
|
60 |
+
Then, downoad the individual model file the a local directory
|
61 |
+
|
62 |
+
```shell
|
63 |
+
huggingface-cli download tensorblock/lamini_docs_finetuned-GGUF --include "lamini_docs_finetuned-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
64 |
+
```
|
65 |
+
|
66 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
67 |
+
|
68 |
+
```shell
|
69 |
+
huggingface-cli download tensorblock/lamini_docs_finetuned-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
70 |
+
```
|
lamini_docs_finetuned-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42eba7cf3adef8383ce74082fd4a9f7329847ee87c70ea54ba035644dbf9cd3b
|
3 |
+
size 38507584
|
lamini_docs_finetuned-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22d738c4d099f8056dddc6903cf15503b4e99c1858159c263147232bbcf420c5
|
3 |
+
size 44895808
|
lamini_docs_finetuned-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c49a8c64aecca6bd9bb78c8587e12a9c19cc90d168546cd6d2bd43c68d54863a
|
3 |
+
size 43912768
|
lamini_docs_finetuned-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27367bbea8c6d2ffe785a24736b1e9c2940f641b7eff8e046da21e2a2a6025c1
|
3 |
+
size 42241600
|
lamini_docs_finetuned-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfbdc9bc4f26d12a31084bb133009171cca59f865dd19d8507ae2ef5a41765ea
|
3 |
+
size 48169024
|
lamini_docs_finetuned-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e497be4e78253826553a852ac3a4c868016ea8fe06d03d780092845f6474844
|
3 |
+
size 49299520
|
lamini_docs_finetuned-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97d123550912f1b8f4f0d25eea0805ae991865ccb2aa0f5081e786b95af719c2
|
3 |
+
size 48169024
|
lamini_docs_finetuned-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e8ada6a636ce985e307e5ad0ed872f64f6bac9830befc88d1e73fdfd9dc68c91
|
3 |
+
size 53747776
|
lamini_docs_finetuned-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ee5757e60fdb35332b03db12263456035c253504ab329987834a24ea01e88fa
|
3 |
+
size 54652992
|
lamini_docs_finetuned-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d8a391147d69ad1fe85eb1d358a756bc6eb542ada52c97b0bf86b248e24f8d1
|
3 |
+
size 53747776
|
lamini_docs_finetuned-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03729f1aaf698f5de9660fd2cc68e8452bcf080af4f87acd30b2dc518ba56522
|
3 |
+
size 59675200
|
lamini_docs_finetuned-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5ffd1d38e055b8d405f6bd488e561c0b18158b2d6f09150abf45c956c565db8
|
3 |
+
size 76721728
|