morriszms commited on
Commit
fedeba2
·
verified ·
1 Parent(s): b07d0e5

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
+ SynLogic-7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SynLogic-7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SynLogic-7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SynLogic-7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SynLogic-7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SynLogic-7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SynLogic-7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SynLogic-7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SynLogic-7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SynLogic-7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SynLogic-7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SynLogic-7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: MiniMaxAI/SynLogic-7B
3
+ datasets:
4
+ - MiniMaxAI/SynLogic
5
+ language:
6
+ - en
7
+ library_name: transformers
8
+ license: mit
9
+ tags:
10
+ - LLM
11
+ - TensorBlock
12
+ - GGUF
13
+ pipeline_tag: text-generation
14
+ ---
15
+
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+
20
+ [![Website](https://img.shields.io/badge/Website-tensorblock.co-blue?logo=google-chrome&logoColor=white)](https://tensorblock.co)
21
+ [![Twitter](https://img.shields.io/twitter/follow/tensorblock_aoi?style=social)](https://twitter.com/tensorblock_aoi)
22
+ [![Discord](https://img.shields.io/badge/Discord-Join%20Us-5865F2?logo=discord&logoColor=white)](https://discord.gg/Ej5NmeHFf2)
23
+ [![GitHub](https://img.shields.io/badge/GitHub-TensorBlock-black?logo=github&logoColor=white)](https://github.com/TensorBlock)
24
+ [![Telegram](https://img.shields.io/badge/Telegram-Group-blue?logo=telegram)](https://t.me/TensorBlock)
25
+
26
+
27
+ ## MiniMaxAI/SynLogic-7B - GGUF
28
+
29
+ <div style="text-align: left; margin: 20px 0;">
30
+ <a href="https://discord.com/invite/Ej5NmeHFf2" style="display: inline-block; padding: 10px 20px; background-color: #5865F2; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
31
+ Join our Discord to learn more about what we're building ↗
32
+ </a>
33
+ </div>
34
+
35
+ This repo contains GGUF format model files for [MiniMaxAI/SynLogic-7B](https://huggingface.co/MiniMaxAI/SynLogic-7B).
36
+
37
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5753](https://github.com/ggml-org/llama.cpp/commit/73e53dc834c0a2336cd104473af6897197b96277).
38
+
39
+ ## Our projects
40
+ <table border="1" cellspacing="0" cellpadding="10">
41
+ <tr>
42
+ <th colspan="2" style="font-size: 25px;">Forge</th>
43
+ </tr>
44
+ <tr>
45
+ <th colspan="2">
46
+ <img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
47
+ </th>
48
+ </tr>
49
+ <tr>
50
+ <th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
51
+ </tr>
52
+ <tr>
53
+ <th colspan="2">
54
+ <a href="https://github.com/TensorBlock/forge" target="_blank" style="
55
+ display: inline-block;
56
+ padding: 8px 16px;
57
+ background-color: #FF7F50;
58
+ color: white;
59
+ text-decoration: none;
60
+ border-radius: 6px;
61
+ font-weight: bold;
62
+ font-family: sans-serif;
63
+ ">🚀 Try it now! 🚀</a>
64
+ </th>
65
+ </tr>
66
+
67
+ <tr>
68
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
69
+ <th style="font-size: 25px;">TensorBlock Studio</th>
70
+ </tr>
71
+ <tr>
72
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
73
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
74
+ </tr>
75
+ <tr>
76
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
77
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
78
+ </tr>
79
+ <tr>
80
+ <th>
81
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
82
+ display: inline-block;
83
+ padding: 8px 16px;
84
+ background-color: #FF7F50;
85
+ color: white;
86
+ text-decoration: none;
87
+ border-radius: 6px;
88
+ font-weight: bold;
89
+ font-family: sans-serif;
90
+ ">👀 See what we built 👀</a>
91
+ </th>
92
+ <th>
93
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
94
+ display: inline-block;
95
+ padding: 8px 16px;
96
+ background-color: #FF7F50;
97
+ color: white;
98
+ text-decoration: none;
99
+ border-radius: 6px;
100
+ font-weight: bold;
101
+ font-family: sans-serif;
102
+ ">👀 See what we built 👀</a>
103
+ </th>
104
+ </tr>
105
+ </table>
106
+
107
+ ## Prompt template
108
+
109
+ ```
110
+ <|im_start|>system
111
+ {system_prompt}<|im_end|>
112
+ <|im_start|>user
113
+ {prompt}<|im_end|>
114
+ <|im_start|>assistant
115
+ ```
116
+
117
+ ## Model file specification
118
+
119
+ | Filename | Quant type | File Size | Description |
120
+ | -------- | ---------- | --------- | ----------- |
121
+ | [SynLogic-7B-Q2_K.gguf](https://huggingface.co/tensorblock/MiniMaxAI_SynLogic-7B-GGUF/blob/main/SynLogic-7B-Q2_K.gguf) | Q2_K | 3.016 GB | smallest, significant quality loss - not recommended for most purposes |
122
+ | [SynLogic-7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/MiniMaxAI_SynLogic-7B-GGUF/blob/main/SynLogic-7B-Q3_K_S.gguf) | Q3_K_S | 3.492 GB | very small, high quality loss |
123
+ | [SynLogic-7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/MiniMaxAI_SynLogic-7B-GGUF/blob/main/SynLogic-7B-Q3_K_M.gguf) | Q3_K_M | 3.808 GB | very small, high quality loss |
124
+ | [SynLogic-7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/MiniMaxAI_SynLogic-7B-GGUF/blob/main/SynLogic-7B-Q3_K_L.gguf) | Q3_K_L | 4.088 GB | small, substantial quality loss |
125
+ | [SynLogic-7B-Q4_0.gguf](https://huggingface.co/tensorblock/MiniMaxAI_SynLogic-7B-GGUF/blob/main/SynLogic-7B-Q4_0.gguf) | Q4_0 | 4.431 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
126
+ | [SynLogic-7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/MiniMaxAI_SynLogic-7B-GGUF/blob/main/SynLogic-7B-Q4_K_S.gguf) | Q4_K_S | 4.458 GB | small, greater quality loss |
127
+ | [SynLogic-7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/MiniMaxAI_SynLogic-7B-GGUF/blob/main/SynLogic-7B-Q4_K_M.gguf) | Q4_K_M | 4.683 GB | medium, balanced quality - recommended |
128
+ | [SynLogic-7B-Q5_0.gguf](https://huggingface.co/tensorblock/MiniMaxAI_SynLogic-7B-GGUF/blob/main/SynLogic-7B-Q5_0.gguf) | Q5_0 | 5.315 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
129
+ | [SynLogic-7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/MiniMaxAI_SynLogic-7B-GGUF/blob/main/SynLogic-7B-Q5_K_S.gguf) | Q5_K_S | 5.315 GB | large, low quality loss - recommended |
130
+ | [SynLogic-7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/MiniMaxAI_SynLogic-7B-GGUF/blob/main/SynLogic-7B-Q5_K_M.gguf) | Q5_K_M | 5.445 GB | large, very low quality loss - recommended |
131
+ | [SynLogic-7B-Q6_K.gguf](https://huggingface.co/tensorblock/MiniMaxAI_SynLogic-7B-GGUF/blob/main/SynLogic-7B-Q6_K.gguf) | Q6_K | 6.254 GB | very large, extremely low quality loss |
132
+ | [SynLogic-7B-Q8_0.gguf](https://huggingface.co/tensorblock/MiniMaxAI_SynLogic-7B-GGUF/blob/main/SynLogic-7B-Q8_0.gguf) | Q8_0 | 8.099 GB | very large, extremely low quality loss - not recommended |
133
+
134
+
135
+ ## Downloading instruction
136
+
137
+ ### Command line
138
+
139
+ Firstly, install Huggingface Client
140
+
141
+ ```shell
142
+ pip install -U "huggingface_hub[cli]"
143
+ ```
144
+
145
+ Then, downoad the individual model file the a local directory
146
+
147
+ ```shell
148
+ huggingface-cli download tensorblock/MiniMaxAI_SynLogic-7B-GGUF --include "SynLogic-7B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
149
+ ```
150
+
151
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
152
+
153
+ ```shell
154
+ huggingface-cli download tensorblock/MiniMaxAI_SynLogic-7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
155
+ ```
SynLogic-7B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13e1547bde459e3d8970862639517426a31de06cfd2ccd7f30ee49094c227fdd
3
+ size 3015940480
SynLogic-7B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2558c5eb8ce41ff1d325aa5da7be2a3ba798e9791b52f9110478aa8dccc36790
3
+ size 4088459648
SynLogic-7B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21be91c718f3909a7faa4a4705e432bc477bfec9a687a698ff5e2b5f9dab8e72
3
+ size 3808391552
SynLogic-7B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db0834251e86e240b94d582f74b511a018ae5ea7a1ef0d18ee5ba63ac18173a2
3
+ size 3492368768
SynLogic-7B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a370d463d7367b6c28d186a7592933c2e0d2d202cb7ddcb041df56cd76be0ff
3
+ size 4431391104
SynLogic-7B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4369a42fb1c9c2e154878203ef3905080d5d74127112eba3701f91195d83021
3
+ size 4683073920
SynLogic-7B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:447c621f081273001bf1d85ff10155151ea57466155b360929f5e0ad233ad6e2
3
+ size 4457769344
SynLogic-7B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee8a451d81f4d09622a3145989e89fa020a8aa264e1901fa7421cf11ed8d08ad
3
+ size 5315176832
SynLogic-7B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42a091618b2c9114f32fe70f49cd0499b2caecd993b4a1d0044a07db28c4459d
3
+ size 5444831616
SynLogic-7B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04609ffc44d7e0b4f7950bd1c9546035fa2c9341a43fd5633f1245e69081877c
3
+ size 5315176832
SynLogic-7B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcefd45c83508bb7a32335d842330b98e17eff0bd931f5e0a82038c70cd5f5d6
3
+ size 6254199168
SynLogic-7B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76d86db23f85f913cd1ff8dbb15a8ac5ce6bf4303605a5f7b556b4621a36e023
3
+ size 8098525568