File size: 1,182 Bytes
5ee5c24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
857d644
 
5ee5c24
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: image
    dtype: image
  - name: label
    dtype:
      class_label:
        names:
          '0': planet-earth-s01-e01-from-pole-to-pole
          '1': planet-earth-s01-e02-mountains
          '2': planet-earth-s01-e03-freshwater
          '3': planet-earth-s01-e04-caves
          '4': planet-earth-s01-e05-deserts
          '5': planet-earth-s01-e06-ice-worlds
          '6': planet-earth-s01-e07-great-plains
          '7': planet-earth-s01-e08-jungles
          '8': planet-earth-s01-e09-shallow-seas
          '9': planet-earth-s01-e10-seasonal-forests
          '10': planet-earth-s01-e11-ocean-deep
  - name: file_name
    dtype: string
  - name: show_name
    dtype: string
  - name: relative_path
    dtype: string
  splits:
  - name: train
    num_bytes: 976527400.0
    num_examples: 77296
  download_size: 968089912
  dataset_size: 976527400.0
---
# Dataset Card for "planet-earth"

TODO: upload blip2 captions

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)