File size: 731 Bytes
c923da6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
---
license: mit
datasets: [your-dataset-name]
language: []
metrics:
- accuracy: 92.5%
- f1-score: 0.89
base_model: yolov8
new_version: "true" # Use a string value here
pipeline_tag: image-classification
library_name: torch
tags:
- cat-detection
- yolov8
- image-classification
---
# Varun_cat-model2
This model is a YOLOv8-based object detection model trained to detect cats in images.
## Model Details
- **Training dataset**: [Your dataset description]
- **Evaluation metrics**: Accuracy: 92.5%, F1-Score: 0.89
## Usage
You can use this model for detecting cats in images. It works well with a variety of image sizes and is optimized for fast inference.
## License
This model is licensed under the MIT License.
|