File size: 449 Bytes
7daa177 af93e1b 4f68cb1 |
1 2 3 4 5 6 7 8 9 |
---
license: apache-2.0
---
Mamba-Chat is the first chat language model based on a state-space model architecture, not a transformer.
The model is a fine-tune of Albert Gu's and Tri Dao's model [Mamba-2.8B](https://github.com/state-spaces/mamba) from their paper *Mamba: Linear-Time Sequence Modeling with Selective State Spaces*.
Check our our [Github repository](https://github.com/havenhq/mamba-chat/tree/main) for training and inference code. |