add README
Browse files
README.md
CHANGED
@@ -1,4 +1,17 @@
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
#### How to use
|
3 |
|
4 |
You can use this model with Transformers *pipeline* for token-classification.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- zh
|
4 |
|
5 |
+
license: apache-2.0
|
6 |
+
|
7 |
+
tags:
|
8 |
+
- Roberta
|
9 |
+
- CWS
|
10 |
+
- Chinese Word Segmentation
|
11 |
+
- Chinese
|
12 |
+
|
13 |
+
inference: false
|
14 |
+
---
|
15 |
#### How to use
|
16 |
|
17 |
You can use this model with Transformers *pipeline* for token-classification.
|