Instructions to use Saads/bird_classification_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Saads/bird_classification_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="Saads/bird_classification_model")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("Saads/bird_classification_model") model = AutoModelForAudioClassification.from_pretrained("Saads/bird_classification_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 13
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 378619753
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:689b3629ad6dc0196daff681396590e0a5ca763fe427f543c6db2bd7ce0bed29
|
| 3 |
size 378619753
|
runs/Apr27_18-19-18_b9097e76804a/events.out.tfevents.1682619562.b9097e76804a.23.2
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:e79c0ffb321be58c9abf04748047421b93cb7a4c67b3bd9f5092c80c172c5e4a
|
| 3 |
+
size 35891
|