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