File size: 792 Bytes
d34c245
 
 
 
 
 
 
 
 
e28d0f4
 
d34c245
 
e28d0f4
 
d34c245
 
 
 
 
 
 
 
488590b
 
 
 
 
 
 
 
d34c245
 
488590b
d34c245
488590b
 
d34c245
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: Question
    dtype: string
  - name: Answer
    dtype: float64
  - name: Equation
    dtype: string
  - name: Type
    dtype: string
  - name: Body
    dtype: string
  - name: ID
    dtype: string
  - name: question
    dtype: string
  - name: CoT_example
    dtype: string
  - name: rationale
    dtype: string
  - name: answer
    dtype: string
  - name: CoT_embedding
    sequence: float64
  - name: question_embedding
    sequence: float64
  - name: rationale_embedding
    sequence: float64
  - name: answer_embedding
    sequence: float64
  splits:
  - name: test
    num_bytes: 7569800
    num_examples: 300
  download_size: 6382713
  dataset_size: 7569800
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---