Instructions to use parhamjanjan87/Tomur-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use parhamjanjan87/Tomur-Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="parhamjanjan87/Tomur-Classification") 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("parhamjanjan87/Tomur-Classification") model = AutoModelForImageClassification.from_pretrained("parhamjanjan87/Tomur-Classification") - Notebooks
- Google Colab
- Kaggle
Commit ·
127bd3a
1
Parent(s): 9e30246
Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ model-index:
|
|
| 15 |
metrics:
|
| 16 |
- name: Accuracy
|
| 17 |
type: accuracy
|
| 18 |
-
value: 0.
|
| 19 |
---
|
| 20 |
|
| 21 |
# Tomur-Classification
|
|
|
|
| 15 |
metrics:
|
| 16 |
- name: Accuracy
|
| 17 |
type: accuracy
|
| 18 |
+
value: 0.989965886365442
|
| 19 |
---
|
| 20 |
|
| 21 |
# Tomur-Classification
|