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