Update README.md
Browse filesUpdate code for accessing unique dataset
README.md
CHANGED
@@ -214,7 +214,7 @@ configs:
|
|
214 |
```python
|
215 |
from datasets import load_dataset
|
216 |
|
217 |
-
dataset = load_dataset('LeMaterial/LeMat-
|
218 |
|
219 |
# convert to Pandas, if you prefer working with this type of object:
|
220 |
df = dataset['compatible_pbe'].to_pandas()
|
|
|
214 |
```python
|
215 |
from datasets import load_dataset
|
216 |
|
217 |
+
dataset = load_dataset('LeMaterial/LeMat-BulkUnique', 'unique_pbe')
|
218 |
|
219 |
# convert to Pandas, if you prefer working with this type of object:
|
220 |
df = dataset['compatible_pbe'].to_pandas()
|