Commit
·
57f8cfb
1
Parent(s):
1df5649
bug fix
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ tags:
|
|
5 |
- "tibetan"
|
6 |
- "token-classification"
|
7 |
- "pos"
|
8 |
-
base_model:
|
9 |
license: "apache-2.0"
|
10 |
pipeline_tag: "token-classification"
|
11 |
---
|
@@ -14,7 +14,7 @@ pipeline_tag: "token-classification"
|
|
14 |
|
15 |
## Model Description
|
16 |
|
17 |
-
This is a BERT model for POS-tagging, derived from [tibetan_bert](https://huggingface.co/
|
18 |
|
19 |
## How to Use
|
20 |
|
|
|
5 |
- "tibetan"
|
6 |
- "token-classification"
|
7 |
- "pos"
|
8 |
+
base_model: UTibetNLP/tibetan_bert
|
9 |
license: "apache-2.0"
|
10 |
pipeline_tag: "token-classification"
|
11 |
---
|
|
|
14 |
|
15 |
## Model Description
|
16 |
|
17 |
+
This is a BERT model for POS-tagging, derived from [tibetan_bert](https://huggingface.co/UTibetNLP/tibetan_bert). Every word is tagged by [UPOS](https://universaldependencies.org/u/pos/) (Universal Part-Of-Speech).
|
18 |
|
19 |
## How to Use
|
20 |
|