Update README.md
Browse files
README.md
CHANGED
@@ -22,7 +22,7 @@ First Hugging Face integration of minGRU models from the paper "[**Were RNNs All
|
|
22 |
|
23 |
This model uses BERT-Base-Uncased tokenizer and trained on default IMDB dataset.
|
24 |
|
25 |
-
Make sure you
|
26 |
|
27 |
For modeling and configuration codes: [**minGRU-hf**](https://github.com/suayptalha/minGRU-hf/tree/main)
|
28 |
|
|
|
22 |
|
23 |
This model uses BERT-Base-Uncased tokenizer and trained on default IMDB dataset.
|
24 |
|
25 |
+
Make sure you have installed "[**minGRU-pytorch**](https://github.com/lucidrains/minGRU-pytorch)" library by running "pip install minGRU-pytorch".
|
26 |
|
27 |
For modeling and configuration codes: [**minGRU-hf**](https://github.com/suayptalha/minGRU-hf/tree/main)
|
28 |
|