Instructions to use Hemg/Birdsclassification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Hemg/Birdsclassification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="Hemg/Birdsclassification") 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("Hemg/Birdsclassification") model = AutoModelForImageClassification.from_pretrained("Hemg/Birdsclassification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 14
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 344835816
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:91ea76cb623ac03f42c22a489a43c8f93b280ceb7b0059de69c1ae090b1cd333
|
| 3 |
size 344835816
|
runs/Mar20_02-24-16_b27516841dd2/events.out.tfevents.1710901456.b27516841dd2.35.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:92cf253ab64580bd81a392788cb282acd92e93645cb80d1d70d693ba9e076da4
|
| 3 |
+
size 43674
|