Description
Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.indobert_sentiment_analysis_pipeline
is a Indonesian model originally trained by crypter70.
How to use
pipeline = PretrainedPipeline("indobert_sentiment_analysis_pipeline", lang = "id")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("indobert_sentiment_analysis_pipeline", lang = "id")
val annotations = pipeline.transform(df)
Model Information
Model Name: | indobert_sentiment_analysis_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.0+ |
License: | Open Source |
Edition: | Official |
Language: | id |
Size: | 466.4 MB |
References
https://huggingface.co/crypter70/IndoBERT-Sentiment-Analysis
Included Models
- DocumentAssembler
- TokenizerModel
- BertForSequenceClassification