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