Update config.json
Browse files- config.json +2 -0
config.json
CHANGED
|
@@ -161,6 +161,8 @@
|
|
| 161 |
"summary_use_proj": true,
|
| 162 |
"vocab_size": 8194,
|
| 163 |
"feature_size": 80,
|
|
|
|
|
|
|
| 164 |
},
|
| 165 |
"autoregressive_config_dict": null
|
| 166 |
}
|
|
|
|
| 161 |
"summary_use_proj": true,
|
| 162 |
"vocab_size": 8194,
|
| 163 |
"feature_size": 80,
|
| 164 |
+
"relative_attention_num_buckets": 32,
|
| 165 |
+
"relative_attention_max_distance": 128
|
| 166 |
},
|
| 167 |
"autoregressive_config_dict": null
|
| 168 |
}
|