junnyu commited on
Commit
db53253
1 Parent(s): 092d0ce
Files changed (5) hide show
  1. config.json +33 -0
  2. pytorch_model.bin +3 -0
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +1 -0
  5. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "AutoBertModelForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "gradient_checkpointing": false,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 256,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 1024,
12
+ "kernel_size_list": [
13
+ 65,
14
+ 9,
15
+ 3,
16
+ 7,
17
+ 7,
18
+ 3
19
+ ],
20
+ "layer_norm_eps": 1e-12,
21
+ "max_position_embeddings": 512,
22
+ "model_type": "autobert",
23
+ "num_attention_heads": 4,
24
+ "num_hidden_layers": 12,
25
+ "pad_token_id": 0,
26
+ "torch_dtype": "float32",
27
+ "transformers_version": "4.9.0.dev0",
28
+ "type_vocab_size": 2,
29
+ "use_glu": true,
30
+ "vocab_size": 30522,
31
+ "weight_softmax": false,
32
+ "conv_type": "sdconv"
33
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fe990ba862a4c2ee2f3732c71c1816d876e226a4aabfac1355e0294ea98230d
3
+ size 69597399
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "bert-base-uncased", "tokenizer_class": "BertTokenizer"}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff