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