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