English hirashiba_maltese_tiny_chinese_vietnamese_pipeline pipeline MarianTransformer from Moleys

Description

Pretrained MarianTransformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.hirashiba_maltese_tiny_chinese_vietnamese_pipeline is a English model originally trained by Moleys.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("hirashiba_maltese_tiny_chinese_vietnamese_pipeline", lang = "en")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("hirashiba_maltese_tiny_chinese_vietnamese_pipeline", lang = "en")
val annotations = pipeline.transform(df)

Model Information

Model Name: hirashiba_maltese_tiny_chinese_vietnamese_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: en
Size: 85.5 MB

References

https://huggingface.co/Moleys/hirashiba-mt-tiny-zh-vi

Included Models

  • DocumentAssembler
  • SentenceDetectorDLModel
  • MarianTransformer