16 Commits
Author SHA1 Message Date
Sebastian c9c827c420 Updated method to new fastai v1 version 2018-11-15 17:51:44 +00:00
Sebastian 94fa1a3ecb Encapsulated data reading in utils method, removed fastai processing, added doc string 2018-11-15 14:36:50 +00:00
Sebastian 300d78ee44 Consolidated methods for reading classification data, added method to read XNLI data 2018-11-15 14:34:07 +00:00
Sebastian d5e6849cd8 Shortened XNLI download script, removed unnecessary parts; extracts now to data folder 2018-11-15 14:33:21 +00:00
Nirant K 62e6777952 Add download and unzip script 2018-11-14 15:53:59 +00:00
Nirant K 0fb8161061 Merge branch 'master' of https://github.com/n-waves/ulmfit-multilingual 2018-11-14 13:56:58 +00:00
Nirant K 70680c21ce Add better logs, add multi-language flag to pretrain
- Added lang variable to pretrain_lm
- Tried the QRNN model with Hindi
- Added better logging and consistent model saving paths
- Fixed minor bug in validate(model, ...) to to validate(learn.model, ...)
2018-11-14 13:54:31 +00:00
Nirant 5f845724d0 Add dependencies 2018-11-14 17:13:40 +05:30
Nirant 820ff231bd Add Download and Process Docs 2018-11-14 17:04:47 +05:30
Piotr Czapla 38ca35c044 Fix pretrain_lm to work with yesterdays changes to fastai text API 2018-11-14 11:41:26 +01:00
Piotr Czapla e13dbea1e1 Remove missleading docs. 2018-11-12 13:14:44 +01:00
Piotr Czapla 5ad6c2ace1 Update to new fastai.master with fixed qrnn issue 2018-11-12 13:08:00 +01:00
Piotr Czapla 40ca6c200e Refactor and temporary fix the pretrain_lm by adding learn.lr_find
For some reason this fixes the training issue. I though I've nailed it down but i haven't. :/ .
2018-11-10 00:32:29 +01:00
Piotr Czapla eb1da0b630 Updated README.md 2018-11-08 21:05:48 +01:00
Piotr Czapla 12e52b182e Initial import from fastaiv1
initial import from https://github.com/fastai/fastai/tree/ulmfit_v1/courses/dl2/imdb_scripts
2018-11-08 20:33:10 +01:00
Piotr Czapla 2f09109d5d Initial commit 2018-11-08 19:52:07 +01:00