Update generation_config.json

#2
by sanchit-gandhi HF staff - opened
Files changed (1) hide show
  1. generation_config.json +3 -1
generation_config.json CHANGED
@@ -161,6 +161,7 @@
161
  "<|yue|>": 50358,
162
  "<|zh|>": 50260
163
  },
 
164
  "max_initial_timestamp_index": 50,
165
  "max_length": 448,
166
  "no_timestamps_token_id": 50364,
@@ -257,9 +258,10 @@
257
  50362,
258
  50363
259
  ],
 
260
  "task_to_id": {
261
  "transcribe": 50360,
262
  "translate": 50359
263
  },
264
- "transformers_version": "4.36.0.dev0"
265
  }
 
161
  "<|yue|>": 50358,
162
  "<|zh|>": 50260
163
  },
164
+ "language": "<|en|>",
165
  "max_initial_timestamp_index": 50,
166
  "max_length": 448,
167
  "no_timestamps_token_id": 50364,
 
258
  50362,
259
  50363
260
  ],
261
+ "task": "transcribe",
262
  "task_to_id": {
263
  "transcribe": 50360,
264
  "translate": 50359
265
  },
266
+ "transformers_version": "4.38.0.dev0"
267
  }