okanvk commited on
Commit
9c45d38
1 Parent(s): bfba862
Files changed (4) hide show
  1. config.json +18 -0
  2. pytorch_model.bin +3 -0
  3. tokenizer_config.json +4 -0
  4. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": ["ElectraForPreTraining"],
3
+ "attention_probs_dropout_prob": 0.1,
4
+ "embedding_size": 128,
5
+ "hidden_act": "gelu",
6
+ "hidden_dropout_prob": 0.1,
7
+ "hidden_size": 256,
8
+ "initializer_range": 0.02,
9
+ "intermediate_size": 1024,
10
+ "layer_norm_eps": 1e-12,
11
+ "max_position_embeddings": 512,
12
+ "model_type": "electra",
13
+ "num_attention_heads": 4,
14
+ "num_hidden_layers": 12,
15
+ "pad_token_id": 0,
16
+ "type_vocab_size": 2,
17
+ "vocab_size": 30522
18
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:220f18f07afaf86ab7d77ca2d3db432c0d3fea1fb11c4e0c7db7848056bfbf19
3
+ size 54284763
tokenizer_config.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ {
2
+ "do_lower_case": true,
3
+ }
4
+
vocab.txt ADDED
The diff for this file is too large to render. See raw diff