system HF staff commited on
Commit
2988ff6
1 Parent(s): 6dd9d64

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +130 -0
config.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "top_k": 50,
56
+ "top_p": 1.0,
57
+ "torchscript": false,
58
+ "type_vocab_size": 1,
59
+ "use_bfloat16": false,
60
+ "use_cache": true,
61
+ "vocab_size": 50265,
62
+ "xla_device": null
63
+ },
64
+ "decoder_start_token_id": 0,
65
+ "encoder": {
66
+ "add_cross_attention": false,
67
+ "architectures": [
68
+ "RobertaForMaskedLM"
69
+ ],
70
+ "attention_probs_dropout_prob": 0.1,
71
+ "bad_words_ids": null,
72
+ "bos_token_id": 0,
73
+ "chunk_size_feed_forward": 0,
74
+ "decoder_start_token_id": null,
75
+ "do_sample": false,
76
+ "early_stopping": false,
77
+ "eos_token_id": 2,
78
+ "finetuning_task": null,
79
+ "gradient_checkpointing": false,
80
+ "hidden_act": "gelu",
81
+ "hidden_dropout_prob": 0.1,
82
+ "hidden_size": 768,
83
+ "id2label": {
84
+ "0": "LABEL_0",
85
+ "1": "LABEL_1"
86
+ },
87
+ "initializer_range": 0.02,
88
+ "intermediate_size": 3072,
89
+ "is_decoder": false,
90
+ "is_encoder_decoder": false,
91
+ "label2id": {
92
+ "LABEL_0": 0,
93
+ "LABEL_1": 1
94
+ },
95
+ "layer_norm_eps": 1e-05,
96
+ "length_penalty": 1.0,
97
+ "max_length": 20,
98
+ "max_position_embeddings": 514,
99
+ "min_length": 0,
100
+ "model_type": "roberta",
101
+ "no_repeat_ngram_size": 0,
102
+ "num_attention_heads": 12,
103
+ "num_beams": 1,
104
+ "num_hidden_layers": 12,
105
+ "num_return_sequences": 1,
106
+ "output_attentions": false,
107
+ "output_hidden_states": false,
108
+ "pad_token_id": 1,
109
+ "prefix": null,
110
+ "pruned_heads": {},
111
+ "repetition_penalty": 1.0,
112
+ "return_dict": false,
113
+ "task_specific_params": null,
114
+ "temperature": 1.0,
115
+ "top_k": 50,
116
+ "top_p": 1.0,
117
+ "torchscript": false,
118
+ "type_vocab_size": 1,
119
+ "use_bfloat16": false,
120
+ "use_cache": true,
121
+ "vocab_size": 50265,
122
+ "xla_device": null
123
+ },
124
+ "eos_token_id": 2,
125
+ "is_encoder_decoder": true,
126
+ "max_length": 142,
127
+ "min_length": 56,
128
+ "model_type": "encoder_decoder",
129
+ "no_repeat_ngram_size": 3
130
+ }