suayptalha commited on
Commit
4982aca
·
verified ·
1 Parent(s): fbc1404

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ This model uses GPT-2 tokenizer and trained on roneneldan/TinyStories dataset.
21
 
22
  **Note: This is an experimental model. Don't forget to train model before usage!**
23
 
24
- Make sure you install "[**minGRU-pytorch**](https://github.com/lucidrains/minGRU-pytorch)" library by running "pip install minGRU-pytorch".
25
 
26
  For modeling and configuration codes: [**minGRU-hf**](https://github.com/suayptalha/minGRU-hf/tree/main)
27
 
 
21
 
22
  **Note: This is an experimental model. Don't forget to train model before usage!**
23
 
24
+ Make sure you have installed "[**minGRU-pytorch**](https://github.com/lucidrains/minGRU-pytorch)" library by running "pip install minGRU-pytorch".
25
 
26
  For modeling and configuration codes: [**minGRU-hf**](https://github.com/suayptalha/minGRU-hf/tree/main)
27