mikehemberger commited on
Commit
5ee5c24
1 Parent(s): 43b7aac

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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': planet-earth-s01-e01-from-pole-to-pole
16
+ '1': planet-earth-s01-e02-mountains
17
+ '2': planet-earth-s01-e03-freshwater
18
+ '3': planet-earth-s01-e04-caves
19
+ '4': planet-earth-s01-e05-deserts
20
+ '5': planet-earth-s01-e06-ice-worlds
21
+ '6': planet-earth-s01-e07-great-plains
22
+ '7': planet-earth-s01-e08-jungles
23
+ '8': planet-earth-s01-e09-shallow-seas
24
+ '9': planet-earth-s01-e10-seasonal-forests
25
+ '10': planet-earth-s01-e11-ocean-deep
26
+ - name: file_name
27
+ dtype: string
28
+ - name: show_name
29
+ dtype: string
30
+ - name: relative_path
31
+ dtype: string
32
+ splits:
33
+ - name: train
34
+ num_bytes: 976527400.0
35
+ num_examples: 77296
36
+ download_size: 968089912
37
+ dataset_size: 976527400.0
38
+ ---
39
+ # Dataset Card for "planet-earth"
40
+
41
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)