aslan-ng commited on
Commit
203f7aa
·
verified ·
1 Parent(s): 1af3873

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: mit # change if you prefer a different license
5
+ library_name: pytorch
6
+ tags:
7
+ - vision
8
+ - computer-vision
9
+ - image-classification
10
+ - automl
11
+ - neural-network
12
+ - early-stopping
13
+ - colab
14
+ - pytorch
15
+ datasets:
16
+ - ysakhale/gym-machines-image-dataset
17
+ metrics:
18
+ - accuracy
19
+ - f1
20
+ - precision
21
+ - recall
22
+ - loss
23
+ ---