Pengcheng He commited on
Commit
a048466
1 Parent(s): 260983f

Add generator

Browse files
generator_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "deberta-v2",
3
+ "attention_probs_dropout_prob": 0.1,
4
+ "hidden_act": "gelu",
5
+ "hidden_dropout_prob": 0.1,
6
+ "hidden_size": 768,
7
+ "initializer_range": 0.02,
8
+ "intermediate_size": 3072,
9
+ "max_position_embeddings": 512,
10
+ "max_relative_positions": -1,
11
+ "num_attention_heads": 12,
12
+ "num_hidden_layers": 6,
13
+ "pos_att_type": "c2p|p2c",
14
+ "position_biased_input": false,
15
+ "position_buckets": 256,
16
+ "norm_rel_ebd": "layer_norm",
17
+ "relative_attention": true,
18
+ "share_att_key": true,
19
+ "type_vocab_size": 0,
20
+ "layer_norm_eps": 1e-7,
21
+ "vocab_size": 251000
22
+ }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:92671f84f9fd084a1365279f3c607bea6a7aef500ef3fcb28e03ac35c651fc30
3
- size 560166373
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f89419baf0f1aaad5cab7d53901e36a8c1af8f6b4ab58b15db9af32df656ead
3
+ size 1332809049
pytorch_model.generator.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ed99a7559e70706a5d8cd4fec61563e8d2681316ef02408ead469b6f0107006
3
+ size 949298651