Update README.md
Browse files
README.md
CHANGED
|
@@ -49,7 +49,7 @@ pip install datasets
|
|
| 49 |
from datasets import load_dataset
|
| 50 |
|
| 51 |
# Load the dataset
|
| 52 |
-
dataset = load_dataset("
|
| 53 |
|
| 54 |
# Check the total number of rows
|
| 55 |
print(f"Total rows: {len(dataset)}")
|
|
|
|
| 49 |
from datasets import load_dataset
|
| 50 |
|
| 51 |
# Load the dataset
|
| 52 |
+
dataset = load_dataset("mehmettozlu/clean-tr-dataset", split="train")
|
| 53 |
|
| 54 |
# Check the total number of rows
|
| 55 |
print(f"Total rows: {len(dataset)}")
|