Hungarian morphological_generator_ud_mt5_hungarian_pipeline pipeline T5Transformer from NYTK

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("morphological_generator_ud_mt5_hungarian_pipeline", lang = "hu")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("morphological_generator_ud_mt5_hungarian_pipeline", lang = "hu")
val annotations = pipeline.transform(df)

Model Information

Model Name: morphological_generator_ud_mt5_hungarian_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: hu
Size: 2.6 GB

References

https://huggingface.co/NYTK/morphological-generator-ud-mt5-hungarian

Included Models

  • DocumentAssembler
  • T5Transformer