cledoux42 commited on
Commit
db7f3d2
1 Parent(s): d0621b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -8
README.md CHANGED
@@ -1,10 +1,35 @@
1
  ---
2
- license: openrail
3
- task_categories:
4
- - zero-shot-classification
5
- - feature-extraction
6
- size_categories:
7
- - 10K<n<100K
8
  tags:
9
- - biology
10
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
 
 
 
2
  tags:
3
+ - image-classification
4
+ - pytorch
5
+ - huggingpics
6
+ metrics:
7
+ - accuracy
8
+
9
+ model-index:
10
+ - name: GenderClassify
11
+ results:
12
+ - task:
13
+ name: Image Classification
14
+ type: image-classification
15
+ metrics:
16
+ - name: Accuracy
17
+ type: accuracy
18
+
19
+ ---
20
+
21
+ # GenderClassify
22
+
23
+
24
+
25
+
26
+ ## Example Images
27
+
28
+
29
+ #### woman
30
+
31
+ ![womane](Gender3/test/woman/0002.jpg)
32
+
33
+ #### man
34
+
35
+ ![man](Gender3/test/man/0024.jpg)