File size: 636 Bytes
5d068a3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c258340
 
 
 
5d068a3
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: problem
    dtype: string
  - name: solution
    dtype: string
  - name: search_trace_with_values
    dtype: string
  - name: search_method
    dtype: string
  - name: ground_truth
    dtype: string
  - name: search_input_tokens
    dtype: int64
  - name: search_output_tokens
    dtype: int64
  - name: solution_input_tokens
    dtype: int64
  - name: solution_output_tokens
    dtype: int64
  splits:
  - name: train
    num_bytes: 31843
    num_examples: 12
  download_size: 27068
  dataset_size: 31843
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---