CoBaLD/enhanced-cobald
Viewer • Updated • 43.6k • 45
How to use CoBaLD/xlm-roberta-base-cobald-parser-ru with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="CoBaLD/xlm-roberta-base-cobald-parser-ru", trust_remote_code=True) # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("CoBaLD/xlm-roberta-base-cobald-parser-ru", trust_remote_code=True, dtype="auto")A transformer-based multihead parser for CoBaLD annotation.
This model parses a pre-tokenized CoNLL-U text and jointly labels each token with three tiers of tags:
@inproceedings{baiuk2025cobald,
title={CoBaLD Parser: Joint Morphosyntactic and Semantic Annotation},
author={Baiuk, Ilia and Baiuk, Alexandra and Petrova, Maria},
booktitle={Proceedings of the International Conference "Dialogue"},
volume={I},
year={2025}
}
Base model
FacebookAI/xlm-roberta-base