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", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
0a6b5f7 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:135b66bd60a7fb30ab9eef7fb41976455f9fbb006a754ff0592e142221f45f38
size 539018929
|