From eec7e47c068420e2aa7b14bb2633c1a519a37753 Mon Sep 17 00:00:00 2001
From: Jason Eshraghian <40262130+jeshraghian@users.noreply.github.com>
Date: Thu, 20 Jun 2024 14:08:33 -0700
Subject: [PATCH] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 987e19f..af141cd 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
MatMul-Free LM
- If you like our project, please give us a star ⭐ on GitHub for the latest update.
+ If you like our project, please give us a star ⭐ on GitHub for the latest updates.
This repo is adapted from flash-linear-attention.
@@ -117,7 +117,7 @@ print(tokenizer.batch_decode(outputs, skip_special_tokens=True)[0])
# Citation
-If you find this repo useful, please consider citing our works:
+If you use this repo in your work, please cite our preprint:
```bib
@article{zhu2024scalable,
title={Scalable MatMul-free Language Modeling},