morriszms commited on
Commit
8b4e091
·
verified ·
1 Parent(s): fe16727

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
+ Swallow-MS-7b-instruct-v0.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Swallow-MS-7b-instruct-v0.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Swallow-MS-7b-instruct-v0.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Swallow-MS-7b-instruct-v0.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Swallow-MS-7b-instruct-v0.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Swallow-MS-7b-instruct-v0.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Swallow-MS-7b-instruct-v0.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Swallow-MS-7b-instruct-v0.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Swallow-MS-7b-instruct-v0.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Swallow-MS-7b-instruct-v0.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Swallow-MS-7b-instruct-v0.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Swallow-MS-7b-instruct-v0.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - ja
5
+ library_name: transformers
6
+ pipeline_tag: text-generation
7
+ model_type: mistral
8
+ license: apache-2.0
9
+ base_model: tokyotech-llm/Swallow-MS-7b-instruct-v0.1
10
+ tags:
11
+ - TensorBlock
12
+ - GGUF
13
+ ---
14
+
15
+ <div style="width: auto; margin-left: auto; margin-right: auto">
16
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
17
+ </div>
18
+ <div style="display: flex; justify-content: space-between; width: 100%;">
19
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
20
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
21
+ 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>
22
+ </p>
23
+ </div>
24
+ </div>
25
+
26
+ ## tokyotech-llm/Swallow-MS-7b-instruct-v0.1 - GGUF
27
+
28
+ This repo contains GGUF format model files for [tokyotech-llm/Swallow-MS-7b-instruct-v0.1](https://huggingface.co/tokyotech-llm/Swallow-MS-7b-instruct-v0.1).
29
+
30
+ 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).
31
+
32
+ <div style="text-align: left; margin: 20px 0;">
33
+ <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;">
34
+ Run them on the TensorBlock client using your local machine ↗
35
+ </a>
36
+ </div>
37
+
38
+ ## Prompt template
39
+
40
+ ```
41
+ <s>[INST] <<SYS>>
42
+ {system_prompt}
43
+ <</SYS>>
44
+
45
+ {prompt} [/INST]
46
+ ```
47
+
48
+ ## Model file specification
49
+
50
+ | Filename | Quant type | File Size | Description |
51
+ | -------- | ---------- | --------- | ----------- |
52
+ | [Swallow-MS-7b-instruct-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/Swallow-MS-7b-instruct-v0.1-GGUF/blob/main/Swallow-MS-7b-instruct-v0.1-Q2_K.gguf) | Q2_K | 2.770 GB | smallest, significant quality loss - not recommended for most purposes |
53
+ | [Swallow-MS-7b-instruct-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/Swallow-MS-7b-instruct-v0.1-GGUF/blob/main/Swallow-MS-7b-instruct-v0.1-Q3_K_S.gguf) | Q3_K_S | 3.220 GB | very small, high quality loss |
54
+ | [Swallow-MS-7b-instruct-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/Swallow-MS-7b-instruct-v0.1-GGUF/blob/main/Swallow-MS-7b-instruct-v0.1-Q3_K_M.gguf) | Q3_K_M | 3.575 GB | very small, high quality loss |
55
+ | [Swallow-MS-7b-instruct-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/Swallow-MS-7b-instruct-v0.1-GGUF/blob/main/Swallow-MS-7b-instruct-v0.1-Q3_K_L.gguf) | Q3_K_L | 3.878 GB | small, substantial quality loss |
56
+ | [Swallow-MS-7b-instruct-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/Swallow-MS-7b-instruct-v0.1-GGUF/blob/main/Swallow-MS-7b-instruct-v0.1-Q4_0.gguf) | Q4_0 | 4.170 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
57
+ | [Swallow-MS-7b-instruct-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/Swallow-MS-7b-instruct-v0.1-GGUF/blob/main/Swallow-MS-7b-instruct-v0.1-Q4_K_S.gguf) | Q4_K_S | 4.202 GB | small, greater quality loss |
58
+ | [Swallow-MS-7b-instruct-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/Swallow-MS-7b-instruct-v0.1-GGUF/blob/main/Swallow-MS-7b-instruct-v0.1-Q4_K_M.gguf) | Q4_K_M | 4.430 GB | medium, balanced quality - recommended |
59
+ | [Swallow-MS-7b-instruct-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/Swallow-MS-7b-instruct-v0.1-GGUF/blob/main/Swallow-MS-7b-instruct-v0.1-Q5_0.gguf) | Q5_0 | 5.065 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
60
+ | [Swallow-MS-7b-instruct-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/Swallow-MS-7b-instruct-v0.1-GGUF/blob/main/Swallow-MS-7b-instruct-v0.1-Q5_K_S.gguf) | Q5_K_S | 5.065 GB | large, low quality loss - recommended |
61
+ | [Swallow-MS-7b-instruct-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/Swallow-MS-7b-instruct-v0.1-GGUF/blob/main/Swallow-MS-7b-instruct-v0.1-Q5_K_M.gguf) | Q5_K_M | 5.198 GB | large, very low quality loss - recommended |
62
+ | [Swallow-MS-7b-instruct-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/Swallow-MS-7b-instruct-v0.1-GGUF/blob/main/Swallow-MS-7b-instruct-v0.1-Q6_K.gguf) | Q6_K | 6.015 GB | very large, extremely low quality loss |
63
+ | [Swallow-MS-7b-instruct-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/Swallow-MS-7b-instruct-v0.1-GGUF/blob/main/Swallow-MS-7b-instruct-v0.1-Q8_0.gguf) | Q8_0 | 7.790 GB | very large, extremely low quality loss - not recommended |
64
+
65
+
66
+ ## Downloading instruction
67
+
68
+ ### Command line
69
+
70
+ Firstly, install Huggingface Client
71
+
72
+ ```shell
73
+ pip install -U "huggingface_hub[cli]"
74
+ ```
75
+
76
+ Then, downoad the individual model file the a local directory
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/Swallow-MS-7b-instruct-v0.1-GGUF --include "Swallow-MS-7b-instruct-v0.1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
80
+ ```
81
+
82
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
83
+
84
+ ```shell
85
+ huggingface-cli download tensorblock/Swallow-MS-7b-instruct-v0.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
86
+ ```
Swallow-MS-7b-instruct-v0.1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44345f2706d4090f8fa8ad895fa92ed4210641ea5044af290a17ad53a65075f8
3
+ size 2770294592
Swallow-MS-7b-instruct-v0.1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:199037e88535ba5a5bb268f3541cad030ded7b81db861708c260d5cf3f14b530
3
+ size 3877569856
Swallow-MS-7b-instruct-v0.1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6691de3472c32da7232088f032bc2fc0dcf8a785d170b82455879f4e306dc395
3
+ size 3574531392
Swallow-MS-7b-instruct-v0.1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:886cd9b09f8b6bc1c31d7949c6456745a9db91cf26334b826335ebe7f52bc44a
3
+ size 3220112704
Swallow-MS-7b-instruct-v0.1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f4e9e88efecc0657d63dfe7eb38e37aaed0ddc24f101680e1dbda7cb9f7fbfa
3
+ size 4170337088
Swallow-MS-7b-instruct-v0.1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5705741e0806bf4899c7ab52d158a30736f04751bd5ced8f708e3edb36e15bb2
3
+ size 4429859648
Swallow-MS-7b-instruct-v0.1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5008ade4fe3763d8d4b6619852df52516e3c3e596e0608ffadcb85de2535c6f6
3
+ size 4201794368
Swallow-MS-7b-instruct-v0.1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dafae5fa7cf93e0b4db2d6cdc35121d88b330c221e87bea01aae85f52ba1402
3
+ size 5064665920
Swallow-MS-7b-instruct-v0.1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7c42466c6f00cd5d12ff8d0dcb556d0e6d04e3cb5e5f84e91fc27d6fc073636
3
+ size 5198359360
Swallow-MS-7b-instruct-v0.1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:781937aa327f0f8b130474d094e2fb0d95d6907327a7c82300909559b6be3744
3
+ size 5064665920
Swallow-MS-7b-instruct-v0.1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc49a4dd2c54351efdccd0d5a3990b766453ca43aad9dea10b9fc9d9e45172fa
3
+ size 6014890304
Swallow-MS-7b-instruct-v0.1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eda6d574a39652afc048ef397b2bd6f94323ba0d5fa947cb66c43d0a44fa69e0
3
+ size 7790110016