File size: 517 Bytes
c9157d9 |
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 |
---
dataset_info:
features:
- name: anchor
dtype: string
- name: raw_concept
dtype: string
- name: formatted_title
dtype: string
- name: expert_name
dtype: string
splits:
- name: train
num_bytes: 4706912230
num_examples: 32249997
- name: test
num_bytes: 247712293
num_examples: 1697369
download_size: 2747637289
dataset_size: 4954624523
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|