Update model_config.yaml
Browse files- model_config.yaml +19 -0
model_config.yaml
CHANGED
@@ -42,3 +42,22 @@ mask_feature_prob: 0.0
|
|
42 |
mask_feature_length: 10
|
43 |
mask_feature_min_masks: 0
|
44 |
max_new_tokens: 444
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
mask_feature_length: 10
|
43 |
mask_feature_min_masks: 0
|
44 |
max_new_tokens: 444
|
45 |
+
generation_config:
|
46 |
+
alignment_heads: null
|
47 |
+
begin_suppress_tokens: [220, 50256]
|
48 |
+
bos_token_id: 50257
|
49 |
+
decoder_start_token_id: 50258
|
50 |
+
eos_token_id: 50257
|
51 |
+
forced_decoder_ids: [[1, None], [2, 50359]]
|
52 |
+
is_multilingual: True
|
53 |
+
max_initial_timestamp_index: 50
|
54 |
+
max_length: 448
|
55 |
+
max_new_tokens: 444
|
56 |
+
no_timestamps_token_id: 50363
|
57 |
+
pad_token_id: 50257
|
58 |
+
prev_sot_token_id: 50361
|
59 |
+
return_timestamps: false
|
60 |
+
suppress_tokens: null
|
61 |
+
task_to_id:
|
62 |
+
transcribe: 50359
|
63 |
+
translate: 50358
|