yechen commited on
Commit
fdac324
β€’
1 Parent(s): fccb4f1

init commit

Browse files
Files changed (5) hide show
  1. README.md +3 -0
  2. config.json +21 -0
  3. pytorch_model.bin +3 -0
  4. tf_model.h5 +3 -0
  5. vocab.txt +0 -0
README.md ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ ---
2
+ language: zh
3
+ ---
config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForQuestionAnswering"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "directionality": "bidi",
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 1024,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 4096,
12
+ "max_position_embeddings": 512,
13
+ "num_attention_heads": 16,
14
+ "num_hidden_layers": 24,
15
+ "pooler_fc_size": 768,
16
+ "pooler_num_attention_heads": 12,
17
+ "pooler_num_fc_layers": 3,
18
+ "pooler_size_per_head": 128,
19
+ "pooler_type": "first_token_transform",
20
+ "type_vocab_size": 2,
21
+ "vocab_size": 21128}
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f75daaaf24c4998e69e81ee13f25a3ec2d70510bdf7e105c0872a2884bdbd86c
3
+ size 1298064311
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f94f423967e740dea972c1f86698ff87fc348450f08b49365fbd7c244f8f1f15
3
+ size 3897896992
vocab.txt ADDED
The diff for this file is too large to render. See raw diff