avichr commited on
Commit
9e37507
1 Parent(s): 326d4c1
Files changed (5) hide show
  1. config.json +21 -0
  2. log_history.json +1 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +3 -0
  5. vocab.txt +0 -0
config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "gradient_checkpointing": false,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 3072,
12
+ "layer_norm_eps": 1e-12,
13
+ "max_position_embeddings": 512,
14
+ "model_type": "bert",
15
+ "num_attention_heads": 12,
16
+ "num_hidden_layers": 12,
17
+ "output_past": true,
18
+ "pad_token_id": 0,
19
+ "type_vocab_size": 2,
20
+ "vocab_size": 32000
21
+ }
log_history.json ADDED
@@ -0,0 +1 @@
 
 
1
+ []
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6d02f375b6e362b3696e01bcb5ad4cf3c265eacc7822d8838b3d2104d7b54cb
3
+ size 442693255
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9eb8f4f79dbd291036d34873d237d35a3d6df964413f6e750e64382addb3ef7
3
+ size 1775
vocab.txt ADDED
The diff for this file is too large to render. See raw diff