LegalBertNew โ€” Indian Legal Judgment Classification Model

This is a fine-tuned BERT model for binary legal judgment prediction (Guilty / Not Guilty) based on Indian case facts.
The model takes raw case text as input and outputs a classification label along with confidence scores.

## How to Use

from transformers import pipeline

classifier = pipeline("text-classification", model="negi2725/LegalBertNew")

result = classifier("The accused was found with stolen property.")
print(result)
Downloads last month
2
Safetensors
Model size
0.1B params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Spaces using negi2725/LegalBertNew 2