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
- 48