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