KoichiYasuoka's picture
initial release
603b9d0
metadata
language:
  - bo
tags:
  - tibetan
  - token-classification
  - pos
base_model: KoichiYasuoka/bert-base-tibetan
license: apache-2.0
pipeline_tag: token-classification

bert-base-tibetan-upos

Model Description

This is a BERT model for POS-tagging, derived from bert-base-tibetan. Every word is tagged by UPOS (Universal Part-Of-Speech).

How to Use

from transformers import pipeline
nlp=pipeline("upos","KoichiYasuoka/bert-base-tibetan-upos",trust_remote_code=True,aggregation_strategy="simple")