shsha0110 commited on
Commit
2e2e27c
·
1 Parent(s): 08fbe54

Upload 4 files

Browse files
Files changed (4) hide show
  1. config.json.txt +21 -0
  2. pytorch_model.bin +3 -0
  3. tokenizer_config.json.txt +4 -0
  4. vocab.txt +0 -0
config.json.txt ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ElectraForPreTraining"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "hidden_size": 768,
7
+ "intermediate_size": 3072,
8
+ "num_attention_heads": 12,
9
+ "num_hidden_layers": 12,
10
+ "embedding_size": 768,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "initializer_range": 0.02,
14
+ "layer_norm_eps": 1e-12,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "electra",
17
+ "type_vocab_size": 2,
18
+ "vocab_size": 30000,
19
+ "pad_token_id": 0
20
+ }
21
+
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f126e1780ff776dc98120cf7f76a70b0c53a79ecdf13a5e3f7a04a7358a4475
3
+ size 434042078
tokenizer_config.json.txt ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "do_lower_case": false,
3
+ "model_max_length": 512
4
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff