system HF staff commited on
Commit
28b11b2
1 Parent(s): fd851b9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -1
config.json CHANGED
@@ -10,6 +10,7 @@
10
  "attention_probs_dropout_prob": 0.1,
11
  "bad_words_ids": null,
12
  "bos_token_id": null,
 
13
  "decoder_start_token_id": null,
14
  "do_sample": false,
15
  "early_stopping": false,
@@ -48,6 +49,7 @@
48
  "prefix": null,
49
  "pruned_heads": {},
50
  "repetition_penalty": 1.0,
 
51
  "task_specific_params": null,
52
  "temperature": 1.0,
53
  "top_k": 50,
@@ -61,12 +63,14 @@
61
  },
62
  "decoder_start_token_id": 101,
63
  "encoder": {
 
64
  "architectures": [
65
  "BertForMaskedLM"
66
  ],
67
  "attention_probs_dropout_prob": 0.1,
68
  "bad_words_ids": null,
69
  "bos_token_id": null,
 
70
  "decoder_start_token_id": null,
71
  "do_sample": false,
72
  "early_stopping": false,
@@ -105,6 +109,7 @@
105
  "prefix": null,
106
  "pruned_heads": {},
107
  "repetition_penalty": 1.0,
 
108
  "task_specific_params": null,
109
  "temperature": 1.0,
110
  "top_k": 50,
@@ -122,4 +127,4 @@
122
  "min_length": 56,
123
  "model_type": "encoder_decoder",
124
  "no_repeat_ngram_size": 3
125
- }
 
10
  "attention_probs_dropout_prob": 0.1,
11
  "bad_words_ids": null,
12
  "bos_token_id": null,
13
+ "chunk_size_feed_forward": 0,
14
  "decoder_start_token_id": null,
15
  "do_sample": false,
16
  "early_stopping": false,
 
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,
 
63
  },
64
  "decoder_start_token_id": 101,
65
  "encoder": {
66
+ "add_cross_attention": false,
67
  "architectures": [
68
  "BertForMaskedLM"
69
  ],
70
  "attention_probs_dropout_prob": 0.1,
71
  "bad_words_ids": null,
72
  "bos_token_id": null,
73
+ "chunk_size_feed_forward": 0,
74
  "decoder_start_token_id": null,
75
  "do_sample": false,
76
  "early_stopping": false,
 
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,
 
127
  "min_length": 56,
128
  "model_type": "encoder_decoder",
129
  "no_repeat_ngram_size": 3
130
+ }