James Mullenbach commited on
Commit
45eaa37
1 Parent(s): a102f7a

commit from jamesmullenbach

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