Dewa's picture
changes made to the dataset card
67aaeb1
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: label
dtype: int64
- name: emotion
dtype: string
- name: image
dtype: image
splits:
- name: train
num_bytes: 128018890.4
num_examples: 3200
- name: test
num_bytes: 31722930.4
num_examples: 800
download_size: 162369679
dataset_size: 159741820.8
license: creativeml-openrail-m
task_categories:
- image-classification
size_categories:
- 1K<n<10K
---
# Dataset Card for "Dog_Emotion_Dataset_v2"
- The Dataset is based on a `kaggle` dataset
# Label and its Meaning
- `0 : sad"`
- `1 : angry"`
- `2 : relaxed"`
- `3 : happy"`