/vn-bert-base-uncased

Pretrained Vietnamese BERT

Primary LanguageJupyter Notebook

Update Feb, 2nd

The model is available on Hugging Face There are two models:

Usage

from transformers import BertForSequenceClassification
from transformers import BertTokenizer
model = BertForSequenceClassification.from_pretrained("trituenhantaoio/bert-base-vietnamese-uncased")
tokenizer = BertTokenizer.from_pretrained("trituenhantaoio/bert-base-vietnamese-uncased")

vn-bert-based-uncased

Pretrained Vietnamese BERT

To use the model, please download the release.

You can also see the example of loading and using the model in this colab notebook.

Good luck!

References

@article{ttnt2020bert,
  title={Vietnamese BERT: Pretrained on News and Wiki},
  author={trituenhantao.io},
  year = {2020},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/trituenhantaoio/vn-bert-base-uncased}},
}

trituenhantao.io