Japanese deberta_v2_tiny_japanese_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_tiny_japanese_pipeline is a Japanese model originally trained by ku-nlp.

Download Copy S3 URI

How to use


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


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

Model Information

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

References

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

Included Models

  • DocumentAssembler
  • TokenizerModel
  • DeBertaEmbeddings