Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: string
|
6 |
+
- name: tokens
|
7 |
+
sequence: string
|
8 |
+
- name: pos_tags
|
9 |
+
sequence:
|
10 |
+
class_label:
|
11 |
+
names:
|
12 |
+
'0': Adj
|
13 |
+
'1': Adv
|
14 |
+
'2': Art
|
15 |
+
'3': Conj
|
16 |
+
'4': Int
|
17 |
+
'5': Misc
|
18 |
+
'6': N
|
19 |
+
'7': Num
|
20 |
+
'8': Prep
|
21 |
+
'9': Pron
|
22 |
+
'10': Punc
|
23 |
+
'11': V
|
24 |
+
- name: ner_tags
|
25 |
+
sequence:
|
26 |
+
class_label:
|
27 |
+
names:
|
28 |
+
'0': O
|
29 |
+
'1': B-PER
|
30 |
+
'2': I-PER
|
31 |
+
'3': B-ORG
|
32 |
+
'4': I-ORG
|
33 |
+
'5': B-LOC
|
34 |
+
'6': I-LOC
|
35 |
+
'7': B-MISC
|
36 |
+
'8': I-MISC
|
37 |
+
- name: s2s_target
|
38 |
+
dtype: string
|
39 |
+
- name: s2s_input
|
40 |
+
dtype: string
|
41 |
+
splits:
|
42 |
+
- name: train
|
43 |
+
num_bytes: 6897645
|
44 |
+
num_examples: 15807
|
45 |
+
- name: validation
|
46 |
+
num_bytes: 1301994
|
47 |
+
num_examples: 2896
|
48 |
+
- name: test
|
49 |
+
num_bytes: 2347146
|
50 |
+
num_examples: 5196
|
51 |
+
download_size: 3023155
|
52 |
+
dataset_size: 10546785
|
53 |
+
---
|
54 |
+
# Dataset Card for "conll2002"
|
55 |
+
|
56 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|