-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/main' into export_param_fix
Signed-off-by: Boris Fomitchev <[email protected]>
- Loading branch information
Showing
44 changed files
with
7,168 additions
and
4,606 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,15 @@ | ||
Models | ||
====== | ||
|
||
Currently, NeMo's NLP collection supports the following models: | ||
|
||
Supported Tasks and Models: | ||
|
||
BERT pretraining | ||
---------------- | ||
GLUE Benchmark | ||
-------------- | ||
Intent Detection and Slot Filling | ||
--------------------------------- | ||
Text Classification | ||
------------------- | ||
Name Entity Recognition (NER) | ||
----------------------------- | ||
Punctuation and Capitalization | ||
------------------------------ | ||
Question Answering | ||
------------------ | ||
|
||
Scripts for running these models, can be found under ``<NeMo_Git_root>/example/nlp/``. | ||
NLP tutorial are located under ``<NeMo_Git_root>/tutorials/nlp/``. | ||
NeMo's NLP collection supports the following models: | ||
|
||
* BERT pretraining | ||
* GLUE Benchmark | ||
* Intent Detection and Slot Filling | ||
* Text Classification | ||
* Name Entity Recognition (NER) | ||
* Punctuation and Capitalization | ||
* Question Answering | ||
|
||
Scripts for running these models, could be found under ``NeMo/example/nlp/``. | ||
NLP tutorials are located under ``NeMo/tutorials/nlp/``. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.