add model
Browse files- config.json +58 -0
- pytorch_model.bin +3 -0
config.json
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "./drive/MyDrive/chat_model(12)/model(SoongsilBERT)/",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"RobertaForSequenceClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"bos_token_id": 0,
|
| 8 |
+
"classifier_dropout": null,
|
| 9 |
+
"eos_token_id": 2,
|
| 10 |
+
"gradient_checkpointing": false,
|
| 11 |
+
"hidden_act": "gelu",
|
| 12 |
+
"hidden_dropout_prob": 0.1,
|
| 13 |
+
"hidden_size": 768,
|
| 14 |
+
"id2label": {
|
| 15 |
+
"0": "\uac10\uc815",
|
| 16 |
+
"1": "\ub0b4\uc6d0\uc774\uc720",
|
| 17 |
+
"2": "\ubaa8\ud638\ud568",
|
| 18 |
+
"3": "\ubc30\uacbd",
|
| 19 |
+
"4": "\ubd80\uac00\uc124\uba85",
|
| 20 |
+
"5": "\uc0c1\ud0dc",
|
| 21 |
+
"6": "\uc6d0\uc778",
|
| 22 |
+
"7": "\uc77c\ubc18\ub300\ud654",
|
| 23 |
+
"8": "\uc790\uac00\uce58\ub8cc",
|
| 24 |
+
"9": "\uc99d\uc0c1",
|
| 25 |
+
"10": "\uce58\ub8cc\uc774\ub825",
|
| 26 |
+
"11": "\ud604\uc7ac\uc0c1\ud0dc"
|
| 27 |
+
},
|
| 28 |
+
"initializer_range": 0.02,
|
| 29 |
+
"intermediate_size": 3072,
|
| 30 |
+
"label2id": {
|
| 31 |
+
"\uac10\uc815": 0,
|
| 32 |
+
"\ub0b4\uc6d0\uc774\uc720": 1,
|
| 33 |
+
"\ubaa8\ud638\ud568": 2,
|
| 34 |
+
"\ubc30\uacbd": 3,
|
| 35 |
+
"\ubd80\uac00\uc124\uba85": 4,
|
| 36 |
+
"\uc0c1\ud0dc": 5,
|
| 37 |
+
"\uc6d0\uc778": 6,
|
| 38 |
+
"\uc77c\ubc18\ub300\ud654": 7,
|
| 39 |
+
"\uc790\uac00\uce58\ub8cc": 8,
|
| 40 |
+
"\uc99d\uc0c1": 9,
|
| 41 |
+
"\uce58\ub8cc\uc774\ub825": 10,
|
| 42 |
+
"\ud604\uc7ac\uc0c1\ud0dc": 11
|
| 43 |
+
},
|
| 44 |
+
"layer_norm_eps": 1e-05,
|
| 45 |
+
"max_position_embeddings": 514,
|
| 46 |
+
"model_type": "roberta",
|
| 47 |
+
"num_attention_heads": 12,
|
| 48 |
+
"num_hidden_layers": 12,
|
| 49 |
+
"pad_token_id": 1,
|
| 50 |
+
"position_embedding_type": "absolute",
|
| 51 |
+
"problem_type": "single_label_classification",
|
| 52 |
+
"torch_dtype": "float32",
|
| 53 |
+
"total_flos": 8.217624121867606e+19,
|
| 54 |
+
"transformers_version": "4.12.5",
|
| 55 |
+
"type_vocab_size": 1,
|
| 56 |
+
"use_cache": true,
|
| 57 |
+
"vocab_size": 16000
|
| 58 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:671c1f56c432b2a0fc693785e87ec516c847a49201b5503adf1a4fa282a4ee3d
|
| 3 |
+
size 393439917
|