gwkim22 commited on
Commit
e15cdae
1 Parent(s): 3669172

210628_upload

Browse files
Files changed (5) hide show
  1. README.md +1 -0
  2. config.json +20 -0
  3. pytorch_model.bin +3 -0
  4. tokenizer_config.json +4 -0
  5. vocab.txt +0 -0
README.md ADDED
@@ -0,0 +1 @@
 
1
+ "general_test"
config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ElectraForPreTraining"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "embedding_size": 128,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 256,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 1024,
12
+ "layer_norm_eps": 1e-12,
13
+ "max_position_embeddings": 512,
14
+ "model_type": "electra",
15
+ "num_attention_heads": 4,
16
+ "num_hidden_layers": 12,
17
+ "pad_token_id": 0,
18
+ "type_vocab_size": 2,
19
+ "vocab_size": 32200
20
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c51f5cb351625f6da4edf16c889c60ff5a0d9d090dc29fa50ff5fe2d41a8f7e
3
+ size 55143503
tokenizer_config.json 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