Closed Cranial-XIX closed 10 months ago
Hi,
Thanks for this great work! I wonder if you could provide a wrapper for a full language model class, like in Mamba and RetNet they have MambaLMHeadModel and RetNetDecoder. Thanks a lot!
MambaLMHeadModel
RetNetDecoder
Thanks for your interests!
Yes, we plan to add the model file soon.
I've added a model class in gla_model.py, let me if there is any further questions
Hi,
Thanks for this great work! I wonder if you could provide a wrapper for a full language model class, like in Mamba and RetNet they have
MambaLMHeadModel
andRetNetDecoder
. Thanks a lot!