French nermembert_large_4entities_pipeline pipeline CamemBertForTokenClassification from CATIE-AQ

Description

Pretrained CamemBertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.nermembert_large_4entities_pipeline is a French model originally trained by CATIE-AQ.

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: nermembert_large_4entities_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/NERmembert-large-4entities

Included Models

  • DocumentAssembler
  • TokenizerModel
  • CamemBertForTokenClassification