File size: 926 Bytes
e0188f0
 
 
 
 
 
 
 
 
 
 
56726e5
 
e0188f0
 
56726e5
e0188f0
 
56726e5
e0188f0
 
56726e5
e0188f0
 
56726e5
e0188f0
 
56726e5
e0188f0
56726e5
 
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: 296894855
    num_examples: 50000
  - name: text_extraction
    num_bytes: 297494855
    num_examples: 50000
  - name: mcq
    num_bytes: 296894855
    num_examples: 50000
  - name: follow_up
    num_bytes: 297194855
    num_examples: 50000
  download_size: 615034110
  dataset_size: 1486174275
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-*
---