Esperanto esperberto_small_pipeline pipeline RoBertaEmbeddings from julien-c

Description

Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.esperberto_small_pipeline is a Esperanto model originally trained by julien-c.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("esperberto_small_pipeline", lang = "eo")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("esperberto_small_pipeline", lang = "eo")
val annotations = pipeline.transform(df)

Model Information

Model Name: esperberto_small_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: eo
Size: 308.6 MB

References

https://huggingface.co/julien-c/EsperBERTo-small

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaEmbeddings