Instructions to use arifagustyawan/sentiment-roberta-id with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use arifagustyawan/sentiment-roberta-id with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="arifagustyawan/sentiment-roberta-id")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("arifagustyawan/sentiment-roberta-id") model = AutoModelForSequenceClassification.from_pretrained("arifagustyawan/sentiment-roberta-id") - Notebooks
- Google Colab
- Kaggle
sentiment-roberta-id
Description:
sentiment-roberta-id is a powerful language model trained on the Indonesian Sentiment Analysis task. It is designed to predict sentiment values for textual inputs in Indonesian. Leveraging the state-of-the-art RoBERTa architecture, this model offers exceptional performance in sentiment analysis tasks.
Dataset:
The model was trained on an open dataset sourced from IndoNLU, a comprehensive Indonesian natural language understanding benchmark. The dataset encompasses a wide range of domains and sentiments, ensuring the model's ability to handle various text types and sentiment expressions.
Performance:
After extensive training on the Indonesian sentiment analysis dataset, SentimentRoBERTa-ID achieves remarkable accuracy and reliability in sentiment prediction tasks. With its fine-tuned capabilities, this model consistently delivers high-quality sentiment predictions across different text lengths and genres.
Utilize sentiment-roberta-id to extract valuable insights from Indonesian texts, ranging from social media posts to customer reviews. This model empowers you to make data-driven decisions, gain a deeper understanding of public sentiment, and improve customer satisfaction through targeted sentiment analysis in the Indonesian language.
- Downloads last month
- 8