File size: 649 Bytes
1e375a8
 
24af113
 
 
 
 
 
 
 
8a9ec7d
 
24af113
 
 
 
8a9ec7d
24af113
 
8a9ec7d
24af113
 
8a9ec7d
24af113
8a9ec7d
 
24af113
 
 
 
 
 
 
 
 
1e375a8
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
---
license: cc0-1.0
dataset_info:
  features:
  - name: conversation
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: conversation_id
    dtype: string
  - name: abstractive_summary
    dtype: string
  splits:
  - name: val
    num_bytes: 158039
    num_examples: 110
  - name: test
    num_bytes: 176110
    num_examples: 110
  - name: train
    num_bytes: 1346126
    num_examples: 879
  download_size: 964313
  dataset_size: 1680275
configs:
- config_name: default
  data_files:
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
  - split: train
    path: data/train-*
---