system HF staff commited on
Commit
e83cd3c
1 Parent(s): 0a63d0d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "activation_dropout": 0.1,
3
  "activation_function": "gelu",
 
4
  "architectures": [
5
  "ProphetNetForCausalLM"
6
  ],
@@ -51,4 +52,4 @@
51
  }
52
  },
53
  "vocab_size": 30522
54
- }
 
1
  {
2
  "activation_dropout": 0.1,
3
  "activation_function": "gelu",
4
+ "add_cross_attention": false,
5
  "architectures": [
6
  "ProphetNetForCausalLM"
7
  ],
 
52
  }
53
  },
54
  "vocab_size": 30522
55
+ }