nlp-recipes/examples
Said Bleik 477db37474
Merge branch 'staging' into bleik/add-models
2020-05-11 12:02:06 -04:00
..
annotation Create Doccano.md 2019-08-19 15:23:10 -04:00
embeddings edit README.md 2019-12-10 00:46:35 +09:00
entailment Fixes link to example Python notebook for MultiNLI local environment entailment example in README. 2020-04-07 15:37:53 -04:00
model_explainability add cache dir 2020-03-10 17:30:52 -04:00
named_entity_recognition update NER example 2020-05-08 17:31:11 +00:00
question_answering fix qa notebook 2020-02-11 05:27:23 +00:00
sentence_similarity Revert "Merge with staging and resolve conflicts." 2019-10-21 17:46:01 +00:00
sentiment_analysis/absa Removed data from git fixed minor typos 2019-10-31 16:51:04 -04:00
text_classification fix arg name 2020-02-07 15:51:11 +00:00
text_summarization add timer for fitting time 2020-04-21 01:03:28 +00:00
README.md Add UniLM to readme files. 2020-03-06 22:48:03 +00:00

README.md

Examples

This folder contains examples and best practices, written in Jupyter notebooks, for building Natural Language Processing systems for the following scenarios.

Category Applications Methods Languages
Text Classification Topic Classification BERT, XLNet, RoBERTa, DistilBERT en, hi, ar
Named Entity Recognition Wikipedia NER BERT en
Text Summarization News Summarization, Headline Generation Extractive: BERTSumExt
Abstractive: UniLM (s2s-ft)
en
Entailment MultiNLI Natural Language Inference BERT en
Question Answering SQuAD BiDAF, BERT, XLNet, DistilBERT en
Sentence Similarity STS Benchmark BERT, GenSen en
Embeddings Custom Embeddings Training Word2Vec, fastText, GloVe en
Annotation Text Annotation Doccano en
Model Explainability DNN Layer Explanation DUUDNM (Guan et al.) en

Data/Telemetry

The Azure Machine Learning notebooks collect browser usage data and send it to Microsoft to help improve our products and services. Read Microsoft's privacy statement to learn more.

To opt out of tracking, a Python script under the tools folder is also provided. Executing the script will check all notebooks under the examples folder, and automatically remove the telemetry cell:

python ../tools/remove_pixelserver.py