lysandre HF Staff commited on
Commit
2f99e43
·
1 Parent(s): 49489fa

Add model and configuration.

Browse files
Files changed (3) hide show
  1. config.json +23 -0
  2. pytorch_model.bin +3 -0
  3. tf_model.h5 +3 -0
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_probs_dropout_prob": 0.1,
3
+ "embedding_size": 128,
4
+ "hidden_act": "gelu",
5
+ "hidden_dropout_prob": 0.1,
6
+ "hidden_size": 32,
7
+ "initializer_range": 0.02,
8
+ "intermediate_size": 37,
9
+ "layer_norm_eps": 1e-12,
10
+ "max_position_embeddings": 512,
11
+ "model_type": "electra",
12
+ "num_attention_heads": 4,
13
+ "num_hidden_layers": 5,
14
+ "pad_token_id": 0,
15
+ "position_embedding_type": "absolute",
16
+ "summary_activation": "gelu",
17
+ "summary_last_dropout": 0.1,
18
+ "summary_type": "first",
19
+ "summary_use_proj": true,
20
+ "transformers_version": "4.10.0.dev0",
21
+ "type_vocab_size": 16,
22
+ "vocab_size": 99
23
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8720082579ae9ff2786a101d2eadd3e4424fb9c607173eeb149f54db719fc34f
3
+ size 593385
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe518ac969813141c61a4bfde3500c2c8aa33cc611bd7ffc763855ee4d311fc7
3
+ size 26659872