Description
Pretrained DeBertaEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.deberta_v2_large_japanese_pipeline
is a Japanese model originally trained by ku-nlp.
How to use
pipeline = PretrainedPipeline("deberta_v2_large_japanese_pipeline", lang = "ja")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("deberta_v2_large_japanese_pipeline", lang = "ja")
val annotations = pipeline.transform(df)
Model Information
Model Name: | deberta_v2_large_japanese_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.0+ |
License: | Open Source |
Edition: | Official |
Language: | ja |
Size: | 1.3 GB |
References
https://huggingface.co/ku-nlp/deberta-v2-large-japanese
Included Models
- DocumentAssembler
- TokenizerModel
- DeBertaEmbeddings