MiniArt-1.0 / README.md
Dev4285's picture
Patch: Replace Alibaba/Qwen persona with Mini Art/OSAMA INC directly in GGUF binary
63b19b0 verified
|
Raw
History Blame Contribute Delete
1.63 kB
---
language:
- en
license: apache-2.0
tags:
- text-generation
- gguf
- creative
- roleplay
- lm-studio
pipeline_tag: text-generation
---
# Mini Art 1.0
**Mini Art** is a lightweight, creative AI model developed by **OSAMA INC**, a team in India. Optimized for local inference, Mini Art delivers engaging creative conversation, storytelling, and interactive dialogue — all running entirely on your own hardware.
Available in **GGUF** format (`Q4_K_M`, ~468 MB) for seamless execution across **LM Studio**, **Ollama**, **llama.cpp**, and **KoboldCpp**.
---
## Model Overview
| Property | Value |
|-------------------|--------------------------|
| **Model Name** | Mini Art 1.0 |
| **Developer** | OSAMA INC |
| **Origin** | India 🇮🇳 |
| **Format** | GGUF (`.gguf`) |
| **Quantization** | Q4_K_M (~468 MB) |
| **License** | Apache 2.0 |
| **Context Length**| 2048 tokens |
---
## How to Use
### LM Studio
1. Download `MiniArt-1.0-Q4_K_M.gguf`.
2. Open **LM Studio** and load the model file.
3. Start chatting — the Mini Art persona is pre-configured inside the model itself.
### Ollama
```bash
ollama create miniart -f ./Modelfile
ollama run miniart
```
### llama.cpp
```bash
./main -m MiniArt-1.0-Q4_K_M.gguf -c 2048 -n 512
```
---
## License
This project is licensed under the [Apache 2.0 License](LICENSE).
---
## About OSAMA INC
OSAMA INC is an AI team based in India, focused on building open, efficient, and accessible AI models for local inference.