File size: 778 Bytes
b378441
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  config_name: both_revised_no_candidates
  features:
  - name: conversation_id
    dtype: string
  - name: your_persona
    list: string
  - name: partner_persona
    list: string
  - name: turns
    list:
    - name: turn_id
      dtype: int64
    - name: text
      dtype: string
    - name: response
      dtype: string
  - name: source_split
    dtype: string
  splits:
  - name: train
    num_bytes: 21812466
    num_examples: 17878
  - name: validation
    num_bytes: 1340269
    num_examples: 1000
  download_size: 22824337
  dataset_size: 23152735
configs:
- config_name: both_revised_no_candidates
  data_files:
  - split: train
    path: both_revised_no_candidates/train-*
  - split: validation
    path: both_revised_no_candidates/validation-*
---