Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -108,15 +108,15 @@ and inspecting the loaded dataset
|
|
108 |
>>> MolData
|
109 |
DatasetDict({
|
110 |
train: Dataset({
|
111 |
-
features: ['SMILES', 'PUBCHEM_CID', '
|
112 |
num_rows: 138547273
|
113 |
})
|
114 |
test: Dataset({
|
115 |
-
features: ['SMILES', 'PUBCHEM_CID', '
|
116 |
num_rows: 17069726
|
117 |
})
|
118 |
validation: Dataset({
|
119 |
-
features: ['SMILES', 'PUBCHEM_CID', '
|
120 |
num_rows: 12728449
|
121 |
})
|
122 |
})
|
|
|
108 |
>>> MolData
|
109 |
DatasetDict({
|
110 |
train: Dataset({
|
111 |
+
features: ['SMILES', 'PUBCHEM_CID', 'PUBCHEM_AID', 'Y'],
|
112 |
num_rows: 138547273
|
113 |
})
|
114 |
test: Dataset({
|
115 |
+
features: ['SMILES', 'PUBCHEM_CID', 'PUBCHEM_AID', 'Y'],
|
116 |
num_rows: 17069726
|
117 |
})
|
118 |
validation: Dataset({
|
119 |
+
features: ['SMILES', 'PUBCHEM_CID', 'PUBCHEM_AID', 'Y'],
|
120 |
num_rows: 12728449
|
121 |
})
|
122 |
})
|