sagemaker-launcher / utils /load_dataset.py
philschmid's picture
philschmid HF staff
online trainer
25f0c96
raw
history blame
No virus
137 Bytes
import streamlit as st
import datasets as ds
@st.cache
def load_datasets():
return ds.list_datasets(with_community_datasets=False)