Description
Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.albert_small_kor_cross_encoder_v1_pipeline
is a Korean model originally trained by bongsoo.
How to use
pipeline = PretrainedPipeline("albert_small_kor_cross_encoder_v1_pipeline", lang = "ko")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("albert_small_kor_cross_encoder_v1_pipeline", lang = "ko")
val annotations = pipeline.transform(df)
Model Information
Model Name: | albert_small_kor_cross_encoder_v1_pipeline |
Type: | pipeline |
Compatibility: | Spark NLP 5.5.0+ |
License: | Open Source |
Edition: | Official |
Language: | ko |
Size: | 43.9 MB |
References
https://huggingface.co/bongsoo/albert-small-kor-cross-encoder-v1
Included Models
- DocumentAssembler
- TokenizerModel
- BertForSequenceClassification