English nuner_v1_fewnerd_coarse_super_pipeline pipeline RoBertaForTokenClassification from guishe

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: nuner_v1_fewnerd_coarse_super_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: en
Size: 462.4 MB

References

https://huggingface.co/guishe/nuner-v1_fewnerd_coarse_super

Included Models

  • DocumentAssembler
  • TokenizerModel
  • RoBertaForTokenClassification