morriszms commited on
Commit
67d0d41
·
verified ·
1 Parent(s): 2e9dc8b

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-xl-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gpt2-xl-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gpt2-xl-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gpt2-xl-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gpt2-xl-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gpt2-xl-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gpt2-xl-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gpt2-xl-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gpt2-xl-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gpt2-xl-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gpt2-xl-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gpt2-xl-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ license: mit
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ base_model: openai-community/gpt2-xl
8
+ ---
9
+
10
+ <div style="width: auto; margin-left: auto; margin-right: auto">
11
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
12
+ </div>
13
+ <div style="display: flex; justify-content: space-between; width: 100%;">
14
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
15
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
16
+ 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>
17
+ </p>
18
+ </div>
19
+ </div>
20
+
21
+ ## openai-community/gpt2-xl - GGUF
22
+
23
+ This repo contains GGUF format model files for [openai-community/gpt2-xl](https://huggingface.co/openai-community/gpt2-xl).
24
+
25
+ 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).
26
+
27
+ ## Prompt template
28
+
29
+ ```
30
+
31
+ ```
32
+
33
+ ## Model file specification
34
+
35
+ | Filename | Quant type | File Size | Description |
36
+ | -------- | ---------- | --------- | ----------- |
37
+ | [gpt2-xl-Q2_K.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q2_K.gguf) | Q2_K | 0.845 GB | smallest, significant quality loss - not recommended for most purposes |
38
+ | [gpt2-xl-Q3_K_S.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q3_K_S.gguf) | Q3_K_S | 0.845 GB | very small, high quality loss |
39
+ | [gpt2-xl-Q3_K_M.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q3_K_M.gguf) | Q3_K_M | 0.966 GB | very small, high quality loss |
40
+ | [gpt2-xl-Q3_K_L.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q3_K_L.gguf) | Q3_K_L | 1.027 GB | small, substantial quality loss |
41
+ | [gpt2-xl-Q4_0.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q4_0.gguf) | Q4_0 | 0.906 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
42
+ | [gpt2-xl-Q4_K_S.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q4_K_S.gguf) | Q4_K_S | 1.037 GB | small, greater quality loss |
43
+ | [gpt2-xl-Q4_K_M.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q4_K_M.gguf) | Q4_K_M | 1.110 GB | medium, balanced quality - recommended |
44
+ | [gpt2-xl-Q5_0.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q5_0.gguf) | Q5_0 | 1.087 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
45
+ | [gpt2-xl-Q5_K_S.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q5_K_S.gguf) | Q5_K_S | 1.149 GB | large, low quality loss - recommended |
46
+ | [gpt2-xl-Q5_K_M.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q5_K_M.gguf) | Q5_K_M | 1.286 GB | large, very low quality loss - recommended |
47
+ | [gpt2-xl-Q6_K.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q6_K.gguf) | Q6_K | 1.519 GB | very large, extremely low quality loss |
48
+ | [gpt2-xl-Q8_0.gguf](https://huggingface.co/tensorblock/gpt2-xl-GGUF/tree/main/gpt2-xl-Q8_0.gguf) | Q8_0 | 1.630 GB | very large, extremely low quality loss - not recommended |
49
+
50
+
51
+ ## Downloading instruction
52
+
53
+ ### Command line
54
+
55
+ Firstly, install Huggingface Client
56
+
57
+ ```shell
58
+ pip install -U "huggingface_hub[cli]"
59
+ ```
60
+
61
+ Then, downoad the individual model file the a local directory
62
+
63
+ ```shell
64
+ huggingface-cli download tensorblock/gpt2-xl-GGUF --include "gpt2-xl-Q2_K.gguf" --local-dir MY_LOCAL_DIR
65
+ ```
66
+
67
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
68
+
69
+ ```shell
70
+ huggingface-cli download tensorblock/gpt2-xl-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
71
+ ```
gpt2-xl-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4650002ca3cb3afc910f83d81633c74502a47034e0f71221ebccd9681a708dc
3
+ size 907187776
gpt2-xl-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c36b6f665334a16f9200d63c66bfb6a95a2e8cc80235eed8424084f5383b58e
3
+ size 1103027776
gpt2-xl-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab37111c85d085bd2715ea354ace28156ef7578115327d82cae89ed9595f5cbb
3
+ size 1037747776
gpt2-xl-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cf261939d869f952656ae2aa0d39657d6493153ca786a220a32893f8d128c22
3
+ size 907187776
gpt2-xl-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb46bf7bc4bb50ac323a403bfa66a79680ca4f1231add67fc5ee1fc5ea00a490
3
+ size 972467776
gpt2-xl-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb2cec7d0513b0d87810e65edc550a9edfb5092c269cdb5d7a301878c48762af
3
+ size 1191799168
gpt2-xl-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbfba8e8261ef953bd71cdfcd503cc64afd5685017c67847db5a0d81f597cd0d
3
+ size 1113079168
gpt2-xl-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b14ea8f591b79069b01171693340eed4791aef2ab4e7e6dea4b36ed09a5a5d10
3
+ size 1166839168
gpt2-xl-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33a577d4ff9a9653e0fbb70d2d8004ecfd462f11b4614a561dc1aacd3cb6aba4
3
+ size 1381144864
gpt2-xl-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b972921350dbfad8089d5f18ae37ce8a84092982ea38cf9a3f937905de6c5b78
3
+ size 1233304864
gpt2-xl-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a438fc8b298c535ce33aec3c6b921a863d63b8bafdd8b2f5a8a5567e107486a
3
+ size 1630913376
gpt2-xl-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b66f5ba27b240874caa43298a834ca83949343245f64183008ddaa0f0b5b8001
3
+ size 1749953376