Vietnamese doc2query_vit5_pipeline pipeline T5Transformer from r1ck

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("doc2query_vit5_pipeline", lang = "vi")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("doc2query_vit5_pipeline", lang = "vi")
val annotations = pipeline.transform(df)

Model Information

Model Name: doc2query_vit5_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: vi
Size: 1.0 GB

References

https://huggingface.co/r1ck/doc2query-viT5

Included Models

  • DocumentAssembler
  • T5Transformer