Update README.md
Browse files
README.md
CHANGED
|
@@ -90,3 +90,15 @@ print(generate_together_embeddings(
|
|
| 90 |
os.environ['TOGETHER_API_KEY'])[:10]
|
| 91 |
)
|
| 92 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
os.environ['TOGETHER_API_KEY'])[:10]
|
| 91 |
)
|
| 92 |
```
|
| 93 |
+
|
| 94 |
+
## Citation
|
| 95 |
+
|
| 96 |
+
If you use this model, or otherwise found our work valuable, you can cite us as follows:
|
| 97 |
+
```
|
| 98 |
+
@inproceedings{fu2023monarch,
|
| 99 |
+
title={Monarch Mixer: A Simple Sub-Quadratic GEMM-Based Architecture},
|
| 100 |
+
author={Fu, Daniel Y and Arora, Simran and Grogan, Jessica and Johnson, Isys and Eyuboglu, Sabri and Thomas, Armin W and Spector, Benjamin and Poli, Michael and Rudra, Atri and R{\'e}, Christopher},
|
| 101 |
+
booktitle={Advances in Neural Information Processing Systems},
|
| 102 |
+
year={2023}
|
| 103 |
+
}
|
| 104 |
+
```
|