File size: 986 Bytes
b2d419f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46db1d1
 
b2d419f
46db1d1
 
b2d419f
46db1d1
54cd46f
46db1d1
 
b2d419f
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: task_id
    dtype: string
  - name: name
    dtype: string
  - name: suite
    dtype: string
  - name: hf_repo
    dtype: string
  - name: hf_subset
    dtype: string
  - name: file_path
    dtype: string
  - name: line_number
    dtype: int64
  - name: variable_name
    dtype: string
  - name: is_subtask
    dtype: bool
  - name: main_task
    dtype: string
  - name: subtask_count
    dtype: int64
  - name: suites
    list: string
  - name: subtasks
    list: string
  - name: is_standalone
    dtype: bool
  splits:
  - name: all_tasks
    num_bytes: 342474
    num_examples: 1222
  - name: main_tasks
    num_bytes: 64709
    num_examples: 134
  - name: suites
    num_bytes: 43267
    num_examples: 6
  download_size: 128189
  dataset_size: 450450
configs:
- config_name: default
  data_files:
  - split: all_tasks
    path: data/all_tasks-*
  - split: main_tasks
    path: data/main_tasks-*
  - split: suites
    path: data/suites-*
---