Commit Graph

30 Commits

Author SHA1 Message Date
Guillaume B
9081bc3318 Initial single turn conversation 2020-06-25 19:32:36 +02:00
Guillaume B
30528ca973 Download DialoGPT dependencies 2020-06-24 19:17:05 +02:00
Guillaume B
f4afd35ed6 albert config implementation, download scripts 2020-06-16 19:07:37 +02:00
Guillaume B
222ef86784 Examples clean-up 2020-06-11 09:45:44 +02:00
Guillaume B
ff0277925e Creation of translation pipeline, added documentation, created unit tests 2020-05-25 16:20:23 +02:00
Guillaume B
cccad54194 Updates to BART for Marian compatibility 2020-05-24 17:00:04 +02:00
Guillaume B
2b498bb10a Creation of MarianGenerator 2020-05-24 15:39:17 +02:00
Guillaume B
029d4bd47c Addition of Electra resources 2020-05-03 10:05:32 +02:00
Guillaume B
5a1c1ae7a0 Addition of ElectraDiscriminator 2020-05-03 09:46:59 +02:00
Guillaume B
1c1f91bcdf Merge remote-tracking branch 'remotes/origin/master' into electra_implementation 2020-05-02 13:58:27 +02:00
Guillaume B
75ed1f864b Updated resources to use cloudfront endpoints 2020-05-02 10:04:02 +02:00
Guillaume B
259d30f58d Added possibility to define cache directory 2020-05-02 09:07:43 +02:00
Guillaume B
4334fa1758 Addition of ElectraForMaskedLM 2020-05-01 08:47:52 +02:00
Guillaume B
b2308d741d Addition of Electra Config and Embeddings 2020-04-28 18:51:04 +02:00
Guillaume B
c65943ab2f Updated model weight download 2020-04-24 17:04:28 +02:00
guillaume-be
03f642fc68
Shared embeddings for BART (#18) 2020-04-05 15:29:19 +02:00
Guillaume B
642874b22b BartModel implemented and weights loaded 2020-04-02 11:16:50 +02:00
Guillaume B
efd2ed0509 BART config & initial input preparation 2020-03-29 12:01:13 +02:00
Guillaume B
c98b689297 GPT2 download 2020-03-08 17:50:57 +01:00
Guillaume B
d820ea8eea End-to-end OpenAI GPT model implemented 2020-03-01 11:26:34 +01:00
Guillaume B
ad1dbfcbc2 Initial commit for GPT model 2020-03-01 10:59:48 +01:00
Guillaume B
b0e84fc2b9 initial commit for GPT2 2020-02-27 18:55:17 +01:00
Guillaume B
ed82d934e6 Created QaExample and parsing from question and context pair 2020-02-24 16:23:44 +01:00
Guillaume B
6a3bfee4a3 Added pre-trained NER model to pipelines 2020-02-24 14:19:14 +01:00
Guillaume B
ee64db897e Initial commit for RoBERTa 2020-02-19 20:52:27 +01:00
Guillaume B
765d2c88de BertModel implemented (incl. loading weights) 2020-02-17 19:02:47 +01:00
Guillaume B
85d17e2736 Initial commit for BERT implementation 2020-02-16 14:29:35 +01:00
guillaume-be
0271396115
Addition of CI pipeline (#2) 2020-02-16 11:37:08 +01:00
Guillaume B
d6716a921d Addition of masked LM for DistilBERT (incl. example) 2020-02-13 22:19:03 +01:00
Guillaume B
1c00b6b7c5 Updated toml, readme and main file to read from home directory 2020-02-11 19:16:35 +01:00