monologg commited on
Commit
63b4513
1 Parent(s): 5efa559

feat: baseline

Browse files
config.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "monologg/koelectra-base-discriminator",
3
+ "architectures": ["ElectraForMultiLabelClassification"],
4
+ "attention_probs_dropout_prob": 0.1,
5
+ "embedding_size": 768,
6
+ "finetuning_task": "goemotions",
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "admiration",
12
+ "1": "amusement",
13
+ "10": "disapproval",
14
+ "11": "disgust",
15
+ "12": "embarrassment",
16
+ "13": "excitement",
17
+ "14": "fear",
18
+ "15": "gratitude",
19
+ "16": "grief",
20
+ "17": "joy",
21
+ "18": "love",
22
+ "19": "nervousness",
23
+ "2": "anger",
24
+ "20": "optimism",
25
+ "21": "pride",
26
+ "22": "realization",
27
+ "23": "relief",
28
+ "24": "remorse",
29
+ "25": "sadness",
30
+ "26": "surprise",
31
+ "27": "neutral",
32
+ "3": "annoyance",
33
+ "4": "approval",
34
+ "5": "caring",
35
+ "6": "confusion",
36
+ "7": "curiosity",
37
+ "8": "desire",
38
+ "9": "disappointment"
39
+ },
40
+ "initializer_range": 0.02,
41
+ "intermediate_size": 3072,
42
+ "label2id": {
43
+ "admiration": 0,
44
+ "amusement": 1,
45
+ "anger": 2,
46
+ "annoyance": 3,
47
+ "approval": 4,
48
+ "caring": 5,
49
+ "confusion": 6,
50
+ "curiosity": 7,
51
+ "desire": 8,
52
+ "disappointment": 9,
53
+ "disapproval": 10,
54
+ "disgust": 11,
55
+ "embarrassment": 12,
56
+ "excitement": 13,
57
+ "fear": 14,
58
+ "gratitude": 15,
59
+ "grief": 16,
60
+ "joy": 17,
61
+ "love": 18,
62
+ "nervousness": 19,
63
+ "neutral": 27,
64
+ "optimism": 20,
65
+ "pride": 21,
66
+ "realization": 22,
67
+ "relief": 23,
68
+ "remorse": 24,
69
+ "sadness": 25,
70
+ "surprise": 26
71
+ },
72
+ "layer_norm_eps": 1e-12,
73
+ "max_position_embeddings": 512,
74
+ "model_type": "electra",
75
+ "num_attention_heads": 12,
76
+ "num_hidden_layers": 12,
77
+ "pad_token_id": 0,
78
+ "summary_activation": "gelu",
79
+ "summary_last_dropout": 0.1,
80
+ "summary_type": "first",
81
+ "summary_use_proj": true,
82
+ "type_vocab_size": 2,
83
+ "vocab_size": 32200
84
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8360c310b989c6c43baf2a8fff9fd5b24904b1d71d91b1cfb35ddbec80aefc54
3
+ size 440897335
special_tokens_map.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "unk_token": "[UNK]",
3
+ "sep_token": "[SEP]",
4
+ "pad_token": "[PAD]",
5
+ "cls_token": "[CLS]",
6
+ "mask_token": "[MASK]",
7
+ "additional_special_tokens": ["[NAME]", "[RELIGION]"]
8
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_lower_case": false,
3
+ "do_basic_tokenize": true,
4
+ "never_split": null,
5
+ "unk_token": "[UNK]",
6
+ "sep_token": "[SEP]",
7
+ "pad_token": "[PAD]",
8
+ "cls_token": "[CLS]",
9
+ "mask_token": "[MASK]",
10
+ "tokenize_chinese_chars": true,
11
+ "strip_accents": null,
12
+ "max_len": 512,
13
+ "additional_special_tokens": ["[NAME]", "[RELIGION]"]
14
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff