Improve model card: Add pipeline tag, paper, code, and Hugging Face model links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -1,8 +1,9 @@
1
  ---
2
- library_name: transformers
3
  base_model:
4
  - Qwen/Qwen2.5-Omni-7B
5
  - ByteDance-Seed/Seed-X-PPO-7B
 
 
6
  ---
7
 
8
  # OmniFusion
@@ -13,6 +14,9 @@ base_model:
13
  **Sai Koneru, Matthias Huck, Jan Niehues**
14
 
15
  [![arXiv](https://img.shields.io/badge/arXiv-2512.00234-b31b1b.svg)](https://arxiv.org/abs/2512.00234)
 
 
 
16
 
17
  Guide on how to run **OmniFusion** for image, audio, and text inference with code or as gradio demo.
18
 
 
1
  ---
 
2
  base_model:
3
  - Qwen/Qwen2.5-Omni-7B
4
  - ByteDance-Seed/Seed-X-PPO-7B
5
+ library_name: transformers
6
+ pipeline_tag: translation
7
  ---
8
 
9
  # OmniFusion
 
14
  **Sai Koneru, Matthias Huck, Jan Niehues**
15
 
16
  [![arXiv](https://img.shields.io/badge/arXiv-2512.00234-b31b1b.svg)](https://arxiv.org/abs/2512.00234)
17
+ [Hugging Face Paper](https://huggingface.co/papers/2512.00234)
18
+ [GitHub Repository](https://github.com/saikoneru/OmniFusion)
19
+ [Hugging Face Model](https://huggingface.co/skoneru/OmniFusion)
20
 
21
  Guide on how to run **OmniFusion** for image, audio, and text inference with code or as gradio demo.
22