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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 37b9279d8ac0d2bb31319ef8d6657154fef5ff7720b1f8c3bd88269e078a19b6
- Size of remote file:
- 598 MB
- SHA256:
- cbb87e7fa9a7e0c109fae2f1932fa443452db80b21c6c580758972532fd64d80
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.