LegalBERT CUAD Clause Classifier

This model is fine-tuned from nlpaueb/legal-bert-base-uncased on the CUAD dataset to classify contract clause types. It achieves XX% accuracy and XX F1 on the test set.

Usage

from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("OthmaneAbder2303/legalbert-cuad-clauses")
model = AutoModelForSequenceClassification.from_pretrained("OthmaneAbder2303/legalbert-cuad-clauses")
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support