masaenger commited on
Commit
66a7fec
1 Parent(s): fbd0581

Convert dataset to Parquet (#3)

Browse files

- Convert dataset to Parquet (e1fd07fec1b9190f481b820d4f1c838f4d3c3bc7)

README.md CHANGED
@@ -1,20 +1,79 @@
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: BC5CDR
 
 
 
11
  homepage: http://www.biocreative.org/tasks/biocreative-v/track-3-cdr/
12
- bigbio_pubmed: True
13
- bigbio_public: True
14
- bigbio_tasks:
15
  - NAMED_ENTITY_RECOGNITION
16
  - NAMED_ENTITY_DISAMBIGUATION
17
  - RELATION_EXTRACTION
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
18
  ---
19
 
20
 
 
 
1
  ---
2
+ language:
3
  - en
 
 
4
  license: other
5
  multilinguality: monolingual
 
6
  pretty_name: BC5CDR
7
+ bigbio_language:
8
+ - English
9
+ bigbio_license_shortname: PUBLIC_DOMAIN_MARK_1p0
10
  homepage: http://www.biocreative.org/tasks/biocreative-v/track-3-cdr/
11
+ bigbio_pubmed: true
12
+ bigbio_public: true
13
+ bigbio_tasks:
14
  - NAMED_ENTITY_RECOGNITION
15
  - NAMED_ENTITY_DISAMBIGUATION
16
  - RELATION_EXTRACTION
17
+ dataset_info:
18
+ config_name: bc5cdr_source
19
+ features:
20
+ - name: passages
21
+ list:
22
+ - name: document_id
23
+ dtype: string
24
+ - name: type
25
+ dtype: string
26
+ - name: text
27
+ dtype: string
28
+ - name: entities
29
+ list:
30
+ - name: id
31
+ dtype: string
32
+ - name: offsets
33
+ list:
34
+ list: int32
35
+ - name: text
36
+ list: string
37
+ - name: type
38
+ dtype: string
39
+ - name: normalized
40
+ list:
41
+ - name: db_name
42
+ dtype: string
43
+ - name: db_id
44
+ dtype: string
45
+ - name: relations
46
+ list:
47
+ - name: id
48
+ dtype: string
49
+ - name: type
50
+ dtype: string
51
+ - name: arg1_id
52
+ dtype: string
53
+ - name: arg2_id
54
+ dtype: string
55
+ splits:
56
+ - name: train
57
+ num_bytes: 1488733
58
+ num_examples: 500
59
+ - name: test
60
+ num_bytes: 1535335
61
+ num_examples: 500
62
+ - name: validation
63
+ num_bytes: 1492464
64
+ num_examples: 500
65
+ download_size: 1516417
66
+ dataset_size: 4516532
67
+ configs:
68
+ - config_name: bc5cdr_source
69
+ data_files:
70
+ - split: train
71
+ path: bc5cdr_source/train-*
72
+ - split: test
73
+ path: bc5cdr_source/test-*
74
+ - split: validation
75
+ path: bc5cdr_source/validation-*
76
+ default: true
77
  ---
78
 
79
 
bc5cdr_source/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e0968f2fb0399cb8b07d50d534dd75f2b124b5eb86e34e041c7c80cfdf0a5e0d
3
+ size 515058
bc5cdr_source/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd4932703b4eb9a1bc79e24e34c3a43812d7e9db7f6cb45434529c5624a9d286
3
+ size 502664
bc5cdr_source/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfc38d25edcfa8376b6829b96a3528fc9e35c8a15f02c67de01f07c24036fe7d
3
+ size 498695