morriszms commited on
Commit
470cc65
1 Parent(s): e1072bf

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
+ gpt3_125M_edu_hermes-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gpt3_125M_edu_hermes-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gpt3_125M_edu_hermes-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gpt3_125M_edu_hermes-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gpt3_125M_edu_hermes-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gpt3_125M_edu_hermes-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gpt3_125M_edu_hermes-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gpt3_125M_edu_hermes-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gpt3_125M_edu_hermes-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gpt3_125M_edu_hermes-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gpt3_125M_edu_hermes-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gpt3_125M_edu_hermes-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - llm.c
5
+ - TensorBlock
6
+ - GGUF
7
+ license: mit
8
+ datasets:
9
+ - HuggingFaceFW/fineweb-edu
10
+ - teknium/OpenHermes-2.5
11
+ language:
12
+ - en
13
+ pipeline_tag: text-generation
14
+ base_model: jrahn/gpt3_125M_edu_hermes
15
+ ---
16
+
17
+ <div style="width: auto; margin-left: auto; margin-right: auto">
18
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
19
+ </div>
20
+ <div style="display: flex; justify-content: space-between; width: 100%;">
21
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
22
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
23
+ 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>
24
+ </p>
25
+ </div>
26
+ </div>
27
+
28
+ ## jrahn/gpt3_125M_edu_hermes - GGUF
29
+
30
+ This repo contains GGUF format model files for [jrahn/gpt3_125M_edu_hermes](https://huggingface.co/jrahn/gpt3_125M_edu_hermes).
31
+
32
+ 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).
33
+
34
+ <div style="text-align: left; margin: 20px 0;">
35
+ <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;">
36
+ Run them on the TensorBlock client using your local machine ↗
37
+ </a>
38
+ </div>
39
+
40
+ ## Prompt template
41
+
42
+ ```
43
+
44
+ ```
45
+
46
+ ## Model file specification
47
+
48
+ | Filename | Quant type | File Size | Description |
49
+ | -------- | ---------- | --------- | ----------- |
50
+ | [gpt3_125M_edu_hermes-Q2_K.gguf](https://huggingface.co/tensorblock/gpt3_125M_edu_hermes-GGUF/blob/main/gpt3_125M_edu_hermes-Q2_K.gguf) | Q2_K | 0.084 GB | smallest, significant quality loss - not recommended for most purposes |
51
+ | [gpt3_125M_edu_hermes-Q3_K_S.gguf](https://huggingface.co/tensorblock/gpt3_125M_edu_hermes-GGUF/blob/main/gpt3_125M_edu_hermes-Q3_K_S.gguf) | Q3_K_S | 0.093 GB | very small, high quality loss |
52
+ | [gpt3_125M_edu_hermes-Q3_K_M.gguf](https://huggingface.co/tensorblock/gpt3_125M_edu_hermes-GGUF/blob/main/gpt3_125M_edu_hermes-Q3_K_M.gguf) | Q3_K_M | 0.101 GB | very small, high quality loss |
53
+ | [gpt3_125M_edu_hermes-Q3_K_L.gguf](https://huggingface.co/tensorblock/gpt3_125M_edu_hermes-GGUF/blob/main/gpt3_125M_edu_hermes-Q3_K_L.gguf) | Q3_K_L | 0.105 GB | small, substantial quality loss |
54
+ | [gpt3_125M_edu_hermes-Q4_0.gguf](https://huggingface.co/tensorblock/gpt3_125M_edu_hermes-GGUF/blob/main/gpt3_125M_edu_hermes-Q4_0.gguf) | Q4_0 | 0.110 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
55
+ | [gpt3_125M_edu_hermes-Q4_K_S.gguf](https://huggingface.co/tensorblock/gpt3_125M_edu_hermes-GGUF/blob/main/gpt3_125M_edu_hermes-Q4_K_S.gguf) | Q4_K_S | 0.110 GB | small, greater quality loss |
56
+ | [gpt3_125M_edu_hermes-Q4_K_M.gguf](https://huggingface.co/tensorblock/gpt3_125M_edu_hermes-GGUF/blob/main/gpt3_125M_edu_hermes-Q4_K_M.gguf) | Q4_K_M | 0.116 GB | medium, balanced quality - recommended |
57
+ | [gpt3_125M_edu_hermes-Q5_0.gguf](https://huggingface.co/tensorblock/gpt3_125M_edu_hermes-GGUF/blob/main/gpt3_125M_edu_hermes-Q5_0.gguf) | Q5_0 | 0.125 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
58
+ | [gpt3_125M_edu_hermes-Q5_K_S.gguf](https://huggingface.co/tensorblock/gpt3_125M_edu_hermes-GGUF/blob/main/gpt3_125M_edu_hermes-Q5_K_S.gguf) | Q5_K_S | 0.125 GB | large, low quality loss - recommended |
59
+ | [gpt3_125M_edu_hermes-Q5_K_M.gguf](https://huggingface.co/tensorblock/gpt3_125M_edu_hermes-GGUF/blob/main/gpt3_125M_edu_hermes-Q5_K_M.gguf) | Q5_K_M | 0.130 GB | large, very low quality loss - recommended |
60
+ | [gpt3_125M_edu_hermes-Q6_K.gguf](https://huggingface.co/tensorblock/gpt3_125M_edu_hermes-GGUF/blob/main/gpt3_125M_edu_hermes-Q6_K.gguf) | Q6_K | 0.142 GB | very large, extremely low quality loss |
61
+ | [gpt3_125M_edu_hermes-Q8_0.gguf](https://huggingface.co/tensorblock/gpt3_125M_edu_hermes-GGUF/blob/main/gpt3_125M_edu_hermes-Q8_0.gguf) | Q8_0 | 0.181 GB | very large, extremely low quality loss - not recommended |
62
+
63
+
64
+ ## Downloading instruction
65
+
66
+ ### Command line
67
+
68
+ Firstly, install Huggingface Client
69
+
70
+ ```shell
71
+ pip install -U "huggingface_hub[cli]"
72
+ ```
73
+
74
+ Then, downoad the individual model file the a local directory
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/gpt3_125M_edu_hermes-GGUF --include "gpt3_125M_edu_hermes-Q2_K.gguf" --local-dir MY_LOCAL_DIR
78
+ ```
79
+
80
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
81
+
82
+ ```shell
83
+ huggingface-cli download tensorblock/gpt3_125M_edu_hermes-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
84
+ ```
gpt3_125M_edu_hermes-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18da5806fa180d54624a25012411a0e85589a04fc0edce50368e61d8382b63c8
3
+ size 84342432
gpt3_125M_edu_hermes-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d0e085b343a7a6d3e17f998e658e3a2769138de8ac4bdcddd08a5b54023506d
3
+ size 105238368
gpt3_125M_edu_hermes-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9016eb0ae23739c8d29363a2d66a174f98dea835297299563879300e8425e1aa
3
+ size 100814688
gpt3_125M_edu_hermes-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:751f31346b17a2c013217a5830f605cd077688014f4b64298cfe178b3a148c93
3
+ size 93294432
gpt3_125M_edu_hermes-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e1cafd76ef23d62deb7db36c6dc82dce9b96f4918ced74a24448441fe2be471
3
+ size 109701024
gpt3_125M_edu_hermes-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2323b203caf28f7d9c0c65ff2f8d4f39200f860ebe14ba65cd64a977d478d045
3
+ size 116004768
gpt3_125M_edu_hermes-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f81000368bba1359d9f553889d7de513209bd2385c8dd0c760e91d0af8ca4655
3
+ size 109995936
gpt3_125M_edu_hermes-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0aba223c6b511bad5ab3fa835fce7dcf74639049c156dfb81be7df0ed19a4a11
3
+ size 125142528
gpt3_125M_edu_hermes-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:306f5050356a74d1a714b0ea8670b34e641852a4c576e65cec60830579b0646b
3
+ size 129842688
gpt3_125M_edu_hermes-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10c93b21c5eabaf6c1732a73206ae46b751f02334f2c8a04c2e63fd7258d87e6
3
+ size 125142528
gpt3_125M_edu_hermes-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad43a7f6c932cd6f542a3424976b4cad8fac6bf74dd37ebc591a7f3ead8bac3b
3
+ size 141549120
gpt3_125M_edu_hermes-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ad8322667b339ba3a22918eb6d51b24b1edb99c32c5eee2b8f1d08708b03e52
3
+ size 180814848