msiron commited on
Commit
1fce75e
1 Parent(s): 98a1013

Update README.md

Browse files

Update code for accessing unique dataset

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -214,7 +214,7 @@ configs:
214
  ```python
215
  from datasets import load_dataset
216
 
217
- dataset = load_dataset('LeMaterial/LeMat-Bulk', 'compatible_pbe')
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()