mehmettozlu commited on
Commit
a393080
·
verified ·
1 Parent(s): c899ef7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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("your_username/your_dataset_name", split="train")
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)}")