mazesmazes commited on
Commit
63caf8a
·
verified ·
1 Parent(s): 0beba06

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -280,7 +280,7 @@
280
  "freq_mask_length": 27,
281
  "inference_warmup_tokens": 10,
282
  "label_smoothing": 0.0,
283
- "length_penalty": 0.8,
284
  "llm_dim": 2048,
285
  "lora_alpha": 32,
286
  "lora_dropout": 0.0,
@@ -294,8 +294,8 @@
294
  "up_proj",
295
  "down_proj"
296
  ],
297
- "max_new_tokens": 96,
298
- "min_new_tokens": 0,
299
  "model_dtype": "bfloat16",
300
  "model_type": "asr_model",
301
  "no_repeat_ngram_size": 4,
 
280
  "freq_mask_length": 27,
281
  "inference_warmup_tokens": 10,
282
  "label_smoothing": 0.0,
283
+ "length_penalty": 0.6,
284
  "llm_dim": 2048,
285
  "lora_alpha": 32,
286
  "lora_dropout": 0.0,
 
294
  "up_proj",
295
  "down_proj"
296
  ],
297
+ "max_new_tokens": 128,
298
+ "min_new_tokens": 1,
299
  "model_dtype": "bfloat16",
300
  "model_type": "asr_model",
301
  "no_repeat_ngram_size": 4,