Japanese t5_base_japanese_web_8k_pipeline pipeline T5Transformer from megagonlabs

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("t5_base_japanese_web_8k_pipeline", lang = "ja")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("t5_base_japanese_web_8k_pipeline", lang = "ja")
val annotations = pipeline.transform(df)

Model Information

Model Name: t5_base_japanese_web_8k_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: ja
Size: 414.5 MB

References

https://huggingface.co/megagonlabs/t5-base-japanese-web-8k

Included Models

  • DocumentAssembler
  • T5Transformer