File size: 1,122 Bytes
3a97ccc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99d3e9f
 
 
 
3a97ccc
 
 
 
 
 
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
dataset_info:
  features:
  - name: task
    dtype: string
  - name: num_rollouts
    dtype: int64
  - name: num_passed
    dtype: int64
  - name: num_failed
    dtype: int64
  - name: pass_rate
    dtype: float64
  - name: prior_num_rollouts
    dtype: int64
  - name: prior_num_passed
    dtype: int64
  - name: prior_num_failed
    dtype: int64
  - name: current_num_rollouts
    dtype: int64
  - name: current_num_passed
    dtype: int64
  - name: current_num_failed
    dtype: int64
  - name: has_prior_rollouts
    dtype: bool
  - name: has_current_rollouts
    dtype: bool
  - name: instruction
    dtype: string
  - name: task_toml
    dtype: string
  - name: file_paths
    list: string
  - name: file_contents
    list: string
  - name: file_encodings
    list: string
  - name: source_repo
    dtype: string
  - name: source_revision
    dtype: string
  - name: source_split
    dtype: string
  splits:
  - name: train
    num_bytes: 20194902
    num_examples: 1402
  download_size: 17566753
  dataset_size: 20194902
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---