Token Classification
Transformers
Safetensors
PyTorch
English
bert
ner
travel
trip-planning
fine-tuned
bio-tagging
custom-dataset
english
tripplan
lightweight
nlp
Instructions to use boltuix/RouteNER with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use boltuix/RouteNER with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="boltuix/RouteNER")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("boltuix/RouteNER") model = AutoModelForTokenClassification.from_pretrained("boltuix/RouteNER") - Notebooks
- Google Colab
- Kaggle
Ctrl+K