Instructions to use tvergho/longformer-cards with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tvergho/longformer-cards with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="tvergho/longformer-cards")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("tvergho/longformer-cards") model = AutoModelForTokenClassification.from_pretrained("tvergho/longformer-cards", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Size of remote file:
- 592 MB
- SHA256:
- bbb1b8f7c1211cec6fbc2f2da39b3fcc9dc9a8175cc89a7e7ec115aa4e7d10e3
·
Git Large File Storage (LFS) replaces large files with text pointers inside Git, while storing the file contents on a remote server. More info.