prithivMLmods commited on
Commit
5869e38
·
verified ·
1 Parent(s): 3bd8cc1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +64 -0
README.md CHANGED
@@ -135,6 +135,70 @@ output_text = processor.batch_decode(
135
  print(output_text[0])
136
  ```
137
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
138
  ## **Training Details**
139
 
140
  | Setting | Value |
 
135
  print(output_text[0])
136
  ```
137
 
138
+ ---
139
+
140
+ ## **Example Cards**
141
+
142
+ <div style="background-color: #000000; font-family: 'Courier New', Courier, monospace; color: #FFFFFF; padding: 24px; border-radius: 12px; border: 1px solid #333333; max-width: 800px; margin: 0 auto;">
143
+
144
+ <!-- Thin Line Bar (Top Separator) -->
145
+ <hr style="border: 0; border-top: 1px solid #333333; margin: 0 0 32px 0;">
146
+
147
+ <!-- Card 1 -->
148
+ <div style="margin-bottom: 32px;">
149
+ <div style="border-radius: 8px; overflow: hidden; margin-bottom: 16px; border: 1px solid #222;">
150
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/yypVvKdEH3W5qcmt4E36R.jpeg" alt="Safe Image 1" style="width: 100%; height: auto; display: block;">
151
+ </div>
152
+ <pre style="background-color: #0a0a0a; padding: 16px; border-radius: 8px; border: 1px solid #222; color: #e0e0e0; font-size: 13px; line-height: 1.6; white-space: pre-wrap; word-wrap: break-word; margin: 0;">
153
+ {
154
+ "caption": "A woman in a white tank top stands outdoors, gesturing with her right hand near her face while speaking. She wears a silver necklace and a bracelet. To her right, a man in a dark shirt is partially visible, looking towards her. The background shows blurred pedestrians and urban buildings.",
155
+ "is_nsfw": <span style="color: #4ade80;">false</span>,
156
+ "reason": "The image depicts a casual outdoor scene featuring two adults in everyday attire. There is no evidence of nudity, revealing undergarments, suggestive poses, or any sexually explicit content. The focus is on the interaction between the subjects.",
157
+ "nsfw": <span style="color: #4ade80;">0</span>,
158
+ "safe": <span style="color: #4ade80;">1</span>
159
+ }</pre>
160
+ </div>
161
+
162
+ <!-- Thin Line Bar -->
163
+ <hr style="border: 0; border-top: 1px solid #333333; margin: 0 0 32px 0;">
164
+
165
+ <!-- Card 2 (NSFW - Blurred) -->
166
+ <div style="margin-bottom: 32px;">
167
+ <div style="border-radius: 8px; overflow: hidden; margin-bottom: 16px; border: 1px solid #222; position: relative;">
168
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/CjoTJmmvn1HCjtc4ou0cT.png" alt="NSFW Image 2" style="width: 100%; height: auto; display: block; filter: blur(40px) saturate(0.5) brightness(0.8); transform: scale(1.2);">
169
+ </div>
170
+ <pre style="background-color: #0a0a0a; padding: 16px; border-radius: 8px; border: 1px solid #222; color: #e0e0e0; font-size: 13px; line-height: 1.6; white-space: pre-wrap; word-wrap: break-word; margin: 0;">
171
+ {
172
+ "caption": "A blonde woman is shown from behind, wearing red thong-style underwear. She has long hair and a visible tattoo on her lower back. Her hands are positioned near her hips, holding the straps of the thong. The setting appears to be a modern living room with a window and a patterned sofa.",
173
+ "is_nsfw": <span style="color: #4ade80;">1</span>,
174
+ "reason": "The image classifies as NSFW due to the presence of red thong-style underwear, which exposes the lower back and buttocks. The pose, where the subject is holding the thong straps, combined with the visible skin and lack of full coverage, meets the criteria for suggestive and revealing content.",
175
+ "nsfw": <span style="color: #4ade80;">1</span>,
176
+ "safe": <span style="color: #4ade80;">0</span>
177
+ }</pre>
178
+ </div>
179
+
180
+ <!-- Thin Line Bar -->
181
+ <hr style="border: 0; border-top: 1px solid #333333; margin: 0 0 32px 0;">
182
+
183
+ <!-- Card 3 -->
184
+ <div>
185
+ <div style="border-radius: 8px; overflow: hidden; margin-bottom: 16px; border: 1px solid #222;">
186
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/EX1Zg_-Up4va_44B3dONZ.jpeg" alt="Safe Image 3" style="width: 100%; height: auto; display: block;">
187
+ </div>
188
+ <pre style="background-color: #0a0a0a; padding: 16px; border-radius: 8px; border: 1px solid #222; color: #e0e0e0; font-size: 13px; line-height: 1.6; white-space: pre-wrap; word-wrap: break-word; margin: 0;">
189
+ {
190
+ "caption": "A medium-sized lioness with golden-brown fur walks across a grassy enclosure in a zoo setting. She is walking towards the camera, looking directly at the viewer. The background features large rocks, trees, and a thatched-roof structure, likely a viewing platform or shelter. The environment appears clean and well-maintained.",
191
+ "is_nsfw": <span style="color: #4ade80;">false</span>,
192
+ "reason": "The image depicts a standard outdoor scene featuring a lioness in a zoo environment. There is no evidence of nudity, revealing clothing, suggestive poses, or any sexually explicit content. The focus is entirely on the animal and its natural habitat.",
193
+ "nsfw": <span style="color: #4ade80;">0</span>,
194
+ "safe": <span style="color: #4ade80;">1</span>
195
+ }</pre>
196
+ </div>
197
+
198
+ </div>
199
+
200
+ ---
201
+
202
  ## **Training Details**
203
 
204
  | Setting | Value |