Instructions to use masterkristall/rumodernbert_ner_ft_small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use masterkristall/rumodernbert_ner_ft_small with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="masterkristall/rumodernbert_ner_ft_small")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("masterkristall/rumodernbert_ner_ft_small") model = AutoModelForTokenClassification.from_pretrained("masterkristall/rumodernbert_ner_ft_small", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
eb035e0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fdd24b1aaf09472a19daaeb68d733040305aab072a68a23a778e9aa05546f6c5
size 5201
|