Serbian xlm_r_squad_serbian_lat_pipeline pipeline XlmRoBertaForQuestionAnswering from aleksahet

Description

Pretrained XlmRoBertaForQuestionAnswering, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.xlm_r_squad_serbian_lat_pipeline is a Serbian model originally trained by aleksahet.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("xlm_r_squad_serbian_lat_pipeline", lang = "sr")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("xlm_r_squad_serbian_lat_pipeline", lang = "sr")
val annotations = pipeline.transform(df)

Model Information

Model Name: xlm_r_squad_serbian_lat_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: sr
Size: 816.7 MB

References

https://huggingface.co/aleksahet/xlm-r-squad-sr-lat

Included Models

  • MultiDocumentAssembler
  • XlmRoBertaForQuestionAnswering