Replies: 1 comment 2 replies
-
It looks like this checkpoint was trained with Megatron-LM. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to use the pretrained Megatron style model located here https://catalog.ngc.nvidia.com/orgs/nvidia/teams/clara/models/gatortron_s but am struggling getting up and running. I tried to look through the tutorials around but everything seems to load a model via
nemo.collections.nlp.models
which it doesn't appear the models in NGC are available in.I'm familiar with Huggingface as well as building models from scratch via tensorflow but can't figure out how to use this pretrained model. I'm focusing on entity recognition and classification and do not need to do any fine tuning to start.
Thank you in advance for the help
Beta Was this translation helpful? Give feedback.
All reactions