morriszms commited on
Commit
ee2f8ec
·
verified ·
1 Parent(s): 429078f

Upload folder using huggingface_hub

Browse files
.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-instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ plamo-13b-instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ plamo-13b-instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ plamo-13b-instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ plamo-13b-instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ plamo-13b-instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ plamo-13b-instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ plamo-13b-instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ plamo-13b-instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ plamo-13b-instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ plamo-13b-instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ plamo-13b-instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - ja
5
+ license: apache-2.0
6
+ library_name: transformers
7
+ pipeline_tag: text-generation
8
+ tags:
9
+ - TensorBlock
10
+ - GGUF
11
+ base_model: pfnet/plamo-13b-instruct
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-instruct - GGUF
26
+
27
+ This repo contains GGUF format model files for [pfnet/plamo-13b-instruct](https://huggingface.co/pfnet/plamo-13b-instruct).
28
+
29
+ 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).
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
+ {system_prompt}
44
+
45
+ ### 入力:
46
+ {prompt}
47
+
48
+ ### 応答:
49
+ ```
50
+
51
+ ## Model file specification
52
+
53
+ | Filename | Quant type | File Size | Description |
54
+ | -------- | ---------- | --------- | ----------- |
55
+ | [plamo-13b-instruct-Q2_K.gguf](https://huggingface.co/tensorblock/plamo-13b-instruct-GGUF/blob/main/plamo-13b-instruct-Q2_K.gguf) | Q2_K | 4.911 GB | smallest, significant quality loss - not recommended for most purposes |
56
+ | [plamo-13b-instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/plamo-13b-instruct-GGUF/blob/main/plamo-13b-instruct-Q3_K_S.gguf) | Q3_K_S | 5.732 GB | very small, high quality loss |
57
+ | [plamo-13b-instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/plamo-13b-instruct-GGUF/blob/main/plamo-13b-instruct-Q3_K_M.gguf) | Q3_K_M | 6.363 GB | very small, high quality loss |
58
+ | [plamo-13b-instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/plamo-13b-instruct-GGUF/blob/main/plamo-13b-instruct-Q3_K_L.gguf) | Q3_K_L | 6.914 GB | small, substantial quality loss |
59
+ | [plamo-13b-instruct-Q4_0.gguf](https://huggingface.co/tensorblock/plamo-13b-instruct-GGUF/blob/main/plamo-13b-instruct-Q4_0.gguf) | Q4_0 | 7.437 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
60
+ | [plamo-13b-instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/plamo-13b-instruct-GGUF/blob/main/plamo-13b-instruct-Q4_K_S.gguf) | Q4_K_S | 7.492 GB | small, greater quality loss |
61
+ | [plamo-13b-instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/plamo-13b-instruct-GGUF/blob/main/plamo-13b-instruct-Q4_K_M.gguf) | Q4_K_M | 7.893 GB | medium, balanced quality - recommended |
62
+ | [plamo-13b-instruct-Q5_0.gguf](https://huggingface.co/tensorblock/plamo-13b-instruct-GGUF/blob/main/plamo-13b-instruct-Q5_0.gguf) | Q5_0 | 9.042 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
63
+ | [plamo-13b-instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/plamo-13b-instruct-GGUF/blob/main/plamo-13b-instruct-Q5_K_S.gguf) | Q5_K_S | 9.042 GB | large, low quality loss - recommended |
64
+ | [plamo-13b-instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/plamo-13b-instruct-GGUF/blob/main/plamo-13b-instruct-Q5_K_M.gguf) | Q5_K_M | 9.277 GB | large, very low quality loss - recommended |
65
+ | [plamo-13b-instruct-Q6_K.gguf](https://huggingface.co/tensorblock/plamo-13b-instruct-GGUF/blob/main/plamo-13b-instruct-Q6_K.gguf) | Q6_K | 10.748 GB | very large, extremely low quality loss |
66
+ | [plamo-13b-instruct-Q8_0.gguf](https://huggingface.co/tensorblock/plamo-13b-instruct-GGUF/blob/main/plamo-13b-instruct-Q8_0.gguf) | Q8_0 | 13.920 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/plamo-13b-instruct-GGUF --include "plamo-13b-instruct-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/plamo-13b-instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
89
+ ```
plamo-13b-instruct-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c19eb8609dd97a8aa4f88a58c44b6a6bdea05f4b433b3a10f9688e39b931b4b7
3
+ size 4910733888
plamo-13b-instruct-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab2a89627034ea7a5e82b6c06e1695c510f0eaed2e2af672530c271f810668a4
3
+ size 6914302528
plamo-13b-instruct-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cd033f30333e80b80793de70531bf24bd60f4a5ca4506b841226a1d42430061
3
+ size 6362980928
plamo-13b-instruct-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6839a9a53c15c09f86d8f92849a8f51aa2ceed80ba0ee0761e67fa0478f32589
3
+ size 5731582528
plamo-13b-instruct-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a00d793e6a4f5067beaa7d7dd4352f8a01d80a94d91f97bfc9fe63a2c4b6e3ac
3
+ size 7437044288
plamo-13b-instruct-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:476be9ae769e8b877b45f5c7214f8d3d0aa1879c7404cf6f9fd4e36893533be4
3
+ size 7893236288
plamo-13b-instruct-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d1b41bd8173d9dc9cf960e7fd645584c552d116a290ff34946ed658f220b987
3
+ size 7491930688
plamo-13b-instruct-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d420dabf38c024cd3f80dd3ff340db6be33123a510294f5a42ba2e5926a3d830
3
+ size 9042184768
plamo-13b-instruct-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d83e71ac66b969396df836dc329bed4f852239fcc15488fdd8227d5b28500cb
3
+ size 9277192768
plamo-13b-instruct-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:085703bdff84db407a54f57f45bcecdf53dd2f4010efb69c14b94691c7e3f591
3
+ size 9042184768
plamo-13b-instruct-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9dd4f9eacc0eb6a836c9f2b858ac47f240af48bba2af57c79d48580a51cafd7
3
+ size 10747646528
plamo-13b-instruct-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4158781bd6db46e0f5fce5e79c4e47efb1ac1ba3ddd0ca994d042cafca18f463
3
+ size 13920141888