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