Token Classification
Transformers
PyTorch
English
bert
newspapers
historic
glam
library
nineteenth-century
named entity recognition
ner
toponyms
ocr
Instructions to use Livingwithmachines/toponym-19thC-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Livingwithmachines/toponym-19thC-en with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Livingwithmachines/toponym-19thC-en")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Livingwithmachines/toponym-19thC-en") model = AutoModelForTokenClassification.from_pretrained("Livingwithmachines/toponym-19thC-en") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
f320835 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:b52c97de8d86ff801dd85bed53b171793768e222a266bf81b26535e2289549a9
size 435663597
|