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