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