Instructions to use ylacombe/accent-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ylacombe/accent-classifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("audio-classification", model="ylacombe/accent-classifier")# Load model directly from transformers import AutoProcessor, AutoModelForAudioClassification processor = AutoProcessor.from_pretrained("ylacombe/accent-classifier") model = AutoModelForAudioClassification.from_pretrained("ylacombe/accent-classifier") - Notebooks
- Google Colab
- Kaggle
Inquiry About Dataset and Training Details for Accent Classifier Model
#2 opened over 1 year ago
by
LiyuanShang
Detailed Documentation of Model Training and Results Analysis
👍 2
#1 opened almost 2 years ago
by
gsabarinath02