rockettman commited on
Commit
3c1ac08
·
verified ·
1 Parent(s): ef22f47

Update Readme.md

Browse files
Files changed (1) hide show
  1. Readme.md +1 -1
Readme.md CHANGED
@@ -1,6 +1,6 @@
1
  ### Architecture Model
2
  The model is based on ResNet18 as a backbone and fine-tuning only the last convolutional block (layer4). It also use custom classifier for Hidden layer of 256 units with ReLU activation,
3
- Dropout layer (0.3) for regularization, and Output layer with 6 units (one per waste category).
4
 
5
  ### Model Performance
6
  The model achieves strong performance across all waste categories, with an overall accuracy of 96%. Detailed performance metrics per class:
 
1
  ### Architecture Model
2
  The model is based on ResNet18 as a backbone and fine-tuning only the last convolutional block (layer4). It also use custom classifier for Hidden layer of 256 units with ReLU activation,
3
+ Dropout layer (0.3) for regularization, and Output layer with 6 units (one per waste category). The dataset is from [garythung/trashnet](https://huggingface.co/datasets/garythung/trashnet)
4
 
5
  ### Model Performance
6
  The model achieves strong performance across all waste categories, with an overall accuracy of 96%. Detailed performance metrics per class: