File size: 535 Bytes
12ab17c |
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 |
---
dataset_info:
features:
- name: anchor
dtype: string
- name: text
dtype: string
- name: score
dtype: float32
- name: expert_name
dtype: string
- name: label
dtype: string
splits:
- name: train
num_bytes: 3794761217
num_examples: 33543883
- name: test
num_bytes: 199781925
num_examples: 1765468
download_size: 1609536017
dataset_size: 3994543142
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|