system HF staff commited on
Commit
2ce2c56
1 Parent(s): a2d1b09

Update config.json

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