Upload ElectraForSequenceClassification
Browse files- config.json +56 -0
- model.safetensors +3 -0
config.json
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "/content/drive/MyDrive/Colab Notebooks/\u110c\u1169\u11af\u110b\u1165\u11b8\u110f\u1162\u11b8\u1109\u1173\u1110\u1169\u11ab\u1103\u1175\u110c\u1161\u110b\u1175\u11ab/model/",
|
3 |
+
"architectures": [
|
4 |
+
"ElectraForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"embedding_size": 768,
|
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": 512,
|
40 |
+
"model_type": "electra",
|
41 |
+
"num_attention_heads": 12,
|
42 |
+
"num_hidden_layers": 12,
|
43 |
+
"pad_token_id": 0,
|
44 |
+
"position_embedding_type": "absolute",
|
45 |
+
"problem_type": "multi_label_classification",
|
46 |
+
"summary_activation": "gelu",
|
47 |
+
"summary_last_dropout": 0.1,
|
48 |
+
"summary_type": "first",
|
49 |
+
"summary_use_proj": true,
|
50 |
+
"tokenizer_class": "BertTokenizer",
|
51 |
+
"torch_dtype": "float32",
|
52 |
+
"transformers_version": "4.35.2",
|
53 |
+
"type_vocab_size": 2,
|
54 |
+
"use_cache": true,
|
55 |
+
"vocab_size": 54343
|
56 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c600774dec2c385842a91958285b427c2c5736bcf01cd0b0c5e704a9372f6fb1
|
3 |
+
size 511161976
|