File size: 823 Bytes
c83c665 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
language:
- "th"
tags:
- "thai"
- "pos"
- "dependency-parsing"
- "modernbert"
base_model: KoichiYasuoka/modernbert-base-thai-cc100-upos
datasets:
- "universal_dependencies"
license: "apache-2.0"
pipeline_tag: "token-classification"
---
# modernbert-base-thai-cc100-ud-triangular
## Model Description
This is a ModernBERT model pretrained for POS-tagging and dependency-parsing (using `goeswith` for subwords), derived from [modernbert-base-thai-cc100-upos](https://huggingface.co/KoichiYasuoka/modernbert-base-thai-cc100-upos).
## How to Use
```py
from transformers import pipeline
nlp=pipeline("universal-dependencies","KoichiYasuoka/modernbert-base-thai-cc100-ud-triangular",trust_remote_code=True,aggregation_strategy="simple")
print(nlp("หลายหัวดีกว่าหัวเดียว"))
```
|