Description
Pretrained BertForSequenceClassification, adapted from Hugging Face and curated to provide scalability and production-readiness using Spark NLP.tamil_bert_caste_hatespech_ltedi_tamil_pipeline is a English model originally trained by mdosama39.
How to use
pipeline = PretrainedPipeline("tamil_bert_caste_hatespech_ltedi_tamil_pipeline", lang = "en")
annotations = pipeline.transform(df)
val pipeline = new PretrainedPipeline("tamil_bert_caste_hatespech_ltedi_tamil_pipeline", lang = "en")
val annotations = pipeline.transform(df)
Model Information
| Model Name: | tamil_bert_caste_hatespech_ltedi_tamil_pipeline |
| Type: | pipeline |
| Compatibility: | Spark NLP 5.5.1+ |
| License: | Open Source |
| Edition: | Official |
| Language: | en |
| Size: | 892.9 MB |
References
https://huggingface.co/mdosama39/tamil-bert-Caste-HateSpech_LTEDi-tamil
Included Models
- DocumentAssembler
- TokenizerModel
- BertForSequenceClassification