File size: 821 Bytes
3af86b9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: task_id
    dtype: string
  - name: language
    dtype: string
  - name: difficulty
    dtype: 'null'
  - name: readme
    dtype: string
  - name: docs
    dtype: string
  - name: strings_output
    dtype: string
  - name: nm_output
    dtype: string
  - name: objdump_head
    dtype: string
  - name: file_type
    dtype: string
  - name: binary_size
    dtype: int64
  - name: binary_hf_repo
    dtype: string
  - name: binary_hf_filename
    dtype: string
  - name: test_branches
    list: string
  - name: compile_hint
    dtype: string
  - name: example_io
    list: 'null'
  splits:
  - name: train
    num_bytes: 30432
    num_examples: 5
  download_size: 23619
  dataset_size: 30432
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---