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