Description
Pretrained BertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.punctual_bert_bulgarian_pipeline
is a Bulgarian model originally trained by auhide.
How to use
pipeline = PretrainedPipeline("punctual_bert_bulgarian_pipeline", lang = "bg")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("punctual_bert_bulgarian_pipeline", lang = "bg")
val annotations = pipeline.transform(df)
Model Information
Model Name: | punctual_bert_bulgarian_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.1+ |
License: | Open Source |
Edition: | Official |
Language: | bg |
Size: | 665.1 MB |
References
https://huggingface.co/auhide/punctual-bert-bg
Included Models
- DocumentAssembler
- TokenizerModel
- BertForTokenClassification