bert-base-tibetan

Model Description

This is a BERT model pre-trained on Tibetan texts, derived from Tibetan-BERT-wwm with the tokenizer refined for PyTorch. You can fine-tune bert-base-tibetan for downstream tasks, such as POS-tagging, dependency-parsing, and so on.

How to Use

from transformers import AutoTokenizer,AutoModelForMaskedLM
tokenizer=AutoTokenizer.from_pretrained("KoichiYasuoka/bert-base-tibetan")
model=AutoModelForMaskedLM.from_pretrained("KoichiYasuoka/bert-base-tibetan")
Downloads last month
7
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API: The model has no library tag.

Model tree for KoichiYasuoka/bert-base-tibetan

Finetuned
(1)
this model
Finetunes
1 model