File size: 530 Bytes
787bf7b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: problems
    struct:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: ground_truth
    dtype: int64
  - name: has_full_info
    dtype: int64
  - name: query
    struct:
    - name: content
      dtype: string
    - name: role
      dtype: string
  splits:
  - name: train
    num_bytes: 211042
    num_examples: 200
  download_size: 59419
  dataset_size: 211042
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---