Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
raoufjat
/
mimic
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4528405
mimic
/
app.py
raoufjat
Update app.py
f1ba787
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
201 Bytes
# 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)