Upload dataset
Browse files- README.md +79 -0
- Sanitized Dataset/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
|
@@ -1,3 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
BIOINF595 W2025 Bioactivity Project Dataset
|
| 2 |
Author: Carl Mauro
|
| 3 |
Uses data from the following publication, accessed through the Open Reaction Database (https://open-reaction-database.org/)
|
|
|
|
| 1 |
+
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: train
|
| 6 |
+
path: Sanitized Dataset/train-*
|
| 7 |
+
dataset_info:
|
| 8 |
+
features:
|
| 9 |
+
- name: inputs["catalyst"].components[0].identifiers[0].value
|
| 10 |
+
dtype: string
|
| 11 |
+
- name: inputs["catalyst"].components[0].identifiers[1].value
|
| 12 |
+
dtype: string
|
| 13 |
+
- name: inputs["aryl halide"].components[0].identifiers[0].value
|
| 14 |
+
dtype: string
|
| 15 |
+
- name: inputs["base"].components[0].identifiers[0].value
|
| 16 |
+
dtype: string
|
| 17 |
+
- name: inputs["base"].components[0].identifiers[1].value
|
| 18 |
+
dtype: string
|
| 19 |
+
- name: inputs["additive"].components[0].identifiers[0].type
|
| 20 |
+
dtype: string
|
| 21 |
+
- name: inputs["additive"].components[0].identifiers[0].value
|
| 22 |
+
dtype: string
|
| 23 |
+
- name: inputs["additive"].components[0].identifiers[1].type
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: inputs["additive"].components[0].identifiers[1].value
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: inputs["additive"].components[0].amount.volume.value
|
| 28 |
+
dtype: float64
|
| 29 |
+
- name: inputs["additive"].components[0].amount.volume.units
|
| 30 |
+
dtype: string
|
| 31 |
+
- name: inputs["additive"].components[0].amount.volume_includes_solutes
|
| 32 |
+
dtype: bool
|
| 33 |
+
- name: inputs["additive"].components[0].reaction_role
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: inputs["additive"].components[0].source.vendor
|
| 36 |
+
dtype: string
|
| 37 |
+
- name: outcomes[0].products[0].identifiers[0].value
|
| 38 |
+
dtype: string
|
| 39 |
+
- name: outcomes[0].products[0].measurements[0].percentage.value
|
| 40 |
+
dtype: float64
|
| 41 |
+
- name: provenance.record_modified[0].time.value
|
| 42 |
+
dtype: string
|
| 43 |
+
- name: provenance.record_modified[1].time.value
|
| 44 |
+
dtype: string
|
| 45 |
+
- name: provenance.record_modified[2].time.value
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: reaction_id
|
| 48 |
+
dtype: string
|
| 49 |
+
- name: inputs["additive"].components[0].amount.moles.value
|
| 50 |
+
dtype: float64
|
| 51 |
+
- name: inputs["additive"].components[0].amount.moles.units
|
| 52 |
+
dtype: string
|
| 53 |
+
- name: inputs["additive"].components[1].identifiers[0].type
|
| 54 |
+
dtype: string
|
| 55 |
+
- name: inputs["additive"].components[1].identifiers[0].value
|
| 56 |
+
dtype: string
|
| 57 |
+
- name: inputs["additive"].components[1].identifiers[1].type
|
| 58 |
+
dtype: string
|
| 59 |
+
- name: inputs["additive"].components[1].identifiers[1].value
|
| 60 |
+
dtype: string
|
| 61 |
+
- name: inputs["additive"].components[1].amount.volume.value
|
| 62 |
+
dtype: float64
|
| 63 |
+
- name: inputs["additive"].components[1].amount.volume.units
|
| 64 |
+
dtype: string
|
| 65 |
+
- name: inputs["additive"].components[1].amount.volume_includes_solutes
|
| 66 |
+
dtype: bool
|
| 67 |
+
- name: inputs["additive"].components[1].reaction_role
|
| 68 |
+
dtype: string
|
| 69 |
+
- name: inputs["additive"].components[1].preparations[0].type
|
| 70 |
+
dtype: string
|
| 71 |
+
- name: inputs["additive"].components[1].source.vendor
|
| 72 |
+
dtype: string
|
| 73 |
+
splits:
|
| 74 |
+
- name: train
|
| 75 |
+
num_bytes: 2299590
|
| 76 |
+
num_examples: 4312
|
| 77 |
+
download_size: 313958
|
| 78 |
+
dataset_size: 2299590
|
| 79 |
+
---
|
| 80 |
BIOINF595 W2025 Bioactivity Project Dataset
|
| 81 |
Author: Carl Mauro
|
| 82 |
Uses data from the following publication, accessed through the Open Reaction Database (https://open-reaction-database.org/)
|
Sanitized Dataset/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de8eaf296ddc216f01ed10722cafc52c59acb6ac4500036c69f5d002a2a3ae29
|
| 3 |
+
size 313958
|