Instructions to use flyingfishinwater/good_and_small_models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use flyingfishinwater/good_and_small_models with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf flyingfishinwater/good_and_small_models:Q4_K_M # Run inference directly in the terminal: llama cli -hf flyingfishinwater/good_and_small_models:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf flyingfishinwater/good_and_small_models:Q4_K_M # Run inference directly in the terminal: llama cli -hf flyingfishinwater/good_and_small_models:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf flyingfishinwater/good_and_small_models:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf flyingfishinwater/good_and_small_models:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf flyingfishinwater/good_and_small_models:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf flyingfishinwater/good_and_small_models:Q4_K_M
Use Docker
docker model run hf.co/flyingfishinwater/good_and_small_models:Q4_K_M
- LM Studio
- Jan
- Ollama
How to use flyingfishinwater/good_and_small_models with Ollama:
ollama run hf.co/flyingfishinwater/good_and_small_models:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use flyingfishinwater/good_and_small_models with Docker Model Runner:
docker model run hf.co/flyingfishinwater/good_and_small_models:Q4_K_M
- Lemonade
How to use flyingfishinwater/good_and_small_models with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull flyingfishinwater/good_and_small_models:Q4_K_M
Run and chat with the model
lemonade run user.good_and_small_models-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,37 +1,30 @@
|
|
| 1 |
-
#
|
| 2 |
|
| 3 |
-
|
| 4 |
|
| 5 |
-
**Model Intention:**
|
| 6 |
|
| 7 |
-
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/
|
| 8 |
|
| 9 |
-
**Model Info URL:** [https://huggingface.co/
|
| 10 |
|
| 11 |
-
**Model License:** [License Info](https://
|
| 12 |
-
|
| 13 |
-
**Model Description:** SmolLM2 was trained on 11 trillion tokens and demonstrates significant advances over other small models, particularly in instruction following, knowledge, reasoning, and mathematics.
|
| 14 |
|
| 15 |
-
**
|
| 16 |
|
| 17 |
-
**
|
| 18 |
|
| 19 |
-
**File Size:**
|
| 20 |
|
| 21 |
-
**Context Length:**
|
| 22 |
|
| 23 |
**Prompt Format:**
|
| 24 |
|
| 25 |
```
|
| 26 |
-
<|im_start|>system
|
| 27 |
-
{{system}}<|im_end|>
|
| 28 |
-
<|im_start|>user
|
| 29 |
-
{{prompt}}<|im_end|>
|
| 30 |
-
<|im_start|>assistant
|
| 31 |
|
| 32 |
```
|
| 33 |
|
| 34 |
-
**Template Name:**
|
| 35 |
|
| 36 |
**Add BOS Token:** Yes
|
| 37 |
|
|
@@ -42,40 +35,37 @@ SmolLM2 was trained on 11 trillion tokens and demonstrates significant advances
|
|
| 42 |
|
| 43 |
---
|
| 44 |
|
| 45 |
-
#
|
| 46 |
-
|
| 47 |
-
Jina Reader-LM is a model that convert HTML content to Markdown content, which is useful for content conversion tasks. The model is trained on a curated collection of HTML content and its corresponding Markdown content.
|
| 48 |
|
| 49 |
-
|
| 50 |
|
| 51 |
-
**Model
|
| 52 |
|
| 53 |
-
**Model
|
| 54 |
|
| 55 |
-
**Model
|
| 56 |
|
| 57 |
-
**Model
|
| 58 |
|
| 59 |
-
**
|
| 60 |
|
| 61 |
-
**
|
| 62 |
|
| 63 |
-
**File Size:**
|
| 64 |
|
| 65 |
-
**Context Length:**
|
| 66 |
|
| 67 |
**Prompt Format:**
|
| 68 |
|
| 69 |
```
|
| 70 |
-
<|
|
| 71 |
-
{{
|
| 72 |
-
<|
|
| 73 |
-
{{
|
| 74 |
-
|
| 75 |
-
|
| 76 |
```
|
| 77 |
|
| 78 |
-
**Template Name:**
|
| 79 |
|
| 80 |
**Add BOS Token:** Yes
|
| 81 |
|
|
@@ -86,35 +76,31 @@ Jina Reader-LM is a model that convert HTML content to Markdown content, which i
|
|
| 86 |
|
| 87 |
---
|
| 88 |
|
| 89 |
-
#
|
| 90 |
|
| 91 |
-
|
| 92 |
|
| 93 |
-
**Model Intention:**
|
| 94 |
|
| 95 |
-
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/
|
| 96 |
|
| 97 |
-
**Model Info URL:** [https://huggingface.co/
|
| 98 |
|
| 99 |
-
**Model License:** [License Info](https://
|
| 100 |
|
| 101 |
-
**Model Description:**
|
| 102 |
|
| 103 |
-
**Developer:** [https://huggingface.co/
|
| 104 |
|
| 105 |
-
**Update Date:**
|
| 106 |
|
| 107 |
-
**File Size:**
|
| 108 |
|
| 109 |
-
**Context Length:**
|
| 110 |
|
| 111 |
**Prompt Format:**
|
| 112 |
|
| 113 |
```
|
| 114 |
-
<|begin_of_text|><|start_header_id|>system<|end_header_id|>
|
| 115 |
-
|
| 116 |
-
{{system}}<|eot_id|><|start_header_id|>user<|end_header_id|>
|
| 117 |
-
|
| 118 |
|
| 119 |
```
|
| 120 |
|
|
@@ -129,27 +115,27 @@ It identifies cybersecurity risks such as open ports, outdated software, default
|
|
| 129 |
|
| 130 |
---
|
| 131 |
|
| 132 |
-
#
|
| 133 |
|
| 134 |
-
|
| 135 |
|
| 136 |
-
**Model Intention:**
|
| 137 |
|
| 138 |
-
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/
|
| 139 |
|
| 140 |
-
**Model Info URL:** [https://huggingface.co/
|
| 141 |
|
| 142 |
-
**Model License:** [License Info](https://
|
| 143 |
|
| 144 |
-
**Model Description:**
|
| 145 |
|
| 146 |
-
**Developer:** [https://huggingface.co/
|
| 147 |
|
| 148 |
-
**Update Date:** 2024-
|
| 149 |
|
| 150 |
-
**File Size:**
|
| 151 |
|
| 152 |
-
**Context Length:**
|
| 153 |
|
| 154 |
**Prompt Format:**
|
| 155 |
|
|
@@ -173,77 +159,30 @@ Dolphin-2.9.4 has a variety of instruction following, conversational, and coding
|
|
| 173 |
|
| 174 |
---
|
| 175 |
|
| 176 |
-
#
|
| 177 |
-
|
| 178 |
-
FinGPT is deeply committed to fostering an open-source ecosystem dedicated to Financial Large Language Models (FinLLMs). FinGPT envisions democratizing access to both financial data and FinLLMs. It stands as an emblem of untapped potential within open finance, aspiring to be a significant catalyst stimulating innovation and refinement within the financial domain. Note: Nothing herein is financial advice, and NOT a recommendation to trade real money
|
| 179 |
-
|
| 180 |
-
**Model Intention:** It's a professional stock market analyst. It can provide an analysis and prediction for the companies' stock price movement for the upcoming weeks.
|
| 181 |
-
|
| 182 |
-
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/FinGPT-7B-Q3_K_M.gguf?download=true](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/FinGPT-7B-Q3_K_M.gguf?download=true)
|
| 183 |
-
|
| 184 |
-
**Model Info URL:** [https://huggingface.co/FinGPT/fingpt-forecaster_dow30_llama2-7b_lora](https://huggingface.co/FinGPT/fingpt-forecaster_dow30_llama2-7b_lora)
|
| 185 |
-
|
| 186 |
-
**Model License:** [License Info](https://llama.meta.com/llama3/license/)
|
| 187 |
-
|
| 188 |
-
**Model Description:** FinGPT is deeply committed to fostering an open-source ecosystem dedicated to Financial Large Language Models (FinLLMs). FinGPT envisions democratizing access to both financial data and FinLLMs. It stands as an emblem of untapped potential within open finance, aspiring to be a significant catalyst stimulating innovation and refinement within the financial domain. Note: Nothing herein is financial advice, and NOT a recommendation to trade real money
|
| 189 |
-
|
| 190 |
-
**Developer:** [https://ai4finance.org/](https://ai4finance.org/)
|
| 191 |
-
|
| 192 |
-
**File Size:** 3310 MB
|
| 193 |
-
|
| 194 |
-
**Context Length:** 4096 tokens
|
| 195 |
-
|
| 196 |
-
**Prompt Format:**
|
| 197 |
-
|
| 198 |
-
```
|
| 199 |
-
[INST]<<SYS>>
|
| 200 |
-
{{systemp}}<</SYS>>
|
| 201 |
-
|
| 202 |
-
Let's first analyze the positive developments and potential concerns for {{prompt}}. Come up with 2-4 most important factors respectively and keep them concise. Most factors should be inferred from company related news. Then make your prediction of the {{prompt}} stock price movement for next week. Provide a summary analysis to support your prediction.[/INST]
|
| 203 |
-
```
|
| 204 |
-
|
| 205 |
-
**Template Name:** llama
|
| 206 |
-
|
| 207 |
-
**Add BOS Token:** Yes
|
| 208 |
-
|
| 209 |
-
**Add EOS Token:** No
|
| 210 |
-
|
| 211 |
-
**Parse Special Tokens:** Yes
|
| 212 |
-
|
| 213 |
-
|
| 214 |
-
---
|
| 215 |
-
|
| 216 |
-
# Llama3.2 3B
|
| 217 |
|
| 218 |
-
|
| 219 |
|
| 220 |
-
**Model Intention:**
|
| 221 |
|
| 222 |
-
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/
|
| 223 |
|
| 224 |
-
**Model Info URL:** [https://huggingface.co/
|
| 225 |
|
| 226 |
-
**Model License:** [License Info](https://
|
| 227 |
|
| 228 |
-
**Model Description:**
|
| 229 |
|
| 230 |
-
**Developer:** [https://
|
| 231 |
-
|
| 232 |
-
**Update Date:** 2024-07-24
|
| 233 |
|
| 234 |
**File Size:** 2020 MB
|
| 235 |
|
| 236 |
-
**Context Length:**
|
| 237 |
|
| 238 |
**Prompt Format:**
|
| 239 |
|
| 240 |
```
|
| 241 |
-
<|
|
| 242 |
-
|
| 243 |
-
{{prompt}}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
|
| 244 |
-
|
| 245 |
-
assistant
|
| 246 |
-
|
| 247 |
```
|
| 248 |
|
| 249 |
**Template Name:** llama3.2
|
|
@@ -257,275 +196,33 @@ assistant
|
|
| 257 |
|
| 258 |
---
|
| 259 |
|
| 260 |
-
#
|
| 261 |
-
|
| 262 |
-
The Mistral 7B v0.3 Large is a pretrained generative text model with 7 billion parameters. It extended vocabulary to 32768 and supports function calling.
|
| 263 |
-
|
| 264 |
-
**Model Intention:** It's a 7B large model for Q&A purpose. But it requires a high-end device to run.
|
| 265 |
-
|
| 266 |
-
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Mistral-7B-Instruct-v0.3.Q3_K_M.gguf?download=true](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Mistral-7B-Instruct-v0.3.Q3_K_M.gguf?download=true)
|
| 267 |
-
|
| 268 |
-
**Model Info URL:** [https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3)
|
| 269 |
-
|
| 270 |
-
**Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0)
|
| 271 |
-
|
| 272 |
-
**Model Description:** The Mistral 7B v0.3 Large is a pretrained generative text model with 7 billion parameters. It extended vocabulary to 32768 and supports function calling.
|
| 273 |
-
|
| 274 |
-
**Developer:** [https://mistral.ai/](https://mistral.ai/)
|
| 275 |
-
|
| 276 |
-
**File Size:** 3520 MB
|
| 277 |
-
|
| 278 |
-
**Context Length:** 8192 tokens
|
| 279 |
-
|
| 280 |
-
**Prompt Format:**
|
| 281 |
-
|
| 282 |
-
```
|
| 283 |
-
<s>[INST]{{prompt}}[/INST]</s>
|
| 284 |
-
```
|
| 285 |
-
|
| 286 |
-
**Template Name:** Mistral
|
| 287 |
-
|
| 288 |
-
**Add BOS Token:** Yes
|
| 289 |
-
|
| 290 |
-
**Add EOS Token:** No
|
| 291 |
-
|
| 292 |
-
**Parse Special Tokens:** Yes
|
| 293 |
-
|
| 294 |
-
|
| 295 |
-
---
|
| 296 |
-
|
| 297 |
-
# OpenChat 3.6(0522)
|
| 298 |
-
|
| 299 |
-
OpenChat is an innovative library of open-source language models, fine-tuned with C-RLFT - a strategy inspired by offline reinforcement learning. Our models learn from mixed-quality data without preference labels, delivering exceptional performance on par with ChatGPT, even with a 7B model. Despite our simple approach, we are committed to developing a high-performance, commercially viable, open-source large language model, and we continue to make significant strides toward this vision.
|
| 300 |
-
|
| 301 |
-
**Model Intention:** the Llama-3 based version OpenChat 3.6 20240522, outperforming official Llama 3 8B Instruct.
|
| 302 |
-
|
| 303 |
-
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/openchat-3.6-8b-20240522-Q3_K_M.gguf?download=true](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/openchat-3.6-8b-20240522-Q3_K_M.gguf?download=true)
|
| 304 |
-
|
| 305 |
-
**Model Info URL:** [https://huggingface.co/openchat/openchat-3.6-8b-20240522](https://huggingface.co/openchat/openchat-3.6-8b-20240522)
|
| 306 |
-
|
| 307 |
-
**Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0)
|
| 308 |
-
|
| 309 |
-
**Model Description:** OpenChat is an innovative library of open-source language models, fine-tuned with C-RLFT - a strategy inspired by offline reinforcement learning. Our models learn from mixed-quality data without preference labels, delivering exceptional performance on par with ChatGPT, even with a 7B model. Despite our simple approach, we are committed to developing a high-performance, commercially viable, open-source large language model, and we continue to make significant strides toward this vision.
|
| 310 |
-
|
| 311 |
-
**Developer:** [https://openchat.team/](https://openchat.team/)
|
| 312 |
-
|
| 313 |
-
**File Size:** 4020 MB
|
| 314 |
-
|
| 315 |
-
**Context Length:** 8192 tokens
|
| 316 |
-
|
| 317 |
-
**Prompt Format:**
|
| 318 |
-
|
| 319 |
-
```
|
| 320 |
-
{{system}}
|
| 321 |
-
GPT4 Correct User: {{prompt}}<|end_of_turn|>GPT4 Correct Assistant:
|
| 322 |
-
```
|
| 323 |
-
|
| 324 |
-
**Template Name:** Mistral
|
| 325 |
-
|
| 326 |
-
**Add BOS Token:** Yes
|
| 327 |
-
|
| 328 |
-
**Add EOS Token:** No
|
| 329 |
-
|
| 330 |
-
**Parse Special Tokens:** Yes
|
| 331 |
-
|
| 332 |
-
|
| 333 |
-
---
|
| 334 |
-
|
| 335 |
-
# Phi-3 Vision
|
| 336 |
-
|
| 337 |
-
The Phi-3 4K-Instruct is a 3.8B parameters, lightweight, state-of-the-art open model. It is optimized for the instruction following and safety measures. It is good at common sense, language understanding, math, code, long context and logical reasoning, Phi-3 Mini-4K-Instruct showcased a robust and state-of-the-art performance among models with less than 13 billion parameters.
|
| 338 |
-
|
| 339 |
-
**Model Intention:** It's a Microsoft Phi-3B model with visual support. It can understand images as well as text
|
| 340 |
-
|
| 341 |
-
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Phi-3-mini-4k-instruct-q4.gguf?download=true](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Phi-3-mini-4k-instruct-q4.gguf?download=true)
|
| 342 |
-
|
| 343 |
-
**Model Info URL:** [https://huggingface.co/microsoft/Phi-3-mini-4k-instruct](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct)
|
| 344 |
-
|
| 345 |
-
**Model License:** [License Info](https://opensource.org/license/mit)
|
| 346 |
-
|
| 347 |
-
**Model Description:** The Phi-3 4K-Instruct is a 3.8B parameters, lightweight, state-of-the-art open model. It is optimized for the instruction following and safety measures. It is good at common sense, language understanding, math, code, long context and logical reasoning, Phi-3 Mini-4K-Instruct showcased a robust and state-of-the-art performance among models with less than 13 billion parameters.
|
| 348 |
-
|
| 349 |
-
**Developer:** [https://huggingface.co/microsoft/Phi-3-mini-4k-instruct](https://huggingface.co/microsoft/Phi-3-mini-4k-instruct)
|
| 350 |
-
|
| 351 |
-
**File Size:** 2320 MB
|
| 352 |
-
|
| 353 |
-
**Context Length:** 4096 tokens
|
| 354 |
-
|
| 355 |
-
**Prompt Format:**
|
| 356 |
-
|
| 357 |
-
```
|
| 358 |
-
<|user|>
|
| 359 |
-
{{prompt}} <|end|>
|
| 360 |
-
<|assistant|>
|
| 361 |
-
```
|
| 362 |
-
|
| 363 |
-
**Template Name:** PHI3
|
| 364 |
-
|
| 365 |
-
**Add BOS Token:** Yes
|
| 366 |
-
|
| 367 |
-
**Add EOS Token:** No
|
| 368 |
-
|
| 369 |
-
**Parse Special Tokens:** Yes
|
| 370 |
-
|
| 371 |
-
|
| 372 |
-
---
|
| 373 |
-
|
| 374 |
-
# Yi 1.5 6B Chat
|
| 375 |
-
|
| 376 |
-
Yi-1.5 is an upgraded version which delivers stronger performance in coding, math, reasoning, and instruction-following capability, while still maintaining excellent capabilities in language understanding, commonsense reasoning, and reading comprehension. It is continuously pre-trained on Yi with a high-quality corpus of 500B tokens and fine-tuned on 3M diverse fine-tuning samples. The Yi series models are the next generation of open-source large language models trained from scratch by 01.AI. The Yi series models become one of the strongest LLM worldwide, showing promise in language understanding, commonsense reasoning, reading comprehension, and more.
|
| 377 |
-
|
| 378 |
-
**Model Intention:** It's a 6B model and can understand English and Chinese. It's good for coding, math, reasoning and language understanding
|
| 379 |
-
|
| 380 |
-
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Yi-1.5-6B-Q3_K_M.gguf?download=true](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Yi-1.5-6B-Q3_K_M.gguf?download=true)
|
| 381 |
-
|
| 382 |
-
**Model Info URL:** [https://huggingface.co/01-ai/Yi-1.5-6B-Chat](https://huggingface.co/01-ai/Yi-1.5-6B-Chat)
|
| 383 |
-
|
| 384 |
-
**Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0)
|
| 385 |
-
|
| 386 |
-
**Model Description:** Yi-1.5 is an upgraded version which delivers stronger performance in coding, math, reasoning, and instruction-following capability, while still maintaining excellent capabilities in language understanding, commonsense reasoning, and reading comprehension. It is continuously pre-trained on Yi with a high-quality corpus of 500B tokens and fine-tuned on 3M diverse fine-tuning samples. The Yi series models are the next generation of open-source large language models trained from scratch by 01.AI. The Yi series models become one of the strongest LLM worldwide, showing promise in language understanding, commonsense reasoning, reading comprehension, and more.
|
| 387 |
-
|
| 388 |
-
**Developer:** [https://01.ai/](https://01.ai/)
|
| 389 |
-
|
| 390 |
-
**Update Date:** 2024-05-12
|
| 391 |
-
|
| 392 |
-
**Update History:** Yi-1.5 is an upgraded version of Yi. It is continuously pre-trained on Yi with a high-quality corpus of 500B tokens and fine-tuned on 3M diverse fine-tuning samples. Yi-1.5 delivers stronger performance in coding, math, reasoning, and instruction-following capability, while still maintaining excellent capabilities in language understanding, commonsense reasoning, and reading comprehension
|
| 393 |
-
|
| 394 |
-
**File Size:** 2990 MB
|
| 395 |
-
|
| 396 |
-
**Context Length:** 4096 tokens
|
| 397 |
-
|
| 398 |
-
**Prompt Format:**
|
| 399 |
-
|
| 400 |
-
```
|
| 401 |
-
<|im_start|>user
|
| 402 |
-
<|im_end|>
|
| 403 |
-
{{prompt}}
|
| 404 |
-
<|im_start|>assistant
|
| 405 |
-
|
| 406 |
-
```
|
| 407 |
-
|
| 408 |
-
**Template Name:** yi
|
| 409 |
-
|
| 410 |
-
**Add BOS Token:** Yes
|
| 411 |
-
|
| 412 |
-
**Add EOS Token:** No
|
| 413 |
-
|
| 414 |
-
**Parse Special Tokens:** Yes
|
| 415 |
-
|
| 416 |
-
|
| 417 |
-
---
|
| 418 |
-
|
| 419 |
-
# Google Gemma 2B
|
| 420 |
-
|
| 421 |
-
Gemma is a family of lightweight, state-of-the-art open models built from the same research and technology used to create the Gemini models. Developed by Google DeepMind and other teams across Google, Gemma is named after the Latin gemma, meaning 'precious stone.' The Gemma model weights are supported by developer tools that promote innovation, collaboration, and the responsible use of artificial intelligence (AI).
|
| 422 |
-
|
| 423 |
-
**Model Intention:** It's a 2B large model for Q&A purpose. But it requires a high-end device to run.
|
| 424 |
-
|
| 425 |
-
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/gemma-2b-it-q8_0.gguf?download=true](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/gemma-2b-it-q8_0.gguf?download=true)
|
| 426 |
-
|
| 427 |
-
**Model Info URL:** [https://huggingface.co/google/gemma-2b](https://huggingface.co/google/gemma-2b)
|
| 428 |
-
|
| 429 |
-
**Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0)
|
| 430 |
-
|
| 431 |
-
**Model Description:** Gemma is a family of lightweight, state-of-the-art open models built from the same research and technology used to create the Gemini models. Developed by Google DeepMind and other teams across Google, Gemma is named after the Latin gemma, meaning 'precious stone.' The Gemma model weights are supported by developer tools that promote innovation, collaboration, and the responsible use of artificial intelligence (AI).
|
| 432 |
-
|
| 433 |
-
**Developer:** [https://huggingface.co/google](https://huggingface.co/google)
|
| 434 |
-
|
| 435 |
-
**File Size:** 2669 MB
|
| 436 |
-
|
| 437 |
-
**Context Length:** 8192 tokens
|
| 438 |
-
|
| 439 |
-
**Prompt Format:**
|
| 440 |
-
|
| 441 |
-
```
|
| 442 |
-
<bos><start_of_turn>user
|
| 443 |
-
{{prompt}}<end_of_turn>
|
| 444 |
-
<start_of_turn>model
|
| 445 |
-
|
| 446 |
-
```
|
| 447 |
-
|
| 448 |
-
**Template Name:** gemma
|
| 449 |
-
|
| 450 |
-
**Add BOS Token:** Yes
|
| 451 |
-
|
| 452 |
-
**Add EOS Token:** No
|
| 453 |
-
|
| 454 |
-
**Parse Special Tokens:** Yes
|
| 455 |
-
|
| 456 |
-
|
| 457 |
-
---
|
| 458 |
-
|
| 459 |
-
# StarCoder2 3B
|
| 460 |
|
| 461 |
-
|
| 462 |
|
| 463 |
-
**Model Intention:** The model
|
| 464 |
|
| 465 |
-
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/
|
| 466 |
|
| 467 |
-
**Model Info URL:** [https://huggingface.co/
|
| 468 |
|
| 469 |
-
**Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0)
|
| 470 |
|
| 471 |
-
**Model Description:**
|
| 472 |
-
|
| 473 |
-
**Developer:** [https://www.bigcode-project.org/](https://www.bigcode-project.org/)
|
| 474 |
-
|
| 475 |
-
**File Size:** 3220 MB
|
| 476 |
-
|
| 477 |
-
**Context Length:** 16384 tokens
|
| 478 |
-
|
| 479 |
-
**Prompt Format:**
|
| 480 |
-
|
| 481 |
-
```
|
| 482 |
-
{{prompt}}
|
| 483 |
-
|
| 484 |
-
```
|
| 485 |
-
|
| 486 |
-
**Template Name:** starcoder
|
| 487 |
-
|
| 488 |
-
**Add BOS Token:** Yes
|
| 489 |
-
|
| 490 |
-
**Add EOS Token:** No
|
| 491 |
-
|
| 492 |
-
**Parse Special Tokens:** Yes
|
| 493 |
-
|
| 494 |
-
|
| 495 |
-
---
|
| 496 |
-
|
| 497 |
-
# Qwen2.5 7B Chat
|
| 498 |
-
|
| 499 |
-
Qwen is the large language model and large multimodal model series of the Qwen Team, Alibaba Group. It supports both Chinese and English. 通义千问是阿里巴巴公司开发的大大预言模型,支持中英文双语。
|
| 500 |
-
|
| 501 |
-
**Model Intention:** Qwen2.5 is the latest series models that is good at multilingual, coding, mathematics, reasoning, etc
|
| 502 |
-
|
| 503 |
-
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Qwen2-7B-Instruct-Q3_K_S.gguf?download=true](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Qwen2-7B-Instruct-Q3_K_S.gguf?download=true)
|
| 504 |
-
|
| 505 |
-
**Model Info URL:** [https://huggingface.co/Qwen/Qwen2.5-7B-Instruct](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct)
|
| 506 |
-
|
| 507 |
-
**Model License:** [License Info](https://huggingface.co/Qwen/Qwen2.5-7B-Instruct/raw/main/LICENSE)
|
| 508 |
-
|
| 509 |
-
**Model Description:** Qwen is the large language model and large multimodal model series of the Qwen Team, Alibaba Group. It supports both Chinese and English. 通义千问是阿里巴巴公司开发的大大预言模型,支持中英文双语。
|
| 510 |
|
| 511 |
**Developer:** [https://huggingface.co/Qwen](https://huggingface.co/Qwen)
|
| 512 |
|
| 513 |
-
**File Size:**
|
| 514 |
|
| 515 |
-
**Context Length:**
|
| 516 |
|
| 517 |
**Prompt Format:**
|
| 518 |
|
| 519 |
```
|
| 520 |
-
<|im_start|>system
|
| 521 |
-
{{system}}<|im_end|>
|
| 522 |
-
<|im_start|>
|
| 523 |
-
{{prompt}}<|im_end|>
|
| 524 |
-
<|im_start|>assistant
|
| 525 |
|
| 526 |
```
|
| 527 |
|
| 528 |
-
**Template Name:**
|
| 529 |
|
| 530 |
**Add BOS Token:** Yes
|
| 531 |
|
|
@@ -536,38 +233,33 @@ Qwen is the large language model and large multimodal model series of the Qwen T
|
|
| 536 |
|
| 537 |
---
|
| 538 |
|
| 539 |
-
#
|
| 540 |
|
| 541 |
-
|
| 542 |
|
| 543 |
-
**Model Intention:**
|
| 544 |
|
| 545 |
-
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/
|
| 546 |
|
| 547 |
-
**Model Info URL:** [https://huggingface.co/
|
| 548 |
|
| 549 |
-
**Model License:** [License Info](https://
|
| 550 |
|
| 551 |
-
**Model Description:**
|
| 552 |
|
| 553 |
-
**Developer:** [https://huggingface.co/
|
| 554 |
|
| 555 |
-
**File Size:**
|
| 556 |
|
| 557 |
**Context Length:** 2048 tokens
|
| 558 |
|
| 559 |
**Prompt Format:**
|
| 560 |
|
| 561 |
```
|
| 562 |
-
<|im_start|>system
|
| 563 |
-
{{system}}<|im_end|>
|
| 564 |
-
<|im_start|>
|
| 565 |
-
{{prompt}}<|im_end|>
|
| 566 |
-
<|im_start|>assistant
|
| 567 |
|
| 568 |
```
|
| 569 |
|
| 570 |
-
**Template Name:**
|
| 571 |
|
| 572 |
**Add BOS Token:** Yes
|
| 573 |
|
|
@@ -578,38 +270,33 @@ Qwen is the large language model and large multimodal model series of the Qwen T
|
|
| 578 |
|
| 579 |
---
|
| 580 |
|
| 581 |
-
#
|
| 582 |
|
| 583 |
-
|
| 584 |
|
| 585 |
-
**Model Intention:**
|
| 586 |
|
| 587 |
-
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/
|
| 588 |
|
| 589 |
-
**Model Info URL:** [https://huggingface.co/
|
| 590 |
|
| 591 |
-
**Model License:** [License Info](https://
|
| 592 |
|
| 593 |
-
**Model Description:**
|
| 594 |
|
| 595 |
-
**Developer:** [https://huggingface.co/
|
| 596 |
|
| 597 |
-
**File Size:**
|
| 598 |
|
| 599 |
**Context Length:** 2048 tokens
|
| 600 |
|
| 601 |
**Prompt Format:**
|
| 602 |
|
| 603 |
```
|
| 604 |
-
<|im_start|>system
|
| 605 |
-
{{system}}<|im_end|>
|
| 606 |
-
<|im_start|>
|
| 607 |
-
{{prompt}}<|im_end|>
|
| 608 |
-
<|im_start|>assistant
|
| 609 |
|
| 610 |
```
|
| 611 |
|
| 612 |
-
**Template Name:**
|
| 613 |
|
| 614 |
**Add BOS Token:** Yes
|
| 615 |
|
|
@@ -618,43 +305,4 @@ Qwen is the large language model and large multimodal model series of the Qwen T
|
|
| 618 |
**Parse Special Tokens:** Yes
|
| 619 |
|
| 620 |
|
| 621 |
-
---
|
| 622 |
-
|
| 623 |
-
# Dophin 2.9.2 Qwen2 7B
|
| 624 |
-
|
| 625 |
-
This model is based on Mistral-7b-v0.2 with 16k context lengths. It's a uncensored model and supports a variety of instruction, conversational, and coding skills.
|
| 626 |
-
|
| 627 |
-
**Model Intention:** It's a uncensored and good skilled English modal best for high performance iPhone, iPad & Mac
|
| 628 |
-
|
| 629 |
-
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/dolphin-2.9.2-qwen2-7b-Q3_K_S.gguf?download=true](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/dolphin-2.9.2-qwen2-7b-Q3_K_S.gguf?download=true)
|
| 630 |
-
|
| 631 |
-
**Model Info URL:** [https://huggingface.co/cognitivecomputations/dolphin-2.9.2-qwen2-7b-gguf](https://huggingface.co/cognitivecomputations/dolphin-2.9.2-qwen2-7b-gguf)
|
| 632 |
-
|
| 633 |
-
**Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0)
|
| 634 |
-
|
| 635 |
-
**Model Description:** This model is based on Mistral-7b-v0.2 with 16k context lengths. It's a uncensored model and supports a variety of instruction, conversational, and coding skills.
|
| 636 |
-
|
| 637 |
-
**Developer:** [https://erichartford.com/](https://erichartford.com/)
|
| 638 |
-
|
| 639 |
-
**File Size:** 3490 MB
|
| 640 |
-
|
| 641 |
-
**Context Length:** 2048 tokens
|
| 642 |
-
|
| 643 |
-
**Prompt Format:**
|
| 644 |
-
|
| 645 |
-
```
|
| 646 |
-
<|im_start|>system
|
| 647 |
-
{{system}}<|im_end|>
|
| 648 |
-
<|im_start|>user
|
| 649 |
-
{{prompt}}<|im_end|>
|
| 650 |
-
<|im_start|>assistant
|
| 651 |
-
|
| 652 |
-
```
|
| 653 |
-
|
| 654 |
-
**Template Name:** chatml
|
| 655 |
-
|
| 656 |
-
**Add BOS Token:** Yes
|
| 657 |
-
|
| 658 |
-
**Add EOS Token:** No
|
| 659 |
-
|
| 660 |
-
**Parse Special Tokens:** Yes
|
|
|
|
| 1 |
+
# Qwen3 4B Q4
|
| 2 |
|
| 3 |
+
Qwen3 is the latest generation of Qwen series. It is a large language model with 1.7B parameters, optimized for mobile devices. It is capable of running functions on mobile devices and has been trained to follow instructions and generate long texts (32K tokens). It is more resilient to the diversity of system prompts, enhancing role-play implementation and condition-setting for chatbots. It has up to 128K tokens and can generate up to 32K tokens. It supports for over 100 languages, including Chinese, English, French, Spanish, Portuguese, German, Italian, Russian, Japanese, Korean, Vietnamese, Thai, Arabic, and more.
|
| 4 |
|
| 5 |
+
**Model Intention:** It is 4B of Qwen3 series that is excellent for summary, translation and MCP tool calling
|
| 6 |
|
| 7 |
+
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Qwen3-4B-IQ4_NL.gguf?download=true](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Qwen3-4B-IQ4_NL.gguf?download=true)
|
| 8 |
|
| 9 |
+
**Model Info URL:** [https://huggingface.co/Qwen/Qwen3-4B](https://huggingface.co/Qwen/Qwen3-4B)
|
| 10 |
|
| 11 |
+
**Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
|
|
|
|
|
|
|
| 12 |
|
| 13 |
+
**Model Description:** Qwen3 is the latest generation of Qwen series. It is a large language model with 1.7B parameters, optimized for mobile devices. It is capable of running functions on mobile devices and has been trained to follow instructions and generate long texts (32K tokens). It is more resilient to the diversity of system prompts, enhancing role-play implementation and condition-setting for chatbots. It has up to 128K tokens and can generate up to 32K tokens. It supports for over 100 languages, including Chinese, English, French, Spanish, Portuguese, German, Italian, Russian, Japanese, Korean, Vietnamese, Thai, Arabic, and more.
|
| 14 |
|
| 15 |
+
**Developer:** [https://huggingface.co/Qwen](https://huggingface.co/Qwen)
|
| 16 |
|
| 17 |
+
**File Size:** 2230 MB
|
| 18 |
|
| 19 |
+
**Context Length:** 1024 tokens
|
| 20 |
|
| 21 |
**Prompt Format:**
|
| 22 |
|
| 23 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
```
|
| 26 |
|
| 27 |
+
**Template Name:** qwen
|
| 28 |
|
| 29 |
**Add BOS Token:** Yes
|
| 30 |
|
|
|
|
| 35 |
|
| 36 |
---
|
| 37 |
|
| 38 |
+
# GLM Edge 4B Chat
|
|
|
|
|
|
|
| 39 |
|
| 40 |
+
GLM-4 is the latest generation of pre-trained models in the GLM-4 series launched by Zhipu AI. In the evaluation of data sets in semantics, mathematics, reasoning, code, and knowledge, GLM-4 has shown superior performance beyond Llama-3. In addition to multi-round conversations, GLM-4-Chat also has advanced features such as web browsing, code execution, custom tool calls (Function Call), and long text reasoning (supporting up to 128K context). This generation of models has added multi-language support, supporting 26 languages including Japanese, Korean, and German.
|
| 41 |
|
| 42 |
+
**Model Intention:** It is the latest generation of pre-trained models in the GLM-4 series launched by Zhipu AI
|
| 43 |
|
| 44 |
+
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/glm-edge-4b-chat.Q4_K_M.gguf?download=true](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/glm-edge-4b-chat.Q4_K_M.gguf?download=true)
|
| 45 |
|
| 46 |
+
**Model Info URL:** [https://huggingface.co/THUDM](https://huggingface.co/THUDM)
|
| 47 |
|
| 48 |
+
**Model License:** [License Info](https://huggingface.co/THUDM/glm-edge-4b-chat/raw/main/LICENSE)
|
| 49 |
|
| 50 |
+
**Model Description:** GLM-4 is the latest generation of pre-trained models in the GLM-4 series launched by Zhipu AI. In the evaluation of data sets in semantics, mathematics, reasoning, code, and knowledge, GLM-4 has shown superior performance beyond Llama-3. In addition to multi-round conversations, GLM-4-Chat also has advanced features such as web browsing, code execution, custom tool calls (Function Call), and long text reasoning (supporting up to 128K context). This generation of models has added multi-language support, supporting 26 languages including Japanese, Korean, and German.
|
| 51 |
|
| 52 |
+
**Developer:** [https://huggingface.co/THUDM](https://huggingface.co/THUDM)
|
| 53 |
|
| 54 |
+
**File Size:** 2627 MB
|
| 55 |
|
| 56 |
+
**Context Length:** 1024 tokens
|
| 57 |
|
| 58 |
**Prompt Format:**
|
| 59 |
|
| 60 |
```
|
| 61 |
+
{% for item in messages %}{% if item['role'] == 'system' %}<|system|>
|
| 62 |
+
{{ item['content'] }}{% elif item['role'] == 'user' %}<|user|>
|
| 63 |
+
{{ item['content'] }}{% elif item['role'] == 'assistant' %}<|assistant|>
|
| 64 |
+
{{ item['content'] }}{% endif %}{% endfor %}{% if add_generation_prompt %}<|assistant|>
|
| 65 |
+
{% endif %}
|
|
|
|
| 66 |
```
|
| 67 |
|
| 68 |
+
**Template Name:** glm
|
| 69 |
|
| 70 |
**Add BOS Token:** Yes
|
| 71 |
|
|
|
|
| 76 |
|
| 77 |
---
|
| 78 |
|
| 79 |
+
# Gemma 3n E2B it
|
| 80 |
|
| 81 |
+
Gemma 3n models are designed for efficient execution on low-resource devices. They are capable of multimodal input, handling text, image, video, and audio input, and generating text outputs, with open weights for pre-trained and instruction-tuned variants. These models were trained with data in over 140 spoken languages.
|
| 82 |
|
| 83 |
+
**Model Intention:** Gemma 3n models are designed for efficient execution on low-resource devices. They are capable of multimodal input
|
| 84 |
|
| 85 |
+
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/gemma-3n-E2B-it-Q4_0.gguf?download=true](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/gemma-3n-E2B-it-Q4_0.gguf?download=true)
|
| 86 |
|
| 87 |
+
**Model Info URL:** [https://huggingface.co/google/gemma-3n-E2B-it](https://huggingface.co/google/gemma-3n-E2B-it)
|
| 88 |
|
| 89 |
+
**Model License:** [License Info](https://choosealicense.com/licenses/apache-2.0/)
|
| 90 |
|
| 91 |
+
**Model Description:** Gemma 3n models are designed for efficient execution on low-resource devices. They are capable of multimodal input, handling text, image, video, and audio input, and generating text outputs, with open weights for pre-trained and instruction-tuned variants. These models were trained with data in over 140 spoken languages.
|
| 92 |
|
| 93 |
+
**Developer:** [https://huggingface.co/google](https://huggingface.co/google)
|
| 94 |
|
| 95 |
+
**Update Date:** 2025-06-27
|
| 96 |
|
| 97 |
+
**File Size:** 2720 MB
|
| 98 |
|
| 99 |
+
**Context Length:** 8000 tokens
|
| 100 |
|
| 101 |
**Prompt Format:**
|
| 102 |
|
| 103 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
| 104 |
|
| 105 |
```
|
| 106 |
|
|
|
|
| 115 |
|
| 116 |
---
|
| 117 |
|
| 118 |
+
# SmolLM2 1.7B
|
| 119 |
|
| 120 |
+
SmolLM2 was trained on 11 trillion tokens and demonstrates significant advances over other small models, particularly in instruction following, knowledge, reasoning, and mathematics.
|
| 121 |
|
| 122 |
+
**Model Intention:** SmolLM2 is capable of solving a wide range of tasks while being lightweight enough to run on-device
|
| 123 |
|
| 124 |
+
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/smollm2-1.7b-instruct-q4_k_m.gguf?download=true](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/smollm2-1.7b-instruct-q4_k_m.gguf?download=true)
|
| 125 |
|
| 126 |
+
**Model Info URL:** [https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM2-1.7B-Instruct)
|
| 127 |
|
| 128 |
+
**Model License:** [License Info](https://choosealicense.com/licenses/apache-2.0/)
|
| 129 |
|
| 130 |
+
**Model Description:** SmolLM2 was trained on 11 trillion tokens and demonstrates significant advances over other small models, particularly in instruction following, knowledge, reasoning, and mathematics.
|
| 131 |
|
| 132 |
+
**Developer:** [https://huggingface.co/HuggingFaceTB](https://huggingface.co/HuggingFaceTB)
|
| 133 |
|
| 134 |
+
**Update Date:** 2024-11-02
|
| 135 |
|
| 136 |
+
**File Size:** 1060 MB
|
| 137 |
|
| 138 |
+
**Context Length:** 8192 tokens
|
| 139 |
|
| 140 |
**Prompt Format:**
|
| 141 |
|
|
|
|
| 159 |
|
| 160 |
---
|
| 161 |
|
| 162 |
+
# Phi4 mini 4B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 163 |
|
| 164 |
+
Phi-4-mini-instruct is a lightweight open model built upon synthetic data and filtered publicly available websites - with a focus on high-quality, reasoning dense data. The model is intended for broad multilingual commercial and research use. The model provides uses for general purpose AI systems and applications which require: 1). Memory/compute constrained environments; 2). Latency bound scenarios; 3) Strong reasoning (especially math and logic). The model is designed to accelerate research on language and multimodal models, for use as a building block for generative AI powered features.
|
| 165 |
|
| 166 |
+
**Model Intention:** Phi-4-mini-instruct is a lightweight model focused on high-quality, reasoning dense data. It supports 128K token context length
|
| 167 |
|
| 168 |
+
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Phi-4-mini-instruct-Q4_K_M.gguf?download=true](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Phi-4-mini-instruct-Q4_K_M.gguf?download=true)
|
| 169 |
|
| 170 |
+
**Model Info URL:** [https://huggingface.co/microsoft/Phi-4-mini-instruct](https://huggingface.co/microsoft/Phi-4-mini-instruct)
|
| 171 |
|
| 172 |
+
**Model License:** [License Info](https://choosealicense.com/licenses/mit/)
|
| 173 |
|
| 174 |
+
**Model Description:** Phi-4-mini-instruct is a lightweight open model built upon synthetic data and filtered publicly available websites - with a focus on high-quality, reasoning dense data. The model is intended for broad multilingual commercial and research use. The model provides uses for general purpose AI systems and applications which require: 1). Memory/compute constrained environments; 2). Latency bound scenarios; 3) Strong reasoning (especially math and logic). The model is designed to accelerate research on language and multimodal models, for use as a building block for generative AI powered features.
|
| 175 |
|
| 176 |
+
**Developer:** [https://huggingface.co/microsoft](https://huggingface.co/microsoft)
|
|
|
|
|
|
|
| 177 |
|
| 178 |
**File Size:** 2020 MB
|
| 179 |
|
| 180 |
+
**Context Length:** 2048 tokens
|
| 181 |
|
| 182 |
**Prompt Format:**
|
| 183 |
|
| 184 |
```
|
| 185 |
+
{% for message in messages %}{% if message['role'] == 'system' and 'tools' in message and message['tools'] is not none %}{{ '<|' + message['role'] + '|>' + message['content'] + '<|tool|>' + message['tools'] + '<|/tool|>' + '<|end|>' }}{% else %}{{ '<|' + message['role'] + '|>' + message['content'] + '<|end|>' }}{% endif %}{% endfor %}{% if add_generation_prompt %}{{ '<|assistant|>' }}{% else %}{{ eos_token }}{% endif %}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 186 |
```
|
| 187 |
|
| 188 |
**Template Name:** llama3.2
|
|
|
|
| 196 |
|
| 197 |
---
|
| 198 |
|
| 199 |
+
# Qwen3 1.7B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 200 |
|
| 201 |
+
Qwen3 1.7B is one of the small models in the Qwen series, designed for efficiency and speed. It can run seamlessly on edge devices, enabling rapid inference and real-time applications. This compact model is ideal for testing scenarios, prototyping, or deployment in resource-constrained environments.
|
| 202 |
|
| 203 |
+
**Model Intention:** The 1.7B model in the Qwen3 series is a small model designed for fast predictions and function calls.
|
| 204 |
|
| 205 |
+
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Qwen3-1.7B-Q4_K_M.gguf?download=true](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Qwen3-1.7B-Q4_K_M.gguf?download=true)
|
| 206 |
|
| 207 |
+
**Model Info URL:** [https://huggingface.co/Qwen/Qwen3-1.7B](https://huggingface.co/Qwen/Qwen3-1.7B)
|
| 208 |
|
| 209 |
+
**Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
|
| 210 |
|
| 211 |
+
**Model Description:** Qwen3 1.7B is one of the small models in the Qwen series, designed for efficiency and speed. It can run seamlessly on edge devices, enabling rapid inference and real-time applications. This compact model is ideal for testing scenarios, prototyping, or deployment in resource-constrained environments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 212 |
|
| 213 |
**Developer:** [https://huggingface.co/Qwen](https://huggingface.co/Qwen)
|
| 214 |
|
| 215 |
+
**File Size:** 1110 MB
|
| 216 |
|
| 217 |
+
**Context Length:** 2048 tokens
|
| 218 |
|
| 219 |
**Prompt Format:**
|
| 220 |
|
| 221 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 222 |
|
| 223 |
```
|
| 224 |
|
| 225 |
+
**Template Name:** qwen
|
| 226 |
|
| 227 |
**Add BOS Token:** Yes
|
| 228 |
|
|
|
|
| 233 |
|
| 234 |
---
|
| 235 |
|
| 236 |
+
# ERNIE-4.5 0.3B
|
| 237 |
|
| 238 |
+
ERNIE 4.5 is a series of open source models created by Baidu. The advanced capabilities of the ERNIE 4.5 models, particularly the MoE-based A47B and A3B series, are underpinned by several key technical innovations: 1. Multimodal Heterogeneous MoE Pre-Training; 2. Scaling-Efficient Infrastructure; 3. Modality-Specific Post-Training
|
| 239 |
|
| 240 |
+
**Model Intention:** ERNIE-4.5-0.3B-Base is a text dense Base model for testing the model's architecture.
|
| 241 |
|
| 242 |
+
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/ERNIE-4.5-0.3B-PT-Q4_0.gguf?download=true](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/ERNIE-4.5-0.3B-PT-Q4_0.gguf?download=true)
|
| 243 |
|
| 244 |
+
**Model Info URL:** [https://huggingface.co/baidu/ERNIE-4.5-0.3B-Base-PT](https://huggingface.co/baidu/ERNIE-4.5-0.3B-Base-PT)
|
| 245 |
|
| 246 |
+
**Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
|
| 247 |
|
| 248 |
+
**Model Description:** ERNIE 4.5 is a series of open source models created by Baidu. The advanced capabilities of the ERNIE 4.5 models, particularly the MoE-based A47B and A3B series, are underpinned by several key technical innovations: 1. Multimodal Heterogeneous MoE Pre-Training; 2. Scaling-Efficient Infrastructure; 3. Modality-Specific Post-Training
|
| 249 |
|
| 250 |
+
**Developer:** [https://huggingface.co/baidu](https://huggingface.co/baidu)
|
| 251 |
|
| 252 |
+
**File Size:** 233 MB
|
| 253 |
|
| 254 |
**Context Length:** 2048 tokens
|
| 255 |
|
| 256 |
**Prompt Format:**
|
| 257 |
|
| 258 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 259 |
|
| 260 |
```
|
| 261 |
|
| 262 |
+
**Template Name:** qwen
|
| 263 |
|
| 264 |
**Add BOS Token:** Yes
|
| 265 |
|
|
|
|
| 270 |
|
| 271 |
---
|
| 272 |
|
| 273 |
+
# SmolLM3 3B
|
| 274 |
|
| 275 |
+
SmolLM3 is a fully open model that offers strong performance at the 3B–4B scale. The model is a decoder-only transformer using GQA and NoPE (with 3:1 ratio), it was pretrained on 11.2T tokens with a staged curriculum of web, code, math and reasoning data. Post-training included midtraining on 140B reasoning tokens.
|
| 276 |
|
| 277 |
+
**Model Intention:** SmolLM3 is a 3B parameter language model designed to push the boundaries of small models. It supports 6 languages (English, French, Spanish, German, Italian, and Portuguese), advanced reasoning and long context.
|
| 278 |
|
| 279 |
+
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/SmolLM3-Q4_K_M.gguf?download=true](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/SmolLM3-Q4_K_M.gguf?download=true)
|
| 280 |
|
| 281 |
+
**Model Info URL:** [https://huggingface.co/HuggingFaceTB/SmolLM3-3B](https://huggingface.co/HuggingFaceTB/SmolLM3-3B)
|
| 282 |
|
| 283 |
+
**Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
|
| 284 |
|
| 285 |
+
**Model Description:** SmolLM3 is a fully open model that offers strong performance at the 3B–4B scale. The model is a decoder-only transformer using GQA and NoPE (with 3:1 ratio), it was pretrained on 11.2T tokens with a staged curriculum of web, code, math and reasoning data. Post-training included midtraining on 140B reasoning tokens.
|
| 286 |
|
| 287 |
+
**Developer:** [https://huggingface.co/HuggingFaceTB](https://huggingface.co/HuggingFaceTB)
|
| 288 |
|
| 289 |
+
**File Size:** 1920 MB
|
| 290 |
|
| 291 |
**Context Length:** 2048 tokens
|
| 292 |
|
| 293 |
**Prompt Format:**
|
| 294 |
|
| 295 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 296 |
|
| 297 |
```
|
| 298 |
|
| 299 |
+
**Template Name:** qwen
|
| 300 |
|
| 301 |
**Add BOS Token:** Yes
|
| 302 |
|
|
|
|
| 305 |
**Parse Special Tokens:** Yes
|
| 306 |
|
| 307 |
|
| 308 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|