Update README.md
Browse files
README.md
CHANGED
|
@@ -6707,11 +6707,11 @@ and inspecting the loaded dataset
|
|
| 6707 |
B3DB_classification
|
| 6708 |
DatasetDict({
|
| 6709 |
test: Dataset({
|
| 6710 |
-
features: ['
|
| 6711 |
num_rows: 1951
|
| 6712 |
})
|
| 6713 |
train: Dataset({
|
| 6714 |
-
features: ['
|
| 6715 |
num_rows: 5856
|
| 6716 |
})
|
| 6717 |
})
|
|
|
|
| 6707 |
B3DB_classification
|
| 6708 |
DatasetDict({
|
| 6709 |
test: Dataset({
|
| 6710 |
+
features: ['B3DB_classification_index', 'compound_name', 'IUPAC_name', 'SMILES', 'CID', 'logBB', 'BBB+/BBB-', 'Inchi', 'threshold', 'reference', 'group', 'comments', 'ClusterNo', 'MolCount'],
|
| 6711 |
num_rows: 1951
|
| 6712 |
})
|
| 6713 |
train: Dataset({
|
| 6714 |
+
features: ['B3DB_classification_index', 'compound_name', 'IUPAC_name', 'SMILES', 'CID', 'logBB', 'BBB+/BBB-', 'Inchi', 'threshold', 'reference', 'group', 'comments', 'ClusterNo', 'MolCount'],
|
| 6715 |
num_rows: 5856
|
| 6716 |
})
|
| 6717 |
})
|