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
- 23
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.
Model tree for KoichiYasuoka/bert-base-vietnamese-ud-goeswith
Base model
FPTAI/vibert-base-cased