Instructions to use shtoshni/longformer_coreference_joint with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use shtoshni/longformer_coreference_joint with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="shtoshni/longformer_coreference_joint")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("shtoshni/longformer_coreference_joint") model = AutoModel.from_pretrained("shtoshni/longformer_coreference_joint", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
70a7b5e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6f5673c46d0d7759269ed0c00ec11458bebf6b708dd7e0ce9bd92292aac8a951
size 1738650065
|