forked from johnsmith0031/alpaca_lora_4bit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathppo_data_test.json
55 lines (55 loc) · 1.24 KB
/
ppo_data_test.json
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
[
{
"prompt": "---\nmode: list\n5 famous actors\n---\n",
"expectations": {
"sequence": {
"k": 5
}
}
},
{
"prompt": "---\nmode: listicle\n5 famous actors\n---\n",
"expectations": {
"sequence": {
"k": 5,
"reiterate": 5
}
}
},
{
"prompt": "---\nmode: steps\nfor: how to write a song\n---\n",
"expectations": {
"sequence": {
"min": 2,
"reiterate": true
}
}
},
{
"prompt": "---\nmode: steps\nfor: building a shed\n---\n",
"expectations": {
"sequence": {
"min": 2,
"reiterate": true
}
}
},
{
"prompt": "---\nmode: steps\nfor: acquiring a dog\n---\n",
"expectations": {
"sequence": {
"min": 2,
"reiterate": true
}
}
},
{
"prompt": "---\nmode: steps\nfor: How do I open up a new business?\n---\n",
"expectations": {
"sequence": {
"min": 2,
"reiterate": true
}
}
}
]