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