morriszms commited on
Commit
fc7154a
1 Parent(s): 12c5bb5

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-124M-edu-fineweb-10B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gpt2-124M-edu-fineweb-10B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gpt2-124M-edu-fineweb-10B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gpt2-124M-edu-fineweb-10B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gpt2-124M-edu-fineweb-10B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gpt2-124M-edu-fineweb-10B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gpt2-124M-edu-fineweb-10B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gpt2-124M-edu-fineweb-10B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gpt2-124M-edu-fineweb-10B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gpt2-124M-edu-fineweb-10B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gpt2-124M-edu-fineweb-10B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gpt2-124M-edu-fineweb-10B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets: HuggingFaceFW/fineweb-edu
3
+ widget:
4
+ - example_title: Example interaction
5
+ text: During photosynthesis in green plants
6
+ inference:
7
+ parameters:
8
+ repetition_penalty: 1.3
9
+ language:
10
+ - en
11
+ library_name: transformers
12
+ license: mit
13
+ base_model: rhysjones/gpt2-124M-edu-fineweb-10B
14
+ tags:
15
+ - TensorBlock
16
+ - GGUF
17
+ ---
18
+
19
+ <div style="width: auto; margin-left: auto; margin-right: auto">
20
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
21
+ </div>
22
+ <div style="display: flex; justify-content: space-between; width: 100%;">
23
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
24
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
25
+ 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>
26
+ </p>
27
+ </div>
28
+ </div>
29
+
30
+ ## rhysjones/gpt2-124M-edu-fineweb-10B - GGUF
31
+
32
+ This repo contains GGUF format model files for [rhysjones/gpt2-124M-edu-fineweb-10B](https://huggingface.co/rhysjones/gpt2-124M-edu-fineweb-10B).
33
+
34
+ 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).
35
+
36
+ ## Prompt template
37
+
38
+ ```
39
+
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [gpt2-124M-edu-fineweb-10B-Q2_K.gguf](https://huggingface.co/tensorblock/gpt2-124M-edu-fineweb-10B-GGUF/tree/main/gpt2-124M-edu-fineweb-10B-Q2_K.gguf) | Q2_K | 0.076 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [gpt2-124M-edu-fineweb-10B-Q3_K_S.gguf](https://huggingface.co/tensorblock/gpt2-124M-edu-fineweb-10B-GGUF/tree/main/gpt2-124M-edu-fineweb-10B-Q3_K_S.gguf) | Q3_K_S | 0.084 GB | very small, high quality loss |
48
+ | [gpt2-124M-edu-fineweb-10B-Q3_K_M.gguf](https://huggingface.co/tensorblock/gpt2-124M-edu-fineweb-10B-GGUF/tree/main/gpt2-124M-edu-fineweb-10B-Q3_K_M.gguf) | Q3_K_M | 0.091 GB | very small, high quality loss |
49
+ | [gpt2-124M-edu-fineweb-10B-Q3_K_L.gguf](https://huggingface.co/tensorblock/gpt2-124M-edu-fineweb-10B-GGUF/tree/main/gpt2-124M-edu-fineweb-10B-Q3_K_L.gguf) | Q3_K_L | 0.095 GB | small, substantial quality loss |
50
+ | [gpt2-124M-edu-fineweb-10B-Q4_0.gguf](https://huggingface.co/tensorblock/gpt2-124M-edu-fineweb-10B-GGUF/tree/main/gpt2-124M-edu-fineweb-10B-Q4_0.gguf) | Q4_0 | 0.099 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [gpt2-124M-edu-fineweb-10B-Q4_K_S.gguf](https://huggingface.co/tensorblock/gpt2-124M-edu-fineweb-10B-GGUF/tree/main/gpt2-124M-edu-fineweb-10B-Q4_K_S.gguf) | Q4_K_S | 0.100 GB | small, greater quality loss |
52
+ | [gpt2-124M-edu-fineweb-10B-Q4_K_M.gguf](https://huggingface.co/tensorblock/gpt2-124M-edu-fineweb-10B-GGUF/tree/main/gpt2-124M-edu-fineweb-10B-Q4_K_M.gguf) | Q4_K_M | 0.105 GB | medium, balanced quality - recommended |
53
+ | [gpt2-124M-edu-fineweb-10B-Q5_0.gguf](https://huggingface.co/tensorblock/gpt2-124M-edu-fineweb-10B-GGUF/tree/main/gpt2-124M-edu-fineweb-10B-Q5_0.gguf) | Q5_0 | 0.114 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [gpt2-124M-edu-fineweb-10B-Q5_K_S.gguf](https://huggingface.co/tensorblock/gpt2-124M-edu-fineweb-10B-GGUF/tree/main/gpt2-124M-edu-fineweb-10B-Q5_K_S.gguf) | Q5_K_S | 0.114 GB | large, low quality loss - recommended |
55
+ | [gpt2-124M-edu-fineweb-10B-Q5_K_M.gguf](https://huggingface.co/tensorblock/gpt2-124M-edu-fineweb-10B-GGUF/tree/main/gpt2-124M-edu-fineweb-10B-Q5_K_M.gguf) | Q5_K_M | 0.118 GB | large, very low quality loss - recommended |
56
+ | [gpt2-124M-edu-fineweb-10B-Q6_K.gguf](https://huggingface.co/tensorblock/gpt2-124M-edu-fineweb-10B-GGUF/tree/main/gpt2-124M-edu-fineweb-10B-Q6_K.gguf) | Q6_K | 0.129 GB | very large, extremely low quality loss |
57
+ | [gpt2-124M-edu-fineweb-10B-Q8_0.gguf](https://huggingface.co/tensorblock/gpt2-124M-edu-fineweb-10B-GGUF/tree/main/gpt2-124M-edu-fineweb-10B-Q8_0.gguf) | Q8_0 | 0.165 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-124M-edu-fineweb-10B-GGUF --include "gpt2-124M-edu-fineweb-10B-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-124M-edu-fineweb-10B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
gpt2-124M-edu-fineweb-10B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dc7ca1f02f228cd03f8ec7164578438bc7516ad5c8c71f11ae0e51402cc8ca2
3
+ size 81196704
gpt2-124M-edu-fineweb-10B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39a3cee9cfd94ae1f87de835d9ee3b7a98fcde6f84a39ac0d3b0613bb768eb72
3
+ size 102092640
gpt2-124M-edu-fineweb-10B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c6b35803e453e5d07e3b9e2249060ba4b14aa38a1058bf01c050c6847a49f69
3
+ size 97668960
gpt2-124M-edu-fineweb-10B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6c3da1f8e03321d8f5b4dc605436cd950de5cb6c44a5ff472015519fdce5185
3
+ size 90148704
gpt2-124M-edu-fineweb-10B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:038da1a9df8230d76340f49d213eb00143af6febf722a3c5d2ed8b08a07620d7
3
+ size 106555296
gpt2-124M-edu-fineweb-10B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9c9779208efd4c1039cefb37f8d46bc54e9af08c97495fb84ee9a01efe0d819
3
+ size 112859040
gpt2-124M-edu-fineweb-10B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adbf5062c0aee3fe48d23671efdeedcbce7c2e20441f8890d1cfaaea2701e85c
3
+ size 106850208
gpt2-124M-edu-fineweb-10B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d673f7829bbe4eae53cfdcece3829f14c4b319559c90a904ee4445c2f0ff246
3
+ size 121996800
gpt2-124M-edu-fineweb-10B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dc09f6745dab9101eb5c3cb24dd99fb9fca0d13b271eb857d7383570a90b63c
3
+ size 126696960
gpt2-124M-edu-fineweb-10B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18d1ea351ab38000ad09256870ae1d7279cde4eb234b005ca05a411445e3d347
3
+ size 121996800
gpt2-124M-edu-fineweb-10B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ec16d18a9eed834a683d7370a9236c21255d3464107f52c1458a1dc071182f1
3
+ size 138403392
gpt2-124M-edu-fineweb-10B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0eada8f00b02c3dc9fbff5821b584be1d3bdfb5477948fc7d0bf6b459b7ee765
3
+ size 177669120