Description
Pretrained RoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.esgi_nlp_tp4_virtual_assistant_pipeline
is a French model originally trained by Florent-COMPAGNONI.
How to use
pipeline = PretrainedPipeline("esgi_nlp_tp4_virtual_assistant_pipeline", lang = "fr")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("esgi_nlp_tp4_virtual_assistant_pipeline", lang = "fr")
val annotations = pipeline.transform(df)
Model Information
Model Name: | esgi_nlp_tp4_virtual_assistant_pipeline |
Compatibility: | Spark NLP 5.5.0+ |
License: | Open Source |
Edition: | Official |
Input Labels: | [document, token] |
Output Labels: | [ner] |
Language: | fr |
Size: | 317.4 MB |
References
https://huggingface.co/Florent-COMPAGNONI/esgi-nlp-tp4-virtual_assistant_pipeline