jonghyuk commited on
Commit
89c79be
·
verified ·
1 Parent(s): bbafdd5

separated_data

Browse files
README.md CHANGED
@@ -7,69 +7,49 @@ dataset_info:
7
  dtype: string
8
  - name: subject_entity
9
  struct:
10
- - name: word
11
- dtype: string
12
- - name: start_idx
13
- dtype: int32
14
  - name: end_idx
15
- dtype: int32
 
 
16
  - name: type
17
  dtype: string
18
- - name: object_entity
19
- struct:
20
  - name: word
21
  dtype: string
22
- - name: start_idx
23
- dtype: int32
24
  - name: end_idx
25
- dtype: int32
 
 
26
  - name: type
27
  dtype: string
 
 
28
  - name: label
29
- dtype:
30
- class_label:
31
- names:
32
- '0': no_relation
33
- '1': org:dissolved
34
- '2': org:founded
35
- '3': org:place_of_headquarters
36
- '4': org:alternate_names
37
- '5': org:member_of
38
- '6': org:members
39
- '7': org:political/religious_affiliation
40
- '8': org:product
41
- '9': org:founded_by
42
- '10': org:top_members/employees
43
- '11': org:number_of_employees/members
44
- '12': per:date_of_birth
45
- '13': per:date_of_death
46
- '14': per:place_of_birth
47
- '15': per:place_of_death
48
- '16': per:place_of_residence
49
- '17': per:origin
50
- '18': per:employee_of
51
- '19': per:schools_attended
52
- '20': per:alternate_names
53
- '21': per:parents
54
- '22': per:children
55
- '23': per:siblings
56
- '24': per:spouse
57
- '25': per:other_family
58
- '26': per:colleagues
59
- '27': per:product
60
- '28': per:religion
61
- '29': per:title
62
  - name: source
63
  dtype: string
 
 
64
  splits:
65
  - name: train
66
- num_bytes: 11145426
67
- num_examples: 32470
68
- download_size: 6647272
69
- dataset_size: 11145426
 
 
 
 
 
 
70
  configs:
71
  - config_name: default
72
  data_files:
73
  - split: train
74
  path: data/train-*
 
 
 
 
75
  ---
 
7
  dtype: string
8
  - name: subject_entity
9
  struct:
 
 
 
 
10
  - name: end_idx
11
+ dtype: int64
12
+ - name: start_idx
13
+ dtype: int64
14
  - name: type
15
  dtype: string
 
 
16
  - name: word
17
  dtype: string
18
+ - name: object_entity
19
+ struct:
20
  - name: end_idx
21
+ dtype: int64
22
+ - name: start_idx
23
+ dtype: int64
24
  - name: type
25
  dtype: string
26
+ - name: word
27
+ dtype: string
28
  - name: label
29
+ dtype: int64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  - name: source
31
  dtype: string
32
+ - name: __index_level_0__
33
+ dtype: int64
34
  splits:
35
  - name: train
36
+ num_bytes: 9539443
37
+ num_examples: 25976
38
+ - name: validation
39
+ num_bytes: 1191828
40
+ num_examples: 3247
41
+ - name: test
42
+ num_bytes: 1193435
43
+ num_examples: 3247
44
+ download_size: 6896954
45
+ dataset_size: 11924706
46
  configs:
47
  - config_name: default
48
  data_files:
49
  - split: train
50
  path: data/train-*
51
+ - split: validation
52
+ path: data/validation-*
53
+ - split: test
54
+ path: data/test-*
55
  ---
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d63079d0ca242d71a3c787f078e7e0ff6890e945b7760a2a94328bc9095d210
3
+ size 695806
data/train-00000-of-00001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:177037dc11fd6b096963dc0aaa0286985c3d270b46796355bf3927631e44cf16
3
- size 6647272
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58ee0edbf0c06ced18862006f86b5592aae596c5bf14b946c3607f4a98c51f57
3
+ size 5501998
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9948b7928c6788b8042af1768812d2696c15d2b1e6c7194ce4b3e4fc3425f01c
3
+ size 699150