French camembert_large_xnli_pipeline pipeline CamemBertForSequenceClassification from waboucay

Description

Pretrained CamemBertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.camembert_large_xnli_pipeline is a French model originally trained by waboucay.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("camembert_large_xnli_pipeline", lang = "fr")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("camembert_large_xnli_pipeline", lang = "fr")
val annotations = pipeline.transform(df)

Model Information

Model Name: camembert_large_xnli_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: fr
Size: 1.3 GB

References

https://huggingface.co/waboucay/camembert-large-xnli

Included Models

  • DocumentAssembler
  • TokenizerModel
  • CamemBertForSequenceClassification