Indonesian idt5_base_pipeline pipeline T5Transformer from muchad

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: idt5_base_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: id
Size: 511.6 MB

References

https://huggingface.co/muchad/idt5-base

Included Models

  • DocumentAssembler
  • T5Transformer