Instructions to use scales-okn/ner-entry-date-section with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use scales-okn/ner-entry-date-section with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="scales-okn/ner-entry-date-section")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("scales-okn/ner-entry-date-section") model = AutoModelForTokenClassification.from_pretrained("scales-okn/ner-entry-date-section", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
567c3ed | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8490f456da67de689f351ecc50cd6c728b7f5c9d26051264649edd355ee5f328
size 3247
|