divarofficial commited on
Commit
e9446ee
·
verified ·
1 Parent(s): bdc2a65

* Fix dataset loading code

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ The `real_estate_ads` dataset contains one million anonymized real estate advert
30
  from datasets import load_dataset
31
 
32
  # Load the full dataset
33
- dataset = load_dataset("divar/real-estate-ads")
34
 
35
  # Print the first few examples
36
  print(dataset['train'][:5])
 
30
  from datasets import load_dataset
31
 
32
  # Load the full dataset
33
+ dataset = load_dataset("divarofficial/real-estate-ads")
34
 
35
  # Print the first few examples
36
  print(dataset['train'][:5])