File size: 304 Bytes
57f80ac |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
{
"vocab_size": 250002,
"pad_id": 1,
"num_labels": 3,
"embed_dim": 256,
"kernel_sizes": [
3,
4
],
"conv_channels": 256,
"dropout": 0.3,
"id2label": {
"0": "normal",
"1": "promo",
"2": "smish"
},
"label2id": {
"normal": 0,
"promo": 1,
"smish": 2
}
} |