File size: 1,011 Bytes
9893a3f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: tokens
    sequence: string
  - name: ner_tags
    sequence:
      class_label:
        names:
          '0': O
          '1': B-CARDINAL
          '2': I-CARDINAL
          '3': B-DATE
          '4': I-DATE
          '5': B-EVENT
          '6': I-EVENT
          '7': B-GPE
          '8': I-GPE
          '9': B-LOC
          '10': I-LOC
          '11': B-ORDINAL
          '12': I-ORDINAL
          '13': B-PERSON
          '14': I-PERSON
          '15': B-PRODUCT
          '16': I-PRODUCT
          '17': B-QUANTITY
          '18': I-QUANTITY
          '19': B-TIME
          '20': I-TIME
  splits:
  - name: train
    num_bytes: 10476.42857142857
    num_examples: 5
  - name: test
    num_bytes: 3249
    num_examples: 2
  download_size: 9067
  dataset_size: 13725.42857142857
---
# 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)