Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
Libraries:
Datasets
pandas
License:
jfries commited on
Commit
29180d9
·
verified ·
1 Parent(s): de5030c

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -1,19 +1,70 @@
1
-
2
  ---
3
- language:
4
  - en
5
- bigbio_language:
6
  - English
7
  license: other
8
  multilinguality: monolingual
9
  bigbio_license_shortname: PUBLIC_DOMAIN_MARK_1p0
10
  pretty_name: ChemProt
11
  homepage: https://biocreative.bioinformatics.udel.edu/tasks/biocreative-vi/track-5/
12
- bigbio_pubmed: True
13
- bigbio_public: True
14
- bigbio_tasks:
15
  - RELATION_EXTRACTION
16
  - NAMED_ENTITY_RECOGNITION
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ---
18
 
19
 
 
 
1
  ---
2
+ language:
3
  - en
4
+ bigbio_language:
5
  - English
6
  license: other
7
  multilinguality: monolingual
8
  bigbio_license_shortname: PUBLIC_DOMAIN_MARK_1p0
9
  pretty_name: ChemProt
10
  homepage: https://biocreative.bioinformatics.udel.edu/tasks/biocreative-vi/track-5/
11
+ bigbio_pubmed: true
12
+ bigbio_public: true
13
+ bigbio_tasks:
14
  - RELATION_EXTRACTION
15
  - NAMED_ENTITY_RECOGNITION
16
+ dataset_info:
17
+ config_name: chemprot_full_source
18
+ features:
19
+ - name: pmid
20
+ dtype: string
21
+ - name: text
22
+ dtype: string
23
+ - name: entities
24
+ sequence:
25
+ - name: id
26
+ dtype: string
27
+ - name: type
28
+ dtype: string
29
+ - name: text
30
+ dtype: string
31
+ - name: offsets
32
+ sequence: int64
33
+ - name: relations
34
+ sequence:
35
+ - name: type
36
+ dtype: string
37
+ - name: arg1
38
+ dtype: string
39
+ - name: arg2
40
+ dtype: string
41
+ splits:
42
+ - name: sample
43
+ num_bytes: 159878
44
+ num_examples: 50
45
+ - name: train
46
+ num_bytes: 3161241
47
+ num_examples: 1020
48
+ - name: test
49
+ num_bytes: 2550891
50
+ num_examples: 800
51
+ - name: validation
52
+ num_bytes: 1902042
53
+ num_examples: 612
54
+ download_size: 2938603
55
+ dataset_size: 7774052
56
+ configs:
57
+ - config_name: chemprot_full_source
58
+ data_files:
59
+ - split: sample
60
+ path: chemprot_full_source/sample-*
61
+ - split: train
62
+ path: chemprot_full_source/train-*
63
+ - split: test
64
+ path: chemprot_full_source/test-*
65
+ - split: validation
66
+ path: chemprot_full_source/validation-*
67
+ default: true
68
  ---
69
 
70
 
chemprot_full_source/sample-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42da035f9eb47e798d594532f6837ff68710914a1b56a9ab1126e1965e06c1dd
3
+ size 77284
chemprot_full_source/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90bc2b91e95cd9208751389ff16c3892bd113fa32c45c1188dcc16e4be7de0f3
3
+ size 945944
chemprot_full_source/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40559ad52a20dc6b8d061f8f542daafaecf7b8fb14a8d18253bf52b4c2e8d9c6
3
+ size 1192129
chemprot_full_source/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d07a367ae932f918310b63f267e7136f6564c6a1826cfdb9efdd9e2200999c8
3
+ size 723246