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
- Base Model: https://huggingface.co/microsoft/deberta-v3-large
- Training Framework: Hugging Face Transformers + PEFT
- Repository: Not publicly linked (local / academic project)
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
Model tree for Harikrishna-Srinivasan/Hate-Speech-DeBERTa
Base model
microsoft/deberta-v3-large