modernbert-base-thai-cc100-upos

Model Description

This is a ModernBERT model pre-trained on Thai CC100 texts for POS-tagging and dependency-parsing, derived from modernbert-base-thai-cc100. Every word is tagged by UPOS (Universal Part-Of-Speech) and FEATS.

How to Use

from transformers import pipeline
nlp=pipeline("upos","KoichiYasuoka/modernbert-base-thai-cc100-upos",trust_remote_code=True,aggregation_strategy="simple")
print(nlp("หลายหัวดีกว่าหัวเดียว"))

or

import esupar
nlp=esupar.load("KoichiYasuoka/modernbert-base-thai-cc100-upos")
print(nlp("หลายหัวดีกว่าหัวเดียว"))

See Also

esupar: Tokenizer POS-tagger and Dependency-parser with BERT/RoBERTa/DeBERTa/GPT models

Downloads last month
29
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.

Model tree for KoichiYasuoka/modernbert-base-thai-cc100-upos

Finetuned
(1)
this model
Finetunes
3 models

Dataset used to train KoichiYasuoka/modernbert-base-thai-cc100-upos