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