File size: 1,146 Bytes
f8bd5a9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: tokens
    sequence: string
  - name: pos_tags
    sequence:
      class_label:
        names:
          '0': Adj
          '1': Adv
          '2': Art
          '3': Conj
          '4': Int
          '5': Misc
          '6': N
          '7': Num
          '8': Prep
          '9': Pron
          '10': Punc
          '11': V
  - name: ner_tags
    sequence:
      class_label:
        names:
          '0': O
          '1': B-PER
          '2': I-PER
          '3': B-ORG
          '4': I-ORG
          '5': B-LOC
          '6': I-LOC
          '7': B-MISC
          '8': I-MISC
  - name: s2s_target
    dtype: string
  - name: s2s_input
    dtype: string
  splits:
  - name: train
    num_bytes: 6897645
    num_examples: 15807
  - name: validation
    num_bytes: 1301994
    num_examples: 2896
  - name: test
    num_bytes: 2347146
    num_examples: 5196
  download_size: 3023155
  dataset_size: 10546785
---
# Dataset Card for "conll2002"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)