CoolFace
4 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01vincent-espitalier /Fashion-MNIST-CSVThis dataset is a direct copy of Fashion-MNIST, originally published by Zalando Research on Kaggle https://www.kaggle.com/datasets/zalando-research/fashionmnist. Fashion-MNIST is a dataset of Zalando's article images—consisting of a training set of 60,000 examples and a test set of 10,000 examples. Each example is a 28x28 grayscale image, associated with a label from 10 classes. Zalando intends Fashion-MNIST to serve as a direct drop-in replacement for the original MNIST dataset for… See the full description on the dataset page: https://huggingface.co/datasets/vincent-espitalier/Fashion-MNIST-CSV.tabularimage-classification10K<n<100K0 likes24 downloads11mo agoHugging Face02vincent-espitalier /K-MNIST-CSV Kuzushiji-MNIST This dataset is a direct CSV conversion of Kuzushiji-MNIST, originally sourced from the GitHub repository https://github.com/rois-codh/kmnist. Kuzushiji-MNIST is a drop-in replacement for the MNIST dataset (28x28 grayscale, 70,000 images). tabularimage-classification10K<n<100K0 likes17 downloads11mo agoHugging Face03Royi /MNISTKyrgyzTest400The data is based on Kyrgyz MNIST.It is based on the Test Set. Reproduce by: numSamplesPerCls = 400 seedNum = 512 dfData = pd.read_csv(r'test.csv') dfT = dfData.groupby('label', group_keys = False).sample(n = numSamplesPerCls, replace = False, random_state = seedNum) dfT = dfT.reset_index(drop = False) dfT = dfT.rename(columns = {'index': 'img_index'}) dfT.to_csv(r'MNISTKyrgyzTest400.csv', index = False) tabularimage-classification10K<n<100K0 likes10 downloads9mo agoHugging Face04Royi /MNISTThe dataset contains various MNIST like datasets in teh form of a csv files. MNIST Based on the MNIST Dataset in OpenML: OpenML mnist_784. The way to reproduce: from sklearn.datasets import fetch_openml dfX, dsY = fetch_openml('mnist_784', version = 1, return_X_y = True, as_frame = True) dfX.columns = [str(ii) for ii in range(dfX.shape[1])] dfX['Label'] = dsY dfX.to_csv('MNIST.csv') Fashion MNIST Based on Zalando Research - FashionMNIST. Packaged into a CSV in a Row… See the full description on the dataset page: https://huggingface.co/datasets/Royi/MNIST.tabularimage-classification100K<n<1M0 likes6 downloads8mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.