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 4
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:c5c29032fbfef45c610b4be67ad9f2e96c5426ab02e3ae5f7196584dbd54b396
|
| 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:fe1e06ed8dc60de02bdaccc3d98aec0eaeb1c370f77324fabb180fba797c39af
|
| 3 |
+
size 7748
|