morriszms commited on
Commit
01e10f4
·
verified ·
1 Parent(s): 0df643d

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-scratch-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gpt2-scratch-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gpt2-scratch-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gpt2-scratch-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gpt2-scratch-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gpt2-scratch-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gpt2-scratch-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gpt2-scratch-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gpt2-scratch-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gpt2-scratch-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gpt2-scratch-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gpt2-scratch-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: Harshatheeswar/gpt2-scratch
4
+ tags:
5
+ - generated_from_trainer
6
+ - TensorBlock
7
+ - GGUF
8
+ model-index:
9
+ - name: gpt2-scratch
10
+ results: []
11
+ ---
12
+
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
19
+ 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>
20
+ </p>
21
+ </div>
22
+ </div>
23
+
24
+ ## Harshatheeswar/gpt2-scratch - GGUF
25
+
26
+ This repo contains GGUF format model files for [Harshatheeswar/gpt2-scratch](https://huggingface.co/Harshatheeswar/gpt2-scratch).
27
+
28
+ 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).
29
+
30
+ <div style="text-align: left; margin: 20px 0;">
31
+ <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;">
32
+ Run them on the TensorBlock client using your local machine ↗
33
+ </a>
34
+ </div>
35
+
36
+ ## Prompt template
37
+
38
+ ```
39
+
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [gpt2-scratch-Q2_K.gguf](https://huggingface.co/tensorblock/gpt2-scratch-GGUF/blob/main/gpt2-scratch-Q2_K.gguf) | Q2_K | 0.081 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [gpt2-scratch-Q3_K_S.gguf](https://huggingface.co/tensorblock/gpt2-scratch-GGUF/blob/main/gpt2-scratch-Q3_K_S.gguf) | Q3_K_S | 0.090 GB | very small, high quality loss |
48
+ | [gpt2-scratch-Q3_K_M.gguf](https://huggingface.co/tensorblock/gpt2-scratch-GGUF/blob/main/gpt2-scratch-Q3_K_M.gguf) | Q3_K_M | 0.098 GB | very small, high quality loss |
49
+ | [gpt2-scratch-Q3_K_L.gguf](https://huggingface.co/tensorblock/gpt2-scratch-GGUF/blob/main/gpt2-scratch-Q3_K_L.gguf) | Q3_K_L | 0.102 GB | small, substantial quality loss |
50
+ | [gpt2-scratch-Q4_0.gguf](https://huggingface.co/tensorblock/gpt2-scratch-GGUF/blob/main/gpt2-scratch-Q4_0.gguf) | Q4_0 | 0.107 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [gpt2-scratch-Q4_K_S.gguf](https://huggingface.co/tensorblock/gpt2-scratch-GGUF/blob/main/gpt2-scratch-Q4_K_S.gguf) | Q4_K_S | 0.107 GB | small, greater quality loss |
52
+ | [gpt2-scratch-Q4_K_M.gguf](https://huggingface.co/tensorblock/gpt2-scratch-GGUF/blob/main/gpt2-scratch-Q4_K_M.gguf) | Q4_K_M | 0.113 GB | medium, balanced quality - recommended |
53
+ | [gpt2-scratch-Q5_0.gguf](https://huggingface.co/tensorblock/gpt2-scratch-GGUF/blob/main/gpt2-scratch-Q5_0.gguf) | Q5_0 | 0.122 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [gpt2-scratch-Q5_K_S.gguf](https://huggingface.co/tensorblock/gpt2-scratch-GGUF/blob/main/gpt2-scratch-Q5_K_S.gguf) | Q5_K_S | 0.122 GB | large, low quality loss - recommended |
55
+ | [gpt2-scratch-Q5_K_M.gguf](https://huggingface.co/tensorblock/gpt2-scratch-GGUF/blob/main/gpt2-scratch-Q5_K_M.gguf) | Q5_K_M | 0.127 GB | large, very low quality loss - recommended |
56
+ | [gpt2-scratch-Q6_K.gguf](https://huggingface.co/tensorblock/gpt2-scratch-GGUF/blob/main/gpt2-scratch-Q6_K.gguf) | Q6_K | 0.138 GB | very large, extremely low quality loss |
57
+ | [gpt2-scratch-Q8_0.gguf](https://huggingface.co/tensorblock/gpt2-scratch-GGUF/blob/main/gpt2-scratch-Q8_0.gguf) | Q8_0 | 0.178 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/gpt2-scratch-GGUF --include "gpt2-scratch-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/gpt2-scratch-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
gpt2-scratch-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b842718c0031f2b42f65401de48afc7ea0e65ce0233120545e50c5146ee075f1
3
+ size 81196896
gpt2-scratch-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f20b05044f2cd6b04b61b3790afc425aff5c6738f616416a1aa156f47ec9901
3
+ size 102092832
gpt2-scratch-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8eb27617ed62c323da875330339c5a22da855faab0e0b2c12a2a09ec96182828
3
+ size 97669152
gpt2-scratch-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fdfae734c31ebd272eef084e150c1a2cb6a5b7a4fcf82ebd034cb247f99c9fb
3
+ size 90148896
gpt2-scratch-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49c63c59e18e753782c120935204414b0da8d053dfd268c073b79fca60a0c5eb
3
+ size 106555488
gpt2-scratch-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbf5a38c36685ca7a0b509bc81e741dde942dc6d2a303d28ff6ec05a8ca3c414
3
+ size 112859232
gpt2-scratch-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:153cf9348d7307690ce5a0f509d14c44a1ac4aa8429b43431f703c7a5ffaefab
3
+ size 106850400
gpt2-scratch-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b5abe6de8e24a15a195ebfb722c4ad35fa3e828f903ea7970b9e7985d59d4a2
3
+ size 121996992
gpt2-scratch-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e4ac481811a568bd0b56f9d0bc36ac4980c9e2d1057f87b63506eb78151b1cd
3
+ size 126697152
gpt2-scratch-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7026b7507743473101fb7a239aadf04d11ea9103e236e5e15e109d29a04926a6
3
+ size 121996992
gpt2-scratch-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d3d65204091408005cf16bb70d0175d94ae8d0a1a1fb27592ebdddc8aa9e29f
3
+ size 138403584
gpt2-scratch-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36d00b250f30bf902d69604a754358533c8bd33fa7b0bf4fd1a4ced0129c72a9
3
+ size 177669312