Kyoungmin commited on
Commit
848a6a9
1 Parent(s): 88afe88
Files changed (2) hide show
  1. config.json +20 -2
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "_name_or_path": "Kyoungmin/beauty-base-KLCP",
3
  "architectures": [
4
- "BertForMaskedLM"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "directionality": "bidi",
@@ -9,13 +9,30 @@
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
 
 
 
 
 
 
 
 
12
  "initializer_range": 0.02,
13
  "intermediate_size": 3072,
 
 
 
 
 
 
 
 
14
  "layer_norm_eps": 1e-12,
15
  "max_position_embeddings": 300,
16
  "model_type": "bert",
17
  "num_attention_heads": 12,
18
  "num_hidden_layers": 12,
 
19
  "pad_token_id": 0,
20
  "pooler_fc_size": 768,
21
  "pooler_num_attention_heads": 12,
@@ -23,6 +40,7 @@
23
  "pooler_size_per_head": 128,
24
  "pooler_type": "first_token_transform",
25
  "position_embedding_type": "absolute",
 
26
  "torch_dtype": "float32",
27
  "transformers_version": "4.9.2",
28
  "type_vocab_size": 2,
1
  {
2
+ "_name_or_path": "Kyoungmin/beauty-base-KLCP2",
3
  "architectures": [
4
+ "BertModel"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "directionality": "bidi",
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2",
16
+ "3": "LABEL_3",
17
+ "4": "LABEL_4",
18
+ "5": "LABEL_5"
19
+ },
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
+ "label2id": {
23
+ "LABEL_0": 0,
24
+ "LABEL_1": 1,
25
+ "LABEL_2": 2,
26
+ "LABEL_3": 3,
27
+ "LABEL_4": 4,
28
+ "LABEL_5": 5
29
+ },
30
  "layer_norm_eps": 1e-12,
31
  "max_position_embeddings": 300,
32
  "model_type": "bert",
33
  "num_attention_heads": 12,
34
  "num_hidden_layers": 12,
35
+ "output_hidden_states": true,
36
  "pad_token_id": 0,
37
  "pooler_fc_size": 768,
38
  "pooler_num_attention_heads": 12,
40
  "pooler_size_per_head": 128,
41
  "pooler_type": "first_token_transform",
42
  "position_embedding_type": "absolute",
43
+ "problem_type": "multi_label_classification",
44
  "torch_dtype": "float32",
45
  "transformers_version": "4.9.2",
46
  "type_vocab_size": 2,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:de4b669aa0f701a26f03662e6f591869f44281c95607bdfba3f2dbd09bdd74b4
3
- size 435883435
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:889f1b70fab91f2993c0461c05f2d372f7679395deb2384feee2078935eee123
3
+ size 435753777