Aykut Firat

Results 5 issues of Aykut Firat

python finetune.py --epochs 750 --data data/wikitext-2 --save WT2.pt --dropouth 0.2 --seed 1882 python pointer.py --save WT2.pt --lambdasm 0.1279 --theta 0.662 --window 3785 --bptt 2000 --data data/wikitext-2 Traceback (most recent call...

Thanks for your great work. Can you provide an example for feature extraction that corresponds to: from encoder import Model model = Model() text = ['demo!'] text_features = model.transform(text) in...

Could you please provide the steps to obtain your sentiment accuracy numbers in your paper? Thank you.

update example has wrong parameter name(Document instead of doc) and mentions the wrong parameter 'body'.

Hi, Thank you for sharing your work. When will it be available?