File size: 2,258 Bytes
b14638e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
  "cfg": {
    "vocab_size": 256,
    "d_model": 128,
    "n_layers": 3,
    "n_heads": 4,
    "max_seq_len": 128,
    "ffn_expand": 4,
    "dropout": 0.0,
    "d_dict": 512,
    "fact_top_k": 1,
    "fact_gain": 1.0,
    "d_phase": 1,
    "use_atom_gain": true,
    "atom_gain_init": 6.0
  },
  "country_to_target_atom": {
    "France": 0,
    "Japan": 1,
    "Egypt": 2,
    "Peru": 3,
    "Russia": 4,
    "Germany": 5,
    "Spain": 6,
    "Italy": 7,
    "Portugal": 8,
    "Greece": 9,
    "Norway": 10,
    "Sweden": 11,
    "Finland": 12,
    "Denmark": 13,
    "Poland": 14,
    "Hungary": 15,
    "Austria": 16,
    "Belgium": 17,
    "Netherlands": 18,
    "Ireland": 19,
    "Iceland": 20,
    "Switzerland": 21,
    "Croatia": 22,
    "Serbia": 23,
    "Bulgaria": 24,
    "Romania": 25,
    "Ukraine": 26,
    "Belarus": 27,
    "Lithuania": 28,
    "Latvia": 29,
    "Estonia": 30,
    "Turkey": 31,
    "Iran": 32,
    "India": 33,
    "China": 34,
    "Korea": 35,
    "Thailand": 36,
    "Vietnam": 37,
    "Indonesia": 38,
    "Philippines": 39,
    "Israel": 40,
    "Kenya": 41,
    "Brazil": 42,
    "Chile": 43,
    "Colombia": 44,
    "Cuba": 45,
    "Canada": 46,
    "Australia": 47,
    "UK": 48,
    "Qatar": 49
  },
  "country_to_capital_first": {
    "France": "P",
    "Japan": "T",
    "Egypt": "C",
    "Peru": "L",
    "Russia": "M",
    "Germany": "B",
    "Spain": "M",
    "Italy": "R",
    "Portugal": "L",
    "Greece": "A",
    "Norway": "O",
    "Sweden": "S",
    "Finland": "H",
    "Denmark": "C",
    "Poland": "W",
    "Hungary": "B",
    "Austria": "V",
    "Belgium": "B",
    "Netherlands": "A",
    "Ireland": "D",
    "Iceland": "R",
    "Switzerland": "B",
    "Croatia": "Z",
    "Serbia": "B",
    "Bulgaria": "S",
    "Romania": "B",
    "Ukraine": "K",
    "Belarus": "M",
    "Lithuania": "V",
    "Latvia": "R",
    "Estonia": "T",
    "Turkey": "A",
    "Iran": "T",
    "India": "D",
    "China": "B",
    "Korea": "S",
    "Thailand": "B",
    "Vietnam": "H",
    "Indonesia": "J",
    "Philippines": "M",
    "Israel": "J",
    "Kenya": "N",
    "Brazil": "B",
    "Chile": "S",
    "Colombia": "B",
    "Cuba": "H",
    "Canada": "O",
    "Australia": "C",
    "UK": "L",
    "Qatar": "D"
  }
}