File size: 2,262 Bytes
e97fbb8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1a381d3
e97fbb8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
69
70
71
72
73
74
---
license: apache-2.0
base_model: unsloth/Qwen3.5-2B
tags:
- ascii
- vision
- art
- unsloth
- image-to-text
datasets:
- PinkPixel/ASCII-Art
pipeline_tag: image-to-text
library_name: transformers
---

<div align="center">
  <img src="logo.png" alt="ASCII Machine Logo" width="300" height="300">
  <h1>✨ ASCII Machine ✨</h1>
  <p><i>ASCII Art Generation Model</i></p>
</div>

---

## 🚀 Model Overview

**ASCII Machine** is a specialized vision-language model designed for high-quality ASCII art generation and interpretation. Based on the **Qwen3.5-2B** architecture, it has been fine-tuned to excel at transforming visual concepts into intricate text-based masterpieces.

- **Model Name:** PinkPixel/ASCII-Machine
- **Base Model:** Qwen3.5-2B
- **Training Platform:** [Unsloth Studio](https://unsloth.ai/)
- **Specialization:** ASCII Art Generation & Vision-to-ASCII tasks

## 🎨 Dataset

This model was trained on the [PinkPixel/ASCII-Art](https://huggingface.co/datasets/PinkPixel/ASCII-Art) dataset, a curated collection of thousands of diverse ASCII artworks across various styles and subjects.

## 💬 Example Usage

### User:
> Can you create a small ASCII art of a cat?

### ASCII Machine:
```text
  ^__^
 (oo)\_______
 (__)\       )\/\
     ||----w |
     ||     ||
```
*(Note: Actual output quality may vary based on prompt complexity and artistic style requested)*

## 👁️ Vision Capabilities

As a vision-enabled model, **ASCII Machine** can "see" images and describe them or convert them directly into ASCII representations. Please note that this uses a cutting-edge architecture; while the full safetensors version supports vision natively in compatible environments, third-party support in tools like `llama.cpp` or `LM Studio` may still be in development.

## 🛠️ Installation & Usage

You can use this model directly with the Hugging Face `transformers` library:

```python
from transformers import AutoProcessor, AutoModelForVision2Seq

model_id = "PinkPixel/ASCII-Machine"
processor = AutoProcessor.from_pretrained(model_id)
model = AutoModelForVision2Seq.from_pretrained(model_id)
```

---
<div align="center">
  Made with ❤️ by <a href="https://pinkpixel.dev">Pink Pixel</a>
  <br>
  <i>"Dream it, Pixel it"</i>
</div>