Commit Graph
237 Commits
Author SHA1 Message Date
Ubuntu 38e422ff0e fix dropout 2019-05-11 22:00:34 +00:00
Ubuntu 19507f1d38 seed + new tokens for poleval2018 2019-05-11 19:51:27 +00:00
Piotr Czapla 8f2b7edee4 Merge pull request #45 from cahya-wirawan/tokens_min
Added an option to set the minimal limit of tokens per article
2019-05-07 00:09:31 +02:00
Cahya Wirawan 616bec18dc Added an option to set the minimal limit of tokens per article 2019-04-30 11:48:14 +02:00
Piotr Czapla f5306b4064 Add a few examples of commands avaliable in ulmfit-multilingual 2019-04-20 14:34:26 +02:00
Piotr Czapla f9032ad846 Update to README.md
to show the newest changes to the command line.
2019-04-20 14:28:45 +02:00
Piotr Czapla a312572004 Merge branch 'master' of https://github.com/n-waves/ulmfit-multilingual 2019-04-19 10:34:18 +02:00
Piotr Czapla 9f494b3ec6 Remove old bilm code that wasn't working 2019-04-19 10:32:35 +02:00
Julian Eisenschlos ba186113dc Merge pull request #43 from n-waves/fix-tests
Fix tests
2019-04-15 15:14:40 -03:00
NAUSICAA\Julian 2b7ec26f8b Lower LM accuracy test threshold 2019-04-15 15:00:46 -03:00
NAUSICAA\Julian e4d0529a3d Removing more bi-directional test 2019-04-15 14:41:08 -03:00
Piotr Czapla 94be5e6e0f Remove unused tests
Skip the test that were developed to support BiLM training that due to the changes in fastai stopped compiling
2019-04-14 19:19:12 +02:00
Piotr Czapla 8facc21cfa Add F1 metrics to evaluate 2019-04-14 19:13:43 +02:00
NAUSICAA\Julian 65397d7ae4 Bi-dir not supported yet 2019-04-13 16:38:58 -03:00
NAUSICAA\Julian 7e0a8517b6 Remove config params from language_model_learner funcion 2019-04-13 16:08:01 -03:00
NAUSICAA\Julian edf3b8d76e Adding missing param arch 2019-04-13 12:32:19 -03:00
Piotr Czapla a948d7df91 Merge branch 'master' of https://github.com/n-waves/ulmfit-multilingual 2019-03-26 21:29:33 +01:00
Piotr Czapla 0a823be17b Maki ti possible to not load unusp 2019-03-26 21:29:23 +01:00
Piotr Czapla 24f1d741f0 Add generating of pseudo labels 2019-03-26 21:27:56 +01:00
Piotr Czapla 66ec30a122 Add more results 2019-03-26 21:27:18 +01:00
Julian Eisenschlos 7744021014 Merge pull request #40 from n-waves/text_cols
Using Text Cols as opposed to concatenating columns manually
2019-03-07 13:28:00 -03:00
NAUSICAA\Julian 43588b43e1 Move logs 2019-03-07 13:19:40 -03:00
NAUSICAA\Julian 227f3b5dff Merge branch 'master' of https://github.com/n-waves/ulmfit-multilingual into text_cols 2019-03-07 13:18:52 -03:00
Piotr Czapla 837925ff53 Imporved validate_cls & eval to pick the best model based on val accuracy 2019-03-03 13:29:49 +01:00
Julian Eisenschlos e793425ef7 Merge pull request #37 from n-waves/qrnn_perf
QRNN Time Performance Benchark
2019-03-01 18:06:13 -03:00
Piotr Czapla 7b2ac9e94b Add ability to use random-init=True 2019-03-01 17:41:07 +01:00
Piotr Czapla 11b2b14523 Fix -m ulmfit tar method 2019-03-01 17:39:58 +01:00
NAUSICAA\Julian 02522fcd44 Rename file 2019-02-28 08:17:41 -03:00
NAUSICAA\Julian 71e7637dd0 CLS Results 2019-02-27 23:44:28 -03:00
NAUSICAA\Julian fd022c6826 Merge branch 'master' of https://github.com/n-waves/ulmfit-multilingual into text_cols 2019-02-27 23:30:59 -03:00
Piotr Czapla 4742a68d28 Some logs from previous experiments 2019-02-27 20:31:38 +01:00
Marcin f750586114 Remove redundant bptt param 2019-02-26 18:39:38 +01:00
Piotr Czapla c6e0373170 Make models use bptt parameter 2019-02-26 18:06:23 +01:00
NAUSICAA\Julian dd74a6d282 Remove previous multi field patch 2019-02-24 23:15:20 -03:00
NAUSICAA\Julian 06cd4d4d0b Merge branch 'master' of https://github.com/n-waves/ulmfit-multilingual into text_cols 2019-02-24 22:58:46 -03:00
Piotr Czapla 852336c29b Merge pull request #38 from n-waves/lbl_smoothing
Label smoothing
2019-02-22 16:57:47 +01:00
Piotr Czapla 260faa703c Correct the label smoothing implementation 2019-02-22 16:55:35 +01:00
Piotr Czapla 015f04ec08 Training with noise & label smoothing 2019-02-22 12:02:18 +01:00
Piotr Czapla c69d31c420 New results lstm 30k 1cyc 2019-02-22 12:01:25 +01:00
NAUSICAA\Julian c5a93d19fe Changes moved to different branch 2019-02-20 17:16:08 -03:00
NAUSICAA\Julian 61ae344fda Remove fastai warning 2019-02-20 17:02:56 -03:00
NAUSICAA\Julian c698c97772 Adding logs 2019-02-20 17:02:02 -03:00
NAUSICAA\Julian b39fb5390b Adding QRNN benchmark 2019-02-20 15:21:58 -03:00
NAUSICAA\Julian 4700d95225 Merge branch 'master' of https://github.com/n-waves/ulmfit-multilingual into qrnn_perf 2019-02-20 15:16:31 -03:00
Piotr Czapla 99d6b22447 Correct noise generation training + convenience functions 2019-02-20 10:24:30 +01:00
Piotr Czapla c29180a08f Add some results 2019-02-20 10:22:44 +01:00
NAUSICAA\Julian 13ae29a95d Set mark_fields in True 2019-02-18 22:20:24 -03:00
Piotr Czapla 5529ec385b Add sentence piece char_coverage 0.99 for non european languages
Otherwise Zh won't train on 15k
2019-02-18 21:50:46 +01:00
Piotr Czapla 7dc7aac327 Merge all columns in classification task into first column
This should fix CLS issues.
2019-02-18 21:50:04 +01:00
Piotr Czapla 9fbcf56df3 Add different learning schedules, with default to the old schedule
use --lr-sched=1cycle for better results
2019-02-18 21:49:16 +01:00