Commit
·
92cb6b5
1
Parent(s):
db326be
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: string
|
6 |
+
- name: tokens
|
7 |
+
sequence: string
|
8 |
+
- name: ner_tags
|
9 |
+
sequence:
|
10 |
+
class_label:
|
11 |
+
names:
|
12 |
+
'0': B-GPE.NAM
|
13 |
+
'1': B-GPE.NOM
|
14 |
+
'2': B-LOC.NAM
|
15 |
+
'3': B-LOC.NOM
|
16 |
+
'4': B-ORG.NAM
|
17 |
+
'5': B-ORG.NOM
|
18 |
+
'6': B-PER.NAM
|
19 |
+
'7': B-PER.NOM
|
20 |
+
'8': I-GPE.NAM
|
21 |
+
'9': I-GPE.NOM
|
22 |
+
'10': I-LOC.NAM
|
23 |
+
'11': I-LOC.NOM
|
24 |
+
'12': I-ORG.NAM
|
25 |
+
'13': I-ORG.NOM
|
26 |
+
'14': I-PER.NAM
|
27 |
+
'15': I-PER.NOM
|
28 |
+
'16': O
|
29 |
+
- name: knowledge
|
30 |
+
dtype: string
|
31 |
+
splits:
|
32 |
+
- name: train
|
33 |
+
num_bytes: 1539888
|
34 |
+
num_examples: 1350
|
35 |
+
- name: validation
|
36 |
+
num_bytes: 275813
|
37 |
+
num_examples: 270
|
38 |
+
- name: test
|
39 |
+
num_bytes: 276958
|
40 |
+
num_examples: 270
|
41 |
+
download_size: 553090
|
42 |
+
dataset_size: 2092659
|
43 |
+
---
|
44 |
+
# Dataset Card for "weibo_ner_knowledge_V3"
|
45 |
+
|
46 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|