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