Text Generation
Transformers
GGUF
Japanese
TensorBlock
GGUF
conversational
morriszms commited on
Commit
c4b75e5
·
verified ·
1 Parent(s): d37fb47

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
+ TinySwallow-1.5B-Instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ TinySwallow-1.5B-Instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ TinySwallow-1.5B-Instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ TinySwallow-1.5B-Instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ TinySwallow-1.5B-Instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ TinySwallow-1.5B-Instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ TinySwallow-1.5B-Instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ TinySwallow-1.5B-Instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ TinySwallow-1.5B-Instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ TinySwallow-1.5B-Instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ TinySwallow-1.5B-Instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ TinySwallow-1.5B-Instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - ja
5
+ pipeline_tag: text-generation
6
+ library_name: transformers
7
+ base_model: SakanaAI/TinySwallow-1.5B-Instruct
8
+ datasets:
9
+ - tokyotech-llm/lmsys-chat-1m-synth
10
+ - tokyotech-llm/swallow-magpie-ultra-v0.1
11
+ - tokyotech-llm/swallow-swallow-gemma-magpie-v0.1
12
+ tags:
13
+ - TensorBlock
14
+ - GGUF
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
+ ## SakanaAI/TinySwallow-1.5B-Instruct - GGUF
29
+
30
+ This repo contains GGUF format model files for [SakanaAI/TinySwallow-1.5B-Instruct](https://huggingface.co/SakanaAI/TinySwallow-1.5B-Instruct).
31
+
32
+ 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).
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
+ <|im_start|>system
44
+ {system_prompt}<|im_end|>
45
+ <|im_start|>user
46
+ {prompt}<|im_end|>
47
+ <|im_start|>assistant
48
+ ```
49
+
50
+ ## Model file specification
51
+
52
+ | Filename | Quant type | File Size | Description |
53
+ | -------- | ---------- | --------- | ----------- |
54
+ | [TinySwallow-1.5B-Instruct-Q2_K.gguf](https://huggingface.co/tensorblock/TinySwallow-1.5B-Instruct-GGUF/blob/main/TinySwallow-1.5B-Instruct-Q2_K.gguf) | Q2_K | 0.676 GB | smallest, significant quality loss - not recommended for most purposes |
55
+ | [TinySwallow-1.5B-Instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/TinySwallow-1.5B-Instruct-GGUF/blob/main/TinySwallow-1.5B-Instruct-Q3_K_S.gguf) | Q3_K_S | 0.761 GB | very small, high quality loss |
56
+ | [TinySwallow-1.5B-Instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/TinySwallow-1.5B-Instruct-GGUF/blob/main/TinySwallow-1.5B-Instruct-Q3_K_M.gguf) | Q3_K_M | 0.824 GB | very small, high quality loss |
57
+ | [TinySwallow-1.5B-Instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/TinySwallow-1.5B-Instruct-GGUF/blob/main/TinySwallow-1.5B-Instruct-Q3_K_L.gguf) | Q3_K_L | 0.880 GB | small, substantial quality loss |
58
+ | [TinySwallow-1.5B-Instruct-Q4_0.gguf](https://huggingface.co/tensorblock/TinySwallow-1.5B-Instruct-GGUF/blob/main/TinySwallow-1.5B-Instruct-Q4_0.gguf) | Q4_0 | 0.935 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
59
+ | [TinySwallow-1.5B-Instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/TinySwallow-1.5B-Instruct-GGUF/blob/main/TinySwallow-1.5B-Instruct-Q4_K_S.gguf) | Q4_K_S | 0.940 GB | small, greater quality loss |
60
+ | [TinySwallow-1.5B-Instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/TinySwallow-1.5B-Instruct-GGUF/blob/main/TinySwallow-1.5B-Instruct-Q4_K_M.gguf) | Q4_K_M | 0.986 GB | medium, balanced quality - recommended |
61
+ | [TinySwallow-1.5B-Instruct-Q5_0.gguf](https://huggingface.co/tensorblock/TinySwallow-1.5B-Instruct-GGUF/blob/main/TinySwallow-1.5B-Instruct-Q5_0.gguf) | Q5_0 | 1.099 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
62
+ | [TinySwallow-1.5B-Instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/TinySwallow-1.5B-Instruct-GGUF/blob/main/TinySwallow-1.5B-Instruct-Q5_K_S.gguf) | Q5_K_S | 1.099 GB | large, low quality loss - recommended |
63
+ | [TinySwallow-1.5B-Instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/TinySwallow-1.5B-Instruct-GGUF/blob/main/TinySwallow-1.5B-Instruct-Q5_K_M.gguf) | Q5_K_M | 1.125 GB | large, very low quality loss - recommended |
64
+ | [TinySwallow-1.5B-Instruct-Q6_K.gguf](https://huggingface.co/tensorblock/TinySwallow-1.5B-Instruct-GGUF/blob/main/TinySwallow-1.5B-Instruct-Q6_K.gguf) | Q6_K | 1.273 GB | very large, extremely low quality loss |
65
+ | [TinySwallow-1.5B-Instruct-Q8_0.gguf](https://huggingface.co/tensorblock/TinySwallow-1.5B-Instruct-GGUF/blob/main/TinySwallow-1.5B-Instruct-Q8_0.gguf) | Q8_0 | 1.647 GB | very large, extremely low quality loss - not recommended |
66
+
67
+
68
+ ## Downloading instruction
69
+
70
+ ### Command line
71
+
72
+ Firstly, install Huggingface Client
73
+
74
+ ```shell
75
+ pip install -U "huggingface_hub[cli]"
76
+ ```
77
+
78
+ Then, downoad the individual model file the a local directory
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/TinySwallow-1.5B-Instruct-GGUF --include "TinySwallow-1.5B-Instruct-Q2_K.gguf" --local-dir MY_LOCAL_DIR
82
+ ```
83
+
84
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
85
+
86
+ ```shell
87
+ huggingface-cli download tensorblock/TinySwallow-1.5B-Instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
88
+ ```
TinySwallow-1.5B-Instruct-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45e76e8b356202a2711bd2a8a235933a3d4731cfb6fba539f542ab7f7173aea7
3
+ size 676305792
TinySwallow-1.5B-Instruct-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37193afae71d5402ab553e43dccac516933651316bad60f9027e1d4c33e5e16f
3
+ size 880163712
TinySwallow-1.5B-Instruct-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58aea35e0c7d12522138ad798abcc6d74a85f8d9a68257d87ee761afeaf24744
3
+ size 824179584
TinySwallow-1.5B-Instruct-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4490771221b0e5666e138bca6c6509fe2b97da30eb9262d39369a08d863efa99
3
+ size 760945536
TinySwallow-1.5B-Instruct-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:146cfe24c7d44fe2e674fee4555a52ffa3df9a916462b2ce6ffa870392e75a47
3
+ size 934955904
TinySwallow-1.5B-Instruct-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59c4e982de5dd1f14822b6999e7b5258a8280c97b7ba0134b308b6d9f94e5a61
3
+ size 986049408
TinySwallow-1.5B-Instruct-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccaa03df0fc37ce08a3f325356fe6e638ef64a48fb16e1f0cc5ce874a8ace910
3
+ size 940313472
TinySwallow-1.5B-Instruct-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94a14169322c98960651116b85d8b85f4f3d65d378a2198cb3f9225d79fe188e
3
+ size 1098730368
TinySwallow-1.5B-Instruct-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8593c621e0af485db0ccb86425c428a507f56781077f681e0d76857b0afb25d8
3
+ size 1125051264
TinySwallow-1.5B-Instruct-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:906b44c803beb6843bbc3bb84e2e8a501899fa58f0ab1bd7a026568de14dd86e
3
+ size 1098730368
TinySwallow-1.5B-Instruct-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a706fe4ee016dfdb096867685987b7e21214b2c4c387a647289715e0dc606f9a
3
+ size 1272740736
TinySwallow-1.5B-Instruct-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d82244757f0ce7619ea2b3ff83a6b09748e146547911d63d178536359d9d954a
3
+ size 1646573952