File size: 702 Bytes
d3b2e10
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: constraint_type
    dtype: string
  - name: example
    dtype: string
  - name: prompt
    dtype: string
  - name: targets
    dtype: string
  - name: metadata
    dtype: string
  - name: constraint_class
    dtype: string
  - name: constraint_repr
    dtype: string
  - name: constraint_callables
    dtype: string
  - name: question_id
    dtype: int64
  splits:
  - name: train
    num_bytes: 1999588
    num_examples: 1872
  - name: test
    num_bytes: 222248
    num_examples: 208
  download_size: 870427
  dataset_size: 2221836
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---