Description
Pretrained DeBertaForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.mdeberta_v3_base_offensive_pipeline is a Turkish model originally trained by Overfit-GM.
How to use
pipeline = PretrainedPipeline("mdeberta_v3_base_offensive_pipeline", lang = "tr")
annotations =  pipeline.transform(df)   
val pipeline = new PretrainedPipeline("mdeberta_v3_base_offensive_pipeline", lang = "tr")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | mdeberta_v3_base_offensive_pipeline | 
| Type: | pipeline | 
| Compatibility: | Spark NLP 5.4.2+ | 
| License: | Open Source | 
| Edition: | Official | 
| Language: | tr | 
| Size: | 1.0 GB | 
References
https://huggingface.co/Overfit-GM/mdeberta-v3-base-offensive
Included Models
- DocumentAssembler
- TokenizerModel
- DeBertaForSequenceClassification