KPMGhyesukim commited on
Commit
3327322
1 Parent(s): ddd4dcb

Initial commit

Browse files
Files changed (2) hide show
  1. config.json +14 -2
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,4 +1,8 @@
1
  {
 
 
 
 
2
  "attention_probs_dropout_prob": 0.1,
3
  "hidden_act": "gelu",
4
  "hidden_dropout_prob": 0.1,
@@ -12,13 +16,21 @@
12
  "norm_rel_ebd": "layer_norm",
13
  "num_attention_heads": 12,
14
  "num_hidden_layers": 12,
 
15
  "padding_idx": 0,
16
- "pos_att_type": "p2c|c2p",
 
 
 
 
 
 
17
  "position_biased_input": false,
18
  "position_buckets": 256,
19
  "relative_attention": true,
20
  "share_att_key": true,
 
 
21
  "type_vocab_size": 0,
22
  "vocab_size": 251000
23
  }
24
-
 
1
  {
2
+ "_name_or_path": "/home/ml/data2/hyesu/lm-deberta/mdeberta_further_kor_base",
3
+ "architectures": [
4
+ "DebertaV2Model"
5
+ ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "hidden_act": "gelu",
8
  "hidden_dropout_prob": 0.1,
 
16
  "norm_rel_ebd": "layer_norm",
17
  "num_attention_heads": 12,
18
  "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
  "padding_idx": 0,
21
+ "pooler_dropout": 0,
22
+ "pooler_hidden_act": "gelu",
23
+ "pooler_hidden_size": 768,
24
+ "pos_att_type": [
25
+ "p2c",
26
+ "c2p"
27
+ ],
28
  "position_biased_input": false,
29
  "position_buckets": 256,
30
  "relative_attention": true,
31
  "share_att_key": true,
32
+ "torch_dtype": "float32",
33
+ "transformers_version": "4.15.0",
34
  "type_vocab_size": 0,
35
  "vocab_size": 251000
36
  }
 
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:38fba5483de669ada10c9f5fcb70bc225ac56c64b606267899bc81c20d7825a6
3
- size 558939619
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:293f61d12645019718d145682e7447ebae36a2ff8c14f2e29a1a223f92f8cc16
3
+ size 1112954419