Upload dataset
Browse files
README.md
CHANGED
|
@@ -17,10 +17,27 @@ pretty_name: MappedCRD
|
|
| 17 |
size_categories:
|
| 18 |
- 1M<n<10M
|
| 19 |
configs:
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
---
|
| 25 |
|
| 26 |
# MappedCRD — Mapped Chemical Reactions Database
|
|
|
|
| 17 |
size_categories:
|
| 18 |
- 1M<n<10M
|
| 19 |
configs:
|
| 20 |
+
- config_name: its
|
| 21 |
+
data_files: its/train-*.parquet
|
| 22 |
+
- config_name: rxnmapper
|
| 23 |
+
data_files:
|
| 24 |
+
- split: train
|
| 25 |
+
path: rxnmapper/train-*
|
| 26 |
+
dataset_info:
|
| 27 |
+
config_name: rxnmapper
|
| 28 |
+
features:
|
| 29 |
+
- name: reaction
|
| 30 |
+
dtype: large_string
|
| 31 |
+
- name: mapped_reaction
|
| 32 |
+
dtype: large_string
|
| 33 |
+
- name: confidence
|
| 34 |
+
dtype: float64
|
| 35 |
+
splits:
|
| 36 |
+
- name: train
|
| 37 |
+
num_bytes: 838693711
|
| 38 |
+
num_examples: 1446478
|
| 39 |
+
download_size: 244953539
|
| 40 |
+
dataset_size: 838693711
|
| 41 |
---
|
| 42 |
|
| 43 |
# MappedCRD — Mapped Chemical Reactions Database
|