morriszms commited on
Commit
bfc22e3
·
verified ·
1 Parent(s): f21cbfe

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
+ TinyGPT2-81M-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ TinyGPT2-81M-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ TinyGPT2-81M-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ TinyGPT2-81M-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ TinyGPT2-81M-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ TinyGPT2-81M-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ TinyGPT2-81M-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ TinyGPT2-81M-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ TinyGPT2-81M-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ TinyGPT2-81M-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ TinyGPT2-81M-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ TinyGPT2-81M-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ base_model: AIGym/TinyGPT2-81M
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
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
+ ## AIGym/TinyGPT2-81M - GGUF
22
+
23
+ This repo contains GGUF format model files for [AIGym/TinyGPT2-81M](https://huggingface.co/AIGym/TinyGPT2-81M).
24
+
25
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
26
+
27
+ <div style="text-align: left; margin: 20px 0;">
28
+ <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;">
29
+ Run them on the TensorBlock client using your local machine ↗
30
+ </a>
31
+ </div>
32
+
33
+ ## Prompt template
34
+
35
+ ```
36
+
37
+ ```
38
+
39
+ ## Model file specification
40
+
41
+ | Filename | Quant type | File Size | Description |
42
+ | -------- | ---------- | --------- | ----------- |
43
+ | [TinyGPT2-81M-Q2_K.gguf](https://huggingface.co/tensorblock/TinyGPT2-81M-GGUF/blob/main/TinyGPT2-81M-Q2_K.gguf) | Q2_K | 0.062 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [TinyGPT2-81M-Q3_K_S.gguf](https://huggingface.co/tensorblock/TinyGPT2-81M-GGUF/blob/main/TinyGPT2-81M-Q3_K_S.gguf) | Q3_K_S | 0.069 GB | very small, high quality loss |
45
+ | [TinyGPT2-81M-Q3_K_M.gguf](https://huggingface.co/tensorblock/TinyGPT2-81M-GGUF/blob/main/TinyGPT2-81M-Q3_K_M.gguf) | Q3_K_M | 0.073 GB | very small, high quality loss |
46
+ | [TinyGPT2-81M-Q3_K_L.gguf](https://huggingface.co/tensorblock/TinyGPT2-81M-GGUF/blob/main/TinyGPT2-81M-Q3_K_L.gguf) | Q3_K_L | 0.075 GB | small, substantial quality loss |
47
+ | [TinyGPT2-81M-Q4_0.gguf](https://huggingface.co/tensorblock/TinyGPT2-81M-GGUF/blob/main/TinyGPT2-81M-Q4_0.gguf) | Q4_0 | 0.080 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [TinyGPT2-81M-Q4_K_S.gguf](https://huggingface.co/tensorblock/TinyGPT2-81M-GGUF/blob/main/TinyGPT2-81M-Q4_K_S.gguf) | Q4_K_S | 0.080 GB | small, greater quality loss |
49
+ | [TinyGPT2-81M-Q4_K_M.gguf](https://huggingface.co/tensorblock/TinyGPT2-81M-GGUF/blob/main/TinyGPT2-81M-Q4_K_M.gguf) | Q4_K_M | 0.082 GB | medium, balanced quality - recommended |
50
+ | [TinyGPT2-81M-Q5_0.gguf](https://huggingface.co/tensorblock/TinyGPT2-81M-GGUF/blob/main/TinyGPT2-81M-Q5_0.gguf) | Q5_0 | 0.090 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [TinyGPT2-81M-Q5_K_S.gguf](https://huggingface.co/tensorblock/TinyGPT2-81M-GGUF/blob/main/TinyGPT2-81M-Q5_K_S.gguf) | Q5_K_S | 0.090 GB | large, low quality loss - recommended |
52
+ | [TinyGPT2-81M-Q5_K_M.gguf](https://huggingface.co/tensorblock/TinyGPT2-81M-GGUF/blob/main/TinyGPT2-81M-Q5_K_M.gguf) | Q5_K_M | 0.092 GB | large, very low quality loss - recommended |
53
+ | [TinyGPT2-81M-Q6_K.gguf](https://huggingface.co/tensorblock/TinyGPT2-81M-GGUF/blob/main/TinyGPT2-81M-Q6_K.gguf) | Q6_K | 0.101 GB | very large, extremely low quality loss |
54
+ | [TinyGPT2-81M-Q8_0.gguf](https://huggingface.co/tensorblock/TinyGPT2-81M-GGUF/blob/main/TinyGPT2-81M-Q8_0.gguf) | Q8_0 | 0.130 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/TinyGPT2-81M-GGUF --include "TinyGPT2-81M-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/TinyGPT2-81M-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
TinyGPT2-81M-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1fb1144f819143a91c5d52271112288c698e96b52fabed2a627c479289d49a7
3
+ size 62468704
TinyGPT2-81M-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddf51e2ac300f3f4a2b003b8687907417c3e9c2de700a5d371aa66e31dadbba7
3
+ size 74876704
TinyGPT2-81M-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:144f9e3e51a458450538bc97b9791affd0d01d9002f4413156750f0810c9ffc5
3
+ size 72664864
TinyGPT2-81M-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41cae8505f834ad7a3bae0238244856ddfa1aa21b2d1029c69ac92ca62de7bc0
3
+ size 68904736
TinyGPT2-81M-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31cae36f2a116579197ebc0286fcd107a5b0e60b33c97034f92bc265ab7d9cce
3
+ size 79671136
TinyGPT2-81M-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d19f843d0e1e62f0a1ad3a89fa08e81c5cc90e1b160b9027db94d53f181b5d14
3
+ size 82214752
TinyGPT2-81M-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:564ff442f739b6e84255f10699251ef125328ade1707ebf840b306f5d442ef47
3
+ size 79671136
TinyGPT2-81M-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68469ab2ca7dc52aed4021806a4041e3354eb1a1d58e9108d4496848a7868f22
3
+ size 89804224
TinyGPT2-81M-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c0f98f94c86f93baf2e707669d71b93de77cb2c16ed377f4bac745005422f5d
3
+ size 91840960
TinyGPT2-81M-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7a7d7c7888a1964a53a32b1e6cfd51cbd26e73bc06c1b85e5b065dfa2d6db74
3
+ size 89804224
TinyGPT2-81M-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e6ca64ca19ea35bbd67cd99235d04284a42268a8d6c57593ad782659bc7ed41
3
+ size 100570624
TinyGPT2-81M-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fdb09d6be550e991777caccabf60b75c1dfce7f472e7602d054b63b4f01534a
3
+ size 129551296