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 ·
d34d8fc
1
Parent(s): 2ca92be
Training in progress, step 2600
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:b4d63386bebae4f2237c0d364b3e016f3e211dc6c2be158af38db72d920c90a2
|
| 3 |
size 378312648
|