GorkaUrbizu commited on
Commit
25bfc79
1 Parent(s): c9ce8ff

Upload 3 files

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