system HF staff commited on
Commit
87d7190
1 Parent(s): f097fd7

Update config.json

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