Description
Pretrained CamemBertForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.qamembert_large_pipeline
is a French model originally trained by CATIE-AQ.
How to use
pipeline = PretrainedPipeline("qamembert_large_pipeline", lang = "fr")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("qamembert_large_pipeline", lang = "fr")
val annotations = pipeline.transform(df)
Model Information
Model Name: | qamembert_large_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.4.2+ |
License: | Open Source |
Edition: | Official |
Language: | fr |
Size: | 1.3 GB |
References
https://huggingface.co/CATIE-AQ/QAmembert-large
Included Models
- MultiDocumentAssembler
- CamemBertForQuestionAnswering