File size: 792 Bytes
03310ad | 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 44 45 46 | ---
dataset_info:
features:
- name: pre_s2
dtype: string
- name: pre_rf
dtype: string
- name: t1_s2
dtype: string
- name: t1_rf
dtype: string
- name: t2_s2
dtype: string
- name: t2_rf
dtype: string
- name: aux
dtype: string
- name: event_name
dtype: string
- name: tandem_id
dtype: string
- name: biome_name
dtype: string
splits:
- name: train
num_bytes: 9422
num_examples: 20
- name: validation
num_bytes: 4806
num_examples: 10
- name: test
num_bytes: 4860
num_examples: 10
download_size: 27373
dataset_size: 19088
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|