Vietnamese viqa_small_pipeline pipeline T5Transformer from CreatorPhan

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: viqa_small_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: vi
Size: 367.9 MB

References

https://huggingface.co/CreatorPhan/ViQA-small

Included Models

  • DocumentAssembler
  • T5Transformer