File size: 801 Bytes
ab8a4e8 | 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: head
dtype: string
- name: relation
dtype: string
- name: tail
dtype: string
- name: split
dtype: string
- name: rec_0.6
dtype: bool
- name: rec_0.9
dtype: bool
- name: rec_0.5
dtype: bool
- name: rec_0.7
dtype: bool
- name: rec_0.8
dtype: bool
- name: p_valid_model
dtype: float64
splits:
- name: train
num_bytes: 436424578
num_examples: 5174001
- name: test
num_bytes: 54670560
num_examples: 648143
- name: val
num_bytes: 53490763
num_examples: 634156
download_size: 203385573
dataset_size: 544585901
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: val
path: data/val-*
---
|