Update README.md
Browse files
README.md
CHANGED
|
@@ -62,7 +62,7 @@ Example of a typical data instance:
|
|
| 62 |
from datasets import load_dataset
|
| 63 |
|
| 64 |
# Load the dataset
|
| 65 |
-
dataset = load_dataset("GXMZU/
|
| 66 |
|
| 67 |
# Print the first example
|
| 68 |
print("Example news item:")
|
|
|
|
| 62 |
from datasets import load_dataset
|
| 63 |
|
| 64 |
# Load the dataset
|
| 65 |
+
dataset = load_dataset("GXMZU/caexpo_news")
|
| 66 |
|
| 67 |
# Print the first example
|
| 68 |
print("Example news item:")
|