File size: 536 Bytes
9e347c5 |
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 |
---
dataset_info:
config_name: curated
features:
- name: question_id
dtype: int64
- name: intent
dtype: string
- name: rewritten_intent
dtype: string
- name: snippet
dtype: string
splits:
- name: train
num_bytes: 16518.2009247583
num_examples: 100
- name: test
num_bytes: 82831
num_examples: 500
download_size: 61825
dataset_size: 99349.2009247583
configs:
- config_name: curated
data_files:
- split: train
path: curated/train-*
- split: test
path: curated/test-*
---
|