Image Classification
Transformers
TensorBoard
Safetensors
beit
Generated from Trainer
Eval Results (legacy)
Instructions to use mateoluksenberg/Seed_Classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mateoluksenberg/Seed_Classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="mateoluksenberg/Seed_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("mateoluksenberg/Seed_Classifier") model = AutoModelForImageClassification.from_pretrained("mateoluksenberg/Seed_Classifier") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 15
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343271328
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7875a5a1f078a76c87b60e746c2f606d5cedfd64e2e50328e24a49727d82e4c4
|
| 3 |
size 343271328
|
runs/Sep24_18-48-57_7147d6f06e12/events.out.tfevents.1727203776.7147d6f06e12.351.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47f66a0ad22f418a441799eb8d1ed06b7f71b549d6543f9d68c825df8d3491dd
|
| 3 |
+
size 18746
|