File size: 941 Bytes
adec913
f21c216
 
adec913
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
- en
dataset_info:
  features:
  - name: id
    dtype: string
  - name: tokens
    sequence: string
  - name: ner_tags
    sequence:
      class_label:
        names:
          '0': O
          '1': B-corporation
          '2': I-corporation
          '3': B-creative-work
          '4': I-creative-work
          '5': B-group
          '6': I-group
          '7': B-location
          '8': I-location
          '9': B-person
          '10': I-person
          '11': B-product
          '12': I-product
  splits:
  - name: train
    num_bytes: 1078363
    num_examples: 3394
  - name: validation
    num_bytes: 259367
    num_examples: 1009
  - name: test
    num_bytes: 405520
    num_examples: 1287
  download_size: 492888
  dataset_size: 1743250
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
---