NeMo/tutorials/nlp
Eric Harper 574b1014fd
Merge r1.5.0 bugfixes and doc updates to main (#3093)
* update branch

Signed-off-by: ericharper <complex451@gmail.com>

* Fix quantization bug in Asr (#3062)

Signed-off-by: smajumdar <titu1994@gmail.com>

* Update reinstall and cherry-pick bignlp commits (#3065)

* add ptl install to reinstall and update jenkins install

Signed-off-by: ericharper <complex451@gmail.com>

* Add a stateless timer to specify max_time per run instead of global m… (#3056)

* Add a stateless timer to specify max_time per run instead of global max_time across runs

Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>

* Style fixes

Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>

* (1) reduce the validation loss within a epoch, (2) convert global-batch-based iteartion counts to micro-batch-based (#3055)

Co-authored-by: Oleksii Kuchaiev <okuchaiev@users.noreply.github.com>

* Timer class monitors total time (train + validation + testing) to monitor when to end training (#3061)

* Check total time in train/validation to exit

Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>

* Style fixes

Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>

Co-authored-by: Oleksii Kuchaiev <okuchaiev@users.noreply.github.com>

* Add PUBLICATIONS.md (#3051)

* Add PUBLICATIONS.md

Signed-off-by: smajumdar <titu1994@gmail.com>

* Add NLP

Signed-off-by: smajumdar <titu1994@gmail.com>

* Update PUBLICATIONS.md

* Update PUBLICATIONS.md

* Fix links

Signed-off-by: smajumdar <titu1994@gmail.com>

Co-authored-by: Eric Harper <complex451@gmail.com>

* fix uninstall

Signed-off-by: ericharper <complex451@gmail.com>

Co-authored-by: Sandeep Subramanian <sandeep.subramanian.1@umontreal.ca>
Co-authored-by: Sangkug Lym <slym@nvidia.com>
Co-authored-by: Oleksii Kuchaiev <okuchaiev@users.noreply.github.com>
Co-authored-by: Somshubra Majumdar <titu1994@gmail.com>

* fix File Load Error (#3069)

Signed-off-by: fayejf <fayejf07@gmail.com>

Co-authored-by: Eric Harper <complex451@gmail.com>

* Update hyper parameter saving (#3058)

Signed-off-by: smajumdar <titu1994@gmail.com>

Co-authored-by: Eric Harper <complex451@gmail.com>

* Exp manager small refactor (#3067)

* Exp manager small refactor

Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>

* move super() call earlier in the function

Signed-off-by: MaximumEntropy <sandeep.subramanian.1@umontreal.ca>

Co-authored-by: Somshubra Majumdar <titu1994@gmail.com>

* Fix FastPitch Pitch Duration Notebook (#3068)

* bugfix

Signed-off-by: Jason <jasoli@nvidia.com>

* bugfix2

Signed-off-by: Jason <jasoli@nvidia.com>

* better check

Signed-off-by: Jason <jasoli@nvidia.com>

* confusionmatrix (#3085)

Signed-off-by: fayejf <fayejf07@gmail.com>

* typo and fix link (#3086)

Signed-off-by: ekmb <ebakhturina@nvidia.com>

* inf cross-checking across tensor-parallel ranks (#3088)

* inf cross-checking across tensor-parallel ranks

* sylte

Signed-off-by: ericharper <complex451@gmail.com>

Co-authored-by: Eric Harper <complex451@gmail.com>

* Fix save top k (#3075)

* inject mp_rank for checkpoint paths in NLPDDPPlugin

Signed-off-by: ericharper <complex451@gmail.com>

* == instead of i

Signed-off-by: ericharper <complex451@gmail.com>

* when checking previous run account for mp

Signed-off-by: ericharper <complex451@gmail.com>

* uninject mp ranks when needed

Signed-off-by: ericharper <complex451@gmail.com>

* style

Signed-off-by: ericharper <complex451@gmail.com>

* update branch

Signed-off-by: ericharper <complex451@gmail.com>

Co-authored-by: Somshubra Majumdar <titu1994@gmail.com>
Co-authored-by: Sandeep Subramanian <sandeep.subramanian.1@umontreal.ca>
Co-authored-by: Sangkug Lym <slym@nvidia.com>
Co-authored-by: Oleksii Kuchaiev <okuchaiev@users.noreply.github.com>
Co-authored-by: fayejf <36722593+fayejf@users.noreply.github.com>
Co-authored-by: Jason <jasoli@nvidia.com>
Co-authored-by: Evelina <10428420+ekmb@users.noreply.github.com>
2021-10-29 20:15:37 -06:00
..
images NMT data preprocessing and cleaning notebook (#2467) 2021-07-14 22:46:37 -07:00
01_Pretrained_Language_Models_for_Downstream_Tasks.ipynb Merge r1.1 bugfixes to main. Update dep versions. (#2437) 2021-07-02 14:22:44 -07:00
02_NLP_Tokenizers.ipynb Merge r1.1 bugfixes to main. Update dep versions. (#2437) 2021-07-02 14:22:44 -07:00
Data_Preprocessing_and_Cleaning_for_NMT.ipynb Merge 1.2 bugfixes into main (#2588) 2021-07-30 11:53:07 -06:00
Entity_Linking_Medical.ipynb Merge r1.1 bugfixes into main (#2407) 2021-06-25 12:04:57 -06:00
GLUE_Benchmark.ipynb Merge r1.1 bugfixes to main. Update dep versions. (#2437) 2021-07-02 14:22:44 -07:00
Joint_Intent_and_Slot_Classification.ipynb Merge r1.1 bugfixes into main (#2407) 2021-06-25 12:04:57 -06:00
Non_English_Downstream_Tasks_(NER).ipynb Merge r1.4 bugfixes to main (#2918) 2021-09-28 20:13:55 -06:00
Punctuation_and_Capitalization.ipynb Merge r1.5.0 bugfixes and doc updates to main (#3093) 2021-10-29 20:15:37 -06:00
Question_Answering_Squad.ipynb Merge r1.1 bugfixes to main. Update dep versions. (#2437) 2021-07-02 14:22:44 -07:00
Relation_Extraction-BioMegatron.ipynb Merge 1.3 bugfixes into main (#2715) 2021-08-24 16:21:59 -06:00
Text2Sparql.ipynb Rename neural machine translation to text2sparql (#2955) 2021-10-06 17:03:00 -07:00
Text_Classification_Sentiment_Analysis.ipynb Merge r1.4 bugfixes to main (#2918) 2021-09-28 20:13:55 -06:00
Token_Classification-BioMegatron.ipynb Merge r1.1 bugfixes to main. Update dep versions. (#2437) 2021-07-02 14:22:44 -07:00
Token_Classification_Named_Entity_Recognition.ipynb Merge r1.1 bugfixes to main. Update dep versions. (#2437) 2021-07-02 14:22:44 -07:00
Zero_Shot_Intent_Recognition.ipynb update zero shot intent model (#2977) 2021-10-11 12:45:34 -07:00