Instructions to use nomsgadded/Audio_Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nomsgadded/Audio_Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="nomsgadded/Audio_Classification")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("nomsgadded/Audio_Classification") model = AutoModelForAudioClassification.from_pretrained("nomsgadded/Audio_Classification") - Notebooks
- Google Colab
- Kaggle
Commit ·
2ca92be
1
Parent(s): b12717f
Training in progress, step 2200
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 378312648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf2d587472b07f7056aadf84310d60532dfd5ea2e3672e9e5093975a4a06a347
|
| 3 |
size 378312648
|