Falah commited on
Commit
daac24f
1 Parent(s): deab3b4
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -78,7 +78,7 @@ Here's an example of how to load the dataset using the Hugging Face library:
78
  from datasets import load_dataset
79
 
80
  # Load the Falah/Alzheimer_MRI dataset
81
- dataset = load_dataset('falah_alzheimer_mri', split='train')
82
 
83
  # Print the number of examples and the first few samples
84
  print("Number of examples:", len(dataset))
 
78
  from datasets import load_dataset
79
 
80
  # Load the Falah/Alzheimer_MRI dataset
81
+ dataset = load_dataset('Falah/Alzheimer_MRI', split='train')
82
 
83
  # Print the number of examples and the first few samples
84
  print("Number of examples:", len(dataset))