Instructions to use DimasikKurd/longformer_pos with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DimasikKurd/longformer_pos with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="DimasikKurd/longformer_pos")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("DimasikKurd/longformer_pos") model = AutoModelForTokenClassification.from_pretrained("DimasikKurd/longformer_pos", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
0d27d67 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:06a1396e1ff4e78518af44b7521d9e5b9c6219fed36303610d202b685bab9782
size 17082856
|