Icelandic icebert_igc_pipeline pipeline RoBertaEmbeddings from mideind

Description

Pretrained RoBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.icebert_igc_pipeline is a Icelandic model originally trained by mideind.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("icebert_igc_pipeline", lang = "is")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("icebert_igc_pipeline", lang = "is")
val annotations = pipeline.transform(df)

Model Information

Model Name: icebert_igc_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: is
Size: 295.9 MB

References

https://huggingface.co/mideind/IceBERT-igc

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaEmbeddings