justus27 commited on
Commit
4f68cb1
1 Parent(s): af93e1b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
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.