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.