File size: 523 Bytes
290da19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: question
    dtype: string
  - name: response
    struct:
    - name: product_description
      dtype: string
    - name: task
      dtype: string
  splits:
  - name: train
    num_bytes: 1691925
    num_examples: 9555
  - name: val
    num_bytes: 190048
    num_examples: 1072
  download_size: 717996
  dataset_size: 1881973
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
---