=============== fairseq2.models =============== .. currentmodule:: fairseq2.models The models module provides pre-trained models and model architectures for various tasks including language modeling, machine translation, and speech recognition. **Coming soon:** This documentation is being developed. The models module includes: - LLaMA models - Transformer models - Wav2Vec2 models - NLLB translation models - Model loading and configuration utilities Please refer to the source code and examples in the meantime.