Spaces:
Sleeping
Sleeping
Upload know_your_data.ipynb
Browse files- know_your_data.ipynb +3 -3
know_your_data.ipynb
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
"from the [MolSSI AI Hub](https://huggingface.co/molssiai-hub).\n",
|
21 |
"\n",
|
22 |
"\n",
|
23 |
-
"In order to be able to
|
24 |
]
|
25 |
},
|
26 |
{
|
@@ -92,7 +92,7 @@
|
|
92 |
"outputs": [],
|
93 |
"source": [
|
94 |
"# get the information about the PubChemQC-B3LYP dataset configuration/subset\n",
|
95 |
-
"config_info = get_dataset_config_info(path, name)\n",
|
96 |
"\n",
|
97 |
"# print the retrieved information about the PubChemQC-B3LYP dataset\n",
|
98 |
"print(\"Information about the PubChemQC-B3LYP dataset configuration/subset:\")\n",
|
@@ -196,7 +196,7 @@
|
|
196 |
"metadata": {},
|
197 |
"outputs": [],
|
198 |
"source": [
|
199 |
-
"config_info.features"
|
200 |
]
|
201 |
},
|
202 |
{
|
|
|
20 |
"from the [MolSSI AI Hub](https://huggingface.co/molssiai-hub).\n",
|
21 |
"\n",
|
22 |
"\n",
|
23 |
+
"In order to be able to interact with the data, we need to import the necessary libraries."
|
24 |
]
|
25 |
},
|
26 |
{
|
|
|
92 |
"outputs": [],
|
93 |
"source": [
|
94 |
"# get the information about the PubChemQC-B3LYP dataset configuration/subset\n",
|
95 |
+
"config_info = get_dataset_config_info(path, name, trust_remote_code=True)\n",
|
96 |
"\n",
|
97 |
"# print the retrieved information about the PubChemQC-B3LYP dataset\n",
|
98 |
"print(\"Information about the PubChemQC-B3LYP dataset configuration/subset:\")\n",
|
|
|
196 |
"metadata": {},
|
197 |
"outputs": [],
|
198 |
"source": [
|
199 |
+
"list(config_info.features)"
|
200 |
]
|
201 |
},
|
202 |
{
|