abhishek HF staff commited on
Commit
ea84191
1 Parent(s): 64cda6d

add convbert base

Browse files
Files changed (4) hide show
  1. config.json +26 -0
  2. pytorch_model.bin +3 -0
  3. tf_model.h5 +3 -0
  4. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/home/abhishek/huggingface/models/convbert_models/convbert_base",
3
+ "architectures": [
4
+ "ConvBertModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "conv_kernel_size": 9,
9
+ "embedding_size": 768,
10
+ "eos_token_id": 2,
11
+ "head_ratio": 2,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 768,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "layer_norm_eps": 1e-12,
18
+ "max_position_embeddings": 512,
19
+ "model_type": "conv_bert",
20
+ "num_attention_heads": 12,
21
+ "num_groups": 1,
22
+ "num_hidden_layers": 12,
23
+ "pad_token_id": 0,
24
+ "type_vocab_size": 2,
25
+ "vocab_size": 30522
26
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7fa3d21f2838c4f9336c889fa3793c264328e5c647291dd3d1be495674bc2e1
3
+ size 422840281
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9ce4cada0f0fb7e3dd9b16f744c80324894f0f9235102b54e9bdd52629a8f44
3
+ size 423072720
vocab.txt ADDED
The diff for this file is too large to render. See raw diff