morriszms commited on
Commit
09a292f
·
verified ·
1 Parent(s): 45da9c7

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
+ plms-0001-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ plms-0001-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ plms-0001-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ plms-0001-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ plms-0001-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ plms-0001-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ plms-0001-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ plms-0001-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ plms-0001-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ plms-0001-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ plms-0001-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ plms-0001-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: ehristoforu/plms-0001
3
+ library_name: transformers
4
+ tags:
5
+ - mergekit
6
+ - merge
7
+ - TensorBlock
8
+ - GGUF
9
+ ---
10
+
11
+ <div style="width: auto; margin-left: auto; margin-right: auto">
12
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
13
+ </div>
14
+ <div style="display: flex; justify-content: space-between; width: 100%;">
15
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
16
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
17
+ 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>
18
+ </p>
19
+ </div>
20
+ </div>
21
+
22
+ ## ehristoforu/plms-0001 - GGUF
23
+
24
+ This repo contains GGUF format model files for [ehristoforu/plms-0001](https://huggingface.co/ehristoforu/plms-0001).
25
+
26
+ 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).
27
+
28
+ <div style="text-align: left; margin: 20px 0;">
29
+ <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;">
30
+ Run them on the TensorBlock client using your local machine ↗
31
+ </a>
32
+ </div>
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [plms-0001-Q2_K.gguf](https://huggingface.co/tensorblock/plms-0001-GGUF/blob/main/plms-0001-Q2_K.gguf) | Q2_K | 3.921 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [plms-0001-Q3_K_S.gguf](https://huggingface.co/tensorblock/plms-0001-GGUF/blob/main/plms-0001-Q3_K_S.gguf) | Q3_K_S | 4.568 GB | very small, high quality loss |
46
+ | [plms-0001-Q3_K_M.gguf](https://huggingface.co/tensorblock/plms-0001-GGUF/blob/main/plms-0001-Q3_K_M.gguf) | Q3_K_M | 5.116 GB | very small, high quality loss |
47
+ | [plms-0001-Q3_K_L.gguf](https://huggingface.co/tensorblock/plms-0001-GGUF/blob/main/plms-0001-Q3_K_L.gguf) | Q3_K_L | 5.585 GB | small, substantial quality loss |
48
+ | [plms-0001-Q4_0.gguf](https://huggingface.co/tensorblock/plms-0001-GGUF/blob/main/plms-0001-Q4_0.gguf) | Q4_0 | 5.938 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [plms-0001-Q4_K_S.gguf](https://huggingface.co/tensorblock/plms-0001-GGUF/blob/main/plms-0001-Q4_K_S.gguf) | Q4_K_S | 5.987 GB | small, greater quality loss |
50
+ | [plms-0001-Q4_K_M.gguf](https://huggingface.co/tensorblock/plms-0001-GGUF/blob/main/plms-0001-Q4_K_M.gguf) | Q4_K_M | 6.338 GB | medium, balanced quality - recommended |
51
+ | [plms-0001-Q5_0.gguf](https://huggingface.co/tensorblock/plms-0001-GGUF/blob/main/plms-0001-Q5_0.gguf) | Q5_0 | 7.227 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [plms-0001-Q5_K_S.gguf](https://huggingface.co/tensorblock/plms-0001-GGUF/blob/main/plms-0001-Q5_K_S.gguf) | Q5_K_S | 7.227 GB | large, low quality loss - recommended |
53
+ | [plms-0001-Q5_K_M.gguf](https://huggingface.co/tensorblock/plms-0001-GGUF/blob/main/plms-0001-Q5_K_M.gguf) | Q5_K_M | 7.434 GB | large, very low quality loss - recommended |
54
+ | [plms-0001-Q6_K.gguf](https://huggingface.co/tensorblock/plms-0001-GGUF/blob/main/plms-0001-Q6_K.gguf) | Q6_K | 8.597 GB | very large, extremely low quality loss |
55
+ | [plms-0001-Q8_0.gguf](https://huggingface.co/tensorblock/plms-0001-GGUF/blob/main/plms-0001-Q8_0.gguf) | Q8_0 | 11.135 GB | very large, extremely low quality loss - not recommended |
56
+
57
+
58
+ ## Downloading instruction
59
+
60
+ ### Command line
61
+
62
+ Firstly, install Huggingface Client
63
+
64
+ ```shell
65
+ pip install -U "huggingface_hub[cli]"
66
+ ```
67
+
68
+ Then, downoad the individual model file the a local directory
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/plms-0001-GGUF --include "plms-0001-Q2_K.gguf" --local-dir MY_LOCAL_DIR
72
+ ```
73
+
74
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/plms-0001-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
plms-0001-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65ec7b66cc6e5c6517c1f8469377142ae52cfbff0313fc879348715e8ea13228
3
+ size 3921203744
plms-0001-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a8e6451b43ccda89426b04a56d361d52c28ac286b444399d55277a732dd908f
3
+ size 5584763936
plms-0001-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4204865e4a0d359f858ae2550021169825fd411e9755c92234d27106a7658dd
3
+ size 5116181536
plms-0001-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f37cf5153889982a7a3c340450d6eb33f51ac2d86309ab78cb1641a7b9e3f2c1
3
+ size 4568300576
plms-0001-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a0a75cb9877700ca08ad196e484577fb3a2314aa4c68fd433ceef5374501d5f
3
+ size 5938136768
plms-0001-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c28056125c8de60a095f37780c59de3fa5372487e39f9473e73a44b1463adb49
3
+ size 6338234048
plms-0001-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1f5d11a1b105dcae97058bec92929b0503fb7ef5c7a078cade05c7f7e9805bd9
3
+ size 5986633408
plms-0001-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b55ad077d24fa9d24cfcd5bf869729c399c25a9d886984ca12bee4283e61819b
3
+ size 7227394368
plms-0001-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a320d8c87bba5db54efc64c4dcd1c3cda87ec91d8edc68513484ed7861bca7f
3
+ size 7433505088
plms-0001-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cec02299d6dbdf71f19539e4276a77510bcf7e243e9ad8b0de9c549ede69fb7a
3
+ size 7227394368
plms-0001-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db5a5fbba1c8f74e96b19f23645f23463a56abb1e260a1e977729d37f153e3e4
3
+ size 8597230592
plms-0001-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1fa010fa89125d2db28b98bc368ff04184654ed45e4185e1d85824ba5198acb
3
+ size 11134848384