fuliucansheng commited on
Commit
96c51a0
1 Parent(s): 4eb6c8c

add mass base uncased config & vocab & model

Browse files
mass-base-uncased-config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "encoder_embed_dim": 768,
3
+ "encoder_ffn_embed_dim": 3072,
4
+ "encoder_attn_head_num": 12,
5
+ "encoder_layer_num": 6,
6
+ "dropout": 0.1,
7
+ "attn_dropout": 0.1,
8
+ "act_dropout": 0.1,
9
+ "act_fn": "gelu",
10
+ "decoder_embed_dim": 768,
11
+ "decoder_ffn_embed_dim": 3072,
12
+ "decoder_attn_head_num": 6,
13
+ "decoder_layer_num": 6,
14
+ "vocab_size": 30522
15
+ }
mass-base-uncased-pytorch-model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e19d11eb04690b43bb4181a4e5f303c0dc4e331fa78a2882c0cbab25c130e6d4
3
+ size 493923351
mass-base-uncased-vocab.txt ADDED
The diff for this file is too large to render. See raw diff