Dewa commited on
Commit
67aaeb1
1 Parent(s): f83760c

changes made to the dataset card

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -23,7 +23,17 @@ dataset_info:
23
  num_examples: 800
24
  download_size: 162369679
25
  dataset_size: 159741820.8
 
 
 
 
 
26
  ---
27
  # Dataset Card for "Dog_Emotion_Dataset_v2"
 
28
 
29
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
23
  num_examples: 800
24
  download_size: 162369679
25
  dataset_size: 159741820.8
26
+ license: creativeml-openrail-m
27
+ task_categories:
28
+ - image-classification
29
+ size_categories:
30
+ - 1K<n<10K
31
  ---
32
  # Dataset Card for "Dog_Emotion_Dataset_v2"
33
+ - The Dataset is based on a `kaggle` dataset
34
 
35
+ # Label and its Meaning
36
+ - `0 : sad"`
37
+ - `1 : angry"`
38
+ - `2 : relaxed"`
39
+ - `3 : happy"`