Skip to content

Commit 9d269c5

Browse files
committed
Update examples readme
(cherry picked from commit e15cc62)
1 parent 8da00f5 commit 9d269c5

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

examples/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222

2323
- [Text generation](pytorch/text-generator): deploy Hugging Face's DistilGPT2 model to generate text.
2424

25-
- [Sentiment analysis](pytorch/sentiment-analyzer): deploy a fastai model for sentiment analysis.
25+
- [Sentiment analysis](pytorch/sentiment-analyzer): deploy a Hugging Face transformers model for sentiment analysis.
2626

2727
- [Search completion](pytorch/search-completer): deploy a Facebook's RoBERTa model to complete search terms.
2828

2929
- [Answer generation](pytorch/answer-generator): deploy Microsoft's DialoGPT model to answer questions.
3030

31-
- [Text summarization](pytorch/text-summarizer): deploy a BERT model to summarize text.
31+
- [Text summarization](pytorch/text-summarizer): deploy a BART model (from Hugging Face's transformers library) to summarize text.
3232

3333
- [Reading comprehension](pytorch/reading-comprehender): deploy an AllenNLP model for reading comprehension.
3434

@@ -47,3 +47,7 @@
4747
- [Iris classification](sklearn/iris-classifier): deploy a model to classify iris flowers.
4848

4949
- [MPG estimation](sklearn/mpg-estimator): deploy a linear regression model to estimate MPG.
50+
51+
## spacy
52+
53+
- [Entity recognizer](spacy/entity-recognizer): deploy a spacy model for named entity recognition.

0 commit comments

Comments
 (0)