Overview of SpeechT5 and related models
mainSpeechT5 is a unified-modal speech-text pre-training framework for spoken language processing. The repository contains implementations and research for several related models designed for various speech-related tasks, including:
- SpeechT5: Unified-Modal Encoder-Decoder Pre-training.
- Speech2C: Transformer Decoder for End-to-End ASR with unpaired speech data.
- YiTrans: End-to-End Speech Translation system.
- SpeechUT: Bridging speech and text with hidden-units.
- SpeechLM: Enhanced speech pre-training with unpaired textual data.
- Speech2S: Joint pre-training with speech and bilingual text for direct speech-to-speech translation.
- Prosody-SpeechT5: Prosody-aware SpeechT5 for expressive neural TTS.
- VATLM: Visual-Audio-Text pre-training with unified masked prediction.
- VALL-E X: Cross-lingual neural codec language modeling.
- VioLA: Unified codec language models for ASR, synthesis, and translation.
- WavLLM: Robust and adaptive speech large language model.
Detailed model introductions, evaluation results, and inference instructions are located in their respective subdirectories within the repository.