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