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 12
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:1c176f6015094aa6511d4f40f246c7c6a94e64d633dbffa6972dbc18742cf654
|
| 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:efc664b817a6c830f2c9f6545d82d5832706f3c346d03d5f9f9260c0534a1fce
|
| 3 |
+
size 34469
|