suayptalha commited on
Commit
0400f8c
·
verified ·
1 Parent(s): 90bd712

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 install "[**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
 
 
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