Instructions to use docketanalyzer/distilroberta-base-ddcl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use docketanalyzer/distilroberta-base-ddcl with Transformers:
# Load model directly from transformers import AutoTokenizer, RobertaForMultiLabelSequenceClassification tokenizer = AutoTokenizer.from_pretrained("docketanalyzer/distilroberta-base-ddcl") model = RobertaForMultiLabelSequenceClassification.from_pretrained("docketanalyzer/distilroberta-base-ddcl", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
ee66605 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b25a4d1b0d82e24a9bf4b81debf5aec73ae4d31e9ce84535886aa4e63b329602
size 331092155
|