File size: 661 Bytes
c07404e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: image
    dtype: image
  - name: species
    dtype: int64
  - name: species_name
    dtype: string
  - name: individual
    dtype: int64
  - name: individual_name
    dtype: string
  splits:
  - name: train
    num_bytes: 36526488580.02
    num_examples: 42678
  - name: val
    num_bytes: 1726794221.752
    num_examples: 2088
  - name: test
    num_bytes: 5378930538.106
    num_examples: 6267
  download_size: 40331515587
  dataset_size: 43632213339.878
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
---