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