Andrazp commited on
Commit
ea668d5
1 Parent(s): b057cbf

Add model weights and configuration

Browse files
Files changed (2) hide show
  1. config.json +28 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "finetuning_task": null,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 3072,
12
+ "is_decoder": false,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "num_labels": 4,
19
+ "output_attentions": false,
20
+ "output_hidden_states": false,
21
+ "output_past": true,
22
+ "pad_token_id": 0,
23
+ "pruned_heads": {},
24
+ "torchscript": false,
25
+ "type_vocab_size": 2,
26
+ "use_bfloat16": false,
27
+ "vocab_size": 28996
28
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1eae72c03d717ab5ca620f49d610a79b7bcb7bf2e5b38df15b93a8dbec88801b
3
+ size 433303667