vazish commited on
Commit
a537e51
1 Parent(s): a2b0da0

update config.json prefx str

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json CHANGED
@@ -35,6 +35,12 @@
35
  "num_beams": 4,
36
  "prefix": "summarize: "
37
  },
 
 
 
 
 
 
38
  "translation_en_to_de": {
39
  "early_stopping": true,
40
  "max_length": 300,
 
35
  "num_beams": 4,
36
  "prefix": "summarize: "
37
  },
38
+ "text2text-generation": {
39
+ "early_stopping": true,
40
+ "max_length": 300,
41
+ "num_beams": 4,
42
+ "prefix": "Generate a topic from these web titles: \n"
43
+ },
44
  "translation_en_to_de": {
45
  "early_stopping": true,
46
  "max_length": 300,