# nemotron_parse | | | |---|---| | **Model type** | `nemotron_parse` | | **Class** | `NemotronParseForConditionalGeneration` | | **Task** | `vision-encoder-decoder` | | **Source** | `models/nemotron_parse.py` | ## Description NVIDIA Nemotron Parse OCR/document parser with C-RADIO and mBART. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```