Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,52 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: tokens
|
6 |
+
sequence: string
|
7 |
+
- name: ner_tags
|
8 |
+
sequence:
|
9 |
+
class_label:
|
10 |
+
names:
|
11 |
+
'0': O
|
12 |
+
'1': B-LOC
|
13 |
+
'2': I-LOC
|
14 |
+
'3': B-LOCderiv
|
15 |
+
'4': I-LOCderiv
|
16 |
+
'5': B-LOCpart
|
17 |
+
'6': I-LOCpart
|
18 |
+
'7': B-ORG
|
19 |
+
'8': I-ORG
|
20 |
+
'9': B-ORGderiv
|
21 |
+
'10': I-ORGderiv
|
22 |
+
'11': B-ORGpart
|
23 |
+
'12': I-ORGpart
|
24 |
+
'13': B-OTH
|
25 |
+
'14': I-OTH
|
26 |
+
'15': B-OTHderiv
|
27 |
+
'16': I-OTHderiv
|
28 |
+
'17': B-OTHpart
|
29 |
+
'18': I-OTHpart
|
30 |
+
'19': B-PER
|
31 |
+
'20': I-PER
|
32 |
+
'21': B-PERderiv
|
33 |
+
'22': I-PERderiv
|
34 |
+
'23': B-PERpart
|
35 |
+
'24': I-PERpart
|
36 |
+
- name: ner_t5_output
|
37 |
+
dtype: string
|
38 |
+
- name: ner_own_output
|
39 |
+
dtype: string
|
40 |
+
splits:
|
41 |
+
- name: train
|
42 |
+
num_bytes: 10327984
|
43 |
+
num_examples: 24000
|
44 |
+
- name: validation
|
45 |
+
num_bytes: 954699
|
46 |
+
num_examples: 2200
|
47 |
+
- name: test
|
48 |
+
num_bytes: 2203957
|
49 |
+
num_examples: 5100
|
50 |
+
download_size: 4410183
|
51 |
+
dataset_size: 13486640
|
52 |
---
|