Turkish mdebertav3_subjectivity_turkish_pipeline pipeline DeBertaForSequenceClassification from GroNLP

Description

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

Download Copy S3 URI

How to use


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


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

Model Information

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

References

https://huggingface.co/GroNLP/mdebertav3-subjectivity-turkish

Included Models

  • DocumentAssembler
  • TokenizerModel
  • DeBertaForSequenceClassification