File size: 297 Bytes
8b27df3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | {
"vocab_size": 25871,
"d_model": 256,
"nhead": 4,
"num_layers": 4,
"dim_feedforward": 1024,
"dropout": 0.1,
"max_len": 128,
"pad_id": 0,
"bos_id": 1,
"eos_id": 2,
"rating_g": 3,
"rating_s": 4,
"rating_q": 5,
"rating_e": 6,
"offset": 7,
"distribution_weight": 0.5
} |