Instructions to use yikuan8/Clinical-Longformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yikuan8/Clinical-Longformer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="yikuan8/Clinical-Longformer")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("yikuan8/Clinical-Longformer") model = AutoModelForMaskedLM.from_pretrained("yikuan8/Clinical-Longformer") - Inference
- Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
c9a0f05 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:87e239f555459c3668993fbf5b53bea93f503be86f2f4285f431fdb2c6c33c75
size 594988059
|