Stefaron commited on
Commit
2c50213
·
verified ·
1 Parent(s): 46929f9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -26,12 +26,10 @@ This model is a fine-tuned ResNet50 for classifying trash images into categories
26
  - **Optimizer**: Adam
27
 
28
  ## Performance
29
- - **Accuracy**: (Add your accuracy here after training)
30
- - **Precision**: (Add precision here)
31
- - **Recall**: (Add recall here)
32
 
33
  ## How to Use
34
  Load the model and use it for inference:
35
  ```python
36
  from transformers import AutoModel
37
- model = AutoModel.from_pretrained("username/trash-classifier")
 
26
  - **Optimizer**: Adam
27
 
28
  ## Performance
29
+ - **Accuracy F1-Scores**: 92%
 
 
30
 
31
  ## How to Use
32
  Load the model and use it for inference:
33
  ```python
34
  from transformers import AutoModel
35
+ model = AutoModel.from_pretrained("Stefaron/trash-classifier")