NeMo AutoModel#

NeMo AutoModel enables the training and fine-tuning of models accessible through the Hugging Face Transformer AutoModel classes. Specifically, it supports models such as:

  • AutoModelForCausalLM

  • AutoModelForImageTextToText

  • AutoModelForSpeechSeq2Seq

It covers Large Language Models (LLM), Vision Language Models (VLM), and Automatic Speech Recognition (ASR).

For distributed processing, the NeMo AutoModel provides integration with Distributed Data Parallel (DDP) and Fully Sharded Data Parallel (FSDP2), ensuring efficient and scalable training across multiple GPUs and nodes.

For more information, browse the developer documentation for your area of interest in the contents section below or on the left sidebar.

AutoModel Data Documentation

AutoModel Callbacks Documentation