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: 129 Bytes
ee66605 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6e4aad121c9a47180006c9eaa3789c1c4835a63e36d80e49f4c01b2134cf9951
size 3055
|