Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
Mamba-Chat is the first chat language model based on a state-space model architecture, not a transformer.
|
6 |
+
|
7 |
+
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*.
|
8 |
+
|
9 |
+
Check our our [Github repository](https://github.com/havenhq/mamba-chat/tree/main) for training and inference code.
|