You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for developing and sharing such a novel model, it is very exciting to be able to model full isoforms finally.
When I wanted to give the pre-trained model a try I found the default config does not match the pre-trained model architecture and the tokenizer cannot be loaded with the .from_pretrained method.
I only managed to load the model by manually tweaking the parameters based on your manuscript and quite some trial and error. Is this config correct? Could you upload yours to make sure everything is as trained and trust its outputs?
This code was run from the training-model directory without errors:
Hi @saberiato ,
Thanks for developing and sharing such a novel model, it is very exciting to be able to model full isoforms finally.
When I wanted to give the pre-trained model a try I found the default config does not match the pre-trained model architecture and the tokenizer cannot be loaded with the
.from_pretrained
method.I only managed to load the model by manually tweaking the parameters based on your manuscript and quite some trial and error. Is this config correct? Could you upload yours to make sure everything is as trained and trust its outputs?
This code was run from the
training-model
directory without errors:However, instantiating the
StripedHyenaForEmbeddings
class resulted in an error:Changing these lines from the
StripedHyenaModelForExtractingEmbeddings
class (lorna-sh/training-model/modeling_hyena.py
Line 219 in 8f2b32d
into
Made it run without errors. I will submit this as a PR.
Thanks in advance! Best,
Miquel
The text was updated successfully, but these errors were encountered: