This model is specific for Structured Sentiment Analysis on social media texts.
Bias, Risks, and Limitations
This model is specific for Structured Sentiment Analysis on social media texts.
Recommendations
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model.
More information needed for further recommendations.
How to Get Started with the Model
Use the code below to get started with the model.
from supar import Parser
parser = Parser.load('models/opener_en/all/model_vi_es_roberta_6')
dataset = parser.predict('especially the team of the main restaurant was really professionell and nice.', lang='en', prob=True, verbose=True)
dataset[0], type(dataset[0])