morriszms commited on
Commit
48fb892
·
verified ·
1 Parent(s): 24b555a

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
+ YarnGPT-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ YarnGPT-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ YarnGPT-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ YarnGPT-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ YarnGPT-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ YarnGPT-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ YarnGPT-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ YarnGPT-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ YarnGPT-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ YarnGPT-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ YarnGPT-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ YarnGPT-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ language:
5
+ - en
6
+ base_model: saheedniyi/YarnGPT
7
+ pipeline_tag: text-to-speech
8
+ tags:
9
+ - TensorBlock
10
+ - GGUF
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
+ ## saheedniyi/YarnGPT - GGUF
25
+
26
+ This repo contains GGUF format model files for [saheedniyi/YarnGPT](https://huggingface.co/saheedniyi/YarnGPT).
27
+
28
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4823](https://github.com/ggml-org/llama.cpp/commit/5bbe6a9fe9a8796a9389c85accec89dbc4d91e39).
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
+ | [YarnGPT-Q2_K.gguf](https://huggingface.co/tensorblock/YarnGPT-GGUF/blob/main/YarnGPT-Q2_K.gguf) | Q2_K | 0.223 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [YarnGPT-Q3_K_S.gguf](https://huggingface.co/tensorblock/YarnGPT-GGUF/blob/main/YarnGPT-Q3_K_S.gguf) | Q3_K_S | 0.223 GB | very small, high quality loss |
48
+ | [YarnGPT-Q3_K_M.gguf](https://huggingface.co/tensorblock/YarnGPT-GGUF/blob/main/YarnGPT-Q3_K_M.gguf) | Q3_K_M | 0.239 GB | very small, high quality loss |
49
+ | [YarnGPT-Q3_K_L.gguf](https://huggingface.co/tensorblock/YarnGPT-GGUF/blob/main/YarnGPT-Q3_K_L.gguf) | Q3_K_L | 0.251 GB | small, substantial quality loss |
50
+ | [YarnGPT-Q4_0.gguf](https://huggingface.co/tensorblock/YarnGPT-GGUF/blob/main/YarnGPT-Q4_0.gguf) | Q4_0 | 0.233 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [YarnGPT-Q4_K_S.gguf](https://huggingface.co/tensorblock/YarnGPT-GGUF/blob/main/YarnGPT-Q4_K_S.gguf) | Q4_K_S | 0.264 GB | small, greater quality loss |
52
+ | [YarnGPT-Q4_K_M.gguf](https://huggingface.co/tensorblock/YarnGPT-GGUF/blob/main/YarnGPT-Q4_K_M.gguf) | Q4_K_M | 0.275 GB | medium, balanced quality - recommended |
53
+ | [YarnGPT-Q5_0.gguf](https://huggingface.co/tensorblock/YarnGPT-GGUF/blob/main/YarnGPT-Q5_0.gguf) | Q5_0 | 0.273 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [YarnGPT-Q5_K_S.gguf](https://huggingface.co/tensorblock/YarnGPT-GGUF/blob/main/YarnGPT-Q5_K_S.gguf) | Q5_K_S | 0.287 GB | large, low quality loss - recommended |
55
+ | [YarnGPT-Q5_K_M.gguf](https://huggingface.co/tensorblock/YarnGPT-GGUF/blob/main/YarnGPT-Q5_K_M.gguf) | Q5_K_M | 0.294 GB | large, very low quality loss - recommended |
56
+ | [YarnGPT-Q6_K.gguf](https://huggingface.co/tensorblock/YarnGPT-GGUF/blob/main/YarnGPT-Q6_K.gguf) | Q6_K | 0.372 GB | very large, extremely low quality loss |
57
+ | [YarnGPT-Q8_0.gguf](https://huggingface.co/tensorblock/YarnGPT-GGUF/blob/main/YarnGPT-Q8_0.gguf) | Q8_0 | 0.391 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/YarnGPT-GGUF --include "YarnGPT-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/YarnGPT-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
YarnGPT-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96459d9cdab830e50c7b4f8cffbd739c72ecc6c92933ce993351cc6a252af7c2
3
+ size 222936416
YarnGPT-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d8381e1f21e24a45115502039513f5431dc31b4d95d4d2fbf42e32aa3db3ce0
3
+ size 250584416
YarnGPT-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eefcae253808bbb6f1e91f448bbb88db84f642887183512ca7544be6739afa7b
3
+ size 238949216
YarnGPT-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f5d0ef719a28137c16c9cf2850f5f54d66c1a17a93fe7f5c160c8e67c72681d
3
+ size 222936416
YarnGPT-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:515a819fa1e303426602f40f519137dbfff0cdedb13e243ff6d4b51cb4a9cf96
3
+ size 233381216
YarnGPT-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea1584053f26da267868c4158492c072d3f4aea9e9935133c0cc7492b73171db
3
+ size 274853216
YarnGPT-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c987d46d72f30338727c9e82d2b5b562517de04f61faa6172ec47d4283ab7877
3
+ size 264178016
YarnGPT-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdb2342d37888f9af767cd2fb6102397fd18bdb71f4f2e12675d74f8944c3d5a
3
+ size 272702816
YarnGPT-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab9898fd1b189c45a351a7c67100e0fc95cbc83fdddeee772d958e34f5624d29
3
+ size 294206816
YarnGPT-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea9273e2b399f14712444cd5b2993a2b8cd5f597f3297f0308760eeef2af889c
3
+ size 287448416
YarnGPT-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:110960934eb0c9c2e7b7a5db05661e60ae15ed584804138806d3ce1e738b1968
3
+ size 371621216
YarnGPT-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f87fdbd7ff923336bff40c6d3679ccd040da3539d1bcd1ef51c48f113b4d98b8
3
+ size 390667616