Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -77,7 +77,7 @@ This dataset contains rich textual information about wines scraped from wine ret
|
|
| 77 |
from datasets import load_dataset
|
| 78 |
|
| 79 |
# Load the dataset
|
| 80 |
-
dataset = load_dataset("
|
| 81 |
|
| 82 |
# Access the data
|
| 83 |
wine_data = dataset["train"]
|
|
|
|
| 77 |
from datasets import load_dataset
|
| 78 |
|
| 79 |
# Load the dataset
|
| 80 |
+
dataset = load_dataset("cipher982/wine-text-126k")
|
| 81 |
|
| 82 |
# Access the data
|
| 83 |
wine_data = dataset["train"]
|