espnet2.speechlm.model.speechlm.lm.parallel.ParallelHFModel
Less than 1 minute
espnet2.speechlm.model.speechlm.lm.parallel.ParallelHFModel
espnet2.speechlm.model.speechlm.lm.parallel.ParallelHFModel(model_hf_tag, **kwargs)
Factory function to create a parallel multimodal LLM from HuggingFace model.
- Parameters:
- model_hf_tag – HuggingFace model identifier
- **kwargs – Additional arguments passed to from_pretrained
- Returns: Instantiated parallel LLM model with multimodal capabilities
