Instructions to use defefekt/PDLO_Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use defefekt/PDLO_Classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="defefekt/PDLO_Classifier") 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("defefekt/PDLO_Classifier") model = AutoModelForImageClassification.from_pretrained("defefekt/PDLO_Classifier") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,10 +10,10 @@ license: mit
|
|
| 10 |
|
| 11 |
# ViTAMIn-O Custom Organoid Model
|
| 12 |
|
| 13 |
-
This model was trained using the **
|
| 14 |
|
| 15 |
## Model Details
|
| 16 |
-
* **Base Architecture:** `/
|
| 17 |
* **Task Type:** `Classification`
|
| 18 |
* **Repository:** `defefekt/PDLO_Classifier`
|
| 19 |
|
|
|
|
| 10 |
|
| 11 |
# ViTAMIn-O Custom Organoid Model
|
| 12 |
|
| 13 |
+
This model was trained using the **ColabViTAMIn-O** code-free infrastructure.
|
| 14 |
|
| 15 |
## Model Details
|
| 16 |
+
* **Base Architecture:** `defefekt/ViTAMIn-O`
|
| 17 |
* **Task Type:** `Classification`
|
| 18 |
* **Repository:** `defefekt/PDLO_Classifier`
|
| 19 |
|