How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="Dev4285/MiniArt-1.0",
	filename="MiniArt-1.0-Q4_K_M.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Mini Art 1.0

Mini Art is a lightweight, high-performance creative AI model developed by OSAMA INC labs (India). Mini Art is optimized for local inference, creative conversation, character roleplay, storytelling, and interactive dialogue.

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 labs
Origin India ๐Ÿ‡ฎ๐Ÿ‡ณ
Format GGUF (.gguf)
Quantization Q4_K_M (~468 MB)
License Apache 2.0
Context Length 2048 tokens

๐Ÿš€ How to Run

LM Studio

  1. Download or load MiniArt-1.0-Q4_K_M.gguf in LM Studio.
  2. Start chatting! The system persona instructions are pre-configured within the model file.

Ollama

Load the model file directly:

ollama create miniart -f ./Modelfile
ollama run miniart

๐Ÿ“œ License

This project is licensed under the Apache 2.0 License.


๐Ÿ‡ฎ๐Ÿ‡ณ About OSAMA INC labs

OSAMA INC labs is an Indian AI research organization focused on building open, accessible, and efficient local AI models for everyone.

Downloads last month
224
GGUF
Model size
0.6B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support