English autotrain_20_12_2022_general_info_exam_2543777917_pipeline pipeline BertForTokenClassification from teacookies

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: autotrain_20_12_2022_general_info_exam_2543777917_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.1+
License: Open Source
Edition: Official
Language: en
Size: 625.6 MB

References

https://huggingface.co/teacookies/autotrain-20-12-2022_general_info_exam-2543777917

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForTokenClassification