nielsr HF Staff commited on
Commit
f528750
·
verified ·
1 Parent(s): 5889483

Add model card for Sana 0.6B (CheXGenBench)

Browse files

Hi! I'm Niels, part of the community science team at Hugging Face. I noticed that this repository was missing a model card. This PR adds a README.md that:
- Links the model to its original paper: [CheXGenBench: A Unified Benchmark For Fidelity, Privacy and Utility of Synthetic Chest Radiographs](https://huggingface.co/papers/2505.10496).
- Includes relevant metadata such as the `pipeline_tag` and `library_name`.
- Provides links to the project page and official GitHub repository.
- Adds proper citation information.

This ensures the model is correctly indexed on the Hub and easier for researchers to discover and cite.

Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: diffusers
3
+ pipeline_tag: text-to-image
4
+ ---
5
+
6
+ # Sana 0.6B (CheXGenBench)
7
+
8
+ This repository contains the Sana 0.6B model checkpoint, which was identified as a top-performing architecture for synthetic chest radiograph generation in the paper [CheXGenBench: A Unified Benchmark For Fidelity, Privacy and Utility of Synthetic Chest Radiographs](https://huggingface.co/papers/2505.10496).
9
+
10
+ CheXGenBench is a rigorous and multifaceted evaluation framework that assesses synthetic chest radiograph generation across fidelity, privacy risks, and clinical utility. Sana 0.6B achieved state-of-the-art results on this benchmark and was used to generate the **SynthCheX-75K** dataset.
11
+
12
+ - **Paper:** [CheXGenBench: A Unified Benchmark For Fidelity, Privacy and Utility of Synthetic Chest Radiographs](https://huggingface.co/papers/2505.10496)
13
+ - **Project Page:** [https://raman1121.github.io/CheXGenBench/](https://raman1121.github.io/CheXGenBench/)
14
+ - **Repository:** [https://github.com/Raman1121/CheXGenBench](https://github.com/Raman1121/CheXGenBench)
15
+
16
+ ## Model Description
17
+ Sana 0.6B is a text-to-image generative model capable of producing high-fidelity medical imagery. In the context of the CheXGenBench benchmark, it demonstrated superior performance in capturing clinical details while maintaining a balance between generation quality and privacy.
18
+
19
+ For detailed instructions on environment setup, generating synthetic data, and running evaluation metrics (FID, privacy, and clinical utility), please refer to the official [GitHub repository](https://github.com/Raman1121/CheXGenBench).
20
+
21
+ ## Citation
22
+ If you find this model or the benchmark useful in your research, please cite:
23
+
24
+ ```bibtex
25
+ @article{dutt2025chexgenbench,
26
+ title={CheXGenBench: A Unified Benchmark For Fidelity, Privacy and Utility of Synthetic Chest Radiographs},
27
+ author={Dutt, Raman and Sanchez, Pedro and Yao, Yongchen and McDonagh, Steven and Tsaftaris, Sotirios A and Hospedales, Timothy},
28
+ journal={arXiv preprint arXiv:2505.10496},
29
+ year={2025}
30
+ }
31
+ ```