File size: 1,627 Bytes
7161b5c
 
 
 
 
 
 
e7bf1e1
da770fe
7161b5c
 
 
 
 
 
63b19b0
7161b5c
5947f0b
7161b5c
 
 
63b19b0
7161b5c
63b19b0
 
 
 
 
 
 
 
 
7161b5c
 
 
63b19b0
7161b5c
e7bf1e1
7161b5c
63b19b0
 
 
7161b5c
 
 
 
 
 
 
 
63b19b0
 
 
 
 
 
7161b5c
 
63b19b0
7161b5c
 
 
 
 
63b19b0
7161b5c
63b19b0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
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.