Meeex2 commited on
Commit
c33843c
·
verified ·
1 Parent(s): b072a6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -155,7 +155,21 @@ The model may exhibit biases based on the training data used. It may not perform
155
 
156
  Users should be aware of the limitations and biases of the model and use it accordingly. They should also be prepared to handle false positives and false negatives. It is recommended to fine-tune the model for specific downstream tasks and to evaluate its performance on relevant datasets.
157
 
158
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
159
 
160
  ### Load model directly
161
  ```python
 
155
 
156
  Users should be aware of the limitations and biases of the model and use it accordingly. They should also be prepared to handle false positives and false negatives. It is recommended to fine-tune the model for specific downstream tasks and to evaluate its performance on relevant datasets.
157
 
158
+ ## Citation
159
+
160
+ If you find our work useful, please consider citing us!
161
+
162
+ ```bibtex
163
+ @misc{khader2025diffguardtextbasedsafetychecker,
164
+ title={DiffGuard: Text-Based Safety Checker for Diffusion Models},
165
+ author={Massine El Khader and Elias Al Bouzidi and Abdellah Oumida and Mohammed Sbaihi and Eliott Binard and Jean-Philippe Poli and Wassila Ouerdane and Boussad Addad and Katarzyna Kapusta},
166
+ year={2025},
167
+ eprint={2412.00064},
168
+ archivePrefix={arXiv},
169
+ primaryClass={cs.CV},
170
+ url={https://arxiv.org/abs/2412.00064},
171
+ }
172
+ ```
173
 
174
  ### Load model directly
175
  ```python