Instructions to use Ammok/audio_classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ammok/audio_classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="Ammok/audio_classification")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("Ammok/audio_classification") model = AutoModelForAudioClassification.from_pretrained("Ammok/audio_classification") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 1
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 378358633
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1a1bdce87e698c5cbeda0709936f1a95689fb5cedbc61156ec23499506f06b7
|
| 3 |
size 378358633
|
runs/Jul26_14-15-44_559535568dc4/events.out.tfevents.1690380950.559535568dc4.175.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:9b872fc94ff96f3ce10d1da3c1ac221a10c052a0ea920d7715ab04bba2897c7e
|
| 3 |
+
size 6960
|