abhishek HF staff commited on
Commit
7232d81
1 Parent(s): fc7237f

conv bert small

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_small",
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": 128,
10
+ "eos_token_id": 2,
11
+ "head_ratio": 2,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 256,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 1024,
17
+ "layer_norm_eps": 1e-12,
18
+ "max_position_embeddings": 512,
19
+ "model_type": "conv_bert",
20
+ "num_attention_heads": 4,
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:1d1159d80903ed0cc780af3daa73112a17a69ba08e5f10f40339b5c2454929ef
3
+ size 52693739
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca27c7af18d3a9eb72fea1b0935c9d01eb749df4ed472a9727e876e1f6c3ea23
3
+ size 52911800
vocab.txt ADDED
The diff for this file is too large to render. See raw diff