Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
File size: 1,888 Bytes
7cfd50e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
---
dataset_info:
  config_name: fold_1
  features:
  - name: id
    dtype: string
  - name: tokens
    sequence: string
  - name: raw_tags
    sequence: string
  - name: ner_tags
    sequence:
      class_label:
        names:
          '0': U-ANG
          '1': L-ANG
          '2': B-ANG
          '3': I-ANG
          '4': U-DUC
          '5': I-DUC
          '6': L-DUC
          '7': B-DUC
          '8': I-EVE
          '9': L-EVE
          '10': B-EVE
          '11': U-EVE
          '12': L-FAC
          '13': U-FAC
          '14': I-FAC
          '15': B-FAC
          '16': L-GPE
          '17': B-GPE
          '18': I-GPE
          '19': U-GPE
          '20': U-INFORMAL
          '21': I-INFORMAL
          '22': L-INFORMAL
          '23': B-INFORMAL
          '24': U-LOC
          '25': I-LOC
          '26': L-LOC
          '27': B-LOC
          '28': I-MISC
          '29': U-MISC
          '30': B-MISC
          '31': L-MISC
          '32': O
          '33': I-ORG
          '34': L-ORG
          '35': U-ORG
          '36': B-ORG
          '37': L-PER
          '38': B-PER
          '39': I-PER
          '40': U-PER
          '41': I-TIMEX
          '42': L-TIMEX
          '43': U-TIMEX
          '44': B-TIMEX
          '45': U-TTL
          '46': L-TTL
          '47': B-TTL
          '48': I-TTL
          '49': B-WOA
          '50': L-WOA
          '51': U-WOA
          '52': I-WOA
  - name: record
    dtype: string
  splits:
  - name: train
    num_bytes: 87741254
    num_examples: 30000
  - name: validation
    num_bytes: 28643406
    num_examples: 10000
  - name: test
    num_bytes: 28643406
    num_examples: 10000
  download_size: 45076618
  dataset_size: 145028066
configs:
- config_name: fold_1
  data_files:
  - split: train
    path: fold_1/train-*
  - split: validation
    path: fold_1/validation-*
  - split: test
    path: fold_1/test-*
---