Instructions to use kiddothe2b/biomedical-longformer-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kiddothe2b/biomedical-longformer-large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="kiddothe2b/biomedical-longformer-large")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("kiddothe2b/biomedical-longformer-large") model = AutoModelForMaskedLM.from_pretrained("kiddothe2b/biomedical-longformer-large", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
1614f74 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fba106960f856bc195e3faa5ad4262a7cf30bedf39245db0c7365d80d44222dc
size 1658003721
|