Transformers
GGUF
English
TensorBlock
GGUF
Inference Endpoints
morriszms commited on
Commit
3099aa5
1 Parent(s): dffab0d

Upload folder using huggingface_hub

Browse files
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ widget:
4
+ - text: '<|start_story|>Once upon a time, there was a little boy named Tim. Tim '
5
+ example_title: Sample 1
6
+ datasets:
7
+ - raincandy-u/TinyStoriesV2_SpecialTokens
8
+ language:
9
+ - en
10
+ library_name: transformers
11
+ tags:
12
+ - TensorBlock
13
+ - GGUF
14
+ base_model: raincandy-u/TinyStories-656K
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
+ ## raincandy-u/TinyStories-656K - GGUF
29
+
30
+ This repo contains GGUF format model files for [raincandy-u/TinyStories-656K](https://huggingface.co/raincandy-u/TinyStories-656K).
31
+
32
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](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
+ | [TinyStories-656K-Q2_K.gguf](https://huggingface.co/tensorblock/TinyStories-656K-GGUF/blob/main/TinyStories-656K-Q2_K.gguf) | Q2_K | 0.001 GB | smallest, significant quality loss - not recommended for most purposes |
51
+ | [TinyStories-656K-Q3_K_S.gguf](https://huggingface.co/tensorblock/TinyStories-656K-GGUF/blob/main/TinyStories-656K-Q3_K_S.gguf) | Q3_K_S | 0.001 GB | very small, high quality loss |
52
+ | [TinyStories-656K-Q3_K_M.gguf](https://huggingface.co/tensorblock/TinyStories-656K-GGUF/blob/main/TinyStories-656K-Q3_K_M.gguf) | Q3_K_M | 0.001 GB | very small, high quality loss |
53
+ | [TinyStories-656K-Q3_K_L.gguf](https://huggingface.co/tensorblock/TinyStories-656K-GGUF/blob/main/TinyStories-656K-Q3_K_L.gguf) | Q3_K_L | 0.001 GB | small, substantial quality loss |
54
+ | [TinyStories-656K-Q4_0.gguf](https://huggingface.co/tensorblock/TinyStories-656K-GGUF/blob/main/TinyStories-656K-Q4_0.gguf) | Q4_0 | 0.001 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
55
+ | [TinyStories-656K-Q4_K_S.gguf](https://huggingface.co/tensorblock/TinyStories-656K-GGUF/blob/main/TinyStories-656K-Q4_K_S.gguf) | Q4_K_S | 0.001 GB | small, greater quality loss |
56
+ | [TinyStories-656K-Q4_K_M.gguf](https://huggingface.co/tensorblock/TinyStories-656K-GGUF/blob/main/TinyStories-656K-Q4_K_M.gguf) | Q4_K_M | 0.001 GB | medium, balanced quality - recommended |
57
+ | [TinyStories-656K-Q5_0.gguf](https://huggingface.co/tensorblock/TinyStories-656K-GGUF/blob/main/TinyStories-656K-Q5_0.gguf) | Q5_0 | 0.001 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
58
+ | [TinyStories-656K-Q5_K_S.gguf](https://huggingface.co/tensorblock/TinyStories-656K-GGUF/blob/main/TinyStories-656K-Q5_K_S.gguf) | Q5_K_S | 0.001 GB | large, low quality loss - recommended |
59
+ | [TinyStories-656K-Q5_K_M.gguf](https://huggingface.co/tensorblock/TinyStories-656K-GGUF/blob/main/TinyStories-656K-Q5_K_M.gguf) | Q5_K_M | 0.001 GB | large, very low quality loss - recommended |
60
+ | [TinyStories-656K-Q6_K.gguf](https://huggingface.co/tensorblock/TinyStories-656K-GGUF/blob/main/TinyStories-656K-Q6_K.gguf) | Q6_K | 0.001 GB | very large, extremely low quality loss |
61
+ | [TinyStories-656K-Q8_0.gguf](https://huggingface.co/tensorblock/TinyStories-656K-GGUF/blob/main/TinyStories-656K-Q8_0.gguf) | Q8_0 | 0.001 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/TinyStories-656K-GGUF --include "TinyStories-656K-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/TinyStories-656K-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
84
+ ```
TinyStories-656K-Q2_K.gguf ADDED
Binary file (553 kB). View file
 
TinyStories-656K-Q3_K_L.gguf ADDED
Binary file (581 kB). View file
 
TinyStories-656K-Q3_K_M.gguf ADDED
Binary file (573 kB). View file
 
TinyStories-656K-Q3_K_S.gguf ADDED
Binary file (553 kB). View file
 
TinyStories-656K-Q4_0.gguf ADDED
Binary file (553 kB). View file
 
TinyStories-656K-Q4_K_M.gguf ADDED
Binary file (624 kB). View file
 
TinyStories-656K-Q4_K_S.gguf ADDED
Binary file (603 kB). View file
 
TinyStories-656K-Q5_0.gguf ADDED
Binary file (602 kB). View file
 
TinyStories-656K-Q5_K_M.gguf ADDED
Binary file (645 kB). View file
 
TinyStories-656K-Q5_K_S.gguf ADDED
Binary file (627 kB). View file
 
TinyStories-656K-Q6_K.gguf ADDED
Binary file (750 kB). View file
 
TinyStories-656K-Q8_0.gguf ADDED
Binary file (750 kB). View file