Skip to content

Commit f7c5ab3

Browse files
committed
add readme
Signed-off-by: peter szemraj <peterszemraj@gmail.com>
1 parent e6f8cc6 commit f7c5ab3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)