File size: 881 Bytes
ad26ba7 |
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: source
dtype: string
- name: source_id
dtype: int64
- name: target
dtype: string
- name: target_id
dtype: int64
- name: source_loc
list: float64
- name: target_loc
list: float64
- name: distance
dtype: float64
- name: angle
dtype: float64
- name: node_distance
dtype: int64
- name: cardinal_direction_question
dtype: string
- name: cardinal_direction_propositions
list: string
- name: cardinal_direction_answer
dtype: string
- name: proximity_question
dtype: string
- name: proximity_propositions
list: string
- name: proximity_answer
dtype: string
splits:
- name: train
num_bytes: 47633
num_examples: 100
download_size: 31785
dataset_size: 47633
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|