File size: 1,407 Bytes
16c9c46
 
90eeec7
073f51c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90eeec7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
073f51c
 
 
 
 
 
90eeec7
 
 
 
 
 
16c9c46
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
59
60
61
62
63
64
65
66
67
68
---

license: cc-by-4.0
dataset_info:
- config_name: Llama-3.1-8B-Instruct
  features:
  - name: id
    dtype: int64
  - name: domain
    dtype: string
  - name: prompt
    dtype: string
  - name: steering coefficient
    dtype: float64
  - name: response
    dtype: string
  - name: gpt-5.4-mini
    dtype: float64
  - name: gemini-3.1-flash
    dtype: float64
  splits:
  - name: micro
    num_bytes: 101237
    num_examples: 36
  - name: general
    num_bytes: 441080
    num_examples: 120
  download_size: 261477
  dataset_size: 542317
- config_name: Qwen3-8B
  features:
  - name: id
    dtype: int64
  - name: domain
    dtype: string
  - name: prompt
    dtype: string
  - name: steering coefficient
    dtype: float64
  - name: response
    dtype: string
  - name: gpt-5.4-mini
    dtype: float64
  - name: gemini-3.1-flash
    dtype: float64
  splits:
  - name: micro
    num_bytes: 132756
    num_examples: 36
  - name: general
    num_bytes: 546885
    num_examples: 120
  download_size: 321650
  dataset_size: 679641
configs:
- config_name: Llama-3.1-8B-Instruct
  data_files:
  - split: micro
    path: Llama-3.1-8B-Instruct/micro-*
  - split: general
    path: Llama-3.1-8B-Instruct/general-*
- config_name: Qwen3-8B
  data_files:
  - split: micro
    path: Qwen3-8B/micro-*
  - split: general
    path: Qwen3-8B/general-*
---