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