Japanese albert_base_japanese_v1_pipeline pipeline AlbertEmbeddings from ken11

Description

Pretrained AlbertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.albert_base_japanese_v1_pipeline is a Japanese model originally trained by ken11.

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/ken11/albert-base-japanese-v1

Included Models

  • DocumentAssembler
  • TokenizerModel
  • AlbertEmbeddings