Skip to content

Implementation of minGRU in Rust using candle

Notifications You must be signed in to change notification settings

gcanat/minGRU-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages