morriszms commited on
Commit
852de6e
1 Parent(s): e1d09ac

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
+ storytime-13b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ storytime-13b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ storytime-13b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ storytime-13b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ storytime-13b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ storytime-13b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ storytime-13b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ storytime-13b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ storytime-13b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ storytime-13b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ storytime-13b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ storytime-13b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ language:
4
+ - en
5
+ tags:
6
+ - llama
7
+ - TensorBlock
8
+ - GGUF
9
+ base_model: chargoddard/storytime-13b
10
+ ---
11
+
12
+ <div style="width: auto; margin-left: auto; margin-right: auto">
13
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
14
+ </div>
15
+ <div style="display: flex; justify-content: space-between; width: 100%;">
16
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
17
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
18
+ 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>
19
+ </p>
20
+ </div>
21
+ </div>
22
+
23
+ ## chargoddard/storytime-13b - GGUF
24
+
25
+ This repo contains GGUF format model files for [chargoddard/storytime-13b](https://huggingface.co/chargoddard/storytime-13b).
26
+
27
+ 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).
28
+
29
+ <div style="text-align: left; margin: 20px 0;">
30
+ <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;">
31
+ Run them on the TensorBlock client using your local machine ↗
32
+ </a>
33
+ </div>
34
+
35
+ ## Prompt template
36
+
37
+ ```
38
+
39
+ ```
40
+
41
+ ## Model file specification
42
+
43
+ | Filename | Quant type | File Size | Description |
44
+ | -------- | ---------- | --------- | ----------- |
45
+ | [storytime-13b-Q2_K.gguf](https://huggingface.co/tensorblock/storytime-13b-GGUF/blob/main/storytime-13b-Q2_K.gguf) | Q2_K | 4.521 GB | smallest, significant quality loss - not recommended for most purposes |
46
+ | [storytime-13b-Q3_K_S.gguf](https://huggingface.co/tensorblock/storytime-13b-GGUF/blob/main/storytime-13b-Q3_K_S.gguf) | Q3_K_S | 5.270 GB | very small, high quality loss |
47
+ | [storytime-13b-Q3_K_M.gguf](https://huggingface.co/tensorblock/storytime-13b-GGUF/blob/main/storytime-13b-Q3_K_M.gguf) | Q3_K_M | 5.903 GB | very small, high quality loss |
48
+ | [storytime-13b-Q3_K_L.gguf](https://huggingface.co/tensorblock/storytime-13b-GGUF/blob/main/storytime-13b-Q3_K_L.gguf) | Q3_K_L | 6.454 GB | small, substantial quality loss |
49
+ | [storytime-13b-Q4_0.gguf](https://huggingface.co/tensorblock/storytime-13b-GGUF/blob/main/storytime-13b-Q4_0.gguf) | Q4_0 | 6.860 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
50
+ | [storytime-13b-Q4_K_S.gguf](https://huggingface.co/tensorblock/storytime-13b-GGUF/blob/main/storytime-13b-Q4_K_S.gguf) | Q4_K_S | 6.913 GB | small, greater quality loss |
51
+ | [storytime-13b-Q4_K_M.gguf](https://huggingface.co/tensorblock/storytime-13b-GGUF/blob/main/storytime-13b-Q4_K_M.gguf) | Q4_K_M | 7.326 GB | medium, balanced quality - recommended |
52
+ | [storytime-13b-Q5_0.gguf](https://huggingface.co/tensorblock/storytime-13b-GGUF/blob/main/storytime-13b-Q5_0.gguf) | Q5_0 | 8.356 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
53
+ | [storytime-13b-Q5_K_S.gguf](https://huggingface.co/tensorblock/storytime-13b-GGUF/blob/main/storytime-13b-Q5_K_S.gguf) | Q5_K_S | 8.356 GB | large, low quality loss - recommended |
54
+ | [storytime-13b-Q5_K_M.gguf](https://huggingface.co/tensorblock/storytime-13b-GGUF/blob/main/storytime-13b-Q5_K_M.gguf) | Q5_K_M | 8.596 GB | large, very low quality loss - recommended |
55
+ | [storytime-13b-Q6_K.gguf](https://huggingface.co/tensorblock/storytime-13b-GGUF/blob/main/storytime-13b-Q6_K.gguf) | Q6_K | 9.946 GB | very large, extremely low quality loss |
56
+ | [storytime-13b-Q8_0.gguf](https://huggingface.co/tensorblock/storytime-13b-GGUF/blob/main/storytime-13b-Q8_0.gguf) | Q8_0 | 12.881 GB | very large, extremely low quality loss - not recommended |
57
+
58
+
59
+ ## Downloading instruction
60
+
61
+ ### Command line
62
+
63
+ Firstly, install Huggingface Client
64
+
65
+ ```shell
66
+ pip install -U "huggingface_hub[cli]"
67
+ ```
68
+
69
+ Then, downoad the individual model file the a local directory
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/storytime-13b-GGUF --include "storytime-13b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
73
+ ```
74
+
75
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/storytime-13b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
79
+ ```
storytime-13b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb015acf36032c9575b6c243cae246df3d473cb18b7b7a7b8f29cc73227a6ea9
3
+ size 4854270304
storytime-13b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1428fb1cf944029ded7c5d9a48a0383f120aa05ffe7f16a2582769104d7fbd04
3
+ size 6929559904
storytime-13b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:509c6865e8dc63e8b4ff19bc17c224dfc61e42702438ed3f52cc3242acf7b0d5
3
+ size 6337769824
storytime-13b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3679e4337d3f3c4c2d1de7c250058080a4485cb2ab7a8d1991c5f54b8838aaaf
3
+ size 5658980704
storytime-13b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3f5c78e20b2c0ae56e0f5fd9caf11245e3da1e52b3da883ddd07839fdc2e622
3
+ size 7365835104
storytime-13b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23cf3e576c79db58164e5adab17e1f9ad90a2ece94198fe78cbfa3449bdafbe9
3
+ size 7865956704
storytime-13b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78a80019f9b3871f0ab3fca00e2d33bc510783963b8d0074de2d05474846f761
3
+ size 7423179104
storytime-13b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f462b07d1f605974672bd1ad8c9cb678c393ff13de316f48403e8ef52ac770d7
3
+ size 8972286304
storytime-13b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec4493b74bbfe1f3313954475e00f25850c598cda750f166620879c0650cc622
3
+ size 9229924704
storytime-13b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07a17b1cc6e5f26923c206b8980c190396e099c5efada2ae59c38eb0db94737d
3
+ size 8972286304
storytime-13b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:566cc686c677acf8d50e7eb334f8a4af204faa81ed47ca2b0a18d080c761c41c
3
+ size 10679140704
storytime-13b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3ef9516b368ae76e3b74fb0f77ed30d6c701d70f8f5718c9e7d89d047c568c8
3
+ size 13831319904