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
Detailed Documentation of Model Training and Results Analysis
#1
by gsabarinath02 - opened
Hey, first of all, your work looks very promising and interesting.
I would greatly appreciate it if you could provide documentation for this model. I am eager to understand the training process and delve deeper into the numerical results, like accuracy and all. Could you please share more details so that I can gain a thorough understanding of this project?
gsabarinath02 changed discussion status to closed
gsabarinath02 changed discussion status to open