Russian distilbart_forlatex_pipeline pipeline BartTransformer from kostyabuh21

Description

Pretrained BartTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.distilbart_forlatex_pipeline is a Russian model originally trained by kostyabuh21.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("distilbart_forlatex_pipeline", lang = "ru")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("distilbart_forlatex_pipeline", lang = "ru")
val annotations = pipeline.transform(df)

Model Information

Model Name: distilbart_forlatex_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: ru
Size: 1.5 GB

References

https://huggingface.co/kostyabuh21/DistilBART_forLaTeX

Included Models

  • DocumentAssembler
  • BartTransformer