Instructions to use jiaxin97/bert_finetuned_ner_custom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jiaxin97/bert_finetuned_ner_custom with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="jiaxin97/bert_finetuned_ner_custom")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("jiaxin97/bert_finetuned_ner_custom") model = AutoModelForTokenClassification.from_pretrained("jiaxin97/bert_finetuned_ner_custom") - Notebooks
- Google Colab
- Kaggle
Librarian Bot: Add base_model information to model
#1 opened over 2 years ago
by
librarian-bot