Any-to-Any
Transformers
English
Chinese

Enhance model card: Add `transformers` library, `text-to-image` pipeline tag, paper, GitHub, and project links

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +26 -5
README.md CHANGED
@@ -1,18 +1,29 @@
1
  ---
2
- license: apache-2.0
 
3
  datasets:
4
  - jackyhate/text-to-image-2M
5
  language:
6
  - en
7
  - zh
8
- base_model:
9
- - ByteDance-Seed/BAGEL-7B-MoT
10
- pipeline_tag: any-to-any
11
  ---
 
12
  # BAGEL-RecA
13
 
14
  > A self-supervised training framework that aligns understanding and generation in modest compute, with huge **zero-shot** gain on generation and editing capability.
15
 
 
 
 
 
 
 
 
 
 
16
  This repository hosts the model weights for **BAGEL-RecA**. We fine-tuned BAGEL on 6 80GB NVIDIA A800 for only 27 GPU hours. While the understanding capability remains unchanged, our ReAlign method brings +3.6 **zero-shot improvement** on GenEval , +1.26 on DPGBench, +0.37 on ImgEdit and +0.33 on GEdit.
17
 
18
  For installation, usage instructions, and further documentation, please visit BAGEL's original [GitHub repository](https://github.com/bytedance-seed/BAGEL).
@@ -65,4 +76,14 @@ If you find our work inspiring or use our codebase in your research, please cons
65
  archivePrefix={arXiv},
66
  primaryClass={cs.CV},
67
  url={https://arxiv.org/abs/2509.07295},
68
- }
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model:
3
+ - ByteDance-Seed/BAGEL-7B-MoT
4
  datasets:
5
  - jackyhate/text-to-image-2M
6
  language:
7
  - en
8
  - zh
9
+ license: apache-2.0
10
+ pipeline_tag: text-to-image
11
+ library_name: transformers
12
  ---
13
+
14
  # BAGEL-RecA
15
 
16
  > A self-supervised training framework that aligns understanding and generation in modest compute, with huge **zero-shot** gain on generation and editing capability.
17
 
18
+ ## Paper
19
+ [Reconstruction Alignment Improves Unified Multimodal Models](https://huggingface.co/papers/2509.07295)
20
+
21
+ ## Project Page
22
+ https://reconstruction-alignment.github.io/
23
+
24
+ ## Code
25
+ https://github.com/HorizonWind2004/reconstruction-alignment
26
+
27
  This repository hosts the model weights for **BAGEL-RecA**. We fine-tuned BAGEL on 6 80GB NVIDIA A800 for only 27 GPU hours. While the understanding capability remains unchanged, our ReAlign method brings +3.6 **zero-shot improvement** on GenEval , +1.26 on DPGBench, +0.37 on ImgEdit and +0.33 on GEdit.
28
 
29
  For installation, usage instructions, and further documentation, please visit BAGEL's original [GitHub repository](https://github.com/bytedance-seed/BAGEL).
 
76
  archivePrefix={arXiv},
77
  primaryClass={cs.CV},
78
  url={https://arxiv.org/abs/2509.07295},
79
+ }
80
+
81
+ ---
82
+
83
+ <div align="center">
84
+
85
+ ⭐ **If you find this project helpful, please consider giving it a star!** ⭐
86
+
87
+ [![Star History Chart](https://api.star-history.com/svg?repos=HorizonWind2004/reconstruction-alignment&type=Date)](https://www.star-history.com/#HorizonWind2004/reconstruction-alignment&Date)
88
+
89
+ </div>