morriszms commited on
Commit
5249cfe
·
verified ·
1 Parent(s): 96fc727

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
+ p1-v6-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ p1-v6-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ p1-v6-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ p1-v6-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ p1-v6-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ p1-v6-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ p1-v6-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ p1-v6-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ p1-v6-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ p1-v6-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ p1-v6-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ p1-v6-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: abcorrea/p1-v6
3
+ library_name: transformers
4
+ model_name: p1-v6
5
+ tags:
6
+ - generated_from_trainer
7
+ - sft
8
+ - trl
9
+ - TensorBlock
10
+ - GGUF
11
+ licence: license
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
+
18
+ [![Website](https://img.shields.io/badge/Website-tensorblock.co-blue?logo=google-chrome&logoColor=white)](https://tensorblock.co)
19
+ [![Twitter](https://img.shields.io/twitter/follow/tensorblock_aoi?style=social)](https://twitter.com/tensorblock_aoi)
20
+ [![Discord](https://img.shields.io/badge/Discord-Join%20Us-5865F2?logo=discord&logoColor=white)](https://discord.gg/Ej5NmeHFf2)
21
+ [![GitHub](https://img.shields.io/badge/GitHub-TensorBlock-black?logo=github&logoColor=white)](https://github.com/TensorBlock)
22
+ [![Telegram](https://img.shields.io/badge/Telegram-Group-blue?logo=telegram)](https://t.me/TensorBlock)
23
+
24
+
25
+ ## abcorrea/p1-v6 - GGUF
26
+
27
+ <div style="text-align: left; margin: 20px 0;">
28
+ <a href="https://discord.com/invite/Ej5NmeHFf2" style="display: inline-block; padding: 10px 20px; background-color: #5865F2; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
29
+ Join our Discord to learn more about what we're building ↗
30
+ </a>
31
+ </div>
32
+
33
+ This repo contains GGUF format model files for [abcorrea/p1-v6](https://huggingface.co/abcorrea/p1-v6).
34
+
35
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5753](https://github.com/ggml-org/llama.cpp/commit/73e53dc834c0a2336cd104473af6897197b96277).
36
+
37
+ ## Our projects
38
+ <table border="1" cellspacing="0" cellpadding="10">
39
+ <tr>
40
+ <th colspan="2" style="font-size: 25px;">Forge</th>
41
+ </tr>
42
+ <tr>
43
+ <th colspan="2">
44
+ <img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
45
+ </th>
46
+ </tr>
47
+ <tr>
48
+ <th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
49
+ </tr>
50
+ <tr>
51
+ <th colspan="2">
52
+ <a href="https://github.com/TensorBlock/forge" target="_blank" style="
53
+ display: inline-block;
54
+ padding: 8px 16px;
55
+ background-color: #FF7F50;
56
+ color: white;
57
+ text-decoration: none;
58
+ border-radius: 6px;
59
+ font-weight: bold;
60
+ font-family: sans-serif;
61
+ ">🚀 Try it now! 🚀</a>
62
+ </th>
63
+ </tr>
64
+
65
+ <tr>
66
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
67
+ <th style="font-size: 25px;">TensorBlock Studio</th>
68
+ </tr>
69
+ <tr>
70
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
71
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
72
+ </tr>
73
+ <tr>
74
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
75
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
76
+ </tr>
77
+ <tr>
78
+ <th>
79
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
80
+ display: inline-block;
81
+ padding: 8px 16px;
82
+ background-color: #FF7F50;
83
+ color: white;
84
+ text-decoration: none;
85
+ border-radius: 6px;
86
+ font-weight: bold;
87
+ font-family: sans-serif;
88
+ ">👀 See what we built 👀</a>
89
+ </th>
90
+ <th>
91
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
92
+ display: inline-block;
93
+ padding: 8px 16px;
94
+ background-color: #FF7F50;
95
+ color: white;
96
+ text-decoration: none;
97
+ border-radius: 6px;
98
+ font-weight: bold;
99
+ font-family: sans-serif;
100
+ ">👀 See what we built 👀</a>
101
+ </th>
102
+ </tr>
103
+ </table>
104
+
105
+ ## Prompt template
106
+
107
+ ```
108
+ <|im_start|>system
109
+ {system_prompt}<|im_end|>
110
+ <|im_start|>user
111
+ {prompt}<|im_end|>
112
+ <|im_start|>assistant
113
+ ```
114
+
115
+ ## Model file specification
116
+
117
+ | Filename | Quant type | File Size | Description |
118
+ | -------- | ---------- | --------- | ----------- |
119
+ | [p1-v6-Q2_K.gguf](https://huggingface.co/tensorblock/abcorrea_p1-v6-GGUF/blob/main/p1-v6-Q2_K.gguf) | Q2_K | 1.669 GB | smallest, significant quality loss - not recommended for most purposes |
120
+ | [p1-v6-Q3_K_S.gguf](https://huggingface.co/tensorblock/abcorrea_p1-v6-GGUF/blob/main/p1-v6-Q3_K_S.gguf) | Q3_K_S | 1.886 GB | very small, high quality loss |
121
+ | [p1-v6-Q3_K_M.gguf](https://huggingface.co/tensorblock/abcorrea_p1-v6-GGUF/blob/main/p1-v6-Q3_K_M.gguf) | Q3_K_M | 2.075 GB | very small, high quality loss |
122
+ | [p1-v6-Q3_K_L.gguf](https://huggingface.co/tensorblock/abcorrea_p1-v6-GGUF/blob/main/p1-v6-Q3_K_L.gguf) | Q3_K_L | 2.239 GB | small, substantial quality loss |
123
+ | [p1-v6-Q4_0.gguf](https://huggingface.co/tensorblock/abcorrea_p1-v6-GGUF/blob/main/p1-v6-Q4_0.gguf) | Q4_0 | 2.369 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
124
+ | [p1-v6-Q4_K_S.gguf](https://huggingface.co/tensorblock/abcorrea_p1-v6-GGUF/blob/main/p1-v6-Q4_K_S.gguf) | Q4_K_S | 2.383 GB | small, greater quality loss |
125
+ | [p1-v6-Q4_K_M.gguf](https://huggingface.co/tensorblock/abcorrea_p1-v6-GGUF/blob/main/p1-v6-Q4_K_M.gguf) | Q4_K_M | 2.497 GB | medium, balanced quality - recommended |
126
+ | [p1-v6-Q5_0.gguf](https://huggingface.co/tensorblock/abcorrea_p1-v6-GGUF/blob/main/p1-v6-Q5_0.gguf) | Q5_0 | 2.823 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
127
+ | [p1-v6-Q5_K_S.gguf](https://huggingface.co/tensorblock/abcorrea_p1-v6-GGUF/blob/main/p1-v6-Q5_K_S.gguf) | Q5_K_S | 2.823 GB | large, low quality loss - recommended |
128
+ | [p1-v6-Q5_K_M.gguf](https://huggingface.co/tensorblock/abcorrea_p1-v6-GGUF/blob/main/p1-v6-Q5_K_M.gguf) | Q5_K_M | 2.889 GB | large, very low quality loss - recommended |
129
+ | [p1-v6-Q6_K.gguf](https://huggingface.co/tensorblock/abcorrea_p1-v6-GGUF/blob/main/p1-v6-Q6_K.gguf) | Q6_K | 3.306 GB | very large, extremely low quality loss |
130
+ | [p1-v6-Q8_0.gguf](https://huggingface.co/tensorblock/abcorrea_p1-v6-GGUF/blob/main/p1-v6-Q8_0.gguf) | Q8_0 | 4.280 GB | very large, extremely low quality loss - not recommended |
131
+
132
+
133
+ ## Downloading instruction
134
+
135
+ ### Command line
136
+
137
+ Firstly, install Huggingface Client
138
+
139
+ ```shell
140
+ pip install -U "huggingface_hub[cli]"
141
+ ```
142
+
143
+ Then, downoad the individual model file the a local directory
144
+
145
+ ```shell
146
+ huggingface-cli download tensorblock/abcorrea_p1-v6-GGUF --include "p1-v6-Q2_K.gguf" --local-dir MY_LOCAL_DIR
147
+ ```
148
+
149
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
150
+
151
+ ```shell
152
+ huggingface-cli download tensorblock/abcorrea_p1-v6-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
153
+ ```
p1-v6-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5c2fbcfde44a0ba48ca3912b998cbd079a69b9ac40900c8a34f71f947c3d477
3
+ size 1668951840
p1-v6-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d3c147be803269301f963d2c451b0a366b79f45b6bc06f4f3efecc5c6e78a8a
3
+ size 2239237920
p1-v6-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66686374223da43c4209dd70a48434643f42674adf74f0f2bd78947d75f32aba
3
+ size 2075070240
p1-v6-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:564948b4f6c6ca4aceb5d8b23450ba627e68101cf99b5ce056b2474326a4376d
3
+ size 1886449440
p1-v6-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0b8cb4c78a13c050fc832dfddf2a54769de28c65bc199997e44a4b920ff6e6d
3
+ size 2368999200
p1-v6-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17a05716089573fe4d7048f493e45ae5f02257cd575a395d284751efcfae461f
3
+ size 2496732960
p1-v6-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43a1a74cadedf07c7f56ca504836f9c86849b728cbc97981d2f9b6c8203f7729
3
+ size 2382761760
p1-v6-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02ae6eed8aba6ce67c6b0c88b40e52fb4d8f44478fe42033f565fabc695d0438
3
+ size 2823163680
p1-v6-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76e1cfb3cef14f28235ed02390dada48517a1146e113d9d74a1c9e92da7ece35
3
+ size 2888965920
p1-v6-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c937da0e9153fdb61d71cc9ec1e7fbaf38e9aebd7efaeb37c44593666467d2ae
3
+ size 2823163680
p1-v6-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3b498934dfe11221cf86f168a67e12b3778298a1c20f210ba6acd0d1d0e1f74
3
+ size 3305713440
p1-v6-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe51e39dbbb274bdae7b19f36dff680e1617c5539e08395ba61a385405d69404
3
+ size 4279698720