Instructions to use abdusah/aradia-class-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use abdusah/aradia-class-v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="abdusah/aradia-class-v1")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("abdusah/aradia-class-v1") model = AutoModelForAudioClassification.from_pretrained("abdusah/aradia-class-v1", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit History
Model save c284997
Abdulwahab Sahyoun commited on
Training in progress, epoch 45 7072775
Abdulwahab Sahyoun commited on
Training in progress, epoch 23 82e1b47
Abdulwahab Sahyoun commited on
Model save 11e448d
Abdulwahab Sahyoun commited on
Training in progress, epoch 31 361b908
Abdulwahab Sahyoun commited on
Model save 13ef56b
Abdulwahab Sahyoun commited on
Training in progress, epoch 16 c0592dc
Abdulwahab Sahyoun commited on
Model save e14f948
Abdulwahab Sahyoun commited on
Training in progress, epoch 1 3a0defc
Abdulwahab Sahyoun commited on
initial commit 7991c04
Abdulwahab Sahyoun commited on