system HF staff commited on
Commit
ab495ee
1 Parent(s): a808789

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +59 -0
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 2,
3
+ "architectures": [
4
+ "MaskedBertForQuestionAnswering"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bad_words_ids": null,
8
+ "bos_token_id": null,
9
+ "decoder_start_token_id": null,
10
+ "do_sample": false,
11
+ "early_stopping": false,
12
+ "eos_token_id": null,
13
+ "finetuning_task": null,
14
+ "hidden_act": "gelu",
15
+ "hidden_dropout_prob": 0.1,
16
+ "hidden_size": 768,
17
+ "id2label": {
18
+ "0": "LABEL_0",
19
+ "1": "LABEL_1"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 3072,
23
+ "is_decoder": false,
24
+ "is_encoder_decoder": false,
25
+ "label2id": {
26
+ "LABEL_0": 0,
27
+ "LABEL_1": 1
28
+ },
29
+ "layer_norm_eps": 1e-12,
30
+ "length_penalty": 1.0,
31
+ "mask_init": "constant",
32
+ "mask_scale": 0.0,
33
+ "max_length": 20,
34
+ "max_position_embeddings": 512,
35
+ "min_length": 0,
36
+ "model_type": "masked_bert",
37
+ "no_repeat_ngram_size": 0,
38
+ "num_attention_heads": 12,
39
+ "num_beams": 1,
40
+ "num_hidden_layers": 12,
41
+ "num_return_sequences": 1,
42
+ "output_attentions": false,
43
+ "output_hidden_states": false,
44
+ "output_past": true,
45
+ "pad_token_id": 0,
46
+ "prefix": null,
47
+ "pruned_heads": {},
48
+ "pruning_method": "sigmoied_threshold",
49
+ "repetition_penalty": 1.0,
50
+ "task_specific_params": null,
51
+ "temperature": 1.0,
52
+ "top_k": 50,
53
+ "top_p": 1.0,
54
+ "torchscript": false,
55
+ "type_vocab_size": 2,
56
+ "use_bfloat16": false,
57
+ "vocab_size": 30522,
58
+ "xla_device": null
59
+ }