File size: 602 Bytes
82a9ea1
 
1bc4fa2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
82a9ea1
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
---

license: cc-by-nc-4.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: question_id
    dtype: string
  - name: conversation_pair_id
    dtype: string
  - name: question_content
    dtype: string
  - name: msg_rank
    dtype: int64
  - name: topic
    dtype: string
  - name: task
    dtype: string
  - name: level
    dtype: string
  - name: tone
    dtype: string
  splits:
  - name: train
    num_bytes: 21324147
    num_examples: 38795
  download_size: 9622059
  dataset_size: 21324147
---