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 10
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:e8fac30290f8b3f823f9be288fc1a0d56256105b8e99bc01c882c30a3faefe22
|
| 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:856361c7ca09a8e61fd08480b3612c783c96c5577b11b0d85c3fc31c75858856
|
| 3 |
+
size 31782
|