jizej commited on
Commit
4b623c0
·
verified ·
1 Parent(s): eca3b8e

Add sft/full/meta.json

Browse files
Files changed (1) hide show
  1. sft/full/meta.json +72 -0
sft/full/meta.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "train_relations": [
3
+ "arrival",
4
+ "priority",
5
+ "proximity",
6
+ "seniority",
7
+ "spatial_lr",
8
+ "spatial_ud"
9
+ ],
10
+ "held_out_relations": [
11
+ "pos",
12
+ "depth"
13
+ ],
14
+ "n_distribution": [
15
+ [
16
+ 4,
17
+ 30
18
+ ],
19
+ [
20
+ 8,
21
+ 25
22
+ ],
23
+ [
24
+ 16,
25
+ 20
26
+ ],
27
+ [
28
+ 32,
29
+ 15
30
+ ],
31
+ [
32
+ 64,
33
+ 7
34
+ ],
35
+ [
36
+ 128,
37
+ 3
38
+ ]
39
+ ],
40
+ "orderings_per_relation": 1000,
41
+ "val_fraction": 0.05,
42
+ "seed": 42,
43
+ "system_prompt": "You are a helpful assistant. Answer logical reasoning questions concisely.",
44
+ "counts_per_relation": {
45
+ "arrival": {
46
+ "orderings_train": 950,
47
+ "orderings_val": 50
48
+ },
49
+ "priority": {
50
+ "orderings_train": 950,
51
+ "orderings_val": 50
52
+ },
53
+ "proximity": {
54
+ "orderings_train": 950,
55
+ "orderings_val": 50
56
+ },
57
+ "seniority": {
58
+ "orderings_train": 950,
59
+ "orderings_val": 50
60
+ },
61
+ "spatial_lr": {
62
+ "orderings_train": 950,
63
+ "orderings_val": 50
64
+ },
65
+ "spatial_ud": {
66
+ "orderings_train": 950,
67
+ "orderings_val": 50
68
+ }
69
+ },
70
+ "total_train_rows": 45600,
71
+ "total_val_rows": 2400
72
+ }