File size: 783 Bytes
7f378b6 | 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 | ---
dataset_info:
features:
- name: Vegetation plot ID
dtype: int64
- name: Longitude
dtype: float64
- name: Latitude
dtype: float64
- name: EUNIS habitat type
dtype: string
- name: OTT species ID
dtype: string
- name: Cover abundance percentage
dtype: string
- name: Split
dtype: string
splits:
- name: Training
num_bytes: 347500106
num_examples: 1102009
- name: Validation
num_bytes: 43658584
num_examples: 137634
- name: Test
num_bytes: 42963371
num_examples: 137944
download_size: 127040177
dataset_size: 434122061
configs:
- config_name: default
data_files:
- split: Training
path: data/Training-*
- split: Validation
path: data/Validation-*
- split: Test
path: data/Test-*
---
|