{ | |
"architectures": [ | |
"TextCNNForSequenceClassification" | |
], | |
"bos_token_id": 0, | |
"dropout": 0.5, | |
"embed_dim": 300, | |
"eos_token_id": 1, | |
"filter_sizes": [ | |
1, | |
2, | |
3, | |
4, | |
5 | |
], | |
"id2label": { | |
"0": "standard", | |
"1": "dialect" | |
}, | |
"label2id": { | |
"dialect": 1, | |
"standard": 0 | |
}, | |
"num_filters": [ | |
128, | |
128, | |
128, | |
128, | |
128 | |
], | |
"pad_token_id": 3, | |
"transformers_version": "4.8.1", | |
"vocab_size": 30000 | |
} | |