File size: 818 Bytes
649d591
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': O
          '1': B-DAT
          '2': I-DAT
          '3': B-EVE
          '4': I-EVE
          '5': B-LOC
          '6': I-LOC
          '7': B-ORG
          '8': I-ORG
          '9': B-PER
          '10': I-PER
  splits:
  - name: train
    num_bytes: 453592585.5859551
    num_examples: 22521473
  - name: test
    num_bytes: 25199589.207022466
    num_examples: 1251193
  - name: val
    num_bytes: 25199589.207022466
    num_examples: 1251193
  download_size: 185174999
  dataset_size: 503991764.00000006
---
# Dataset Card for "NER_dataset"

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