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

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_guanaco-dolly-platypus-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gpt2_guanaco-dolly-platypus-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gpt2_guanaco-dolly-platypus-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gpt2_guanaco-dolly-platypus-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gpt2_guanaco-dolly-platypus-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gpt2_guanaco-dolly-platypus-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gpt2_guanaco-dolly-platypus-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gpt2_guanaco-dolly-platypus-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gpt2_guanaco-dolly-platypus-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gpt2_guanaco-dolly-platypus-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gpt2_guanaco-dolly-platypus-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gpt2_guanaco-dolly-platypus-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
+ tags:
11
+ - TensorBlock
12
+ - GGUF
13
+ base_model: lgaalves/gpt2_guanaco-dolly-platypus
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_guanaco-dolly-platypus - GGUF
28
+
29
+ This repo contains GGUF format model files for [lgaalves/gpt2_guanaco-dolly-platypus](https://huggingface.co/lgaalves/gpt2_guanaco-dolly-platypus).
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_guanaco-dolly-platypus-Q2_K.gguf](https://huggingface.co/tensorblock/gpt2_guanaco-dolly-platypus-GGUF/blob/main/gpt2_guanaco-dolly-platypus-Q2_K.gguf) | Q2_K | 0.076 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [gpt2_guanaco-dolly-platypus-Q3_K_S.gguf](https://huggingface.co/tensorblock/gpt2_guanaco-dolly-platypus-GGUF/blob/main/gpt2_guanaco-dolly-platypus-Q3_K_S.gguf) | Q3_K_S | 0.084 GB | very small, high quality loss |
51
+ | [gpt2_guanaco-dolly-platypus-Q3_K_M.gguf](https://huggingface.co/tensorblock/gpt2_guanaco-dolly-platypus-GGUF/blob/main/gpt2_guanaco-dolly-platypus-Q3_K_M.gguf) | Q3_K_M | 0.091 GB | very small, high quality loss |
52
+ | [gpt2_guanaco-dolly-platypus-Q3_K_L.gguf](https://huggingface.co/tensorblock/gpt2_guanaco-dolly-platypus-GGUF/blob/main/gpt2_guanaco-dolly-platypus-Q3_K_L.gguf) | Q3_K_L | 0.095 GB | small, substantial quality loss |
53
+ | [gpt2_guanaco-dolly-platypus-Q4_0.gguf](https://huggingface.co/tensorblock/gpt2_guanaco-dolly-platypus-GGUF/blob/main/gpt2_guanaco-dolly-platypus-Q4_0.gguf) | Q4_0 | 0.099 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [gpt2_guanaco-dolly-platypus-Q4_K_S.gguf](https://huggingface.co/tensorblock/gpt2_guanaco-dolly-platypus-GGUF/blob/main/gpt2_guanaco-dolly-platypus-Q4_K_S.gguf) | Q4_K_S | 0.100 GB | small, greater quality loss |
55
+ | [gpt2_guanaco-dolly-platypus-Q4_K_M.gguf](https://huggingface.co/tensorblock/gpt2_guanaco-dolly-platypus-GGUF/blob/main/gpt2_guanaco-dolly-platypus-Q4_K_M.gguf) | Q4_K_M | 0.105 GB | medium, balanced quality - recommended |
56
+ | [gpt2_guanaco-dolly-platypus-Q5_0.gguf](https://huggingface.co/tensorblock/gpt2_guanaco-dolly-platypus-GGUF/blob/main/gpt2_guanaco-dolly-platypus-Q5_0.gguf) | Q5_0 | 0.114 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [gpt2_guanaco-dolly-platypus-Q5_K_S.gguf](https://huggingface.co/tensorblock/gpt2_guanaco-dolly-platypus-GGUF/blob/main/gpt2_guanaco-dolly-platypus-Q5_K_S.gguf) | Q5_K_S | 0.114 GB | large, low quality loss - recommended |
58
+ | [gpt2_guanaco-dolly-platypus-Q5_K_M.gguf](https://huggingface.co/tensorblock/gpt2_guanaco-dolly-platypus-GGUF/blob/main/gpt2_guanaco-dolly-platypus-Q5_K_M.gguf) | Q5_K_M | 0.118 GB | large, very low quality loss - recommended |
59
+ | [gpt2_guanaco-dolly-platypus-Q6_K.gguf](https://huggingface.co/tensorblock/gpt2_guanaco-dolly-platypus-GGUF/blob/main/gpt2_guanaco-dolly-platypus-Q6_K.gguf) | Q6_K | 0.129 GB | very large, extremely low quality loss |
60
+ | [gpt2_guanaco-dolly-platypus-Q8_0.gguf](https://huggingface.co/tensorblock/gpt2_guanaco-dolly-platypus-GGUF/blob/main/gpt2_guanaco-dolly-platypus-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_guanaco-dolly-platypus-GGUF --include "gpt2_guanaco-dolly-platypus-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_guanaco-dolly-platypus-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
gpt2_guanaco-dolly-platypus-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b229355e02ed63fd4a2f4f76e139adede0699795f69a0e324de7e124be4b976
3
+ size 81196736
gpt2_guanaco-dolly-platypus-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75c4b8a43289d7cd917e523f5264d8564fe52f27c2c25fa5bc1d4c1940f3f9a0
3
+ size 102092672
gpt2_guanaco-dolly-platypus-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39d1d501910f49013cdf6314a2b1be2d4bc1f94b417e60572d1b872c50207439
3
+ size 97668992
gpt2_guanaco-dolly-platypus-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4273b9b1e178321a73cfe554bf432d5ddfe43c8707497f590d01ced4e08b429a
3
+ size 90148736
gpt2_guanaco-dolly-platypus-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d18339b8af2d306f5ffe33c3837a3a3f1ef983bf398f9183ccf28517a84cc735
3
+ size 106555328
gpt2_guanaco-dolly-platypus-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31109be6db4be1a0de8cdb4617d9cbe10e4c5533d8443cc6b23f8dd884f3937e
3
+ size 112859072
gpt2_guanaco-dolly-platypus-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09b8b20381aa3ddae80d7d1111fd33c6889f8500391b5a05aba3f661adea4281
3
+ size 106850240
gpt2_guanaco-dolly-platypus-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb36214229e2034f7aa0b925f638883a2786decadc5c4c7ef51770af9d0d2e2c
3
+ size 121996832
gpt2_guanaco-dolly-platypus-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:112d76964611a2bfaace0bb0fe297d58b94a026aa5448d9150e221f6c7502af9
3
+ size 126696992
gpt2_guanaco-dolly-platypus-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:546455e8ba4c3244d74ce1a0cf1b0c3088d20c04a23ec5128d588ea18d84f33c
3
+ size 121996832
gpt2_guanaco-dolly-platypus-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7bbec305d1990944e3aa7b32b25009b293d166c5532973fd9f980771c331dc6
3
+ size 138403424
gpt2_guanaco-dolly-platypus-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75f1369f6af3d0e02cd4d9998ce979bb23f1bd64cfd0eaae75ea7e14190223e0
3
+ size 177669152