monologg commited on
Commit
9b9385c
1 Parent(s): 12e7909

feat: baseline

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