Text Classification
Transformers
Safetensors
modernbert
regression
legal
locus
text-embeddings-inference
Instructions to use LocalLaws/LOCUS-Problem-Salience with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LocalLaws/LOCUS-Problem-Salience with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="LocalLaws/LOCUS-Problem-Salience")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("LocalLaws/LOCUS-Problem-Salience") model = AutoModelForSequenceClassification.from_pretrained("LocalLaws/LOCUS-Problem-Salience") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
fa3cce9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:271b7fd3054b0bf385b39e5ce95d3bf65374b27b36a91750b05176872eb2725f
size 5841
|