Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 274 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 274 Bytes

cs224n-final-project

To reproduce baseline and word-level RNN results:

$ bash reproduce_word_rnn_results

To generate the GloVe embeddings used in the experiments:

$ bash run_all_glove

To reproduce the character-level RNN results:

$ bash replicate_char_results