Update README.md
Browse files
README.md
CHANGED
@@ -98,48 +98,16 @@ See the snippet below for usage with Transformers:
|
|
98 |
```
|
99 |
|
100 |
|
101 |
-
##
|
102 |
-
|
103 |
-
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
104 |
-
|
105 |
-
[More Information Needed]
|
106 |
-
|
107 |
-
### Recommendations
|
108 |
-
|
109 |
-
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
110 |
-
|
111 |
-
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
112 |
-
|
113 |
-
|
114 |
-
## Training Details
|
115 |
-
|
116 |
-
### Training Data
|
117 |
-
|
118 |
-
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
119 |
-
|
120 |
-
[More Information Needed]
|
121 |
-
|
122 |
-
### Training Procedure
|
123 |
-
|
124 |
-
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
125 |
-
|
126 |
-
#### Training Hyperparameters
|
127 |
-
|
128 |
-
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
129 |
-
|
130 |
-
## Citation [optional]
|
131 |
|
132 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
133 |
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
## Model Card Contact
|
144 |
-
|
145 |
-
[More Information Needed]
|
|
|
98 |
```
|
99 |
|
100 |
|
101 |
+
## Citation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
102 |
|
103 |
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
104 |
|
105 |
+
Please cite with the following BibTeX:
|
106 |
+
```
|
107 |
+
@article{poppi2024removing,
|
108 |
+
title={{Safe-CLIP: Removing NSFW Concepts from Vision-and-Language Models}},
|
109 |
+
author={Poppi, Samuele and Poppi, Tobia and Cocchi, Federico and Cornia, Marcella and Baraldi, Lorenzo and Cucchiara, Rita},
|
110 |
+
journal={arXiv preprint arXiv:2311.16254},
|
111 |
+
year={2024}
|
112 |
+
}
|
113 |
+
```
|
|
|
|
|
|