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