aswerdlow nielsr HF Staff commited on
Commit
ccb3e03
·
verified ·
1 Parent(s): 274fffa

Add model card for UniDisc (#1)

Browse files

- Add model card for UniDisc (ad2a8dcf8a1f443421c4b96542d75dc894a00e07)


Co-authored-by: Niels Rogge <[email protected]>

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)