Instructions to use theArif/bert-finetuned-ner-conll with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use theArif/bert-finetuned-ner-conll with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="theArif/bert-finetuned-ner-conll")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("theArif/bert-finetuned-ner-conll") model = AutoModelForTokenClassification.from_pretrained("theArif/bert-finetuned-ner-conll", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 9f40faa799c6afa7e852395ceec9c405616b71fd4223e3304af1fc1c1af5520d
- Size of remote file:
- 431 MB
- SHA256:
- 9ad8e7420918aea2c5ba0f0b16d99eaddaed3824873f5f4689216e9d9f7d8f2e
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.