Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +77 -0
- gpt2-alpaca-gpt4-Q2_K.gguf +3 -0
- gpt2-alpaca-gpt4-Q3_K_L.gguf +3 -0
- gpt2-alpaca-gpt4-Q3_K_M.gguf +3 -0
- gpt2-alpaca-gpt4-Q3_K_S.gguf +3 -0
- gpt2-alpaca-gpt4-Q4_0.gguf +3 -0
- gpt2-alpaca-gpt4-Q4_K_M.gguf +3 -0
- gpt2-alpaca-gpt4-Q4_K_S.gguf +3 -0
- gpt2-alpaca-gpt4-Q5_0.gguf +3 -0
- gpt2-alpaca-gpt4-Q5_K_M.gguf +3 -0
- gpt2-alpaca-gpt4-Q5_K_S.gguf +3 -0
- gpt2-alpaca-gpt4-Q6_K.gguf +3 -0
- gpt2-alpaca-gpt4-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 |
+
gpt2-alpaca-gpt4-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
gpt2-alpaca-gpt4-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
gpt2-alpaca-gpt4-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
gpt2-alpaca-gpt4-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
gpt2-alpaca-gpt4-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
gpt2-alpaca-gpt4-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
gpt2-alpaca-gpt4-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
gpt2-alpaca-gpt4-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
gpt2-alpaca-gpt4-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
gpt2-alpaca-gpt4-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
gpt2-alpaca-gpt4-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
gpt2-alpaca-gpt4-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
datasets:
|
4 |
+
- vicgalle/alpaca-gpt4
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- instruction-tuning
|
9 |
+
- alpaca
|
10 |
+
- gpt4
|
11 |
+
- TensorBlock
|
12 |
+
- GGUF
|
13 |
+
base_model: vicgalle/gpt2-alpaca-gpt4
|
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 |
+
## vicgalle/gpt2-alpaca-gpt4 - GGUF
|
28 |
+
|
29 |
+
This repo contains GGUF format model files for [vicgalle/gpt2-alpaca-gpt4](https://huggingface.co/vicgalle/gpt2-alpaca-gpt4).
|
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 |
+
## Prompt template
|
34 |
+
|
35 |
+
```
|
36 |
+
|
37 |
+
```
|
38 |
+
|
39 |
+
## Model file specification
|
40 |
+
|
41 |
+
| Filename | Quant type | File Size | Description |
|
42 |
+
| -------- | ---------- | --------- | ----------- |
|
43 |
+
| [gpt2-alpaca-gpt4-Q2_K.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-gpt4-GGUF/tree/main/gpt2-alpaca-gpt4-Q2_K.gguf) | Q2_K | 0.076 GB | smallest, significant quality loss - not recommended for most purposes |
|
44 |
+
| [gpt2-alpaca-gpt4-Q3_K_S.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-gpt4-GGUF/tree/main/gpt2-alpaca-gpt4-Q3_K_S.gguf) | Q3_K_S | 0.084 GB | very small, high quality loss |
|
45 |
+
| [gpt2-alpaca-gpt4-Q3_K_M.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-gpt4-GGUF/tree/main/gpt2-alpaca-gpt4-Q3_K_M.gguf) | Q3_K_M | 0.091 GB | very small, high quality loss |
|
46 |
+
| [gpt2-alpaca-gpt4-Q3_K_L.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-gpt4-GGUF/tree/main/gpt2-alpaca-gpt4-Q3_K_L.gguf) | Q3_K_L | 0.095 GB | small, substantial quality loss |
|
47 |
+
| [gpt2-alpaca-gpt4-Q4_0.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-gpt4-GGUF/tree/main/gpt2-alpaca-gpt4-Q4_0.gguf) | Q4_0 | 0.099 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
48 |
+
| [gpt2-alpaca-gpt4-Q4_K_S.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-gpt4-GGUF/tree/main/gpt2-alpaca-gpt4-Q4_K_S.gguf) | Q4_K_S | 0.100 GB | small, greater quality loss |
|
49 |
+
| [gpt2-alpaca-gpt4-Q4_K_M.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-gpt4-GGUF/tree/main/gpt2-alpaca-gpt4-Q4_K_M.gguf) | Q4_K_M | 0.105 GB | medium, balanced quality - recommended |
|
50 |
+
| [gpt2-alpaca-gpt4-Q5_0.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-gpt4-GGUF/tree/main/gpt2-alpaca-gpt4-Q5_0.gguf) | Q5_0 | 0.114 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
51 |
+
| [gpt2-alpaca-gpt4-Q5_K_S.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-gpt4-GGUF/tree/main/gpt2-alpaca-gpt4-Q5_K_S.gguf) | Q5_K_S | 0.114 GB | large, low quality loss - recommended |
|
52 |
+
| [gpt2-alpaca-gpt4-Q5_K_M.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-gpt4-GGUF/tree/main/gpt2-alpaca-gpt4-Q5_K_M.gguf) | Q5_K_M | 0.118 GB | large, very low quality loss - recommended |
|
53 |
+
| [gpt2-alpaca-gpt4-Q6_K.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-gpt4-GGUF/tree/main/gpt2-alpaca-gpt4-Q6_K.gguf) | Q6_K | 0.129 GB | very large, extremely low quality loss |
|
54 |
+
| [gpt2-alpaca-gpt4-Q8_0.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-gpt4-GGUF/tree/main/gpt2-alpaca-gpt4-Q8_0.gguf) | Q8_0 | 0.165 GB | very large, extremely low quality loss - not recommended |
|
55 |
+
|
56 |
+
|
57 |
+
## Downloading instruction
|
58 |
+
|
59 |
+
### Command line
|
60 |
+
|
61 |
+
Firstly, install Huggingface Client
|
62 |
+
|
63 |
+
```shell
|
64 |
+
pip install -U "huggingface_hub[cli]"
|
65 |
+
```
|
66 |
+
|
67 |
+
Then, downoad the individual model file the a local directory
|
68 |
+
|
69 |
+
```shell
|
70 |
+
huggingface-cli download tensorblock/gpt2-alpaca-gpt4-GGUF --include "gpt2-alpaca-gpt4-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
71 |
+
```
|
72 |
+
|
73 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
74 |
+
|
75 |
+
```shell
|
76 |
+
huggingface-cli download tensorblock/gpt2-alpaca-gpt4-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
77 |
+
```
|
gpt2-alpaca-gpt4-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a78957708f3ca400cebe61a87cbb2a3be4368a68798e340648b9346c68511ea9
|
3 |
+
size 81199392
|
gpt2-alpaca-gpt4-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e97bc3b92cfc018392af5b3baebe9151df1e4ffdca3cca78d23a79e78679604b
|
3 |
+
size 102095552
|
gpt2-alpaca-gpt4-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f8e3cb30c6d2e0d3fe102635de7cf258aa20f8aca986f3305efc360e1b61f40f
|
3 |
+
size 97671872
|
gpt2-alpaca-gpt4-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff884542a06254dba1da6ae1a9ef3f03a283fa309396c9998d409e7b9db72991
|
3 |
+
size 90151616
|
gpt2-alpaca-gpt4-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c5e31a5c95f26dc620f5ad584a028fc5914b9a7e4d1dd1c7e3a45491bb065f0
|
3 |
+
size 106558496
|
gpt2-alpaca-gpt4-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b7e4d4dd2ddee550bc43bc70941f7c87ed7e8b01914446f4d15b90c522fba3bf
|
3 |
+
size 112862240
|
gpt2-alpaca-gpt4-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:697167d48506e3e335c9f44c06f6a71673325846edabfa25e3fbb106e8653bc0
|
3 |
+
size 106853408
|
gpt2-alpaca-gpt4-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9dba9f360da7c81893739638209123d0e868b009dc90a47fca4cf65812b3bc04
|
3 |
+
size 122000288
|
gpt2-alpaca-gpt4-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:898a4562b3133039c3ca84e45242a8326adc5938a6e53f65ebf6d6ad384b16cb
|
3 |
+
size 126700448
|
gpt2-alpaca-gpt4-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eba096b4224fe6033d760a5a4f42c4b3e4199c30a9f09932619776df67ea1898
|
3 |
+
size 122000288
|
gpt2-alpaca-gpt4-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a736309f5b3d4d41c5a2c6a2a216a152ae7c5d458de96dd9157ee9c60ec42f46
|
3 |
+
size 138407200
|
gpt2-alpaca-gpt4-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18408b6556c7cbbeed68e5d1f23d349c5fe1772b1de3cf0308955e53fbc4739e
|
3 |
+
size 177674016
|