Natural Language Processing (NLP) ================================= .. toctree:: :maxdepth: 2 models megatron_finetuning api Example scripts for NLP collection can be found under `NeMo/example/nlp/ `__. NLP notebook-tutorials are located under `NeMo/tutorials/nlp/ `__ (most NeMo tutorials can be run on `Google's Colab `_.), more details could be found here at :ref:`tutorials`. If you're just starting with NeMo, the best way to start is to take a look at: * `Text Classification (Sentiment Analysis) `__ - demonstrates how to a Text Classification model using NeMo NLP collection. * `NeMo Primer `__ - introduces NeMo, PyTorch Lightning and OmegaConf, and shows how to use, modify, save, and restore NeMo Models * `NeMo Models `__ - fundamental concepts of the NeMo Model * `NeMo voice swap demo `__ - demonstrates how to swap a voice in the audio fragment with a computer generated one using NeMo.