Instructions to use LocalLaws/LOCUS-Substantive with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LocalLaws/LOCUS-Substantive with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="LocalLaws/LOCUS-Substantive")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("LocalLaws/LOCUS-Substantive") model = AutoModelForSequenceClassification.from_pretrained("LocalLaws/LOCUS-Substantive") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
5ab976c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d522aff3e1131199994106459faa514e5294d13fc5fdcb248a530cd24a7ac281
size 598439784
|