Add model card for UniDisc
Browse filesThis PR adds a model card by linking it to the paper [Unified Multimodal Discrete Diffusion](https://huggingface.co/papers/2503.20853).
It also adds the appropriate pipeline tag and the library name.
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: image-text-to-text
|
3 |
+
library_name: transformers
|
4 |
+
---
|
5 |
+
|
6 |
+
This repository contains the checkpoints for the model presented in the paper [Unified Multimodal Discrete Diffusion](https://huggingface.co/papers/2503.20853).
|
7 |
+
|
8 |
+
The code is available at [https://github.com/aswerdlow/unidisc](https://github.com/aswerdlow/unidisc).
|
9 |
+
The project page is available at [https://unidisc.github.io/](https://unidisc.github.io/).
|
10 |
+
|
11 |
+
The UniDisc checkpoints are available on Hugging Face:
|
12 |
+
* [Interleaved Image-Text](https://huggingface.co/aswerdlow/unidisc_interleaved)
|
13 |
+
* [Non-Interleaved (Static)](https://huggingface.co/aswerdlow/unidisc_non_interleaved)
|