---
license: apache-2.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: identifier
    dtype: string
  - name: image
    struct:
    - name: image
      dtype: string
  - name: image_md5
    dtype: string
  - name: geolocalisation
    struct:
    - name: longitude
      struct:
      - name: type
        dtype: string
      - name: value
        dtype: float64
    - name: latitude
      struct:
      - name: type
        dtype: string
      - name: value
        dtype: float64
    - name: name
      dtype: string
  - name: specie
    dtype: string
  - name: number
    dtype: int64
  - name: comments
    dtype: string
  - name: wounded_state
    dtype: string
  - name: wounded
    dtype: 'null'
  - name: dead_state
    dtype: string
  - name: dead
    dtype: 'null'
  splits:
  - name: train
    num_bytes: 4500332
    num_examples: 2
  download_size: 4506307
  dataset_size: 4500332
---