File size: 201 Bytes
23451cf
 
f1ba787
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
# Install the datasets library
!pip install datasets
from datasets import load_dataset

# Load the dataset
dataset = load_dataset("MohamedRashad/arabic-books")

# Print the dataset info
print(dataset)