henryL7 commited on
Commit
78ce8a3
1 Parent(s): fe5a39d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "_name_or_path": "google/pegasus-xsum",
3
  "activation_dropout": 0.1,
4
  "activation_function": "relu",
5
  "add_bias_logits": false,
6
  "add_final_layer_norm": true,
7
  "architectures": [
8
- "PegasusScorer"
9
  ],
10
  "attention_dropout": 0.1,
11
  "bos_token_id": 0,
 
1
  {
2
+ "_name_or_path": "Yale-LILY/brio-xsum-cased",
3
  "activation_dropout": 0.1,
4
  "activation_function": "relu",
5
  "add_bias_logits": false,
6
  "add_final_layer_norm": true,
7
  "architectures": [
8
+ "PegasusForConditionalGeneration"
9
  ],
10
  "attention_dropout": 0.1,
11
  "bos_token_id": 0,