Commit Graph

  • 123d90c40d Updated SQuAD example Guillaume B 2020-03-07 15:46:27 +0100
  • 996fdb159f Updated QA for improved batching Guillaume B 2020-03-07 15:21:02 +0100
  • 20bd0108c3 addition of SQuAD processor Guillaume B 2020-03-07 11:23:05 +0100
  • 999f6e52aa initial commit for batch processing of QA inputs Guillaume B 2020-03-06 21:40:32 +0100
  • 4935437891
    Merge pull request #10 from guillaume-be/gpt_implementation guillaume-be 2020-03-01 12:02:34 +0100
  • 479c1b6131 Updated README, bumped version Guillaume B 2020-03-01 11:31:09 +0100
  • 89b486fb12 Added integration test for OpenAI GPT Guillaume B 2020-03-01 11:29:57 +0100
  • d820ea8eea End-to-end OpenAI GPT model implemented Guillaume B 2020-03-01 11:26:34 +0100
  • ad1dbfcbc2 Initial commit for GPT model Guillaume B 2020-03-01 10:59:48 +0100
  • b49c194ea4
    Merge pull request #9 from guillaume-be/gpt2_implementation guillaume-be 2020-02-29 17:05:05 +0100
  • 7a9cf64c20 Completed GPT2 example and integration test Guillaume B 2020-02-29 16:07:47 +0100
  • d038626d37 Updated GPT2 implementation, validated Guillaume B 2020-02-29 14:13:08 +0100
  • a276e65cf4 GPT2 Model implemented Guillaume B 2020-02-29 11:39:19 +0100
  • c12c0c479e Calculation of GPT2 embeddings Guillaume B 2020-02-29 10:56:56 +0100
  • 811b0ad483 Implementation of Transformer Block Guillaume B 2020-02-28 21:09:42 +0100
  • e15dfe127d Implementation of Attention Guillaume B 2020-02-28 20:28:33 +0100
  • f9803171b2 Addition of GPT Conv1D block Guillaume B 2020-02-27 20:50:15 +0100
  • b0e84fc2b9 initial commit for GPT2 Guillaume B 2020-02-27 18:55:17 +0100
  • f1fc3f7dc0
    Merge pull request #7 from guillaume-be/question_answering guillaume-be 2020-02-25 19:10:21 +0100
  • aa819284df updated license headers Guillaume B 2020-02-25 18:39:08 +0100
  • fe4f7c689d Updated README, bumped version Guillaume B 2020-02-25 18:37:02 +0100
  • afa606152b End to end question answering pipeline implemented Guillaume B 2020-02-25 18:32:26 +0100
  • ae11677e2d Updated position embeddings, features stacking and sinusoidal embeddings config overwrite Guillaume B 2020-02-25 16:02:59 +0100
  • e89cfd5ce6 Example text update Guillaume B 2020-02-25 11:40:49 +0100
  • c11ce51abd minor refactoring Guillaume B 2020-02-25 11:40:16 +0100
  • 384ea30612 Creation of QaFeatures initial commit Guillaume B 2020-02-25 11:27:59 +0100
  • 1a7da783a9 Created QaExample and parsing from question and context pair Guillaume B 2020-02-24 16:24:43 +0100
  • ed82d934e6 Created QaExample and parsing from question and context pair Guillaume B 2020-02-24 16:23:44 +0100
  • 729f6f44c7
    Merge pull request #6 from guillaume-be/pipelines_ner guillaume-be 2020-02-24 15:24:05 +0100
  • 668b1e1b38 Updated keywords Guillaume B 2020-02-24 14:59:13 +0100
  • db692c447c Updated dependencies Guillaume B 2020-02-24 14:50:54 +0100
  • e78b9a4cc5 Updated readme and bumped version Guillaume B 2020-02-24 14:42:52 +0100
  • a748a2bdc4 Added test for NER and example for sentiment Guillaume B 2020-02-24 14:27:23 +0100
  • 6a3bfee4a3 Added pre-trained NER model to pipelines Guillaume B 2020-02-24 14:19:14 +0100
  • 6282536bbc
    Merge pull request #5 from guillaume-be/updated_tokenizer_dependency guillaume-be 2020-02-21 22:05:37 +0100
  • 448638c338 Updated tokenizer dependency Guillaume B 2020-02-21 21:38:09 +0100
  • 135dc7bd7a Updated lib Guillaume B 2020-02-20 21:44:41 +0100
  • 31b114d180
    Merge pull request #4 from guillaume-be/roberta_implementation guillaume-be 2020-02-19 22:28:13 +0100
  • cbe3fcd146 Updated integration test name Guillaume B 2020-02-19 21:46:00 +0100
  • b0369e2938 Added RoBERTa Token classification and QA, updated README Guillaume B 2020-02-19 21:29:58 +0100
  • 3607aa505f Addition of RoBERTa for sequence classification and multiple choices Guillaume B 2020-02-19 21:19:41 +0100
  • 78cacdaf2e Added integration test for RoBERTa MaskedLM Guillaume B 2020-02-19 20:55:50 +0100
  • ee64db897e Initial commit for RoBERTa Guillaume B 2020-02-19 20:52:27 +0100
  • b94d44707b Updated license headers Guillaume B 2020-02-18 20:56:13 +0100
  • 2941f29406
    Merge pull request #3 from guillaume-be/bert_implementation guillaume-be 2020-02-18 19:41:59 +0100
  • 242b6b876a Bumped version, updated README Guillaume B 2020-02-18 19:20:40 +0100
  • 5ff8eeb97f Addition of DistilBERT models Guillaume B 2020-02-18 19:13:46 +0100
  • 8322d1877b Addition of Bert models Guillaume B 2020-02-18 18:55:53 +0100
  • a449684f49 Completed BertForMaskedLM and added integration test Guillaume B 2020-02-17 21:44:12 +0100
  • f3d4736c13 Attention mask tested & validated Guillaume B 2020-02-17 19:11:01 +0100
  • 765d2c88de BertModel implemented (incl. loading weights) Guillaume B 2020-02-17 19:02:47 +0100
  • c54a992ba4 Added BertLayer, BertEncoder and BertPooler Guillaume B 2020-02-16 21:16:57 +0100
  • 2823e960ee Added BertLayer Guillaume B 2020-02-16 18:21:11 +0100
  • 2f6ae94f2b Added BertOutput and BertIntermediate layers Guillaume B 2020-02-16 17:55:58 +0100
  • 8526a6b9bc Added BertSelfAttention Guillaume B 2020-02-16 17:19:12 +0100
  • 20ec99e159 Added BertEmbeddings Guillaume B 2020-02-16 15:16:54 +0100
  • 85d17e2736 Initial commit for BERT implementation Guillaume B 2020-02-16 14:29:35 +0100
  • 7762259906 Updated README, bumped version Guillaume B 2020-02-16 11:49:45 +0100
  • 0271396115
    Addition of CI pipeline (#2) guillaume-be 2020-02-16 11:37:08 +0100
  • 916fd34345 updated map location Guillaume B 2020-02-16 11:15:05 +0100
  • f6de4d3ef0 updated paths to be string-like Guillaume B 2020-02-16 11:08:20 +0100
  • 8cda13f5d2 updated path creation Guillaume B 2020-02-16 11:01:09 +0100
  • def24426c4 updated scripts for compatibility with python < 3.6 Guillaume B 2020-02-16 10:52:49 +0100
  • e55c6a60f7 updated path to utils Guillaume B 2020-02-16 10:43:10 +0100
  • 23b17ed6e0 added setuptools Guillaume B 2020-02-16 10:36:11 +0100
  • b10c7581f1 turn off pip progress bar Guillaume B 2020-02-16 10:30:57 +0100
  • 25c0be03bf pip3 installation Guillaume B 2020-02-16 10:27:51 +0100
  • f3612069b0 Updated pip requirements setup Guillaume B 2020-02-16 10:23:28 +0100
  • dd8752a542 Updated pip requirements setup Guillaume B 2020-02-16 10:10:31 +0100
  • 1e7fdef324 Added integration tests for Distilbert examples Guillaume B 2020-02-16 10:04:21 +0100
  • bc54f59730 Addition of CI pipeline Guillaume B 2020-02-16 09:49:59 +0100
  • a7264ff0f2 Updated tokenization dependency (no longer requires rust nightly) Guillaume B 2020-02-15 11:37:50 +0100
  • 9ba56e1b81
    Merge pull request #1 from guillaume-be/distilbert_masked_lm guillaume-be 2020-02-13 22:20:53 +0100
  • d6716a921d Addition of masked LM for DistilBERT (incl. example) Guillaume B 2020-02-13 22:19:03 +0100
  • b3cb142040 Bumped version number Guillaume B 2020-02-11 19:45:04 +0100
  • 9835849f9b Updated README Guillaume B 2020-02-11 19:37:53 +0100
  • 337d974618 Updated README Guillaume B 2020-02-11 19:19:58 +0100
  • 1c00b6b7c5 Updated toml, readme and main file to read from home directory Guillaume B 2020-02-11 19:16:35 +0100
  • 144386170b Added tensor conversion script (from tch-rs crate) Guillaume B 2020-02-10 22:37:52 +0100
  • 6dd0bd80ae Added library, updated example and completed readme Guillaume B 2020-02-10 18:36:48 +0100
  • 3297ad14ca Added end-to-end sentiment classifier Guillaume B 2020-02-10 18:13:34 +0100
  • 9f0a5211b4 Addition of sequence classification for DistilBert and loading weights Guillaume B 2020-02-08 16:08:40 +0100
  • e0cd9e4b16 Loading weights for DistilBert Guillaume B 2020-02-08 15:30:40 +0100
  • 5913737bb4 Updated copyright headers Guillaume B 2020-02-07 10:22:04 +0100
  • cca1df50e5 Implemented BertModel Guillaume B 2020-02-07 10:18:38 +0100
  • eb5d2b5f70 Implemented Transformer Guillaume B 2020-02-02 12:25:41 +0100
  • c4a176f356 Added TransformerBlock Guillaume B 2020-02-02 10:00:00 +0100
  • adeebff8b6 Updated padding index for embeddings, feed forward network implemented Guillaume B 2020-02-02 09:29:14 +0100
  • 1a6ded7431 Self attention head clean-up with Optional mask Guillaume B 2020-02-01 17:36:53 +0100
  • 3e22e3e5b8 Completed multi-head self attention (without head masking) Guillaume B 2020-02-01 17:20:15 +0100
  • ac9386b7f2 Initial version of the multi head self attention Guillaume B 2020-02-01 14:18:15 +0100
  • 37c17d8cd2 Addition of sinusoidal embeddings, layer norm and dropout for embeddings Guillaume B 2020-02-01 11:31:32 +0100
  • 2f7d7eb4bc file structure update Guillaume B 2020-02-01 09:11:48 +0100
  • 4099c069f3 Changed input to a batch with 3 items, cleaned-up input tensor creation Guillaume B 2020-01-26 15:37:44 +0100
  • 547f4e3d2b Initial implementation of embeddings Guillaume B 2020-01-26 11:36:36 +0100
  • 912bc936e9 Added base Embeddings method Guillaume B 2020-01-25 15:52:53 +0100
  • e8a8a4456c Refactored config creation Guillaume B 2020-01-25 12:24:45 +0100
  • b731ba76bc Implemented DistilBertConfig and associated reader Guillaume B 2020-01-25 12:22:21 +0100
  • 8b6243b5b4 Initial commit Guillaume B 2020-01-25 10:57:33 +0100
  • a0516a0ac9
    Initial commit guillaume-be 2020-01-25 10:40:08 +0100