Datasets:

Modalities:
Tabular
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 781 Bytes
60830a5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: cc-by-nc-sa-4.0
dataset_info:
  - config_name: sample
    features:
      - name: id
        dtype: int32
      - name: task_evol_type
        dtype: string
      - name: task_evol_prompt
        dtype: string
      - name: seed_prompt
        dtype: string
      - name: output_assistant_reply
        dtype: string
      - name: evolved_user_prompt
        dtype: string
      - name: multiturn_evol_type
        dtype: string
      - name: multiturn_evol_prompt
        dtype: string
      - name: no_of_turns
        dtype: int32
      - name: language
        dtype: string
      - name: task
        dtype: string
      - name: conversation
        struct:
          - name: role
            dtype: string
          - name: content
            dtype: string
---