jiyonghug commited on
Commit
779b299
1 Parent(s): dcdab56

Upload BertForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +73 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "kykim/bert-kor-base",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "embedding_size": 768,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "B-datapath",
16
+ "1": "I-datapath",
17
+ "2": "O",
18
+ "3": "B-xaxis",
19
+ "4": "I-xaxis",
20
+ "5": "B-xcolumn",
21
+ "6": "I-xcolumn",
22
+ "7": "B-yaxis",
23
+ "8": "B-ycolumn",
24
+ "9": "I-ycolumn",
25
+ "10": "B-plottype",
26
+ "11": "I-plottype",
27
+ "12": "B-period",
28
+ "13": "B-startdate",
29
+ "14": "I-startdate",
30
+ "15": "B-enddate",
31
+ "16": "I-enddate",
32
+ "17": "I-yaxis"
33
+ },
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 3072,
36
+ "label2id": {
37
+ "B-datapath": 0,
38
+ "B-enddate": 15,
39
+ "B-period": 12,
40
+ "B-plottype": 10,
41
+ "B-startdate": 13,
42
+ "B-xaxis": 3,
43
+ "B-xcolumn": 5,
44
+ "B-yaxis": 7,
45
+ "B-ycolumn": 8,
46
+ "I-datapath": 1,
47
+ "I-enddate": 16,
48
+ "I-plottype": 11,
49
+ "I-startdate": 14,
50
+ "I-xaxis": 4,
51
+ "I-xcolumn": 6,
52
+ "I-yaxis": 17,
53
+ "I-ycolumn": 9,
54
+ "O": 2
55
+ },
56
+ "layer_norm_eps": 1e-12,
57
+ "max_position_embeddings": 512,
58
+ "model_type": "bert",
59
+ "num_attention_heads": 12,
60
+ "num_hidden_layers": 12,
61
+ "pad_token_id": 0,
62
+ "pooler_fc_size": 768,
63
+ "pooler_num_attention_heads": 12,
64
+ "pooler_num_fc_layers": 3,
65
+ "pooler_size_per_head": 128,
66
+ "pooler_type": "first_token_transform",
67
+ "position_embedding_type": "absolute",
68
+ "torch_dtype": "float32",
69
+ "transformers_version": "4.35.2",
70
+ "type_vocab_size": 2,
71
+ "use_cache": true,
72
+ "vocab_size": 42000
73
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:345052c74873080f14d370237b62f83c63c01e27750cca5f74545ca6109e66c5
3
+ size 470905736