English long_bert_2024_05_25_12_02_52_pipeline pipeline BertEmbeddings from andersonbcdefg

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/andersonbcdefg/long-bert-2024-05-25_12-02-52

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertEmbeddings