CoolFace
Datasetpublic

Muhammad89/My_anime_data

Dataset Card for "My_anime_data" More Information needed

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes8downloads
README.md37 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: image5    dtype: image6  - name: label7    dtype:8      class_label:9        names:10          '0': Itachi11          '1': Kakashi (Done)12          '2': Madara (Done)13          '3': Madara_mobile (Done)14          '4': Minato15          '5': Naruto16          '6': Obito with Mask (Done)17          '7': Obito without mask (Done)18          '8': Sakura (Done)19          '9': Sakura_mobile (Done)20          '10': Sasuke (Done)21          '11': jiraiya (Done)22          '12': jiraiya_mobile (Done)23  splits:24  - name: train25    num_bytes: 602565282.59926    num_examples: 159927  download_size: 63335130828  dataset_size: 602565282.59929configs:30- config_name: default31  data_files:32  - split: train33    path: data/train-*34---35# Dataset Card for "My_anime_data"36 37[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)