File size: 605 Bytes
1e375a8
 
24af113
 
 
 
 
 
 
 
 
 
 
 
937ab58
24af113
 
937ab58
24af113
 
937ab58
24af113
937ab58
 
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
---
license: cc0-1.0
dataset_info:
  features:
  - name: conversation
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: abstractive_summary
    dtype: string
  splits:
  - name: val
    num_bytes: 154079
    num_examples: 110
  - name: test
    num_bytes: 172150
    num_examples: 110
  - name: train
    num_bytes: 1314482
    num_examples: 879
  download_size: 924788
  dataset_size: 1640711
configs:
- config_name: default
  data_files:
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
  - split: train
    path: data/train-*
---