How to create a new model for Sentiment Analysis #1325
meyrow
started this conversation in
Development
Replies: 1 comment 1 reply
-
You can refer to this example: https://github.com/deepjavalibrary/djl/blob/master/jupyter/rank_classification_using_BERT_on_Amazon_Review.ipynb |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to train a model that can predict Sentiment Analysis.
If i understand correct, the example of SentimentAnalysis shows how to use a pretrained model.
I have a dataset of sentences. My task is to create a model that can identify a type of behaviour of a person.
I would appreciate if there are some guidelines how to create such a model.
Beta Was this translation helpful? Give feedback.
All reactions