File size: 668 Bytes
22f1055
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: tokens
    sequence: string
  - name: ner_tags
    sequence: string
  - name: spans
    list:
    - name: end
      dtype: int64
    - name: label
      dtype: string
    - name: start
      dtype: int64
  splits:
  - name: easy
    num_bytes: 213272254
    num_examples: 424581
  - name: medium
    num_bytes: 81730308
    num_examples: 160716
  - name: hard
    num_bytes: 16797578
    num_examples: 32345
  download_size: 84613874
  dataset_size: 311800140
configs:
- config_name: default
  data_files:
  - split: easy
    path: data/easy-*
  - split: medium
    path: data/medium-*
  - split: hard
    path: data/hard-*
---