File size: 481 Bytes
299ed30
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: text
    dtype: string
  - name: prompt
    dtype: string
  - name: text_token_length
    dtype: int64
  - name: seed_data
    dtype: string
  - name: format
    dtype: string
  - name: audience
    dtype: string
  splits:
  - name: validation
    num_bytes: 17034006
    num_examples: 4000
  download_size: 9506617
  dataset_size: 17034006
configs:
- config_name: default
  data_files:
  - split: validation
    path: data/validation-*
---