Instructions to use vladsanz239/ner-bge-small-en-v1_5_baseline with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vladsanz239/ner-bge-small-en-v1_5_baseline with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="vladsanz239/ner-bge-small-en-v1_5_baseline")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("vladsanz239/ner-bge-small-en-v1_5_baseline") model = AutoModelForTokenClassification.from_pretrained("vladsanz239/ner-bge-small-en-v1_5_baseline", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K