Mitchins commited on
Commit
e721528
·
verified ·
1 Parent(s): aea8d4d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,8 +1,28 @@
1
  #
2
  ---
3
- language: "en"
4
- license: "mit"
5
- tags: ["image-classification","anime","art-style","efficientnet-b0","pytorch","safetensors","multi-class"]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # Anime Style Classifier - EfficientNet-B0
 
1
  #
2
  ---
3
+ language: en
4
+ license: mit
5
+ tags:
6
+ - image-classification
7
+ - anime
8
+ - art-style
9
+ - efficientnet-b0
10
+ - pytorch
11
+ - safetensors
12
+ - multi-class
13
+ framework: pytorch
14
+ library_name: torchvision
15
+ pipeline_tag: image-classification
16
+ model-index:
17
+ - name: anime-style-classifier-efficientnet-b0
18
+ results:
19
+ - task: image-classification
20
+ dataset: synthetic-anime-scenes
21
+ metrics:
22
+ - name: accuracy
23
+ type: accuracy
24
+ value: 0.9818
25
+ usage: "See inference.py"
26
  ---
27
 
28
  # Anime Style Classifier - EfficientNet-B0