French esgi_nlp_tp4_virtual_assistant_pipeline_pipeline pipeline RoBertaForTokenClassification from Florent-COMPAGNONI

Description

Pretrained RoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.esgi_nlp_tp4_virtual_assistant_pipeline_pipeline is a French model originally trained by Florent-COMPAGNONI.

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/Florent-COMPAGNONI/esgi-nlp-tp4-virtual_assistant_pipeline

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaForTokenClassification