French drbert_umls_kgi_pipeline pipeline CamemBertEmbeddings from a-mannion

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: drbert_umls_kgi_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: fr
Size: 412.7 MB

References

https://huggingface.co/a-mannion/drbert-umls-kgi

Included Models

  • DocumentAssembler
  • TokenizerModel
  • CamemBertEmbeddings