Castilian, Spanish roberta_base_biomedical_spanish_plantl_gob_es_pipeline pipeline RoBertaEmbeddings from PlanTL-GOB-ES

Description

Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.roberta_base_biomedical_spanish_plantl_gob_es_pipeline is a Castilian, Spanish model originally trained by PlanTL-GOB-ES.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("roberta_base_biomedical_spanish_plantl_gob_es_pipeline", lang = "es")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("roberta_base_biomedical_spanish_plantl_gob_es_pipeline", lang = "es")
val annotations = pipeline.transform(df)

Model Information

Model Name: roberta_base_biomedical_spanish_plantl_gob_es_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: es
Size: 299.0 MB

References

https://huggingface.co/PlanTL-GOB-ES/roberta-base-biomedical-es

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaEmbeddings