Turkish albert_turkish_turkish_news_pipeline pipeline AlbertForSequenceClassification from anilguven

Description

Pretrained AlbertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.albert_turkish_turkish_news_pipeline is a Turkish model originally trained by anilguven.

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/anilguven/albert_tr_turkish_news

Included Models

  • DocumentAssembler
  • TokenizerModel
  • AlbertForSequenceClassification