Liang
Results
2
issues of
Liang
head -n -400000 step2.txt > ./out/ep.train.txt tail -n 400000 step2.txt > step3.txt head -n -200000 step3.txt > ./out/ep.dev.txt tail -n 200000 step3.txt > ./out/ep.test.txt Hi ottokart, Could you elaborate on...
python main.py I am wondering at first stage of training the language model, how to choose the hidden layer size and learning rate? Thanks!