system HF staff commited on
Commit
e25a65f
1 Parent(s): 39bf28c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +61 -0
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 3,
3
+ "architectures": [
4
+ "MaskedBertForSequenceClassification"
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": "mnli",
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
+ "2": "LABEL_2"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "is_decoder": false,
25
+ "is_encoder_decoder": false,
26
+ "label2id": {
27
+ "LABEL_0": 0,
28
+ "LABEL_1": 1,
29
+ "LABEL_2": 2
30
+ },
31
+ "layer_norm_eps": 1e-12,
32
+ "length_penalty": 1.0,
33
+ "mask_init": "constant",
34
+ "mask_scale": 0.0,
35
+ "max_length": 20,
36
+ "max_position_embeddings": 512,
37
+ "min_length": 0,
38
+ "model_type": "masked_bert",
39
+ "no_repeat_ngram_size": 0,
40
+ "num_attention_heads": 12,
41
+ "num_beams": 1,
42
+ "num_hidden_layers": 12,
43
+ "num_return_sequences": 1,
44
+ "output_attentions": false,
45
+ "output_hidden_states": false,
46
+ "output_past": true,
47
+ "pad_token_id": 0,
48
+ "prefix": null,
49
+ "pruned_heads": {},
50
+ "pruning_method": "sigmoied_threshold",
51
+ "repetition_penalty": 1.0,
52
+ "task_specific_params": null,
53
+ "temperature": 1.0,
54
+ "top_k": 50,
55
+ "top_p": 1.0,
56
+ "torchscript": false,
57
+ "type_vocab_size": 2,
58
+ "use_bfloat16": false,
59
+ "vocab_size": 30522,
60
+ "xla_device": null
61
+ }