Description
Pretrained T5Transformer, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.adapter_8classes_single_label_pipeline
is a English model originally trained by CrisisNarratives.
How to use
pipeline = PretrainedPipeline("adapter_8classes_single_label_pipeline", lang = "en")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("adapter_8classes_single_label_pipeline", lang = "en")
val annotations = pipeline.transform(df)
Model Information
Model Name: | adapter_8classes_single_label_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.1+ |
License: | Open Source |
Edition: | Official |
Language: | en |
Size: | 474.1 MB |
References
https://huggingface.co/CrisisNarratives/adapter-8classes-single_label
Included Models
- DocumentAssembler
- T5Transformer