Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +122 -0
- speechless-codellama-dolphin-orca-platypus-13b-Q2_K.gguf +3 -0
- speechless-codellama-dolphin-orca-platypus-13b-Q3_K_L.gguf +3 -0
- speechless-codellama-dolphin-orca-platypus-13b-Q3_K_M.gguf +3 -0
- speechless-codellama-dolphin-orca-platypus-13b-Q3_K_S.gguf +3 -0
- speechless-codellama-dolphin-orca-platypus-13b-Q4_0.gguf +3 -0
- speechless-codellama-dolphin-orca-platypus-13b-Q4_K_M.gguf +3 -0
- speechless-codellama-dolphin-orca-platypus-13b-Q4_K_S.gguf +3 -0
- speechless-codellama-dolphin-orca-platypus-13b-Q5_0.gguf +3 -0
- speechless-codellama-dolphin-orca-platypus-13b-Q5_K_M.gguf +3 -0
- speechless-codellama-dolphin-orca-platypus-13b-Q5_K_S.gguf +3 -0
- speechless-codellama-dolphin-orca-platypus-13b-Q6_K.gguf +3 -0
- speechless-codellama-dolphin-orca-platypus-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 |
+
speechless-codellama-dolphin-orca-platypus-13b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
speechless-codellama-dolphin-orca-platypus-13b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
speechless-codellama-dolphin-orca-platypus-13b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
speechless-codellama-dolphin-orca-platypus-13b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
speechless-codellama-dolphin-orca-platypus-13b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
speechless-codellama-dolphin-orca-platypus-13b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
speechless-codellama-dolphin-orca-platypus-13b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
speechless-codellama-dolphin-orca-platypus-13b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
speechless-codellama-dolphin-orca-platypus-13b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
speechless-codellama-dolphin-orca-platypus-13b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
speechless-codellama-dolphin-orca-platypus-13b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
speechless-codellama-dolphin-orca-platypus-13b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,122 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
library_name: transformers
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
datasets:
|
7 |
+
- ehartford/dolphin
|
8 |
+
- Open-Orca/OpenOrca
|
9 |
+
- garage-bAInd/Open-Platypus
|
10 |
+
tags:
|
11 |
+
- llama-2
|
12 |
+
- code
|
13 |
+
- TensorBlock
|
14 |
+
- GGUF
|
15 |
+
license: llama2
|
16 |
+
base_model: uukuguy/speechless-codellama-dolphin-orca-platypus-13b
|
17 |
+
---
|
18 |
+
|
19 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
20 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
21 |
+
</div>
|
22 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
23 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
24 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
25 |
+
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>
|
26 |
+
</p>
|
27 |
+
</div>
|
28 |
+
</div>
|
29 |
+
|
30 |
+
## uukuguy/speechless-codellama-dolphin-orca-platypus-13b - GGUF
|
31 |
+
|
32 |
+
This repo contains GGUF format model files for [uukuguy/speechless-codellama-dolphin-orca-platypus-13b](https://huggingface.co/uukuguy/speechless-codellama-dolphin-orca-platypus-13b).
|
33 |
+
|
34 |
+
The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5165](https://github.com/ggml-org/llama.cpp/commit/1d735c0b4fa0551c51c2f4ac888dd9a01f447985).
|
35 |
+
|
36 |
+
## Our projects
|
37 |
+
<table border="1" cellspacing="0" cellpadding="10">
|
38 |
+
<tr>
|
39 |
+
<th style="font-size: 25px;">Awesome MCP Servers</th>
|
40 |
+
<th style="font-size: 25px;">TensorBlock Studio</th>
|
41 |
+
</tr>
|
42 |
+
<tr>
|
43 |
+
<th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
|
44 |
+
<th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
|
45 |
+
</tr>
|
46 |
+
<tr>
|
47 |
+
<th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
|
48 |
+
<th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
|
49 |
+
</tr>
|
50 |
+
<tr>
|
51 |
+
<th>
|
52 |
+
<a href="https://github.com/TensorBlock/awesome-mcp-servers" 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 |
+
">👀 See what we built 👀</a>
|
62 |
+
</th>
|
63 |
+
<th>
|
64 |
+
<a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
|
65 |
+
display: inline-block;
|
66 |
+
padding: 8px 16px;
|
67 |
+
background-color: #FF7F50;
|
68 |
+
color: white;
|
69 |
+
text-decoration: none;
|
70 |
+
border-radius: 6px;
|
71 |
+
font-weight: bold;
|
72 |
+
font-family: sans-serif;
|
73 |
+
">👀 See what we built 👀</a>
|
74 |
+
</th>
|
75 |
+
</tr>
|
76 |
+
</table>
|
77 |
+
|
78 |
+
## Prompt template
|
79 |
+
|
80 |
+
```
|
81 |
+
Unable to determine prompt format automatically. Please check the original model repository for the correct prompt format.
|
82 |
+
```
|
83 |
+
|
84 |
+
## Model file specification
|
85 |
+
|
86 |
+
| Filename | Quant type | File Size | Description |
|
87 |
+
| -------- | ---------- | --------- | ----------- |
|
88 |
+
| [speechless-codellama-dolphin-orca-platypus-13b-Q2_K.gguf](https://huggingface.co/tensorblock/uukuguy_speechless-codellama-dolphin-orca-platypus-13b-GGUF/blob/main/speechless-codellama-dolphin-orca-platypus-13b-Q2_K.gguf) | Q2_K | 4.854 GB | smallest, significant quality loss - not recommended for most purposes |
|
89 |
+
| [speechless-codellama-dolphin-orca-platypus-13b-Q3_K_S.gguf](https://huggingface.co/tensorblock/uukuguy_speechless-codellama-dolphin-orca-platypus-13b-GGUF/blob/main/speechless-codellama-dolphin-orca-platypus-13b-Q3_K_S.gguf) | Q3_K_S | 5.659 GB | very small, high quality loss |
|
90 |
+
| [speechless-codellama-dolphin-orca-platypus-13b-Q3_K_M.gguf](https://huggingface.co/tensorblock/uukuguy_speechless-codellama-dolphin-orca-platypus-13b-GGUF/blob/main/speechless-codellama-dolphin-orca-platypus-13b-Q3_K_M.gguf) | Q3_K_M | 6.338 GB | very small, high quality loss |
|
91 |
+
| [speechless-codellama-dolphin-orca-platypus-13b-Q3_K_L.gguf](https://huggingface.co/tensorblock/uukuguy_speechless-codellama-dolphin-orca-platypus-13b-GGUF/blob/main/speechless-codellama-dolphin-orca-platypus-13b-Q3_K_L.gguf) | Q3_K_L | 6.930 GB | small, substantial quality loss |
|
92 |
+
| [speechless-codellama-dolphin-orca-platypus-13b-Q4_0.gguf](https://huggingface.co/tensorblock/uukuguy_speechless-codellama-dolphin-orca-platypus-13b-GGUF/blob/main/speechless-codellama-dolphin-orca-platypus-13b-Q4_0.gguf) | Q4_0 | 7.366 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
93 |
+
| [speechless-codellama-dolphin-orca-platypus-13b-Q4_K_S.gguf](https://huggingface.co/tensorblock/uukuguy_speechless-codellama-dolphin-orca-platypus-13b-GGUF/blob/main/speechless-codellama-dolphin-orca-platypus-13b-Q4_K_S.gguf) | Q4_K_S | 7.423 GB | small, greater quality loss |
|
94 |
+
| [speechless-codellama-dolphin-orca-platypus-13b-Q4_K_M.gguf](https://huggingface.co/tensorblock/uukuguy_speechless-codellama-dolphin-orca-platypus-13b-GGUF/blob/main/speechless-codellama-dolphin-orca-platypus-13b-Q4_K_M.gguf) | Q4_K_M | 7.866 GB | medium, balanced quality - recommended |
|
95 |
+
| [speechless-codellama-dolphin-orca-platypus-13b-Q5_0.gguf](https://huggingface.co/tensorblock/uukuguy_speechless-codellama-dolphin-orca-platypus-13b-GGUF/blob/main/speechless-codellama-dolphin-orca-platypus-13b-Q5_0.gguf) | Q5_0 | 8.972 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
96 |
+
| [speechless-codellama-dolphin-orca-platypus-13b-Q5_K_S.gguf](https://huggingface.co/tensorblock/uukuguy_speechless-codellama-dolphin-orca-platypus-13b-GGUF/blob/main/speechless-codellama-dolphin-orca-platypus-13b-Q5_K_S.gguf) | Q5_K_S | 8.972 GB | large, low quality loss - recommended |
|
97 |
+
| [speechless-codellama-dolphin-orca-platypus-13b-Q5_K_M.gguf](https://huggingface.co/tensorblock/uukuguy_speechless-codellama-dolphin-orca-platypus-13b-GGUF/blob/main/speechless-codellama-dolphin-orca-platypus-13b-Q5_K_M.gguf) | Q5_K_M | 9.230 GB | large, very low quality loss - recommended |
|
98 |
+
| [speechless-codellama-dolphin-orca-platypus-13b-Q6_K.gguf](https://huggingface.co/tensorblock/uukuguy_speechless-codellama-dolphin-orca-platypus-13b-GGUF/blob/main/speechless-codellama-dolphin-orca-platypus-13b-Q6_K.gguf) | Q6_K | 10.679 GB | very large, extremely low quality loss |
|
99 |
+
| [speechless-codellama-dolphin-orca-platypus-13b-Q8_0.gguf](https://huggingface.co/tensorblock/uukuguy_speechless-codellama-dolphin-orca-platypus-13b-GGUF/blob/main/speechless-codellama-dolphin-orca-platypus-13b-Q8_0.gguf) | Q8_0 | 13.831 GB | very large, extremely low quality loss - not recommended |
|
100 |
+
|
101 |
+
|
102 |
+
## Downloading instruction
|
103 |
+
|
104 |
+
### Command line
|
105 |
+
|
106 |
+
Firstly, install Huggingface Client
|
107 |
+
|
108 |
+
```shell
|
109 |
+
pip install -U "huggingface_hub[cli]"
|
110 |
+
```
|
111 |
+
|
112 |
+
Then, downoad the individual model file the a local directory
|
113 |
+
|
114 |
+
```shell
|
115 |
+
huggingface-cli download tensorblock/uukuguy_speechless-codellama-dolphin-orca-platypus-13b-GGUF --include "speechless-codellama-dolphin-orca-platypus-13b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
116 |
+
```
|
117 |
+
|
118 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
119 |
+
|
120 |
+
```shell
|
121 |
+
huggingface-cli download tensorblock/uukuguy_speechless-codellama-dolphin-orca-platypus-13b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
122 |
+
```
|
speechless-codellama-dolphin-orca-platypus-13b-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:783b49eb60e7f0d41e5d66e763e9117d392ffec4374995f5774bace1690013ba
|
3 |
+
size 4854365600
|
speechless-codellama-dolphin-orca-platypus-13b-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dcf6fe7d45e29e60b4607aad36240ac269f4a22ac1874ae4ff0811933081caa7
|
3 |
+
size 6929663520
|
speechless-codellama-dolphin-orca-platypus-13b-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e48daba7885dad20db9b8ef1802bbcdb4a6d8f0bbb6cc6d1932a885e07246707
|
3 |
+
size 6337873440
|
speechless-codellama-dolphin-orca-platypus-13b-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:613a467b7508e560b65098899b74494d53f9a6c2d55f9e2e654db5e0ebf4df06
|
3 |
+
size 5659084320
|
speechless-codellama-dolphin-orca-platypus-13b-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f296ad01149718ab228373b5c7c8ff44dc32d38ffc9743c43a173228546ac09
|
3 |
+
size 7365949600
|
speechless-codellama-dolphin-orca-platypus-13b-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4de22dd9a0ad3c0cdb1d7102cb11f06110c035815a0b6aa89c309b3a836b31b6
|
3 |
+
size 7866071200
|
speechless-codellama-dolphin-orca-platypus-13b-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec90cbd5dd7495c0ac5e5380b9b84ff4b32e7526c86a45e77459534d6f5bb83b
|
3 |
+
size 7423293600
|
speechless-codellama-dolphin-orca-platypus-13b-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c906355a84de3c37203c10e7406eb5f9767bc0422f40ec68c3072f86d2109821
|
3 |
+
size 8972411040
|
speechless-codellama-dolphin-orca-platypus-13b-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d90e49142016a57b847eef7448e86c1faf5ddec0b29d3a6eb1ac210ff7ea7f2
|
3 |
+
size 9230049440
|
speechless-codellama-dolphin-orca-platypus-13b-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8cc29d8889891622c4b5143df5e9d94b750042d13e839fabc1a1bf996f1beede
|
3 |
+
size 8972411040
|
speechless-codellama-dolphin-orca-platypus-13b-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1a38392bac1981c29bf97951b68218cda9238a74c96f52258c27a8573f53f748
|
3 |
+
size 10679276320
|
speechless-codellama-dolphin-orca-platypus-13b-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c33043d195bc2ca7e5cae7269776b2f106b7aa660bf0eb5ced5125465769d080
|
3 |
+
size 13831495200
|