Castilian, Spanish luisalberto_pipeline pipeline DistilBertEmbeddings from SantiRimedio

Description

Pretrained DistilBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.luisalberto_pipeline is a Castilian, Spanish model originally trained by SantiRimedio.

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: luisalberto_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: es
Size: 250.2 MB

References

https://huggingface.co/SantiRimedio/LuisAlBERTo

Included Models

  • DocumentAssembler
  • TokenizerModel
  • DistilBertEmbeddings