Description
Pretrained T5Transformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.frame_semantic_transformer_french_small_pipeline is a French model originally trained by nelsonjq.
How to use
pipeline = PretrainedPipeline("frame_semantic_transformer_french_small_pipeline", lang = "fr")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("frame_semantic_transformer_french_small_pipeline", lang = "fr")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | frame_semantic_transformer_french_small_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.4.2+ |
| License: | Open Source |
| Edition: | Official |
| Language: | fr |
| Size: | 345.7 MB |
References
https://huggingface.co/nelsonjq/frame-semantic-transformer-french-small
Included Models
- DocumentAssembler
- T5Transformer