Turkish berturk_legal_pipeline pipeline BertEmbeddings from KocLab-Bilkent

Description

Pretrained BertEmbeddings, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.berturk_legal_pipeline is a Turkish model originally trained by KocLab-Bilkent.

Download Copy S3 URI

How to use


pipeline = PretrainedPipeline("berturk_legal_pipeline", lang = "tr")
annotations =  pipeline.transform(df)   


val pipeline = new PretrainedPipeline("berturk_legal_pipeline", lang = "tr")
val annotations = pipeline.transform(df)

Model Information

Model Name: berturk_legal_pipeline
Type: pipeline
Compatibility: Spark NLP 5.5.0+
License: Open Source
Edition: Official
Language: tr
Size: 689.4 MB

References

https://huggingface.co/KocLab-Bilkent/BERTurk-Legal

Included Models

  • DocumentAssembler
  • TokenizerModel
  • BertEmbeddings