coastalcph/lex_glue
Viewer • Updated • 237k • 39.9k • 75
How to use danielsaggau/lbert_scotus_classsification with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-classification", model="danielsaggau/lbert_scotus_classsification") # Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification
tokenizer = AutoTokenizer.from_pretrained("danielsaggau/lbert_scotus_classsification")
model = AutoModelForSequenceClassification.from_pretrained("danielsaggau/lbert_scotus_classsification")This model is a fine-tuned version of nlpaueb/legal-bert-base-uncased on the lex_glue dataset.
More information needed
More information needed
More information needed
The following hyperparameters were used during training: