Automatic Speech Recognition
Transformers
PyTorch
TensorBoard
data2vec-audio
Generated from Trainer
Eval Results (legacy)
Instructions to use jjyaoao/Echotune_clean_test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jjyaoao/Echotune_clean_test with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="jjyaoao/Echotune_clean_test")# Load model directly from transformers import AutoTokenizer, AutoModelForCTC tokenizer = AutoTokenizer.from_pretrained("jjyaoao/Echotune_clean_test") model = AutoModelForCTC.from_pretrained("jjyaoao/Echotune_clean_test") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!