File size: 651 Bytes
cf6f740
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
language:
- "bo"
tags:
- "tibetan"
- "token-classification"
- "pos"
base_model: KoichiYasuoka/roberta-base-tibetan
license: "cc-by-sa-4.0"
pipeline_tag: "token-classification"
---

# roberta-base-tibetan-upos

## Model Description

This is a RoBERTa model for POS-tagging, derived from [roberta-base-tibetan](https://huggingface.co/KoichiYasuoka/roberta-base-tibetan). Every word is tagged by [UPOS](https://universaldependencies.org/u/pos/) (Universal Part-Of-Speech).

## How to Use

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