bert-base-vietnamese-ud-goeswith

Model Description

This is a BERT model pre-trained on Vietnamese texts for POS-tagging and dependency-parsing (using goeswith for subwords), derived from vibert-base-cased.

How to Use

from transformers import pipeline
nlp=pipeline("universal-dependencies","KoichiYasuoka/bert-base-vietnamese-ud-goeswith",trust_remote_code=True,aggregation_strategy="simple")
print(nlp("Hai cái đầu thì tốt hơn một."))
Downloads last month
7
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.

Model tree for KoichiYasuoka/bert-base-vietnamese-ud-goeswith

Finetuned
(7)
this model

Dataset used to train KoichiYasuoka/bert-base-vietnamese-ud-goeswith