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