-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running predictions based on user input. #17
Comments
I wanted to do some inference (Aspect Extraction and Aspect sentiment classification) using the hugging face transformer model. Can you share some guidelines on how to do that ? On using AutoModel .. the model downloaded looks to be a plain BERT Model. Do we need to an additional layer over it ? |
we didn’t release a fine-tuned model on a specific task.
but you can easily tune on using semieval data.
best,
hu
On Tue, Feb 23, 2021 at 5:56 AM Prasad Nageshkar ***@***.***> wrote:
I wanted to do some inference (Aspect Extraction and Aspect sentiment
classification) using the hugging face transformer model. Can you share
some guidelines on how to do that ? On using AutoModel .. the model
downloaded looks to be a plain BERT Model. Do we need to an additional
layer over it ?
Any help will be appreciated!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACRK37ZXQQJ4I6BDNFZKQQ3TAOXZXANCNFSM4VQLJFVA>
.
--
Homepage: https://howardhsu.github.io/
Linkedin: https://www.linkedin.com/in/hu-xu-9852403b/
Google Scholar: https://scholar.google.com/citations?user=SaH2yWMAAAAJ
Twitter: https://twitter.com/Hu_Hsu
Email: [email protected]
|
Thank you. |
Hi can you give a sample implementation on how to run your model on specific user input from the pre-trained models? Can you guide with the demo pipeline to predict aspect sentiment for a user input in real-time.
The text was updated successfully, but these errors were encountered: