Help Running with AutoModel
Hi!
I’m trying to load and run NetFound using the AutoModel & AutoConfig, but I’m running into an issue when attempting to load it with these classes. It seems that the model_type
defined in config.json
isn’t recognized, which I believe might be because additional files are needed, including NetfoundConfig.py
and the NetFoundLanguageModelling
class from NetfoundModels.py
, to define the model architecture properly. Right now, I’m getting a key error when trying to load it.
I also noticed that NetFound appears to have an associated tokenizer, but for it to work with the Auto* classes, it likely needs a tokenizer.json
file.
Thanks in advance for any help! If you have any guidance on how to get it running, I'd also appreciate as well :)!
Good day.
The netfound architecture is not in the transformers library. Please, refer to https://github.com/SNL-UCSB/netfound on how to use the model. :)