Edit model card

deberta-base-thai-ud-goeswith

Model Description

This is a DeBERTa(V2) model pre-trained on Thai Wikipedia texts for POS-tagging and dependency-parsing (using goeswith for subwords), derived from deberta-base-thai.

How to Use

from transformers import pipeline
nlp=pipeline("universal-dependencies","KoichiYasuoka/deberta-base-thai-ud-goeswith",trust_remote_code=True,aggregation_strategy="simple")
print(nlp("หลายหัวดีกว่าหัวเดียว"))
Downloads last month
32
Inference Examples
Inference API (serverless) is not available, repository is disabled.

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

Finetuned
this model

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