phucdev commited on
Commit
9dc1396
1 Parent(s): 92d4a4a

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -1,28 +1,28 @@
1
  ---
2
  annotations_creators:
3
  - expert-generated
4
- language:
5
- - en
6
  language_creators:
7
  - found
 
 
8
  license:
9
  - other
10
  multilinguality:
11
  - monolingual
12
- pretty_name: ScienceIE is a dataset for the SemEval task of extracting key phrases
13
- and relations between them from scientific documents
14
  size_categories:
15
  - 1K<n<10K
16
  source_datasets: []
17
- tags:
18
- - research papers
19
- - scientific papers
20
  task_categories:
21
  - token-classification
22
  - text-classification
23
  task_ids:
24
  - named-entity-recognition
25
  - multi-class-classification
 
 
 
 
 
26
  dataset_info:
27
  - config_name: ner
28
  features:
@@ -43,7 +43,7 @@ dataset_info:
43
  '6': I-Task
44
  splits:
45
  - name: train
46
- num_bytes: 1185670
47
  num_examples: 2388
48
  - name: validation
49
  num_bytes: 204095
@@ -51,8 +51,8 @@ dataset_info:
51
  - name: test
52
  num_bytes: 399069
53
  num_examples: 838
54
- download_size: 13704567
55
- dataset_size: 1788834
56
  - config_name: re
57
  features:
58
  - name: id
@@ -167,6 +167,16 @@ dataset_info:
167
  num_examples: 838
168
  download_size: 13704567
169
  dataset_size: 30110706
 
 
 
 
 
 
 
 
 
 
170
  ---
171
 
172
  # Dataset Card for ScienceIE
 
1
  ---
2
  annotations_creators:
3
  - expert-generated
 
 
4
  language_creators:
5
  - found
6
+ language:
7
+ - en
8
  license:
9
  - other
10
  multilinguality:
11
  - monolingual
 
 
12
  size_categories:
13
  - 1K<n<10K
14
  source_datasets: []
 
 
 
15
  task_categories:
16
  - token-classification
17
  - text-classification
18
  task_ids:
19
  - named-entity-recognition
20
  - multi-class-classification
21
+ pretty_name: ScienceIE is a dataset for the SemEval task of extracting key phrases
22
+ and relations between them from scientific documents
23
+ tags:
24
+ - research papers
25
+ - scientific papers
26
  dataset_info:
27
  - config_name: ner
28
  features:
 
43
  '6': I-Task
44
  splits:
45
  - name: train
46
+ num_bytes: 1185658
47
  num_examples: 2388
48
  - name: validation
49
  num_bytes: 204095
 
51
  - name: test
52
  num_bytes: 399069
53
  num_examples: 838
54
+ download_size: 391944
55
+ dataset_size: 1788822
56
  - config_name: re
57
  features:
58
  - name: id
 
167
  num_examples: 838
168
  download_size: 13704567
169
  dataset_size: 30110706
170
+ configs:
171
+ - config_name: ner
172
+ data_files:
173
+ - split: train
174
+ path: ner/train-*
175
+ - split: validation
176
+ path: ner/validation-*
177
+ - split: test
178
+ path: ner/test-*
179
+ default: true
180
  ---
181
 
182
  # Dataset Card for ScienceIE
ner/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12f6252efe09efb3057b7cd066bcea9feefc8a740be02e3351f9541fcfecf443
3
+ size 88825
ner/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3e08f5b3e832c32d5f350279ebf7d7ec7e07cb45a2e11e7f7435bbc3e5630d0
3
+ size 254617
ner/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcb02310b57cb11083c38215b97560e65f33d1d05a76087d761690ba6d6fb29b
3
+ size 48502