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