Finnish xlmroberta_ner_base_uncased_fin_pipeline pipeline XlmRoBertaForTokenClassification from tner

Description

Pretrained XlmRoBertaForTokenClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.xlmroberta_ner_base_uncased_fin_pipeline is a Finnish model originally trained by tner.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("xlmroberta_ner_base_uncased_fin_pipeline", lang = "fi")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("xlmroberta_ner_base_uncased_fin_pipeline", lang = "fi")
val annotations = pipeline.transform(df)

Model Information

Model Name: xlmroberta_ner_base_uncased_fin_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.2+
License: Open Source
Edition: Official
Language: fi
Size: 771.7 MB

References

https://huggingface.co/tner/xlm-roberta-base-uncased-fin

Included Models

  • DocumentAssembler
  • TokenizerModel
  • XlmRoBertaForTokenClassification