Instructions to use Manasee27/cv_animals with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Manasee27/cv_animals with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Manasee27/cv_animals") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("Manasee27/cv_animals") model = AutoModelForImageClassification.from_pretrained("Manasee27/cv_animals", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 4.0, | |
| "total_flos": 4.029619575840768e+16, | |
| "train_loss": 0.21459072166019016, | |
| "train_runtime": 99.217, | |
| "train_samples_per_second": 5.241, | |
| "train_steps_per_second": 0.363 | |
| } |