Castilian, Spanish roberta_large_bne_massive_pipeline pipeline RoBertaForSequenceClassification from PlanTL-GOB-ES

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: roberta_large_bne_massive_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: es
Size: 1.3 GB

References

https://huggingface.co/PlanTL-GOB-ES/roberta-large-bne-massive

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaForSequenceClassification