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

1830 Коммитов

Автор SHA1 Сообщение Дата
Daisy Deng f94c2899e0 show one sample 2020-01-16 04:57:42 +00:00
Daisy Deng 58233d4a52 clean up notebook 2020-01-16 04:54:49 +00:00
Daisy Deng 7e26f83c15 fine-tuning halfwork 2020-01-13 16:40:05 +00:00
Daisy Deng bb7547c5f0 initial finetune notebook 2020-01-08 21:59:39 +00:00
Daisy Deng c05df5648f testing pretrained bertabs summarization model 2020-01-08 04:56:50 +00:00
Daisy Deng 27825cd843 remove device 2020-01-06 21:46:50 +00:00
Daisy Deng 33d8b064c6 fix variable name 2020-01-06 19:56:27 +00:00
Daisy Deng d93b73bf8a merge staging 2020-01-06 19:39:04 +00:00
Daisy Deng 4f1f6efb22 remove dataloader cell; add temp folder cleanup 2020-01-06 19:00:55 +00:00
Daisy Deng cba186ec1c a few changes bas^C on the review comments 2020-01-06 19:00:11 +00:00
Daisy Deng 1dc0570616 use dataset in finetuning 2020-01-06 18:58:49 +00:00
Daisy Deng 67a020c26f black format 2020-01-06 18:57:50 +00:00
Daisy Deng 2197ddf34b use max_steps only to determine exception; remove device argument 2020-01-06 18:56:18 +00:00
Daisy Deng d27cbda95e flake8 and black format the code 2020-01-03 17:10:25 +00:00
Daisy Deng df97c893b1 change name 2020-01-03 16:38:06 +00:00
Daisy Deng 121cca2282 correct link 2020-01-03 16:36:58 +00:00
Daisy Deng 59f912c05b correct link 2020-01-03 16:35:37 +00:00
Daisy Deng 070a586c33 add cnn/dm dataset documentation 2020-01-03 16:33:46 +00:00
Daisy Deng f1cad8d9a4 add BERTSUM CNN/DM Dataset 2020-01-03 16:21:40 +00:00
Daisy Deng 3bb008a5d9 add CNN/DM dataset 2020-01-03 16:01:16 +00:00
Daisy Deng b7af2127e7 add documentation 2020-01-03 05:46:22 +00:00
Daisy Deng 120b9734fe add integration test for extractive summarization 2020-01-02 21:17:11 +00:00
Daisy Deng 8801ea75b9 use the new dataset for testing 2020-01-02 19:23:31 +00:00
Daisy Deng 6f3233d3d3 change predict to be the same in staging 2020-01-02 17:14:30 +00:00
Said Bleik 22448d17b4
Merge pull request #527 from microsoft/hlu/upgrade_tensorflow
Upgrade tensorflow to 1.15.0
2020-01-02 17:12:25 +00:00
hlums 9c139a34fd Upgrade tensorflow to 1.15.0 2019-12-31 17:10:15 -05:00
Sharat Chikkerur 2a061ff437
Merge pull request #525 from Riezebos/patch-1
Fix typo in README.md
2019-12-25 14:02:44 -05:00
Riezebos 22dc60481b
Fix typo in README.md 2019-12-25 19:50:13 +01:00
Daisy Deng caf347a32b update the notebook after dataset change 2019-12-24 04:00:33 +00:00
Daisy Deng 9eef3c6a92 make sure different number of gpus are correctly utilized 2019-12-24 02:50:39 +00:00
Daisy Deng d6233c7a7e remove the temp_target printout 2019-12-24 02:48:14 +00:00
Said Bleik 0c2cbec413
Merge pull request #524 from microsoft/saidbleik-patch-4
fix num_gpus issue
2019-12-23 22:27:03 +00:00
hlums 7d308d30a8 Fix num gpus 2019-12-23 22:07:48 +00:00
Said Bleik 7ff819c6c2
fix num_gpus issue 2019-12-23 16:23:23 -05:00
Daisy Deng cccd4ae462 rewrite the prediciton function 2019-12-20 21:31:40 +00:00
Daisy Deng f8f5a34f11 prediction with Dataset and train with IterableDataset 2019-12-20 06:29:50 +00:00
Daisy Deng f7b374c376 dataset changes and prediction changes 2019-12-20 06:28:34 +00:00
Daisy Deng 43f64ed8b4 remove empty line 2019-12-20 06:27:48 +00:00
Daisy Deng fe413b5b31 move common part out 2019-12-20 06:26:40 +00:00
Daisy Deng 0d8680365b add summarization dataset 2019-12-20 06:25:59 +00:00
Daisy Deng fe5f640e2d add torchtext 2019-12-20 06:25:16 +00:00
Said Bleik 73a434ce0c
Merge pull request #521 from microsoft/hlu/fix_qa_device_setting
Hlu/fix qa device setting
2019-12-19 23:38:12 +00:00
hlums 403e599e0c Fix qa predict device setting. 2019-12-19 11:27:53 -05:00
Said Bleik 680fe7b79a
Merge pull request #520 from microsoft/saidbleik-patch-3
Update common.py
2019-12-19 16:01:30 +00:00
Said Bleik 28dc755740
Update common.py 2019-12-19 10:45:40 -05:00
Daisy Deng 4fc6bae3b8 change dataset and dataloader for inferencing 2019-12-19 05:33:02 +00:00
Said Bleik ca7d2782be
Merge pull request #518 from microsoft/hlu/fix_dataparallel_in_predict
Hlu/fix dataparallel in predict
2019-12-19 03:51:18 +00:00
Said Bleik a3d1ad2395
Update common.py 2019-12-18 22:30:10 -05:00
Said Bleik c34d3807e4
Update sequence_classification.py 2019-12-18 22:18:32 -05:00
Said Bleik 3f1f15ddb1
Update question_answering.py 2019-12-18 22:18:11 -05:00