Text Generation
GGUF
English
TensorBlock
GGUF
Inference Endpoints
morriszms commited on
Commit
b6017ed
·
verified ·
1 Parent(s): eee5769

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
+ gpt2_platypus-dolly-guanaco-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gpt2_platypus-dolly-guanaco-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gpt2_platypus-dolly-guanaco-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gpt2_platypus-dolly-guanaco-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gpt2_platypus-dolly-guanaco-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gpt2_platypus-dolly-guanaco-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gpt2_platypus-dolly-guanaco-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gpt2_platypus-dolly-guanaco-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gpt2_platypus-dolly-guanaco-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gpt2_platypus-dolly-guanaco-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gpt2_platypus-dolly-guanaco-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gpt2_platypus-dolly-guanaco-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - garage-bAInd/Open-Platypus
5
+ - databricks/databricks-dolly-15k
6
+ - timdettmers/openassistant-guanaco
7
+ language:
8
+ - en
9
+ pipeline_tag: text-generation
10
+ base_model: lgaalves/gpt2_platypus-dolly-guanaco
11
+ tags:
12
+ - TensorBlock
13
+ - GGUF
14
+ ---
15
+
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <div style="display: flex; justify-content: space-between; width: 100%;">
20
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
21
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
22
+ 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>
23
+ </p>
24
+ </div>
25
+ </div>
26
+
27
+ ## lgaalves/gpt2_platypus-dolly-guanaco - GGUF
28
+
29
+ This repo contains GGUF format model files for [lgaalves/gpt2_platypus-dolly-guanaco](https://huggingface.co/lgaalves/gpt2_platypus-dolly-guanaco).
30
+
31
+ 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).
32
+
33
+ <div style="text-align: left; margin: 20px 0;">
34
+ <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;">
35
+ Run them on the TensorBlock client using your local machine ↗
36
+ </a>
37
+ </div>
38
+
39
+ ## Prompt template
40
+
41
+ ```
42
+
43
+ ```
44
+
45
+ ## Model file specification
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [gpt2_platypus-dolly-guanaco-Q2_K.gguf](https://huggingface.co/tensorblock/gpt2_platypus-dolly-guanaco-GGUF/blob/main/gpt2_platypus-dolly-guanaco-Q2_K.gguf) | Q2_K | 0.076 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [gpt2_platypus-dolly-guanaco-Q3_K_S.gguf](https://huggingface.co/tensorblock/gpt2_platypus-dolly-guanaco-GGUF/blob/main/gpt2_platypus-dolly-guanaco-Q3_K_S.gguf) | Q3_K_S | 0.084 GB | very small, high quality loss |
51
+ | [gpt2_platypus-dolly-guanaco-Q3_K_M.gguf](https://huggingface.co/tensorblock/gpt2_platypus-dolly-guanaco-GGUF/blob/main/gpt2_platypus-dolly-guanaco-Q3_K_M.gguf) | Q3_K_M | 0.091 GB | very small, high quality loss |
52
+ | [gpt2_platypus-dolly-guanaco-Q3_K_L.gguf](https://huggingface.co/tensorblock/gpt2_platypus-dolly-guanaco-GGUF/blob/main/gpt2_platypus-dolly-guanaco-Q3_K_L.gguf) | Q3_K_L | 0.095 GB | small, substantial quality loss |
53
+ | [gpt2_platypus-dolly-guanaco-Q4_0.gguf](https://huggingface.co/tensorblock/gpt2_platypus-dolly-guanaco-GGUF/blob/main/gpt2_platypus-dolly-guanaco-Q4_0.gguf) | Q4_0 | 0.099 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [gpt2_platypus-dolly-guanaco-Q4_K_S.gguf](https://huggingface.co/tensorblock/gpt2_platypus-dolly-guanaco-GGUF/blob/main/gpt2_platypus-dolly-guanaco-Q4_K_S.gguf) | Q4_K_S | 0.100 GB | small, greater quality loss |
55
+ | [gpt2_platypus-dolly-guanaco-Q4_K_M.gguf](https://huggingface.co/tensorblock/gpt2_platypus-dolly-guanaco-GGUF/blob/main/gpt2_platypus-dolly-guanaco-Q4_K_M.gguf) | Q4_K_M | 0.105 GB | medium, balanced quality - recommended |
56
+ | [gpt2_platypus-dolly-guanaco-Q5_0.gguf](https://huggingface.co/tensorblock/gpt2_platypus-dolly-guanaco-GGUF/blob/main/gpt2_platypus-dolly-guanaco-Q5_0.gguf) | Q5_0 | 0.114 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [gpt2_platypus-dolly-guanaco-Q5_K_S.gguf](https://huggingface.co/tensorblock/gpt2_platypus-dolly-guanaco-GGUF/blob/main/gpt2_platypus-dolly-guanaco-Q5_K_S.gguf) | Q5_K_S | 0.114 GB | large, low quality loss - recommended |
58
+ | [gpt2_platypus-dolly-guanaco-Q5_K_M.gguf](https://huggingface.co/tensorblock/gpt2_platypus-dolly-guanaco-GGUF/blob/main/gpt2_platypus-dolly-guanaco-Q5_K_M.gguf) | Q5_K_M | 0.118 GB | large, very low quality loss - recommended |
59
+ | [gpt2_platypus-dolly-guanaco-Q6_K.gguf](https://huggingface.co/tensorblock/gpt2_platypus-dolly-guanaco-GGUF/blob/main/gpt2_platypus-dolly-guanaco-Q6_K.gguf) | Q6_K | 0.129 GB | very large, extremely low quality loss |
60
+ | [gpt2_platypus-dolly-guanaco-Q8_0.gguf](https://huggingface.co/tensorblock/gpt2_platypus-dolly-guanaco-GGUF/blob/main/gpt2_platypus-dolly-guanaco-Q8_0.gguf) | Q8_0 | 0.165 GB | very large, extremely low quality loss - not recommended |
61
+
62
+
63
+ ## Downloading instruction
64
+
65
+ ### Command line
66
+
67
+ Firstly, install Huggingface Client
68
+
69
+ ```shell
70
+ pip install -U "huggingface_hub[cli]"
71
+ ```
72
+
73
+ Then, downoad the individual model file the a local directory
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/gpt2_platypus-dolly-guanaco-GGUF --include "gpt2_platypus-dolly-guanaco-Q2_K.gguf" --local-dir MY_LOCAL_DIR
77
+ ```
78
+
79
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/gpt2_platypus-dolly-guanaco-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
gpt2_platypus-dolly-guanaco-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4520fbb1662da85d865e41b54dc696d671b97a1158536f19a7211022d799def8
3
+ size 81196736
gpt2_platypus-dolly-guanaco-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07b7a0fefadf654964b683da7208a59962949da783e3634c8997a01e55669c52
3
+ size 102092672
gpt2_platypus-dolly-guanaco-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df903a7dc480b02ac0a33f5d2b74ba59b5ab88b18d4e2b618ab3640daabbf50a
3
+ size 97668992
gpt2_platypus-dolly-guanaco-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e73dba84f2885c3a1d177b44c65748539e051d64f721969bc7a056c4ffc9db8a
3
+ size 90148736
gpt2_platypus-dolly-guanaco-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad012a4889f4aadd1bb8081ad48b00cbcad317f163f331a0fc9818e0ea1ce994
3
+ size 106555328
gpt2_platypus-dolly-guanaco-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6851f4b97e7084d4fc73ea61c8eccab584b76958ac69c2242378de662c835ca2
3
+ size 112859072
gpt2_platypus-dolly-guanaco-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5263ba7de7957057245ce80d9088174171ea81b5016930a9aea8c9266d712385
3
+ size 106850240
gpt2_platypus-dolly-guanaco-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3ef0cdd9b0f528805e8c24f4ceb3ef98095a41fc9d2ce2a1d32db1736dcc194
3
+ size 121996832
gpt2_platypus-dolly-guanaco-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72856e684af8c96efe6d646ea3b3337025b322583421a138647abcd39e67fdb0
3
+ size 126696992
gpt2_platypus-dolly-guanaco-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07e80a0ac37e03ebc511ef85d88dc6cc16e97ea031ad39b0ff68d3c8dbbdd12a
3
+ size 121996832
gpt2_platypus-dolly-guanaco-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a811967255896fb836d1f190d1f42965a9eeb9b59800ed67bddaa4c3f18b89e
3
+ size 138403424
gpt2_platypus-dolly-guanaco-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01a3e5df3bf381b27168ae4ffb6df89e202861fdc12630c613f54bf8566926d6
3
+ size 177669152