pradanaadn commited on
Commit
b22cc92
·
verified ·
1 Parent(s): cd44324

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -2,8 +2,37 @@
2
  tags:
3
  - model_hub_mixin
4
  - pytorch_model_hub_mixin
 
 
 
5
  ---
6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
  - Library: [More Information Needed]
9
  - Docs: [More Information Needed]
 
2
  tags:
3
  - model_hub_mixin
4
  - pytorch_model_hub_mixin
5
+ datasets:
6
+ - garythung/trashnet
7
+ pipeline_tag: image-classification
8
  ---
9
 
10
+ Epoch: 10
11
+ Optimizer: Adam
12
+ Learning Rate: 10e-3
13
+ Augmentation: Random Horizontal and Vertical Flip
14
+
15
+
16
+ Result:
17
+
18
+ | Metric | Train | Validation | Test |
19
+ |--------|--------|------------|------|
20
+ | Loss | 0.29818 | 0.34164 | 0.3223 |
21
+ | Accuracy (Macro) | 0.89413 | 0.87473 | 0.86351 |
22
+ | Accuracy (Micro) | 0.90601 | 0.88515 | 0.88538 |
23
+ | Accuracy (Weighted) | 0.90601 | 0.88515 | 0.88538 |
24
+ | F1 (Macro) | 0.89576 | 0.87189 | 0.8632 |
25
+ | F1 (Micro) | 0.90601 | 0.88515 | 0.88538 |
26
+ | F1 (Weighted) | 0.90581 | 0.88571 | 0.88556 |
27
+ | Precision (Macro) | 0.89771 | 0.87115 | 0.86314 |
28
+ | Precision (Micro) | 0.90601 | 0.88515 | 0.88538 |
29
+ | Precision (Weighted) | 0.9059 | 0.88785 | 0.88599 |
30
+ | Recall (Macro) | 0.89413 | 0.87473 | 0.86351 |
31
+ | Recall (Micro) | 0.90601 | 0.88515 | 0.88538 |
32
+ | Recall (Weighted) | 0.90601 | 0.88515 | 0.88538 |
33
+
34
+
35
+
36
  This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
37
  - Library: [More Information Needed]
38
  - Docs: [More Information Needed]