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