Latin translator_english_latin_pipeline pipeline T5Transformer from AlbertY123

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("translator_english_latin_pipeline", lang = "la")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("translator_english_latin_pipeline", lang = "la")
val annotations = pipeline.transform(df)

Model Information

Model Name: translator_english_latin_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: la
Size: 342.3 MB

References

https://huggingface.co/AlbertY123/translator-en-la

Included Models

  • DocumentAssembler
  • T5Transformer