Hindi hindi_albert_pipeline pipeline AlbertEmbeddings from l3cube-pune

Description

Pretrained AlbertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.hindi_albert_pipeline is a Hindi model originally trained by l3cube-pune.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("hindi_albert_pipeline", lang = "hi")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("hindi_albert_pipeline", lang = "hi")
val annotations = pipeline.transform(df)

Model Information

Model Name: hindi_albert_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: hi
Size: 125.4 MB

References

https://huggingface.co/l3cube-pune/hindi-albert

Included Models

  • DocumentAssembler
  • TokenizerModel
  • AlbertEmbeddings