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

2241 Коммитов

Автор SHA1 Сообщение Дата
saidbleik 2c3b38b1c9 update ner utils 2020-05-08 17:32:48 +00:00
saidbleik 71921dacb4 update NER example 2020-05-08 17:31:11 +00:00
saidbleik d331f321cd minor edit 2020-05-05 15:18:26 +00:00
saidbleik eab92fa40d update NER example 2020-05-05 02:46:25 +00:00
Said Bleik 9ebcb0fdd2
Update absa.ipynb 2020-04-25 14:52:37 -04:00
Said Bleik b9b2bf44af
Update absa.ipynb 2020-04-25 14:49:12 -04:00
Daisy Deng 75e70a2470
Merge pull request #584 from microsoft/daden/minilm
Daden/minilm Add MiniLM for Abstractive Summarization
2020-04-20 23:37:34 -04:00
Daisy Deng 886e44ba46 cleanup and add documentation 2020-04-21 01:30:36 +00:00
Daisy Deng 4a46755fe7 add timer for fitting time 2020-04-21 01:03:28 +00:00
Daisy Deng b2183d850f fix notebook 2020-04-17 19:20:48 +00:00
Daisy Deng ac90fd7766 modify the notebook according to review comments 2020-04-17 17:59:04 +00:00
Daisy Deng 910ff02644 increase the duration of the test before canceling due to timeout 2020-04-16 19:15:43 +00:00
Daisy Deng b04b38354b update documentation 2020-04-16 18:59:10 +00:00
Daisy Deng 3508bb24c4 add integration test 2020-04-16 18:51:13 +00:00
Daisy Deng 73961dbb8d add minilm notebook 2020-04-16 03:06:41 +00:00
Daisy Deng 8dbb0f9834 add printout to inform user about using the cached file 2020-04-16 03:06:05 +00:00
Daisy Deng bf218ec069 handle uncased model; add bertconfig for minilm 2020-04-14 18:49:33 +00:00
Daisy Deng bb1b5ceee2 add top_n when creating S2SAbsSumDataset; minor change according to the latest decoding script 2020-04-14 04:43:11 +00:00
Daisy Deng f43070f3f3 add minilm into tests 2020-04-11 03:07:58 +00:00
Daisy Deng da0fb13d53 Merge branch 'staging' of https://github.com/microsoft/nlp-recipes into daden/minilm 2020-04-10 21:51:32 +00:00
Daisy Deng 11551c5937 add minilm components 2020-04-10 21:51:05 +00:00
Said Bleik ebdff5278d
Merge pull request #580 from microsoft/staging
staging to master
2020-04-08 11:23:39 -04:00
Said Bleik 302228c63e
Merge branch 'master' into staging 2020-04-08 11:18:09 -04:00
Daisy Deng 01e8296b78
Merge pull request #582 from narayanacharya6/narayanacharya6/fix-local-entailment-example-link
Fixes link to example Python notebook for MultiNLI local environment …
2020-04-07 21:33:49 -04:00
Daisy Deng 6e6e08cd96 Update cpu_unit_tests_linux.yml for Azure Pipelines 2020-04-07 16:41:05 -04:00
Narayan Acharya cda24655e9 Fixes link to example Python notebook for MultiNLI local environment entailment example in README. 2020-04-07 15:37:53 -04:00
Daisy Deng fc61c3f713
Merge pull request #579 from microsoft/daden/unilm_cpu
Daden/unilm cpu  upgrade unilm utilities to use the latest s2s-ft package
2020-04-06 13:59:54 -04:00
Daisy Deng 8b6a2c47c7 update to use s2s-ft v0.3; add cpu test 2020-04-03 18:45:27 +00:00
Said Bleik bec9b266d3
Merge pull request #577 from microsoft/bleik/blog-links
add blog links
2020-04-03 12:21:46 -04:00
Daisy Deng 7ce3adac9b fix test 2020-04-03 05:19:29 +00:00
Daisy Deng 41a7d9bf57 fix the issue that the dest_path doesn't exist 2020-04-03 04:08:25 +00:00
Daisy Deng 2f2e2605a3 update to use the latest master branch of s2s-ft 2020-04-02 04:45:16 +00:00
saidbleik b654860db5 add blog links 2020-04-02 02:49:16 +00:00
Said Bleik 21a6e09cea
Merge pull request #572 from microsoft/staging
Staging to Master
2020-03-30 10:52:16 -04:00
Daisy Deng 2bc32034d5
Merge pull request #576 from microsoft/daden/bugfix
Daden/bugfix improvement and bug fix based on the bug bash feedback
2020-03-27 10:46:11 -04:00
Daisy Deng 2748b98ce2 fix import issue 2020-03-27 03:41:39 +00:00
Daisy Deng 7f0a2d5a79 fix import issue in abssum unilm 2020-03-27 02:42:21 +00:00
Daisy Deng f7b4d98f6e add regex pip dependency 2020-03-26 20:09:01 +00:00
Daisy Deng c2503a35df remove __iinit__.py in models 2020-03-26 20:05:57 +00:00
Daisy Deng 67d615bc39 convert bash command to python code 2020-03-24 19:04:25 +00:00
Daisy Deng 6a15e91623 minor changes 2020-03-24 15:13:45 +00:00
Daisy Deng 83ea48aa2c update based on the bug bash 2020-03-23 22:06:57 +00:00
Daisy Deng 806d5fb12e
Merge pull request #574 from microsoft/daden/bertsumext
Daden/bertsumext Add test for distributed training for BertSum
2020-03-23 10:18:53 -04:00
Daisy Deng 6117e7bd24 Merge branch 'daden/bertsumext' of https://github.com/microsoft/nlp-recipes into daden/bertsumext 2020-03-22 05:09:46 +00:00
Daisy Deng 9a1f14d00b fix aml distributed notebook 2020-03-22 05:09:19 +00:00
miguelgfierro 0d02b8a06b set KMP_AFFINITY and OMP_NUM_THREADS to deal with slow perf issue when having many threads 2020-03-22 02:44:42 +00:00
miguelgfierro 6021962790 reduce steps to make test faster 2020-03-22 00:56:49 +00:00
miguelgfierro aa4ac5976e remove eval to fix the test 2020-03-22 00:52:13 +00:00
Daisy Deng 084229b9be update notebook 2020-03-21 05:34:44 +00:00
Daisy Deng 65e5ab36e7 skip test 2020-03-21 05:34:19 +00:00