File size: 556 Bytes
5c13a94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: prompt
    dtype: string
  - name: ground_truth
    dtype: float64
  splits:
  - name: train
    num_bytes: 36484855.237497024
    num_examples: 36935
  - name: val
    num_bytes: 4560730.381251489
    num_examples: 4617
  - name: test
    num_bytes: 4560730.381251489
    num_examples: 4617
  download_size: 12367461
  dataset_size: 45606316.00000001
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
---