-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Description
Hello,
I'm trying to fine-tune the mamba model with a huggingface trainer but I'm facing an issue :
AttributeError: 'MambaConfig' object has no attribute 'to_json_string'
This is due to the fact that the MambaConfig does not follow the classical huggingface format for the configurations.
The MambaConfig is a dataclass which is at the origin of this error.
Metadata
Metadata
Assignees
Labels
No labels