AdamCodd commited on
Commit
1bde9e2
1 Parent(s): 63c8b6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -143,4 +143,17 @@ Metrics: Accuracy, F1, Precision, Recall, AUC
143
  - Tokenizers 0.15.0
144
  - Evaluate 0.4.1
145
 
146
- If you want to support me, you can [here](https://ko-fi.com/adamcodd).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143
  - Tokenizers 0.15.0
144
  - Evaluate 0.4.1
145
 
146
+ If you want to support me, you can [here](https://ko-fi.com/adamcodd).
147
+
148
+ ## Citation and Acknowledgments
149
+ This model was utilized in the following arXiv paper:
150
+ ```bibtex
151
+ @misc{li2024art,
152
+ title={ART: Automatic Red-teaming for Text-to-Image Models to Protect Benign Users},
153
+ author={Guanlin Li and Kangjie Chen and Shudong Zhang and Jie Zhang and Tianwei Zhang},
154
+ year={2024},
155
+ eprint={2405.19360},
156
+ archivePrefix={arXiv},
157
+ primaryClass={cs.CR}
158
+ }
159
+ ```