Japanese deberta_v2_base_japanese_ku_nlp_pipeline pipeline DeBertaEmbeddings from ku-nlp

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/ku-nlp/deberta-v2-base-japanese

Included Models

  • DocumentAssembler
  • TokenizerModel
  • DeBertaEmbeddings