Automatic Speech Recognition
Transformers
Vietnamese
vietnamese
multi_lingual
audio2text
sp
speech_to_text
ctranslate2
faster_whisper
Instructions to use erax-ai/EraX-WoW-Turbo-V1.1-CT2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use erax-ai/EraX-WoW-Turbo-V1.1-CT2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="erax-ai/EraX-WoW-Turbo-V1.1-CT2")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("erax-ai/EraX-WoW-Turbo-V1.1-CT2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Vấn đề danh từ là Tiếng Anh tự chuyển thành cách đọc Tiếng Việt.
#1 opened about 1 year ago
by
conkhidan