Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minGRU

Implementation of minGRU in Rust using the candle framework.

This is a port of minGRU-pytorch as a small experiment to get more familiar with candle.

Not finished yet, still work in progress.

Usage

Download enwiki8.gz and put it in data/ folder inside this repo. Then:

cargo run -r

It will launch training with character level tokeninzation.

Citations

@inproceedings{Feng2024WereRA,
    title   = {Were RNNs All We Needed?},
    author  = {Leo Feng and Frederick Tung and Mohamed Osama Ahmed and Yoshua Bengio and Hossein Hajimirsadegh},
    year    = {2024},
    url     = {https://api.semanticscholar.org/CorpusID:273025630}
}

About

Implementation of minGRU in Rust using candle

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages