prithivMLmods commited on
Commit
650c010
·
verified ·
1 Parent(s): fbcf1ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md CHANGED
@@ -135,6 +135,58 @@ 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="font-family: 'Courier New', Courier, monospace; background-color: #000000; border: 1px solid #333333; border-radius: 12px; padding: 24px; color: #FFFFFF; max-width: 800px; margin: 0 auto;">
143
+
144
+ <!-- Card 1 -->
145
+ <div style="margin-bottom: 20px;">
146
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/UnSXkoCSNmeiGF0OAGMO5.jpeg" alt="Safe Example 1" style="width: 100%; border-radius: 8px; margin-bottom: 16px; border: 1px solid #333333; display: block;">
147
+ <pre style="background: #111111; padding: 16px; border-radius: 8px; border: 1px solid #333333; color: #FFFFFF; white-space: pre-wrap; word-wrap: break-word; font-size: 13px; line-height: 1.6; margin: 0;">{
148
+ "caption": "Two female tennis players in white athletic wear are shaking hands on a tennis court, with a net between them. In the background, a woman in a blue uniform stands near a green wall, and a man in a navy blazer and white trousers observes.",
149
+ "is_nsfw": <span style="color: #00FF00; font-weight: bold;">false</span>,
150
+ "reason": "The image depicts a standard sports scene featuring two female tennis players in professional attire (white skirts and tops) engaging in a handshake. The setting includes a tennis court, a net, and a line judge or official in the background. There is no evidence of nudity, revealing swimwear, suggestive poses, or any elements that would indicate an NSFW classification.",
151
+ "nsfw": <span style="color: #00FF00; font-weight: bold;">0</span>,
152
+ "safe": <span style="color: #00FF00; font-weight: bold;">1</span>
153
+ }</pre>
154
+ </div>
155
+
156
+ <!-- Separator -->
157
+ <div style="border-bottom: 1px solid #333333; margin: 30px 0;"></div>
158
+
159
+ <!-- Card 2 -->
160
+ <div style="margin-bottom: 20px;">
161
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/FxCT2p4ZPucdVcPZT4c41.png" alt="NSFW Example 2" style="width: 100%; border-radius: 8px; margin-bottom: 16px; border: 1px solid #333333; display: block; filter: blur(30px); -webkit-filter: blur(30px);">
162
+ <pre style="background: #111111; padding: 16px; border-radius: 8px; border: 1px solid #333333; color: #FFFFFF; white-space: pre-wrap; word-wrap: break-word; font-size: 13px; line-height: 1.6; margin: 0;">{
163
+ "caption": "A close-up profile shot of a woman with tanned skin, wearing a yellow and white patterned fabric draped over her lower body. She is holding the fabric up to reveal her bare buttocks and hip area. Her upper body is largely exposed, showing cleavage and a bare chest, while her dark hair is styled loosely.",
164
+ "is_nsfw": <span style="color: #00FF00; font-weight: bold;">true</span>,
165
+ "reason": "The image features significant nudity and exposure. The subject's buttocks and hip are fully visible, and her upper body is largely unclothed, exposing cleavage and a bare chest. The use of a patterned fabric draped over the body creates a suggestive, revealing aesthetic that aligns with the 'exposed' and 'suggestive' classification criteria.",
166
+ "nsfw": <span style="color: #00FF00; font-weight: bold;">1</span>,
167
+ "safe": <span style="color: #00FF00; font-weight: bold;">0</span>
168
+ }</pre>
169
+ </div>
170
+
171
+ <!-- Separator -->
172
+ <div style="border-bottom: 1px solid #333333; margin: 30px 0;"></div>
173
+
174
+ <!-- Card 3 -->
175
+ <div style="margin-bottom: 20px;">
176
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/ZwuWL28H1PlGcv70X4Dbt.jpeg" alt="Safe Example 3" style="width: 100%; border-radius: 8px; margin-bottom: 16px; border: 1px solid #333333; display: block;">
177
+ <pre style="background: #111111; padding: 16px; border-radius: 8px; border: 1px solid #333333; color: #FFFFFF; white-space: pre-wrap; word-wrap: break-word; font-size: 13px; line-height: 1.6; margin: 0;">{
178
+ "caption": "A young girl with blonde hair, wearing a blue soccer jersey and black shorts, is captured mid-air kicking a white soccer ball on a grassy hill. She is wearing white socks and cleats. The background is a clear, solid blue sky.",
179
+ "is_nsfw": <span style="color: #00FF00; font-weight: bold;">false</span>,
180
+ "reason": "The image depicts an active sports scene featuring a child playing soccer. The subject is fully clothed in standard athletic gear (jersey, shorts, socks, cleats) and is engaged in a dynamic action pose. There is no evidence of nudity, revealing swimwear, suggestive poses, or any elements that would indicate NSFW content.",
181
+ "nsfw": <span style="color: #00FF00; font-weight: bold;">0</span>,
182
+ "safe": <span style="color: #00FF00; font-weight: bold;">1</span>
183
+ }</pre>
184
+ </div>
185
+
186
+ </div>
187
+
188
+ ---
189
+
190
  ## **Training Details**
191
 
192
  | Setting | Value |