Description
Pretrained BertForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.elhberteu_nerc_pipeline
is a Basque model originally trained by orai-nlp.
How to use
pipeline = PretrainedPipeline("elhberteu_nerc_pipeline", lang = "eu")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("elhberteu_nerc_pipeline", lang = "eu")
val annotations = pipeline.transform(df)
Model Information
Model Name: | elhberteu_nerc_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.1+ |
License: | Open Source |
Edition: | Official |
Language: | eu |
Size: | 464.7 MB |
References
https://huggingface.co/orai-nlp/ElhBERTeu-nerc
Included Models
- DocumentAssembler
- TokenizerModel
- BertForTokenClassification