Add model card for UniDisc

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +13 -0
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)