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