model upload
Browse files- config.json +56 -0
config.json
ADDED
|
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "beomi/kcbert-base",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"BertForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"directionality": "bidi",
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_dropout_prob": 0.1,
|
| 11 |
+
"hidden_size": 768,
|
| 12 |
+
"id2label": {
|
| 13 |
+
"0": "\uc5ec\uc131/\uac00\uc871",
|
| 14 |
+
"1": "\ub0a8\uc131",
|
| 15 |
+
"2": "\uc131\uc18c\uc218\uc790",
|
| 16 |
+
"3": "\uc778\uc885/\uad6d\uc801",
|
| 17 |
+
"4": "\uc5f0\ub839",
|
| 18 |
+
"5": "\uc9c0\uc5ed",
|
| 19 |
+
"6": "\uc885\uad50",
|
| 20 |
+
"7": "\uae30\ud0c0 \ud610\uc624",
|
| 21 |
+
"8": "\uc545\ud50c/\uc695\uc124",
|
| 22 |
+
"9": "clean"
|
| 23 |
+
},
|
| 24 |
+
"initializer_range": 0.02,
|
| 25 |
+
"intermediate_size": 3072,
|
| 26 |
+
"label2id": {
|
| 27 |
+
"clean": 9,
|
| 28 |
+
"\uae30\ud0c0 \ud610\uc624": 7,
|
| 29 |
+
"\ub0a8\uc131": 1,
|
| 30 |
+
"\uc131\uc18c\uc218\uc790": 2,
|
| 31 |
+
"\uc545\ud50c/\uc695\uc124": 8,
|
| 32 |
+
"\uc5ec\uc131/\uac00\uc871": 0,
|
| 33 |
+
"\uc5f0\ub839": 4,
|
| 34 |
+
"\uc778\uc885/\uad6d\uc801": 3,
|
| 35 |
+
"\uc885\uad50": 6,
|
| 36 |
+
"\uc9c0\uc5ed": 5
|
| 37 |
+
},
|
| 38 |
+
"layer_norm_eps": 1e-12,
|
| 39 |
+
"max_position_embeddings": 300,
|
| 40 |
+
"model_type": "bert",
|
| 41 |
+
"num_attention_heads": 12,
|
| 42 |
+
"num_hidden_layers": 12,
|
| 43 |
+
"pad_token_id": 0,
|
| 44 |
+
"pooler_fc_size": 768,
|
| 45 |
+
"pooler_num_attention_heads": 12,
|
| 46 |
+
"pooler_num_fc_layers": 3,
|
| 47 |
+
"pooler_size_per_head": 128,
|
| 48 |
+
"pooler_type": "first_token_transform",
|
| 49 |
+
"position_embedding_type": "absolute",
|
| 50 |
+
"problem_type": "multi_label_classification",
|
| 51 |
+
"torch_dtype": "float32",
|
| 52 |
+
"transformers_version": "4.17.0",
|
| 53 |
+
"type_vocab_size": 2,
|
| 54 |
+
"use_cache": true,
|
| 55 |
+
"vocab_size": 30000
|
| 56 |
+
}
|