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