Edit model card

camembert-thai-base-ud-goeswith

Model Description

This is a CamemBERT model pre-trained on Thai texts for POS-tagging and dependency-parsing (using goeswith for subwords), derived from camembert-thai-base-upos.

How to Use

from transformers import pipeline
nlp=pipeline("universal-dependencies","KoichiYasuoka/camembert-thai-base-ud-goeswith",trust_remote_code=True,aggregation_strategy="simple")
print(nlp("หลายหัวดีกว่าหัวเดียว"))
Downloads last month
49
Inference Examples
Unable to determine this model's library. Check the docs .

Model tree for KoichiYasuoka/camembert-thai-base-ud-goeswith

Dataset used to train KoichiYasuoka/camembert-thai-base-ud-goeswith