Description
Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.xlm_roberta_base_fintuned_panx_tamil_hindi_pipeline
is a Tamil model originally trained by Lokeshwaran.
How to use
pipeline = PretrainedPipeline("xlm_roberta_base_fintuned_panx_tamil_hindi_pipeline", lang = "ta")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("xlm_roberta_base_fintuned_panx_tamil_hindi_pipeline", lang = "ta")
val annotations = pipeline.transform(df)
Model Information
Model Name: | xlm_roberta_base_fintuned_panx_tamil_hindi_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.1+ |
License: | Open Source |
Edition: | Official |
Language: | ta |
Size: | 828.1 MB |
References
https://huggingface.co/Lokeshwaran/xlm-roberta-base-fintuned-panx-ta-hi
Included Models
- DocumentAssembler
- TokenizerModel
- XlmRoBertaForTokenClassification