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