English yang_grammer_check_pipeline pipeline BertForSequenceClassification from xy4286

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/xy4286/yang-grammer-check

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForSequenceClassification