File size: 928 Bytes
e0188f0 56726e5 e0188f0 56726e5 e0188f0 f243924 e0188f0 f243924 e0188f0 f243924 e0188f0 f243924 e0188f0 |
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: messages
dtype: string
- name: conversation
list:
- name: content
dtype: string
- name: role
dtype: string
- name: task_type
dtype: string
splits:
- name: text_classification
num_bytes: 297694855
num_examples: 50000
- name: rag
num_bytes: 832171255
num_examples: 50000
- name: text_extraction
num_bytes: 611511039
num_examples: 50000
- name: mcq
num_bytes: 452306054
num_examples: 99986
- name: follow_up
num_bytes: 1733353813
num_examples: 99054
download_size: 1813598515
dataset_size: 3927037016
configs:
- config_name: default
data_files:
- split: text_classification
path: data/text_classification-*
- split: rag
path: data/rag-*
- split: text_extraction
path: data/text_extraction-*
- split: mcq
path: data/mcq-*
- split: follow_up
path: data/follow_up-*
---
|