Instructions to use Ciphur/bert-finetuned-ner with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ciphur/bert-finetuned-ner with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Ciphur/bert-finetuned-ner")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Ciphur/bert-finetuned-ner") model = AutoModelForTokenClassification.from_pretrained("Ciphur/bert-finetuned-ner") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
- Feb01_14-26-34_80641896fd61
- Feb01_14-28-21_80641896fd61
- Feb01_16-26-34_80641896fd61
- Feb01_19-13-51_25ea00f0b9de
- Feb02_15-33-16_8fefc6a9eeaa
- Feb02_15-35-34_8fefc6a9eeaa
- Feb04_09-46-39_0691805baa54
- Feb04_10-55-56_e3543ade3ff8
- Nov12_13-02-35_fc2a8db838cc
- Nov12_13-54-46_d951dcbed89e
- Nov12_17-46-40_be16118db82a