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 22
22
23
23
- [ Text generation] ( pytorch/text-generator ) : deploy Hugging Face's DistilGPT2 model to generate text.
24
24
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.
26
26
27
27
- [ Search completion] ( pytorch/search-completer ) : deploy a Facebook's RoBERTa model to complete search terms.
28
28
29
29
- [ Answer generation] ( pytorch/answer-generator ) : deploy Microsoft's DialoGPT model to answer questions.
30
30
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.
32
32
33
33
- [ Reading comprehension] ( pytorch/reading-comprehender ) : deploy an AllenNLP model for reading comprehension.
34
34
47
47
- [ Iris classification] ( sklearn/iris-classifier ) : deploy a model to classify iris flowers.
48
48
49
49
- [ 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