system HF staff commited on
Commit
d1a321d
1 Parent(s): d23a08c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +31 -0
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_probs_dropout_prob": 0.1,
3
+ "finetuning_task": null,
4
+ "hidden_act": "gelu",
5
+ "hidden_dropout_prob": 0.1,
6
+ "hidden_size": 768,
7
+ "id2label": {
8
+ "0": "LABEL_0",
9
+ "1": "LABEL_1"
10
+ },
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "is_decoder": false,
14
+ "label2id": {
15
+ "LABEL_0": 0,
16
+ "LABEL_1": 1
17
+ },
18
+ "layer_norm_eps": 1e-05,
19
+ "max_position_embeddings": 514,
20
+ "num_attention_heads": 12,
21
+ "num_hidden_layers": 12,
22
+ "num_labels": 2,
23
+ "output_attentions": false,
24
+ "output_hidden_states": false,
25
+ "output_past": true,
26
+ "pruned_heads": {},
27
+ "torchscript": false,
28
+ "type_vocab_size": 1,
29
+ "use_bfloat16": false,
30
+ "vocab_size": 250002
31
+ }