English distilbert_word2vec_256k_mlm_1m_pipeline pipeline DistilBertEmbeddings from vocab-transformers

Description

Pretrained DistilBertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.distilbert_word2vec_256k_mlm_1m_pipeline is a English model originally trained by vocab-transformers.

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/vocab-transformers/distilbert-word2vec_256k-MLM_1M

Included Models

  • DocumentAssembler
  • TokenizerModel
  • DistilBertEmbeddings