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