Instructions to use nvidia/nemo-megatron-gpt-5B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use nvidia/nemo-megatron-gpt-5B with NeMo:
# tag did not correspond to a valid NeMo domain.
- Notebooks
- Google Colab
- Kaggle
config.json
#3
by swamikrishnan - opened
I am trying to use the nemo-megatron-gpt-5B model in polyfuzz to do some string matching. I get the following oserror:
OSError: nvidia/nemo-megatron-gpt-5B does not appear to have a file named config.json. Checkout 'https://huggingface.co/nvidia/nemo-megatron-gpt-5B/main' for available files.
Most other transformer models on HF appear to come with the "config.json" file. This one does not. How can I create one?
Thanks.