James Mullenbach commited on
Commit
9972bf4
1 Parent(s): f0b9a83

commit from jamesmullenbach

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": "text_classification",
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": 7,
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": 30522
28
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c896686d852e2426643a5fb2ce131a36ef2adb2f0873c413194d4980cf22475b
3
+ size 438032969