woweenie commited on
Commit
a6c1438
1 Parent(s): 7dbfb3e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -1,8 +1,32 @@
1
  ---
2
  tags:
3
  - clip
 
4
  library_name: open_clip
5
  pipeline_tag: zero-shot-image-classification
6
  license: mit
7
  ---
8
  # Model card for open-clip-vit-h-nsfw-finetune
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  tags:
3
  - clip
4
+ - not-for-all-audiences
5
  library_name: open_clip
6
  pipeline_tag: zero-shot-image-classification
7
  license: mit
8
  ---
9
  # Model card for open-clip-vit-h-nsfw-finetune
10
+
11
+ words trained, some have more training data than others:
12
+ ```
13
+ 'closeup': dict_values(['close up']),
14
+ 'group': dict_values(['2 women', 'multiple women']),
15
+ 'view': dict_values(['3/4 view', 'front view', '3/4 rear view', 'rear view', 'side view', 'high angle', 'low angle', 'overhead view', 'overhead view', 'under thighs view', 'front view', '3/4 view', 'side view', '3/4 rear view', 'rear view', 'high angle', 'low angle', 'overhead view', 'under thighs view']),
16
+ 'shot': dict_values(['wide shot', 'full body shot', 'cowboy shot', 'upper body shot', 'medium shot', 'close up shot']),
17
+ 'type': dict_valuet_values(['small', 'large', 'medium']),
18
+ 'breast-propertiess(['fetal position, from below', 'fetal position', 'kneeling', 'on all fours', 'prone', 'prone', 'prone', 'prone', 'prone', 'prone', 'recumbent from below', 'recumbent', 'recumbent', 'sitting with her knees up', 'sitting crosslegged', 'sitting', 'squatting', 'standing', 'supine', 'supine', 'supine with her knees up', 'upside down supine', 'supine', 'leaning', 'walking']),
19
+ 'pose-legs': dict_values(['legs apart', 'legs together', 'legs crossed', 'legs overlapping', 'legs spread', 'knee drawn up', 'one knee up', 'both knees up']),
20
+ 'clothing': dict_values(['a bikini that is too small', 'bikini bottoms', 'a bikini top', 'a bikini', 'a bodysuit', 'a bra', 'a crop top', 'a dress', 'garters', 'glasses', 'goggles', 'gym shorts', 'a halter top', 'a hat', 'a handbra', 'a hoodie', 'a jacket', 'jeans', 'a jumper', 'a gown', 'a lace-up top', 'leggings', 'lingerie', 'a long sleeved top', 'a off-shoulder top', 'a nightgown', 'a coat', 'overalls', 'pink pajamas', 'pajamas', 'panties', 'pantyhose', 'a t-shirt', 'a robe', 'a bathrobe', 'a piece of fabric', 'a scarf', 'a shirt', 'shorts', 'a skirt', 'a sleeveless top', 'a slip', 'sneakers', 'tube socks', 'a sports bra', 'sunglasses', 'sweatpants', 'a one piece swimsuit', 'a t-shirt', 'a tank top', 'a tied shirt', 'a top', 'long pants', 'a wetsuit', 'a backpack']),
21
+ 'clothing-state': dict_values(['high hem', 'low hem', 'high waist', 'low waist', 'unzipped', 'open', 'polkadot', 'pulled up', 'pulled down', 'see-through white', 'see-through black', 'see-through', 'fishnet', 'lace', 'mesh', 'loose', 'thin', 'wet']),
22
+ 'clothing-extras': dict_values(['strap slipping off her shoulder', 'lifting her shirt', 'visible nipples', 'bare midriff']),
23
+ 'clothing-undressing': dict_values(['undressing', 'unbuttoning', 'unzipping']),
24
+ 'pussy': dict_values(['hairy', 'shaved', 'puffy', 'tulip', 'puffy', 'curtains', ' ']),
25
+ 'hair': dict_values(['long', 'braided', 'short', 'curly', 'brown', 'blonde', 'black', 'red', 'wet']),
26
+ 'face': dict_values(['beautiful', 'cute', 'young', 'pretty']),
27
+ 'expression': dict_values(['scared', 'annoyed', 'aroused', 'bored', 'confident', 'distracted', 'dominating', 'embarrassed', 'scared', 'laughing', 'shy', 'orgasm']),
28
+ 'smile': dict_values(['joker grin', 'friendly', 'duchenne', 'flirty', 'fake', 'polite', 'caring', 'playful']),
29
+ 'butt': dict_values(['round butt', 'cute butt']),
30
+ 'hips': dict_values(['broad hips']),
31
+ 'misc': dict_values(['thighs', 'skinny', 'wet skin', 'soapy', 'with her arms raised', 'with her hand on her hip', 'medium shot', 'heterophoria', 'eyes closed', 'eye contact', 'low quality', 'high quality', 'tanlines', 'black background', 'sunlight', 'glasses on her head', 'mirror', 'ponytail', 'bangs', 'hair in a bun', 'tattoo', 'submerged']),
32
+ ```