We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f8cc6 commit f7c5ab3Copy full SHA for f7c5ab3
README.md
@@ -0,0 +1,17 @@
1
+# samba-pytorch
2
+
3
+> Implementation of [Samba by Microsoft](https://arxiv.org/abs/2406.07522) in PyTorch.
4
5
+This aims to be a simpler implementation of the [original repo](https://github.com/microsoft/Samba).
6
7
+## Citations
8
9
+```bibtex
10
+@article{ren2024samba,
11
+ title={Samba: Simple Hybrid State Space Models for Efficient Unlimited Context Language Modeling},
12
+ author={Liliang Ren and Yang Liu and Yadong Lu and Yelong Shen and Chen Liang and Weizhu Chen},
13
+ journal = {arXiv preprint},
14
+ year={2024},
15
+ url={https://arxiv.org/abs/2406.07522}
16
+}
17
+```
0 commit comments