Japanese deberta_v2_small_japanese_pipeline pipeline DeBertaEmbeddings from izumi-lab

Description

Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.deberta_v2_small_japanese_pipeline is a Japanese model originally trained by izumi-lab.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("deberta_v2_small_japanese_pipeline", lang = "ja")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("deberta_v2_small_japanese_pipeline", lang = "ja")
val annotations = pipeline.transform(df)

Model Information

Model Name: deberta_v2_small_japanese_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: ja
Size: 34.5 MB

References

https://huggingface.co/izumi-lab/deberta-v2-small-japanese

Included Models

  • DocumentAssembler
  • TokenizerModel
  • DeBertaEmbeddings