inelgnu commited on
Commit
8101715
1 Parent(s): f0ddda6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -279,7 +279,7 @@ pretty_name: LeMatBulk
279
  ```python
280
  from datasets import load_dataset
281
 
282
- dataset = load_dataset('LeMaterial/LeMat-Bulk', compatible_pbe')
283
 
284
  # convert to Pandas, if you prefer working with this type of object:
285
  df = dataset['compatible_pbe'].to_pandas()
 
279
  ```python
280
  from datasets import load_dataset
281
 
282
+ dataset = load_dataset('LeMaterial/LeMat-Bulk', 'compatible_pbe')
283
 
284
  # convert to Pandas, if you prefer working with this type of object:
285
  df = dataset['compatible_pbe'].to_pandas()