Description
Pretrained T5Transformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.mt5_base_binary_czech_iiia_pipeline
is a Czech model originally trained by chi2024.
Predicted Entities
How to use
pipeline = PretrainedPipeline("mt5_base_binary_czech_iiia_pipeline", lang = "cs")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("mt5_base_binary_czech_iiia_pipeline", lang = "cs")
val annotations = pipeline.transform(df)
Model Information
Model Name: | mt5_base_binary_czech_iiia_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.1+ |
License: | Open Source |
Edition: | Official |
Language: | cs |
Size: | 2.3 GB |
References
References
https://huggingface.co/chi2024/mt5-base-binary-cs-iiia
Included Models
- DocumentAssembler
- T5Transformer