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