Граф коммитов

  • a0bf066abf
    Merge 100c0c8e2b into e5c3e07f3a dependabot[bot] 2023-06-12 21:28:37 +0000
  • 100c0c8e2b
    Bump transformers from 2.9.0 to 4.30.0 dependabot/pip/transformers-4.30.0 dependabot[bot] 2023-06-12 21:28:35 +0000
  • e5c3e07f3a
    Update __init__.py master Emmanuel Awa 2020-07-01 22:22:06 -0400
  • ecb1b2ab0a
    Update setup.py Emmanuel Awa 2020-07-01 22:17:05 -0400
  • bf50731c08
    Feature/v1.1.0 (#6) (#7) v1.1.0 Emmanuel Awa 2020-07-01 21:40:38 -0400
  • 7035b15be1
    Update generate_requirements_txt.py staging Emmanuel Awa 2020-07-01 20:38:00 -0400
  • 755dabb80b
    Merge branch 'master' into staging Emmanuel Awa 2020-07-01 20:34:11 -0400
  • 0a11b8837c
    Feature/v1.1.0 (#6) Emmanuel Awa 2020-07-01 20:10:58 -0400
  • 74f85a1455 fix import error Emmanuel Awa 2020-07-02 00:00:58 +0000
  • 568331f123 Update vocab with code cleanup Emmanuel Awa 2020-07-02 00:00:42 +0000
  • 9b6cf16896 Update MTDNN process with new process Emmanuel Awa 2020-07-01 23:58:58 +0000
  • 3e4808e99d Add support for SAN Emmanuel Awa 2020-07-01 23:58:37 +0000
  • a2dad969d9 Add support for MLM Emmanuel Awa 2020-07-01 23:43:43 +0000
  • 0702f7b725 Update logger Emmanuel Awa 2020-07-01 23:42:15 +0000
  • b6d15fe72c Update README instructions Emmanuel Awa 2020-07-01 23:40:31 +0000
  • a7e49b7c5b Add MTDNN tokenizer Emmanuel Awa 2020-07-01 23:40:19 +0000
  • 505910aeb0 Update text classification example Emmanuel Awa 2020-07-01 23:38:39 +0000
  • dbb093873c Add support for transformers Emmanuel Awa 2020-07-01 23:37:54 +0000
  • 685a7c9846 Add Data Builder Emmanuel Awa 2020-07-01 23:35:52 +0000
  • 1985771e4e Update data type Emmanuel Awa 2020-07-01 23:33:45 +0000
  • 66b17f35fe Track tsv data Emmanuel Awa 2020-07-01 23:32:30 +0000
  • 12adfb87fa make note for GIT LFS requirement for data emawa/feature/data_processing Emmanuel Awa 2020-07-01 21:24:10 +0000
  • 2276350aa7 Add Sample MNLI data Emmanuel Awa 2020-07-01 21:09:54 +0000
  • 0986fe692d Tracking tsv files using git lfs Emmanuel Awa 2020-07-01 21:05:14 +0000
  • 5a81626e1c clean up Emmanuel Awa 2020-07-01 20:16:57 +0000
  • 6555b9b469 Add new instructions to use the new components Emmanuel Awa 2020-07-01 20:15:54 +0000
  • a67736cb58 add updated notebook with new functionality Emmanuel Awa 2020-07-01 17:37:29 +0000
  • 6406455341 add new sample data Emmanuel Awa 2020-07-01 17:37:03 +0000
  • edd347c720 Remove old data files Emmanuel Awa 2020-07-01 17:29:07 +0000
  • 7c900eaa55 fix bugs Xiaodong Liu 2020-06-21 17:36:24 -0700
  • f1b2a32f4d cleanup Emmanuel Awa 2020-06-08 19:16:26 +0000
  • 9ddd52acb7 add test Emmanuel Awa 2020-06-08 19:15:52 +0000
  • 26d8f39b02 cleanup Emmanuel Awa 2020-06-08 19:15:44 +0000
  • c200361ad9 add MLM code Emmanuel Awa 2020-06-08 19:15:28 +0000
  • 8039bcc17f refactor Emmanuel Awa 2020-06-01 19:59:03 +0000
  • 72ca1a0b30 update import Emmanuel Awa 2020-06-01 19:58:47 +0000
  • 27f9c2ad4a add MLM utils Emmanuel Awa 2020-06-01 19:58:27 +0000
  • d9c32db6f7 code refactor Emmanuel Awa 2020-05-28 14:31:19 +0000
  • a43752b2d2 update logger code to be synchronous Emmanuel Awa 2020-05-28 14:30:37 +0000
  • f78f5e938e add: Task definition type to drive processes Emmanuel Awa 2020-05-28 14:18:45 +0000
  • 44d96997bd update: code refactor to write one time to file This is written by `dump_rows` flag Emmanuel Awa 2020-05-28 14:18:21 +0000
  • dfe35cd779 test file Emmanuel Awa 2020-05-22 02:57:09 +0000
  • 0dfe02e49e fix import and refactor Emmanuel Awa 2020-05-22 02:56:56 +0000
  • 5f7a471c7b refactor Emmanuel Awa 2020-05-22 02:56:14 +0000
  • dada4fb66d fix import statement Emmanuel Awa 2020-05-22 02:55:40 +0000
  • b6dcbbd477 wip feature vector extractor Emmanuel Awa 2020-05-22 02:55:26 +0000
  • 73016b569c rename Emmanuel Awa 2020-05-22 02:55:10 +0000
  • 30601d1f03 add apex instructions Emmanuel Awa 2020-05-22 02:55:00 +0000
  • 046ab7ed98 add docstring Emmanuel Awa 2020-05-21 04:06:15 +0000
  • 0963199c26 add comments Emmanuel Awa 2020-05-21 04:06:04 +0000
  • 97a4ff1c9e fix import Emmanuel Awa 2020-05-21 04:05:35 +0000
  • c43b90153f missing imports Emmanuel Awa 2020-05-21 04:05:14 +0000
  • 9ea70c82b0 wip Emmanuel Awa 2020-05-21 04:04:59 +0000
  • 610e4aafe3 wip: update call to process and dump rows Emmanuel Awa 2020-05-20 20:38:19 +0000
  • b3e9b5ab3e wip: load data takes dictionary or file Emmanuel Awa 2020-05-20 20:37:54 +0000
  • 9145171345 syntax error Emmanuel Awa 2020-05-20 20:37:37 +0000
  • c48240fd6e wip with data processing Emmanuel Awa 2020-05-20 20:37:22 +0000
  • e2274b5d76 add null dataformat Emmanuel Awa 2020-05-20 20:37:08 +0000
  • 4552ab9e59 Update readme with data path Emmanuel Awa 2020-05-20 20:36:36 +0000
  • 71307fb441 add MLM Header Code Emmanuel Awa 2020-05-12 17:08:44 +0000
  • 519bbb6278 add MTDNNTask Emmanuel Awa 2020-05-12 17:08:28 +0000
  • a164dcfe55 update data format Emmanuel Awa 2020-05-12 15:53:21 +0000
  • ec161f83f7 add load data Emmanuel Awa 2020-05-12 15:53:02 +0000
  • 35d8d02823 update types for MRC, MaskLM and EncoderModels Emmanuel Awa 2020-05-12 15:52:41 +0000
  • 78478dadf6 add tokenizer utils Emmanuel Awa 2020-05-12 15:08:49 +0000
  • 3c4debb036 add tokenizer class Emmanuel Awa 2020-05-12 15:08:37 +0000
  • 5fb1b7c560 ranme Emmanuel Awa 2020-05-12 15:08:15 +0000
  • 687c5a0fe2
    Update README.md Emmanuel Awa 2020-05-06 15:32:58 -0400
  • db1fa1e125 Set theme jekyll-theme-cayman Sharat Chikkerur 2020-05-06 09:50:57 -0400
  • e3d9697bdc add comments Emmanuel Awa 2020-05-01 00:42:27 +0000
  • 10dcdff2d0 add san model Emmanuel Awa 2020-05-01 00:42:01 +0000
  • 964fb09823 add supported models from transformers Emmanuel Awa 2020-05-01 00:41:49 +0000
  • ca868e91e8 add tokenizer Emmanuel Awa 2020-05-01 00:41:30 +0000
  • 9eae2e18ab Feat: read params from kwargs Emmanuel Awa 2020-04-28 22:38:15 +0000
  • f76d63f7c1 wip Emmanuel Awa 2020-04-28 19:02:25 +0000
  • 416246e4f9 remove qnnli as old glue does not exist anymore Emmanuel Awa 2020-04-27 22:40:17 +0000
  • 2608ba047c update the assertions of input file Emmanuel Awa 2020-04-24 17:31:26 +0000
  • 0bbc8aecb8 fea: update logger utils to stream to screen Emmanuel Awa 2020-04-24 17:31:04 +0000
  • d0d4ff54de update how the data opts will be passed to the file loader Emmanuel Awa 2020-04-24 17:30:30 +0000
  • cfda42d911 feat: merge glue and ner utils Emmanuel Awa 2020-04-23 23:26:43 +0000
  • 830ed2a707 wip Emmanuel Awa 2020-04-23 23:26:18 +0000
  • 9063e41924 before changing data paths to list Emmanuel Awa 2020-04-23 23:23:32 +0000
  • 5b0093fdca feat: dump processed rows to file Emmanuel Awa 2020-04-22 18:28:44 +0000
  • 37f1fd4a10 clean unnecessary files Emmanuel Awa 2020-04-21 20:29:32 +0000
  • bfdf03fa12 feat: add data paths to config setup Emmanuel Awa 2020-04-17 13:35:11 +0000
  • 13d076e43c feat: initial data processing code Emmanuel Awa 2020-04-17 13:34:57 +0000
  • 7d0c1d192d
    Fix component governance dependency alerts (#3) Emmanuel Awa 2020-04-10 18:37:13 -0400
  • 6e5ded6e49 Fix component governance dependency alerts (#3) Emmanuel Awa 2020-04-10 18:37:13 -0400
  • 737cd958ae update dep for component governance alerts Emmanuel Awa 2020-04-10 22:25:27 +0000
  • 25e3df50e3
    add: component governance files (#2) Emmanuel Awa 2020-04-10 13:50:24 -0400
  • 26b866802f add: component governance files (#2) Emmanuel Awa 2020-04-10 13:50:24 -0400
  • cefcc2826c add: component governance files Ubuntu 2020-04-10 17:49:38 +0000
  • 47b9eda9ee Feature/v.0.0.0 (#1) Emmanuel Awa 2020-03-24 13:18:23 -0400
  • 9dec8253f1
    Feature/v.0.0.0 (#1) v1.0.0 Emmanuel Awa 2020-03-24 13:18:23 -0400
  • dd3f2d8d63 refactor: reuse parameter name Emmanuel Awa 2020-03-24 00:18:29 +0000
  • a9b18eac63 doc: batch_size is now set in config Emmanuel Awa 2020-03-24 00:16:13 +0000
  • 8ce0347bea Adding Docker, Sample Data and Jupyter example Emmanuel Awa 2020-03-23 14:48:55 +0000
  • 88720d9b40 ignore: checkpoints and log files Emmanuel Awa 2020-03-20 19:27:52 +0000
  • 14fa853afa MT-DNN Feature release v1.0.0 Emmanuel Awa 2020-03-09 16:23:50 +0000
  • 63fcfa9d71 doc: fit and predict now on the model object eawa/feat/model-fit Emmanuel Awa 2020-03-14 13:56:24 +0000