├── README.md ├── enwik8-shift-300.bpe ├── model.py ├── run_me.py ├── trainer.py └── vocab.json /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlinkDL/SmallInitEmb/HEAD/README.md -------------------------------------------------------------------------------- /enwik8-shift-300.bpe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlinkDL/SmallInitEmb/HEAD/enwik8-shift-300.bpe -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlinkDL/SmallInitEmb/HEAD/model.py -------------------------------------------------------------------------------- /run_me.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlinkDL/SmallInitEmb/HEAD/run_me.py -------------------------------------------------------------------------------- /trainer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlinkDL/SmallInitEmb/HEAD/trainer.py -------------------------------------------------------------------------------- /vocab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BlinkDL/SmallInitEmb/HEAD/vocab.json --------------------------------------------------------------------------------