French m0_flat_ner_ref_ptrn_cmbert_io_pipeline pipeline CamemBertForTokenClassification from nlpso

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: m0_flat_ner_ref_ptrn_cmbert_io_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: fr
Size: 412.9 MB

References

https://huggingface.co/nlpso/m0_flat_ner_ref_ptrn_cmbert_io

Included Models

  • DocumentAssembler
  • TokenizerModel
  • CamemBertForTokenClassification