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