saurabhy27-outcomes commited on
Commit
003eadd
1 Parent(s): eaef4c0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -2
config.json CHANGED
@@ -7,7 +7,10 @@
7
  "WhisperForConditionalGeneration"
8
  ],
9
  "attention_dropout": 0.0,
10
- "begin_suppress_tokens": null,
 
 
 
11
  "bos_token_id": 50257,
12
  "classifier_proj_size": 256,
13
  "d_model": 1280,
@@ -30,7 +33,7 @@
30
  "mask_time_length": 10,
31
  "mask_time_min_masks": 2,
32
  "mask_time_prob": 0.05,
33
- "max_length": null,
34
  "max_new_tokens": 448,
35
  "max_source_positions": 1500,
36
  "max_target_positions": 448,
 
7
  "WhisperForConditionalGeneration"
8
  ],
9
  "attention_dropout": 0.0,
10
+ "begin_suppress_tokens": [
11
+ 220,
12
+ 50257
13
+ ],
14
  "bos_token_id": 50257,
15
  "classifier_proj_size": 256,
16
  "d_model": 1280,
 
33
  "mask_time_length": 10,
34
  "mask_time_min_masks": 2,
35
  "mask_time_prob": 0.05,
36
+ "max_length": 448,
37
  "max_new_tokens": 448,
38
  "max_source_positions": 1500,
39
  "max_target_positions": 448,