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