Commit Graph

266 Commits

Author SHA1 Message Date
Guillaume B
384ea30612 Creation of QaFeatures initial commit 2020-02-25 11:27:59 +01:00
Guillaume B
1a7da783a9 Created QaExample and parsing from question and context pair 2020-02-24 16:24:43 +01:00
Guillaume B
ed82d934e6 Created QaExample and parsing from question and context pair 2020-02-24 16:23:44 +01:00
Guillaume B
a748a2bdc4 Added test for NER and example for sentiment 2020-02-24 14:27:23 +01:00
Guillaume B
6a3bfee4a3 Added pre-trained NER model to pipelines 2020-02-24 14:19:14 +01:00
Guillaume B
448638c338 Updated tokenizer dependency 2020-02-21 21:38:09 +01:00
Guillaume B
78cacdaf2e Added integration test for RoBERTa MaskedLM 2020-02-19 20:55:50 +01:00
Guillaume B
ee64db897e Initial commit for RoBERTa 2020-02-19 20:52:27 +01:00
Guillaume B
a449684f49 Completed BertForMaskedLM and added integration test 2020-02-17 21:44:12 +01:00
Guillaume B
f3d4736c13 Attention mask tested & validated 2020-02-17 19:11:01 +01:00
Guillaume B
765d2c88de BertModel implemented (incl. loading weights) 2020-02-17 19:02:47 +01:00
Guillaume B
8526a6b9bc Added BertSelfAttention 2020-02-16 17:19:12 +01:00
Guillaume B
20ec99e159 Added BertEmbeddings 2020-02-16 15:16:54 +01:00
Guillaume B
85d17e2736 Initial commit for BERT implementation 2020-02-16 14:29:35 +01:00
Guillaume B
a7264ff0f2 Updated tokenization dependency (no longer requires rust nightly) 2020-02-15 11:37:50 +01:00
Guillaume B
d6716a921d Addition of masked LM for DistilBERT (incl. example) 2020-02-13 22:19:03 +01:00