File size: 1,052 Bytes
2f6efe2
 
0a4f268
 
 
 
 
cdf9d44
 
 
 
0a4f268
cdf9d44
0a4f268
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cdf9d44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52fac9c
cdf9d44
52fac9c
 
2f6efe2
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
47
48
49
50
51
52
53
54
55
56
57
58
---
license: mit
configs:
- config_name: excellent-grades
  data_files:
  - split: train
    path: excellent-grades/train-*
- config_name: single-token-steering
  data_files:
  - split: train
    path: single-token-steering/train-*
dataset_info:
- config_name: excellent-grades
  features:
  - name: id
    dtype: int64
  - name: task
    dtype: string
  - name: subjects
    list: string
  - name: grades
    list: int64
  - name: x_minus
    dtype: string
  - name: x_plus
    dtype: string
  - name: task_prompt
    dtype: string
  splits:
  - name: train
    num_bytes: 44470
    num_examples: 50
  download_size: 25155
  dataset_size: 44470
- config_name: single-token-steering
  features:
  - name: id
    dtype: int64
  - name: task
    dtype: string
  - name: subjects
    list: string
  - name: grades
    list: int64
  - name: x_minus
    dtype: string
  - name: x_plus
    dtype: string
  - name: task_prompt
    dtype: string
  splits:
  - name: train
    num_bytes: 8071
    num_examples: 50
  download_size: 5963
  dataset_size: 8071
---