File size: 496 Bytes
7aa8214
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: prompt
    dtype: string
  - name: response
    dtype: string
  - name: task_name
    dtype: string
  splits:
  - name: train
    num_bytes: 374470276.8858063
    num_examples: 312023
  - name: validation
    num_bytes: 3782831.114193702
    num_examples: 3152
  download_size: 210524180
  dataset_size: 378253108.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
---