Token Classification
Transformers
Safetensors
Romanian
xlm-roberta
relation-extraction
romanian
span-detection
ner
Instructions to use DS4AI-UPB/span-detector-ro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DS4AI-UPB/span-detector-ro with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="DS4AI-UPB/span-detector-ro")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("DS4AI-UPB/span-detector-ro") model = AutoModelForTokenClassification.from_pretrained("DS4AI-UPB/span-detector-ro", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- cbb8d8174f6a1b01702e162cb1720f5ee07ff34191c1f88e542d387739d775f1
- Size of remote file:
- 5.2 kB
- SHA256:
- 52c3b65a6c2098ab1511b2ff9989e0cf8480f1dc5eba825ae549b92822497d5d
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.