Add application file
Browse files- config.json +1 -0
config.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
"architectures": [
|
4 |
"FlamingoModel"
|
5 |
],
|
|
|
6 |
"cross_attn_every_n_layers": 4,
|
7 |
"model_type": "flamingo",
|
8 |
"text_config": {
|
|
|
3 |
"architectures": [
|
4 |
"FlamingoModel"
|
5 |
],
|
6 |
+
"only_attend_previous": true,
|
7 |
"cross_attn_every_n_layers": 4,
|
8 |
"model_type": "flamingo",
|
9 |
"text_config": {
|