File size: 1,773 Bytes
def910e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
---
dataset_info:
  features:
  - name: guid
    dtype: string
  - name: sentence
    dtype: string
  - name: subject_entity
    struct:
    - name: word
      dtype: string
    - name: start_idx
      dtype: int32
    - name: end_idx
      dtype: int32
    - name: type
      dtype: string
  - name: object_entity
    struct:
    - name: word
      dtype: string
    - name: start_idx
      dtype: int32
    - name: end_idx
      dtype: int32
    - name: type
      dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': no_relation
          '1': org:dissolved
          '2': org:founded
          '3': org:place_of_headquarters
          '4': org:alternate_names
          '5': org:member_of
          '6': org:members
          '7': org:political/religious_affiliation
          '8': org:product
          '9': org:founded_by
          '10': org:top_members/employees
          '11': org:number_of_employees/members
          '12': per:date_of_birth
          '13': per:date_of_death
          '14': per:place_of_birth
          '15': per:place_of_death
          '16': per:place_of_residence
          '17': per:origin
          '18': per:employee_of
          '19': per:schools_attended
          '20': per:alternate_names
          '21': per:parents
          '22': per:children
          '23': per:siblings
          '24': per:spouse
          '25': per:other_family
          '26': per:colleagues
          '27': per:product
          '28': per:religion
          '29': per:title
  - name: source
    dtype: string
  splits:
  - name: train
    num_bytes: 11145426
    num_examples: 32470
  download_size: 6647272
  dataset_size: 11145426
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---