File size: 459 Bytes
d89f15d | 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 | ---
dataset_info:
features:
- name: obj1
dtype: string
- name: obj2
dtype: string
- name: relation
dtype: string
- name: prompt
dtype: string
- name: gold_label
dtype: string
- name: open_world_label
dtype: string
splits:
- name: train
num_bytes: 208240
num_examples: 1520
download_size: 21582
dataset_size: 208240
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|