Add dataset card
#2
by nielsr HF Staff - opened
README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- text-to-image
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
# ToolArtist Dataset
|
| 7 |
+
|
| 8 |
+
This dataset repository contains data associated with the paper [ToolArtist: Tool-Using Unified Multimodal Models for Agentic Image Generation](https://huggingface.co/papers/2608.04436).
|
| 9 |
+
|
| 10 |
+
- **Paper:** [ToolArtist: Tool-Using Unified Multimodal Models for Agentic Image Generation](https://huggingface.co/papers/2608.04436)
|
| 11 |
+
- **Repository:** [https://github.com/bubble65/EMU-Agentic-PostTrain](https://github.com/bubble65/EMU-Agentic-PostTrain)
|
| 12 |
+
|
| 13 |
+
## Overview
|
| 14 |
+
|
| 15 |
+
ToolArtist is a fully agentic image generation model post-trained from a Unified Multimodal Model (UMM). It dynamically orchestrates reasoning, external tool use (text search and image search), and image generation within one unified policy.
|