File size: 706 Bytes
44c5dca
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: tokens
    sequence: string
  - name: ner_tags
    sequence:
      class_label:
        names:
          '0': O
          '1': B-CARDINAL
          '2': I-CARDINAL
          '3': B-PERSON
          '4': I-PERSON
          '5': B-TIME
          '6': I-TIME
          '7': B-WORK_OF_ART
          '8': I-WORK_OF_ART
  splits:
  - name: train
    num_bytes: 1697
    num_examples: 1
  - name: test
    num_bytes: 1531
    num_examples: 1
  download_size: 5147
  dataset_size: 3228
---
# Dataset Card for "gutenberg_spacy-ner-monitoring"

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