Indonesian indobart_base_v2_pipeline pipeline BartTransformer from gaduhhartawan

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("indobart_base_v2_pipeline", lang = "id")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("indobart_base_v2_pipeline", lang = "id")
val annotations = pipeline.transform(df)

Model Information

Model Name: indobart_base_v2_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: id
Size: 1.9 GB

References

https://huggingface.co/gaduhhartawan/indobart-base-v2

Included Models

  • DocumentAssembler
  • BartTransformer