UfukCem commited on
Commit
766ad80
·
verified ·
1 Parent(s): 75773bb

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - computer-vision
5
+ - image-classification
6
+ - pytorch
7
+ ---
8
+
9
+ # TrashNet PoC Best Model
10
+
11
+ Two candidates were trained on TrashNet:
12
+ - ResNet50
13
+ - MobileNetV2
14
+
15
+ Selected best by validation accuracy.
16
+
17
+ Classes: ['cardboard', 'glass', 'metal', 'paper', 'plastic', 'trash']
18
+
19
+ Files:
20
+ - `best_model.pt`: checkpoint (state_dict + metadata)
21
+ - `labels.json`: class names