File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
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.
You can’t perform that action at this time.
0 commit comments