Update README.md
Browse files
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**:
|
| 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("
|
|
|
|
| 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")
|