Skip to content

Is my idea a good candidate for ML or DL? #157

Answered by mrdbourke
elewis33 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @elewis33,

Like @fivefishstudios said, there's a great resource at https://huggingface.co with plenty of pretrained natural language processing (NLP) models.

What you might want to start looking for is a "zero-shot classification model" where you can provide an example text and the model will try to classify the topics based on what's the in the text with no pre-assigned labels.

See this example model here: https://huggingface.co/facebook/bart-large-mnli?candidateLabels=mobile%2C+website%2C+billing%2C+account+access&multiClass=false&text=Last+week+I+upgraded+my+iOS+version+and+ever+since+then+my+phone+has+been+overheating+whenever+I+use+your+app.

After you've tired that, you can go in…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@mrdbourke
Comment options

@elewis33
Comment options

Comment options

You must be logged in to vote
2 replies
@elewis33
Comment options

@mrdbourke
Comment options

Answer selected by elewis33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants