Token Classification
Transformers
Safetensors
deberta-v2
named-entity-recognition
ner
multilingual
slavic
mdeberta-v3
iob2
Eval Results (legacy)
Instructions to use ivlcic/snerta-8l-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ivlcic/snerta-8l-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ivlcic/snerta-8l-base")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("ivlcic/snerta-8l-base") model = AutoModelForTokenClassification.from_pretrained("ivlcic/snerta-8l-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
0803cfb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:f1fc0fc3d7f208e8d9fd9c9a4e5ebf62075b0603f9ae58b34df09e7eb5991e88
size 16034114
|