Instructions to use simonlevine/clinical-longformer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use simonlevine/clinical-longformer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="simonlevine/clinical-longformer")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("simonlevine/clinical-longformer") model = AutoModelForMaskedLM.from_pretrained("simonlevine/clinical-longformer") - Notebooks
- Google Colab
- Kaggle
Commit History
allow flax 1cb0fcd
Create README.md c26dd12
Simon Levine commited on
1000 epoch pre-trained b24bb18
Ubuntu commited on
500 epochs converted 2e953da
Ubuntu commited on