Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +81 -0
- plamo-13b-Q2_K.gguf +3 -0
- plamo-13b-Q3_K_L.gguf +3 -0
- plamo-13b-Q3_K_M.gguf +3 -0
- plamo-13b-Q3_K_S.gguf +3 -0
- plamo-13b-Q4_0.gguf +3 -0
- plamo-13b-Q4_K_M.gguf +3 -0
- plamo-13b-Q4_K_S.gguf +3 -0
- plamo-13b-Q5_0.gguf +3 -0
- plamo-13b-Q5_K_M.gguf +3 -0
- plamo-13b-Q5_K_S.gguf +3 -0
- plamo-13b-Q6_K.gguf +3 -0
- plamo-13b-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 |
+
plamo-13b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
plamo-13b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
plamo-13b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
plamo-13b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
plamo-13b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
plamo-13b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
plamo-13b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
plamo-13b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
plamo-13b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
plamo-13b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
plamo-13b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
plamo-13b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,81 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- ja
|
5 |
+
license: apache-2.0
|
6 |
+
library_name: transformers
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
base_model: pfnet/plamo-13b
|
9 |
+
tags:
|
10 |
+
- TensorBlock
|
11 |
+
- GGUF
|
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 |
+
## pfnet/plamo-13b - GGUF
|
26 |
+
|
27 |
+
This repo contains GGUF format model files for [pfnet/plamo-13b](https://huggingface.co/pfnet/plamo-13b).
|
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 |
+
<div style="text-align: left; margin: 20px 0;">
|
32 |
+
<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;">
|
33 |
+
Run them on the TensorBlock client using your local machine ↗
|
34 |
+
</a>
|
35 |
+
</div>
|
36 |
+
|
37 |
+
## Prompt template
|
38 |
+
|
39 |
+
```
|
40 |
+
|
41 |
+
```
|
42 |
+
|
43 |
+
## Model file specification
|
44 |
+
|
45 |
+
| Filename | Quant type | File Size | Description |
|
46 |
+
| -------- | ---------- | --------- | ----------- |
|
47 |
+
| [plamo-13b-Q2_K.gguf](https://huggingface.co/tensorblock/plamo-13b-GGUF/blob/main/plamo-13b-Q2_K.gguf) | Q2_K | 4.573 GB | smallest, significant quality loss - not recommended for most purposes |
|
48 |
+
| [plamo-13b-Q3_K_S.gguf](https://huggingface.co/tensorblock/plamo-13b-GGUF/blob/main/plamo-13b-Q3_K_S.gguf) | Q3_K_S | 5.338 GB | very small, high quality loss |
|
49 |
+
| [plamo-13b-Q3_K_M.gguf](https://huggingface.co/tensorblock/plamo-13b-GGUF/blob/main/plamo-13b-Q3_K_M.gguf) | Q3_K_M | 5.926 GB | very small, high quality loss |
|
50 |
+
| [plamo-13b-Q3_K_L.gguf](https://huggingface.co/tensorblock/plamo-13b-GGUF/blob/main/plamo-13b-Q3_K_L.gguf) | Q3_K_L | 6.439 GB | small, substantial quality loss |
|
51 |
+
| [plamo-13b-Q4_0.gguf](https://huggingface.co/tensorblock/plamo-13b-GGUF/blob/main/plamo-13b-Q4_0.gguf) | Q4_0 | 6.926 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
52 |
+
| [plamo-13b-Q4_K_S.gguf](https://huggingface.co/tensorblock/plamo-13b-GGUF/blob/main/plamo-13b-Q4_K_S.gguf) | Q4_K_S | 6.977 GB | small, greater quality loss |
|
53 |
+
| [plamo-13b-Q4_K_M.gguf](https://huggingface.co/tensorblock/plamo-13b-GGUF/blob/main/plamo-13b-Q4_K_M.gguf) | Q4_K_M | 7.351 GB | medium, balanced quality - recommended |
|
54 |
+
| [plamo-13b-Q5_0.gguf](https://huggingface.co/tensorblock/plamo-13b-GGUF/blob/main/plamo-13b-Q5_0.gguf) | Q5_0 | 8.421 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
55 |
+
| [plamo-13b-Q5_K_S.gguf](https://huggingface.co/tensorblock/plamo-13b-GGUF/blob/main/plamo-13b-Q5_K_S.gguf) | Q5_K_S | 8.421 GB | large, low quality loss - recommended |
|
56 |
+
| [plamo-13b-Q5_K_M.gguf](https://huggingface.co/tensorblock/plamo-13b-GGUF/blob/main/plamo-13b-Q5_K_M.gguf) | Q5_K_M | 8.640 GB | large, very low quality loss - recommended |
|
57 |
+
| [plamo-13b-Q6_K.gguf](https://huggingface.co/tensorblock/plamo-13b-GGUF/blob/main/plamo-13b-Q6_K.gguf) | Q6_K | 10.010 GB | very large, extremely low quality loss |
|
58 |
+
| [plamo-13b-Q8_0.gguf](https://huggingface.co/tensorblock/plamo-13b-GGUF/blob/main/plamo-13b-Q8_0.gguf) | Q8_0 | 12.964 GB | very large, extremely low quality loss - not recommended |
|
59 |
+
|
60 |
+
|
61 |
+
## Downloading instruction
|
62 |
+
|
63 |
+
### Command line
|
64 |
+
|
65 |
+
Firstly, install Huggingface Client
|
66 |
+
|
67 |
+
```shell
|
68 |
+
pip install -U "huggingface_hub[cli]"
|
69 |
+
```
|
70 |
+
|
71 |
+
Then, downoad the individual model file the a local directory
|
72 |
+
|
73 |
+
```shell
|
74 |
+
huggingface-cli download tensorblock/plamo-13b-GGUF --include "plamo-13b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
75 |
+
```
|
76 |
+
|
77 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
78 |
+
|
79 |
+
```shell
|
80 |
+
huggingface-cli download tensorblock/plamo-13b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
81 |
+
```
|
plamo-13b-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70078ce5e964e8cca76ee11b0b3952a6e326095be6f784d47de271bdbfc4c1c5
|
3 |
+
size 4910733280
|
plamo-13b-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f39ecb9a0f76bbaef043c6a0d6092f96b32d710f1a2cae623d1ec754d4c9540
|
3 |
+
size 6914301920
|
plamo-13b-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9343a73732cb2b5a5c40c2ef94e7843e1fe9150774743490a257dc083399279d
|
3 |
+
size 6362980320
|
plamo-13b-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:44c09795f817b16aa4bde4b721bfa2d1eb92a8414c7b8486ad4950b5a9e452d4
|
3 |
+
size 5731581920
|
plamo-13b-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9d9d526cdcf93a05dba0e836749525e05f4a722112dc25a14a9644724ffe5fa
|
3 |
+
size 7437043680
|
plamo-13b-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:41c0c4a12e572b4640c3155dcd74851993ba069515cb8f60197c1db14400f4b5
|
3 |
+
size 7893235680
|
plamo-13b-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e38c1299d74c698831342f181eb160e79f678e837b84c437b64531eaa5284144
|
3 |
+
size 7491930080
|
plamo-13b-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aab7e0059fb46e4c2671069ae1053f3f7529621d722743bd00d0069be75c3156
|
3 |
+
size 9042184160
|
plamo-13b-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:59c6852d91ed44d8fb36c89a08ad1636f4b2474617ed79879461de0243a7331d
|
3 |
+
size 9277192160
|
plamo-13b-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22f5c7b792952903413a8e8507d1329f36a24f15a83c4fe382594f08bf034c0e
|
3 |
+
size 9042184160
|
plamo-13b-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c423e7c1ad117e46b94f07e95aedab79a67a4afdd5be1b27ea0a052b2edf36d
|
3 |
+
size 10747645920
|
plamo-13b-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8aea883db4ae194126ea0dd54fa553a752625bd667ed882bb156f819c020876a
|
3 |
+
size 13920141280
|