metadata
language:
- th
tags:
- thai
- pos
- dependency-parsing
- modernbert
base_model: KoichiYasuoka/modernbert-base-thai-wikipedia-upos
datasets:
- universal_dependencies
license: apache-2.0
pipeline_tag: token-classification
modernbert-base-thai-wikipedia-ud-square
Model Description
This is a ModernBERT model pretrained for POS-tagging and dependency-parsing (using goeswith
for subwords), derived from modernbert-base-thai-wikipedia-upos.
How to Use
from transformers import pipeline
nlp=pipeline("universal-dependencies","KoichiYasuoka/modernbert-base-thai-wikipedia-ud-square",trust_remote_code=True,aggregation_strategy="simple")
print(nlp("หลายหัวดีกว่าหัวเดียว"))