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
|
@@ -7,6 +7,8 @@ on the App Store.
|
|
| 7 |
|
| 8 |
[Privacy AI](https://apps.apple.com/app/apple-store/id6738392421?pt=127450194&ct=huggingface&mt=8) is a lightweight, serverless application. All tools - including web search, stock quotes, and Health analysis - run on-device, keeping data and actions fully private. It supports both local AI models and connections to your own OpenAI-compatible servers.
|
| 9 |
|
|
|
|
|
|
|
| 10 |
## Qwen3 4B Q4
|
| 11 |
|
| 12 |
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.
|
|
@@ -124,40 +126,33 @@ Gemma 3n models are designed for efficient execution on low-resource devices. Th
|
|
| 124 |
|
| 125 |
---
|
| 126 |
|
| 127 |
-
##
|
| 128 |
|
| 129 |
-
|
| 130 |
|
| 131 |
-
**Model Intention:**
|
| 132 |
|
| 133 |
-
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/
|
| 134 |
|
| 135 |
-
**Model Info URL:** [https://huggingface.co/HuggingFaceTB/
|
| 136 |
|
| 137 |
-
**Model License:** [License Info](https://
|
| 138 |
|
| 139 |
-
**Model Description:**
|
| 140 |
|
| 141 |
**Developer:** [https://huggingface.co/HuggingFaceTB](https://huggingface.co/HuggingFaceTB)
|
| 142 |
|
| 143 |
-
**
|
| 144 |
-
|
| 145 |
-
**File Size:** 1060 MB
|
| 146 |
|
| 147 |
-
**Context Length:**
|
| 148 |
|
| 149 |
**Prompt Format:**
|
| 150 |
|
| 151 |
```
|
| 152 |
-
<|im_start|>system
|
| 153 |
-
{{system}}<|im_end|>
|
| 154 |
-
<|im_start|>user
|
| 155 |
-
{{prompt}}<|im_end|>
|
| 156 |
-
<|im_start|>assistant
|
| 157 |
|
| 158 |
```
|
| 159 |
|
| 160 |
-
**Template Name:**
|
| 161 |
|
| 162 |
**Add BOS Token:** Yes
|
| 163 |
|
|
@@ -279,25 +274,25 @@ ERNIE 4.5 is a series of open source models created by Baidu. The advanced capab
|
|
| 279 |
|
| 280 |
---
|
| 281 |
|
| 282 |
-
##
|
| 283 |
|
| 284 |
-
|
| 285 |
|
| 286 |
-
**Model Intention:**
|
| 287 |
|
| 288 |
-
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/
|
| 289 |
|
| 290 |
-
**Model Info URL:** [https://huggingface.co/
|
| 291 |
|
| 292 |
-
**Model License:** [License Info](https://
|
| 293 |
|
| 294 |
-
**Model Description:**
|
| 295 |
|
| 296 |
-
**Developer:** [https://huggingface.co/
|
| 297 |
|
| 298 |
-
**File Size:**
|
| 299 |
|
| 300 |
-
**Context Length:**
|
| 301 |
|
| 302 |
**Prompt Format:**
|
| 303 |
|
|
@@ -316,25 +311,25 @@ SmolLM3 is a fully open model that offers strong performance at the 3B–4B scal
|
|
| 316 |
|
| 317 |
---
|
| 318 |
|
| 319 |
-
##
|
| 320 |
|
| 321 |
-
|
| 322 |
|
| 323 |
-
**Model Intention:**
|
| 324 |
|
| 325 |
-
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/
|
| 326 |
|
| 327 |
-
**Model Info URL:** [https://huggingface.co/
|
| 328 |
|
| 329 |
-
**Model License:** [License Info](https://
|
| 330 |
|
| 331 |
-
**Model Description:**
|
| 332 |
|
| 333 |
-
**Developer:** [https://huggingface.co/
|
| 334 |
|
| 335 |
-
**File Size:**
|
| 336 |
|
| 337 |
-
**Context Length:**
|
| 338 |
|
| 339 |
**Prompt Format:**
|
| 340 |
|
|
|
|
| 7 |
|
| 8 |
[Privacy AI](https://apps.apple.com/app/apple-store/id6738392421?pt=127450194&ct=huggingface&mt=8) is a lightweight, serverless application. All tools - including web search, stock quotes, and Health analysis - run on-device, keeping data and actions fully private. It supports both local AI models and connections to your own OpenAI-compatible servers.
|
| 9 |
|
| 10 |
+
Refer more information on [Privacy AI Official Site:](https://privacyai.acmeup.com)
|
| 11 |
+
|
| 12 |
## Qwen3 4B Q4
|
| 13 |
|
| 14 |
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.
|
|
|
|
| 126 |
|
| 127 |
---
|
| 128 |
|
| 129 |
+
## SmolLM3 3B
|
| 130 |
|
| 131 |
+
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.
|
| 132 |
|
| 133 |
+
**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.
|
| 134 |
|
| 135 |
+
**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)
|
| 136 |
|
| 137 |
+
**Model Info URL:** [https://huggingface.co/HuggingFaceTB/SmolLM3-3B](https://huggingface.co/HuggingFaceTB/SmolLM3-3B)
|
| 138 |
|
| 139 |
+
**Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
|
| 140 |
|
| 141 |
+
**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.
|
| 142 |
|
| 143 |
**Developer:** [https://huggingface.co/HuggingFaceTB](https://huggingface.co/HuggingFaceTB)
|
| 144 |
|
| 145 |
+
**File Size:** 1920 MB
|
|
|
|
|
|
|
| 146 |
|
| 147 |
+
**Context Length:** 2048 tokens
|
| 148 |
|
| 149 |
**Prompt Format:**
|
| 150 |
|
| 151 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 152 |
|
| 153 |
```
|
| 154 |
|
| 155 |
+
**Template Name:** qwen
|
| 156 |
|
| 157 |
**Add BOS Token:** Yes
|
| 158 |
|
|
|
|
| 274 |
|
| 275 |
---
|
| 276 |
|
| 277 |
+
## LFM2 1.2B
|
| 278 |
|
| 279 |
+
LFM2 is a new generation of hybrid models developed by Liquid AI, specifically designed for edge AI and on-device deployment. It sets a new standard in terms of quality, speed, and memory efficiency. LFM2 is a new hybrid Liquid model with multiplicative gates and short convolutions. It supported languages: English, Arabic, Chinese, French, German, Japanese, Korean, and Spanish.
|
| 280 |
|
| 281 |
+
**Model Intention:** LFM2 1.2B is particularly suited for agentic tasks, data extraction, RAG, creative writing, and multi-turn conversations
|
| 282 |
|
| 283 |
+
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/LFM2-1.2B-Q4_0.gguf?download=true](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/LFM2-1.2B-Q4_0.gguf?download=true)
|
| 284 |
|
| 285 |
+
**Model Info URL:** [https://huggingface.co/LiquidAI/LFM2-1.2B](https://huggingface.co/LiquidAI/LFM2-1.2B)
|
| 286 |
|
| 287 |
+
**Model License:** [License Info](https://huggingface.co/LiquidAI/LFM2-1.2B/raw/main/LICENSE)
|
| 288 |
|
| 289 |
+
**Model Description:** LFM2 is a new generation of hybrid models developed by Liquid AI, specifically designed for edge AI and on-device deployment. It sets a new standard in terms of quality, speed, and memory efficiency. LFM2 is a new hybrid Liquid model with multiplicative gates and short convolutions. It supported languages: English, Arabic, Chinese, French, German, Japanese, Korean, and Spanish.
|
| 290 |
|
| 291 |
+
**Developer:** [https://huggingface.co/LiquidAI](https://huggingface.co/LiquidAI)
|
| 292 |
|
| 293 |
+
**File Size:** 696 MB
|
| 294 |
|
| 295 |
+
**Context Length:** 1024 tokens
|
| 296 |
|
| 297 |
**Prompt Format:**
|
| 298 |
|
|
|
|
| 311 |
|
| 312 |
---
|
| 313 |
|
| 314 |
+
## Jan v1 4B
|
| 315 |
|
| 316 |
+
Jan-v1-4B is an advanced agentic language model with 4.02 billion parameters, built on Qwen3-4B-Thinking. It is specifically designed for agentic reasoning and problem-solving, optimized for integration with Jan App. The model achieves strong performance on chat and question-answering benchmarks with improved reasoning capabilities, making it ideal for complex task automation and intelligent agent applications.
|
| 317 |
|
| 318 |
+
**Model Intention:** Advanced agentic language model optimized for reasoning and problem-solving with 91.1% accuracy on question answering
|
| 319 |
|
| 320 |
+
**Model URL:** [https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Jan-v1-4B-Q4_0.gguf?download=true](https://huggingface.co/flyingfishinwater/good_and_small_models/resolve/main/Jan-v1-4B-Q4_0.gguf?download=true)
|
| 321 |
|
| 322 |
+
**Model Info URL:** [https://huggingface.co/janhq/Jan-v1-4B](https://huggingface.co/janhq/Jan-v1-4B)
|
| 323 |
|
| 324 |
+
**Model License:** [License Info](https://www.apache.org/licenses/LICENSE-2.0.txt)
|
| 325 |
|
| 326 |
+
**Model Description:** Jan-v1-4B is an advanced agentic language model with 4.02 billion parameters, built on Qwen3-4B-Thinking. It is specifically designed for agentic reasoning and problem-solving, optimized for integration with Jan App. The model achieves strong performance on chat and question-answering benchmarks with improved reasoning capabilities, making it ideal for complex task automation and intelligent agent applications.
|
| 327 |
|
| 328 |
+
**Developer:** [https://huggingface.co/janhq](https://huggingface.co/janhq)
|
| 329 |
|
| 330 |
+
**File Size:** 2400 MB
|
| 331 |
|
| 332 |
+
**Context Length:** 2048 tokens
|
| 333 |
|
| 334 |
**Prompt Format:**
|
| 335 |
|