morriszms commited on
Commit
30f3901
·
verified ·
1 Parent(s): d4bd070

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-alpaca-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gpt2-alpaca-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gpt2-alpaca-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gpt2-alpaca-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gpt2-alpaca-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gpt2-alpaca-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gpt2-alpaca-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gpt2-alpaca-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gpt2-alpaca-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gpt2-alpaca-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gpt2-alpaca-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gpt2-alpaca-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - tatsu-lab/alpaca
5
+ language:
6
+ - en
7
+ tags:
8
+ - instruct-tuning
9
+ - gpt2
10
+ - alpaca
11
+ - TensorBlock
12
+ - GGUF
13
+ base_model: vicgalle/gpt2-alpaca
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 - GGUF
28
+
29
+ This repo contains GGUF format model files for [vicgalle/gpt2-alpaca](https://huggingface.co/vicgalle/gpt2-alpaca).
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-Q2_K.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-GGUF/tree/main/gpt2-alpaca-Q2_K.gguf) | Q2_K | 0.076 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [gpt2-alpaca-Q3_K_S.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-GGUF/tree/main/gpt2-alpaca-Q3_K_S.gguf) | Q3_K_S | 0.084 GB | very small, high quality loss |
45
+ | [gpt2-alpaca-Q3_K_M.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-GGUF/tree/main/gpt2-alpaca-Q3_K_M.gguf) | Q3_K_M | 0.091 GB | very small, high quality loss |
46
+ | [gpt2-alpaca-Q3_K_L.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-GGUF/tree/main/gpt2-alpaca-Q3_K_L.gguf) | Q3_K_L | 0.095 GB | small, substantial quality loss |
47
+ | [gpt2-alpaca-Q4_0.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-GGUF/tree/main/gpt2-alpaca-Q4_0.gguf) | Q4_0 | 0.099 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [gpt2-alpaca-Q4_K_S.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-GGUF/tree/main/gpt2-alpaca-Q4_K_S.gguf) | Q4_K_S | 0.100 GB | small, greater quality loss |
49
+ | [gpt2-alpaca-Q4_K_M.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-GGUF/tree/main/gpt2-alpaca-Q4_K_M.gguf) | Q4_K_M | 0.105 GB | medium, balanced quality - recommended |
50
+ | [gpt2-alpaca-Q5_0.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-GGUF/tree/main/gpt2-alpaca-Q5_0.gguf) | Q5_0 | 0.114 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [gpt2-alpaca-Q5_K_S.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-GGUF/tree/main/gpt2-alpaca-Q5_K_S.gguf) | Q5_K_S | 0.114 GB | large, low quality loss - recommended |
52
+ | [gpt2-alpaca-Q5_K_M.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-GGUF/tree/main/gpt2-alpaca-Q5_K_M.gguf) | Q5_K_M | 0.118 GB | large, very low quality loss - recommended |
53
+ | [gpt2-alpaca-Q6_K.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-GGUF/tree/main/gpt2-alpaca-Q6_K.gguf) | Q6_K | 0.129 GB | very large, extremely low quality loss |
54
+ | [gpt2-alpaca-Q8_0.gguf](https://huggingface.co/tensorblock/gpt2-alpaca-GGUF/tree/main/gpt2-alpaca-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-GGUF --include "gpt2-alpaca-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-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
gpt2-alpaca-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50100e784dfbd9b95271cd724521299625cdc5d76cf172d7080cf7bf01c0d61e
3
+ size 81199392
gpt2-alpaca-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c1cca3cdd1bcb05adbac69b286f57992fc5527446492d02432bcd4c46bc7aa6
3
+ size 102095552
gpt2-alpaca-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98bbefe7a94d148ae1555d9f490f357188b3a444171b16eb8b7146c239b3a5c6
3
+ size 97671872
gpt2-alpaca-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77dedced8fe05b6c3f79d2942e4f6bcf1deb52d3739edb1740ad36551ee76b5c
3
+ size 90151616
gpt2-alpaca-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:254afa202443ad7ad55f30185ca0720bd09cbaaad52419f4b5f3f358d13ef5b4
3
+ size 106558496
gpt2-alpaca-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd0995f8d128a9e0038e03b140cf501e2be56b75964ee29961da9b83fb1a060c
3
+ size 112862240
gpt2-alpaca-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8020dd3cd0faf81d60ee1afe1c55601dbc3042804d9061f6780f5a654cf3757f
3
+ size 106853408
gpt2-alpaca-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c9dc6a56b0dfc403c488ad3e46c8bcd6b377d1908fcdf0062cd9e5008a8870e
3
+ size 122000288
gpt2-alpaca-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02aac04fe1e3fe662b506b807cc9d404a2c65fe2e54c2dbbb8fd64b11b90391c
3
+ size 126700448
gpt2-alpaca-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d813af9623256a0e103b3bef53055cf40a39e0c2c62f6fb3991df32977a01c2
3
+ size 122000288
gpt2-alpaca-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:903f88b3add176cf1cabb45411d251c690e99c50849be9717ab80a5103de34c4
3
+ size 138407200
gpt2-alpaca-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6a22e8ee50b9b07db382e50244aee215fb88dca8e5210e8296908cbfcc0e428
3
+ size 177674016