* Fix dataset loading code
Browse files
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("
|
| 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])
|