Description
Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.rpa_synth_08nov_pipeline
is a English model originally trained by am-infoweb.
How to use
pipeline = PretrainedPipeline("rpa_synth_08nov_pipeline", lang = "en")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("rpa_synth_08nov_pipeline", lang = "en")
val annotations = pipeline.transform(df)
Model Information
Model Name: | rpa_synth_08nov_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.0+ |
License: | Open Source |
Edition: | Official |
Language: | en |
Size: | 796.6 MB |
References
https://huggingface.co/am-infoweb/RPA_Synth_08nov
Included Models
- MultiDocumentAssembler
- XlmRoBertaForQuestionAnswering