CoolFace
Modelpublic

Danieljava/whisper-small-finetuned-asr

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
0likes7downloads
generation_config.json205 linesDownload Raw Back to root
1{2  "alignment_heads": [3    [4      5,5      36    ],7    [8      5,9      910    ],11    [12      8,13      014    ],15    [16      8,17      418    ],19    [20      8,21      722    ],23    [24      8,25      826    ],27    [28      9,29      030    ],31    [32      9,33      734    ],35    [36      9,37      938    ],39    [40      10,41      542    ]43  ],44  "assistant_confidence_threshold": 0.4,45  "assistant_lookbehind": 10,46  "begin_suppress_tokens": [47    220,48    5025749  ],50  "bos_token_id": 50257,51  "decoder_start_token_id": 50258,52  "diversity_penalty": 0.0,53  "do_sample": false,54  "early_stopping": false,55  "encoder_no_repeat_ngram_size": 0,56  "encoder_repetition_penalty": 1.0,57  "eos_token_id": [58    5025759  ],60  "epsilon_cutoff": 0.0,61  "eta_cutoff": 0.0,62  "forced_decoder_ids": [63    [64      1,65      null66    ],67    [68      2,69      5035970    ]71  ],72  "is_multilingual": true,73  "lang_to_id": {74    "<|af|>": 50327,75    "<|am|>": 50334,76    "<|ar|>": 50272,77    "<|as|>": 50350,78    "<|az|>": 50304,79    "<|ba|>": 50355,80    "<|be|>": 50330,81    "<|bg|>": 50292,82    "<|bn|>": 50302,83    "<|bo|>": 50347,84    "<|br|>": 50309,85    "<|bs|>": 50315,86    "<|ca|>": 50270,87    "<|cs|>": 50283,88    "<|cy|>": 50297,89    "<|da|>": 50285,90    "<|de|>": 50261,91    "<|el|>": 50281,92    "<|en|>": 50259,93    "<|es|>": 50262,94    "<|et|>": 50307,95    "<|eu|>": 50310,96    "<|fa|>": 50300,97    "<|fi|>": 50277,98    "<|fo|>": 50338,99    "<|fr|>": 50265,100    "<|gl|>": 50319,101    "<|gu|>": 50333,102    "<|haw|>": 50352,103    "<|ha|>": 50354,104    "<|he|>": 50279,105    "<|hi|>": 50276,106    "<|hr|>": 50291,107    "<|ht|>": 50339,108    "<|hu|>": 50286,109    "<|hy|>": 50312,110    "<|id|>": 50275,111    "<|is|>": 50311,112    "<|it|>": 50274,113    "<|ja|>": 50266,114    "<|jw|>": 50356,115    "<|ka|>": 50329,116    "<|kk|>": 50316,117    "<|km|>": 50323,118    "<|kn|>": 50306,119    "<|ko|>": 50264,120    "<|la|>": 50294,121    "<|lb|>": 50345,122    "<|ln|>": 50353,123    "<|lo|>": 50336,124    "<|lt|>": 50293,125    "<|lv|>": 50301,126    "<|mg|>": 50349,127    "<|mi|>": 50295,128    "<|mk|>": 50308,129    "<|ml|>": 50296,130    "<|mn|>": 50314,131    "<|mr|>": 50320,132    "<|ms|>": 50282,133    "<|mt|>": 50343,134    "<|my|>": 50346,135    "<|ne|>": 50313,136    "<|nl|>": 50271,137    "<|nn|>": 50342,138    "<|no|>": 50288,139    "<|oc|>": 50328,140    "<|pa|>": 50321,141    "<|pl|>": 50269,142    "<|ps|>": 50340,143    "<|pt|>": 50267,144    "<|ro|>": 50284,145    "<|ru|>": 50263,146    "<|sa|>": 50344,147    "<|sd|>": 50332,148    "<|si|>": 50322,149    "<|sk|>": 50298,150    "<|sl|>": 50305,151    "<|sn|>": 50324,152    "<|so|>": 50326,153    "<|sq|>": 50317,154    "<|sr|>": 50303,155    "<|su|>": 50357,156    "<|sv|>": 50273,157    "<|sw|>": 50318,158    "<|ta|>": 50287,159    "<|te|>": 50299,160    "<|tg|>": 50331,161    "<|th|>": 50289,162    "<|tk|>": 50341,163    "<|tl|>": 50348,164    "<|tr|>": 50268,165    "<|tt|>": 50351,166    "<|uk|>": 50280,167    "<|ur|>": 50290,168    "<|uz|>": 50337,169    "<|vi|>": 50278,170    "<|yi|>": 50335,171    "<|yo|>": 50325,172    "<|zh|>": 50260173  },174  "length_penalty": 1.0,175  "max_initial_timestamp_index": 50,176  "max_length": 448,177  "min_length": 0,178  "no_repeat_ngram_size": 0,179  "no_timestamps_token_id": 50363,180  "num_assistant_tokens": 20,181  "num_assistant_tokens_schedule": "constant",182  "num_beam_groups": 1,183  "num_beams": 1,184  "num_return_sequences": 1,185  "output_scores": false,186  "pad_token_id": 50257,187  "prev_sot_token_id": 50361,188  "remove_invalid_values": false,189  "repetition_penalty": 1.0,190  "return_dict_in_generate": false,191  "return_timestamps": false,192  "suppress_tokens": [],193  "target_lookbehind": 10,194  "task_to_id": {195    "transcribe": 50359,196    "translate": 50358197  },198  "temperature": 1.0,199  "top_k": 50,200  "top_p": 1.0,201  "transformers_version": "5.0.0",202  "typical_p": 1.0,203  "use_cache": true204}205