Respair's picture
Upload folder using huggingface_hub
b386992 verified

Checkpoint Conversion Scripts

Please note that the conversion scripts in this folder (except the convert_nemo1_to_nemo2.py script) are a part of the NeMo 1.0 collection that is no longer actively developed. Please move on to using the NeMo 2.0 collection for the latest NeMo Framework features.

For importing HuggingFace models into NeMo, use the import_ckpt API, which allows you to load pre-trained HuggingFace model checkpoints into the NeMo Framework for further fine-tuning or inference. Please check examples in the NeMo documentation on how to use this functionality.

Migrating Checkpoints to NeMo 2.0

The convert_nemo1_to_nemo2.py script can be used to convert NeMo 1.0 checkpoints into NeMo 2.0 checkpoint format. For detailed usage instructions or examples, please refer to the NeMo documentation.