Automatic Speech Recognition
Transformers
Safetensors
Portuguese
whisper
contrastive-learning
synthetic-data-filtering
Inference Endpoints
yuriyvnv commited on
Commit
1d3c0e5
1 Parent(s): fb65bcc

Update generation_config.json

Browse files
Files changed (1) hide show
  1. generation_config.json +10 -1
generation_config.json CHANGED
@@ -48,6 +48,16 @@
48
  "bos_token_id": 50257,
49
  "decoder_start_token_id": 50258,
50
  "eos_token_id": 50257,
 
 
 
 
 
 
 
 
 
 
51
  "is_multilingual": true,
52
  "lang_to_id": {
53
  "<|af|>": 50327,
@@ -247,7 +257,6 @@
247
  50362,
248
  50363
249
  ],
250
- "task": "transcribe",
251
  "task_to_id": {
252
  "transcribe": 50360,
253
  "translate": 50359
 
48
  "bos_token_id": 50257,
49
  "decoder_start_token_id": 50258,
50
  "eos_token_id": 50257,
51
+ "forced_decoder_ids": [
52
+ [
53
+ 1,
54
+ null
55
+ ],
56
+ [
57
+ 2,
58
+ 50360
59
+ ]
60
+ ],
61
  "is_multilingual": true,
62
  "lang_to_id": {
63
  "<|af|>": 50327,
 
257
  50362,
258
  50363
259
  ],
 
260
  "task_to_id": {
261
  "transcribe": 50360,
262
  "translate": 50359