Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ tags:
|
|
20 |
|
21 |
First Hugging Face integration of minGRU models from the paper "[**Were RNNs All We Needed?**](https://arxiv.org/abs/2410.01201)".
|
22 |
|
23 |
-
This model uses BERT-Base-Uncased tokenizer and
|
24 |
|
25 |
Make sure you install "[**minGRU-pytorch**](https://github.com/lucidrains/minGRU-pytorch)" library by running "pip install minGRU-pytorch".
|
26 |
|
|
|
20 |
|
21 |
First Hugging Face integration of minGRU models from the paper "[**Were RNNs All We Needed?**](https://arxiv.org/abs/2410.01201)".
|
22 |
|
23 |
+
This model uses BERT-Base-Uncased tokenizer and trained on default IMDB dataset.
|
24 |
|
25 |
Make sure you install "[**minGRU-pytorch**](https://github.com/lucidrains/minGRU-pytorch)" library by running "pip install minGRU-pytorch".
|
26 |
|