Any-to-Any
Transformers
English
Chinese
nielsr HF Staff commited on
Commit
2d30af5
·
verified ·
1 Parent(s): 2b177b9

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

Browse files

This PR enhances the `BAGEL-RecA` model card by:

- Adding `library_name: transformers` to the metadata. This enables the automated "How to use" widget on the Hugging Face Hub, providing users with direct code snippets for model inference.
- Updating the `pipeline_tag` from `any-to-any` to `text-to-image`. This aligns the model with its primary and highlighted capability in text-to-image generation as evidenced by the paper's benchmarks, improving discoverability for users searching for models in this domain.
- Adding explicit links to the paper ([Reconstruction Alignment Improves Unified Multimodal Models](https://huggingface.co/papers/2509.07295)), the project page ([https://reconstruction-alignment.github.io/](https://reconstruction-alignment.github.io/)), and the code repository ([https://github.com/HorizonWind2004/reconstruction-alignment](https://github.com/HorizonWind2004/reconstruction-alignment)) at the top of the model card. This provides clearer and more direct access to key resources for researchers and developers.

These changes collectively improve the model's visibility, usability, and adherence to Hugging Face Hub best practices.

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>