English blink_crossencoder_bert_large_uncased_pipeline pipeline BertForSequenceClassification from shomez

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

Model Name: blink_crossencoder_bert_large_uncased_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: en
Size: 1.3 GB

References

https://huggingface.co/shomez/blink-crossencoder-bert-large-uncased

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertForSequenceClassification