carbon225 commited on
Commit
d072322
1 Parent(s): 3b85a3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -4
README.md CHANGED
@@ -1,8 +1,17 @@
1
  ---
2
  license: cc0-1.0
3
  widget:
4
- - src: https://huggingface.co/carbon225/vit-base-patch16-224-hentai/resolve/main/samples/1.jpeg
5
- - src: https://huggingface.co/carbon225/vit-base-patch16-224-hentai/resolve/main/samples/2.jpeg
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # ViT for NSFW classification
@@ -17,8 +26,8 @@ finetuned for flagging images according to [vndb.org](https://vndb.org/d19) with
17
  ## Training data
18
  The model was trained on the vndb.org [database dump](https://vndb.org/d14)
19
  using full size screenshots (`sf` in the database dump).
20
- Because the dataset contains questionable images, I will not publish it.
21
 
22
  ## Intended use
23
  The model can be used for flagging anime-style images for sexual content.
24
- It can also be finetuned on other tasks related to anime images.
 
1
  ---
2
  license: cc0-1.0
3
  widget:
4
+ - src: >-
5
+ https://huggingface.co/carbon225/vit-base-patch16-224-hentai/resolve/main/samples/1.jpeg
6
+ - src: >-
7
+ https://huggingface.co/carbon225/vit-base-patch16-224-hentai/resolve/main/samples/2.jpeg
8
+ datasets:
9
+ - carbon225/vndb_img
10
+ tags:
11
+ - art
12
+ - anime
13
+ - visual-novel
14
+ - nsfw
15
  ---
16
 
17
  # ViT for NSFW classification
 
26
  ## Training data
27
  The model was trained on the vndb.org [database dump](https://vndb.org/d14)
28
  using full size screenshots (`sf` in the database dump).
29
+ The dataset can be loaded from [carbon225/vndb_img](https://huggingface.co/datasets/carbon225/vndb_img).
30
 
31
  ## Intended use
32
  The model can be used for flagging anime-style images for sexual content.
33
+ It can also be finetuned on other tasks related to anime images.