mikehemberger commited on
Commit
6c3f773
1 Parent(s): e2f8ffa

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ dataset_info:
8
+ features:
9
+ - name: image
10
+ dtype: image
11
+ - name: label
12
+ dtype:
13
+ class_label:
14
+ names:
15
+ '0': the-people-of-paradise-s01-e01-the-land-divers-of-pentecost
16
+ '1': the-people-of-paradise-s01-e02-cargo-cult
17
+ '2': the-people-of-paradise-s01-e04-outer-islands-of-fiji
18
+ - name: file_name
19
+ dtype: string
20
+ - name: show_name
21
+ dtype: string
22
+ - name: relative_path
23
+ dtype: string
24
+ splits:
25
+ - name: train
26
+ num_bytes: 137655208.0
27
+ num_examples: 10859
28
+ download_size: 136176674
29
+ dataset_size: 137655208.0
30
+ ---
31
+ # Dataset Card for "the-people-of-paradise"
32
+
33
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)