Copyright 2026 Harikrishna Srinivasan

DeBERTa-v3-Large for Hate Speech Classifier (LoRA)

Summary

This model is a LoRA fine-tuned DeBERTa-v3 Large model for binary hate speech classification (Hate / Not Hate).


Details

Description

  • Developed by: Harikrishna Srinivasan
  • Model type: Fine-Tuned (LoRA) DeBERTa-v3 Large
  • Task: Binary text classification
  • Language(s): English
  • License: Apache 2.0
  • Finetuned from: microsoft/deberta-v3-large

This model uses Low-Rank Adaptation (LoRA) to fine-tune only a small subset of parameters, enabling efficient training while preserving the strong language understanding of DeBERTa-v3 Large.


Sources


Uses

Direct Use

This model can be used directly for:

  • Hate speech detection in English text
  • Moderation pipelines
  • Dataset auditing
  • Research on implicit hate and biased language
  • Pre-filtering content for human moderation

Dataset Citation

@misc{srinivasan2026hatespeech,
  author    = {Harikrishna Srinivasan},
  title     = {Hate-Speech Dataset},
  year      = {2026},
  publisher = {Hugging Face Datasets},
  url       = {https://huggingface.co/datasets/Harikrishna-Srinivasan/Hate-Speech}
}

Example:

from transformers import AutoTokenizer, AutoModelForSequenceClassification

MODEL_NAME = "Harikrishna-Srinivasan/Hate-Speech-DeBERTa"

model = PeftModel.from_pretrained(MODEL_NAME)
tokenizer = AutoTokenizer.from_pretrained(MODEL_NAME, use_fast=True)
Downloads last month
8
Safetensors
Model size
0.4B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Harikrishna-Srinivasan/Hate-Speech-DeBERTa

Adapter
(10)
this model

Dataset used to train Harikrishna-Srinivasan/Hate-Speech-DeBERTa