system HF staff commited on
Commit
51cb1ca
1 Parent(s): c0c66cd

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +121 -0
config.json ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "EncoderDecoderModel"
4
+ ],
5
+ "decoder": {
6
+ "add_cross_attention": true,
7
+ "architectures": null,
8
+ "attention_probs_dropout_prob": 0.1,
9
+ "bad_words_ids": null,
10
+ "bos_token_id": null,
11
+ "chunk_size_feed_forward": 0,
12
+ "decoder_start_token_id": null,
13
+ "do_sample": false,
14
+ "early_stopping": false,
15
+ "eos_token_id": null,
16
+ "finetuning_task": null,
17
+ "gradient_checkpointing": false,
18
+ "hidden_act": "gelu",
19
+ "hidden_dropout_prob": 0.1,
20
+ "hidden_size": 128,
21
+ "id2label": {
22
+ "0": "LABEL_0",
23
+ "1": "LABEL_1"
24
+ },
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 512,
27
+ "is_decoder": true,
28
+ "is_encoder_decoder": false,
29
+ "label2id": {
30
+ "LABEL_0": 0,
31
+ "LABEL_1": 1
32
+ },
33
+ "layer_norm_eps": 1e-12,
34
+ "length_penalty": 1.0,
35
+ "max_length": 20,
36
+ "max_position_embeddings": 512,
37
+ "min_length": 0,
38
+ "model_type": "bert",
39
+ "no_repeat_ngram_size": 0,
40
+ "num_attention_heads": 2,
41
+ "num_beams": 1,
42
+ "num_hidden_layers": 2,
43
+ "num_return_sequences": 1,
44
+ "output_attentions": false,
45
+ "output_hidden_states": false,
46
+ "pad_token_id": 0,
47
+ "prefix": null,
48
+ "pruned_heads": {},
49
+ "repetition_penalty": 1.0,
50
+ "return_dict": false,
51
+ "task_specific_params": null,
52
+ "temperature": 1.0,
53
+ "top_k": 50,
54
+ "top_p": 1.0,
55
+ "torchscript": false,
56
+ "type_vocab_size": 2,
57
+ "use_bfloat16": false,
58
+ "use_cache": true,
59
+ "vocab_size": 30522,
60
+ "xla_device": null
61
+ },
62
+ "encoder": {
63
+ "add_cross_attention": false,
64
+ "architectures": null,
65
+ "attention_probs_dropout_prob": 0.1,
66
+ "bad_words_ids": null,
67
+ "bos_token_id": null,
68
+ "chunk_size_feed_forward": 0,
69
+ "decoder_start_token_id": null,
70
+ "do_sample": false,
71
+ "early_stopping": false,
72
+ "eos_token_id": null,
73
+ "finetuning_task": null,
74
+ "gradient_checkpointing": false,
75
+ "hidden_act": "gelu",
76
+ "hidden_dropout_prob": 0.1,
77
+ "hidden_size": 128,
78
+ "id2label": {
79
+ "0": "LABEL_0",
80
+ "1": "LABEL_1"
81
+ },
82
+ "initializer_range": 0.02,
83
+ "intermediate_size": 512,
84
+ "is_decoder": false,
85
+ "is_encoder_decoder": false,
86
+ "label2id": {
87
+ "LABEL_0": 0,
88
+ "LABEL_1": 1
89
+ },
90
+ "layer_norm_eps": 1e-12,
91
+ "length_penalty": 1.0,
92
+ "max_length": 20,
93
+ "max_position_embeddings": 512,
94
+ "min_length": 0,
95
+ "model_type": "bert",
96
+ "no_repeat_ngram_size": 0,
97
+ "num_attention_heads": 2,
98
+ "num_beams": 1,
99
+ "num_hidden_layers": 2,
100
+ "num_return_sequences": 1,
101
+ "output_attentions": false,
102
+ "output_hidden_states": false,
103
+ "pad_token_id": 0,
104
+ "prefix": null,
105
+ "pruned_heads": {},
106
+ "repetition_penalty": 1.0,
107
+ "return_dict": false,
108
+ "task_specific_params": null,
109
+ "temperature": 1.0,
110
+ "top_k": 50,
111
+ "top_p": 1.0,
112
+ "torchscript": false,
113
+ "type_vocab_size": 2,
114
+ "use_bfloat16": false,
115
+ "use_cache": true,
116
+ "vocab_size": 30522,
117
+ "xla_device": null
118
+ },
119
+ "is_encoder_decoder": true,
120
+ "model_type": "encoder_decoder"
121
+ }