Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -20,6 +20,30 @@ tags:
|
|
20 |
task_categories:
|
21 |
- other
|
22 |
task_ids: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
# Dataset Card for tox21_srp53
|
@@ -107,4 +131,4 @@ This dataset was originally released under an MIT license
|
|
107 |
|
108 |
### Contributions
|
109 |
|
110 |
-
Thanks to [@zanussbaum](https://github.com/zanussbaum) for adding this dataset.
|
|
|
20 |
task_categories:
|
21 |
- other
|
22 |
task_ids: []
|
23 |
+
dataset_info:
|
24 |
+
features:
|
25 |
+
- name: smiles
|
26 |
+
dtype: string
|
27 |
+
- name: selfies
|
28 |
+
dtype: string
|
29 |
+
- name: target
|
30 |
+
dtype:
|
31 |
+
class_label:
|
32 |
+
names:
|
33 |
+
'0': '0'
|
34 |
+
'1': '1'
|
35 |
+
splits:
|
36 |
+
- name: train
|
37 |
+
num_bytes: 1055437
|
38 |
+
num_examples: 6264
|
39 |
+
- name: test
|
40 |
+
num_bytes: 223704
|
41 |
+
num_examples: 784
|
42 |
+
- name: validation
|
43 |
+
num_bytes: 224047
|
44 |
+
num_examples: 783
|
45 |
+
download_size: 451728
|
46 |
+
dataset_size: 1503188
|
47 |
---
|
48 |
|
49 |
# Dataset Card for tox21_srp53
|
|
|
131 |
|
132 |
### Contributions
|
133 |
|
134 |
+
Thanks to [@zanussbaum](https://github.com/zanussbaum) for adding this dataset.
|