zgotter commited on
Commit
9b11661
·
1 Parent(s): b0c775f

My test model upload

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