English tner_xlm_roberta_base_ontonotes5_switchboard_normalized_pipeline pipeline XlmRoBertaForTokenClassification from anonymoussubmissions

Description

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

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("tner_xlm_roberta_base_ontonotes5_switchboard_normalized_pipeline", lang = "en")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("tner_xlm_roberta_base_ontonotes5_switchboard_normalized_pipeline", lang = "en")
val annotations = pipeline.transform(df)

Model Information

Model Name: tner_xlm_roberta_base_ontonotes5_switchboard_normalized_pipeline
Type: pipeline
Compatibility: Spark NLP 5.4.0+
License: Open Source
Edition: Official
Language: en
Size: 858.8 MB

References

https://huggingface.co/anonymoussubmissions/tner-xlm-roberta-base-ontonotes5-switchboard-normalized

Included Models

  • DocumentAssembler
  • TokenizerModel
  • XlmRoBertaForTokenClassification