Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cdla-permissive-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- tabular-regression
|
| 5 |
+
pretty_name: ESOL
|
| 6 |
+
tags:
|
| 7 |
+
- tabular
|
| 8 |
+
- drug-discovery
|
| 9 |
+
- regression
|
| 10 |
+
- Biomedical
|
| 11 |
+
- Benchmark
|
| 12 |
+
- physical-chemistry
|
| 13 |
+
- fingerprint
|
| 14 |
+
configs:
|
| 15 |
+
- config_name: ESOL
|
| 16 |
+
data_files:
|
| 17 |
+
- split: train
|
| 18 |
+
path: data/train.parquet
|
| 19 |
+
- split: validation
|
| 20 |
+
path: data/val.parquet
|
| 21 |
+
- split: test
|
| 22 |
+
path: data/test.parquet
|
| 23 |
+
---
|