Update README.md
Browse files
README.md
CHANGED
@@ -51,4 +51,17 @@ with torch.no_grad():
|
|
51 |
)
|
52 |
generated_texts = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)
|
53 |
print(generated_texts)
|
54 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
)
|
52 |
generated_texts = tokenizer.batch_decode(generated_ids, skip_special_tokens=True)
|
53 |
print(generated_texts)
|
54 |
+
```
|
55 |
+
|
56 |
+
If you are using this model, please be sure to cite:
|
57 |
+
```
|
58 |
+
@misc{chambon2024chexpertplusaugmentinglarge,
|
59 |
+
title={CheXpert Plus: Augmenting a Large Chest X-ray Dataset with Text Radiology Reports, Patient Demographics and Additional Image Formats},
|
60 |
+
author={Pierre Chambon and Jean-Benoit Delbrouck and Thomas Sounack and Shih-Cheng Huang and Zhihong Chen and Maya Varma and Steven QH Truong and Chu The Chuong and Curtis P. Langlotz},
|
61 |
+
year={2024},
|
62 |
+
eprint={2405.19538},
|
63 |
+
archivePrefix={arXiv},
|
64 |
+
primaryClass={cs.CL},
|
65 |
+
url={https://arxiv.org/abs/2405.19538},
|
66 |
+
}
|
67 |
+
```
|