File size: 755 Bytes
400f4d8 5b80f6c e6d8040 c763565 76fd6dd 400f4d8 |
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 |
{
"_name_or_path": "jinmang2/textcnn-ko-dialect-classifier",
"auto_map": {
"AutoConfig": "configuration_textcnn.TextCNNConfig",
"AutoModel": "modeling_textcnn.TextCNNModel",
"AutoModelForSequenceClassification": "modeling_textcnn.TextCNNForSequenceClassification"
},
"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
}
|