Training in progress, epoch 1
Browse files- config.json +47 -0
 - generation_config.json +161 -0
 - model.safetensors +3 -0
 - preprocessor_config.json +15 -0
 - runs/Oct09_06-30-40_b7379d0d56a5/events.out.tfevents.1759991441.b7379d0d56a5.1409.0 +3 -0
 - training_args.bin +3 -0
 
    	
        config.json
    ADDED
    
    | 
         @@ -0,0 +1,47 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "activation_dropout": 0.0,
         
     | 
| 3 | 
         
            +
              "activation_function": "gelu",
         
     | 
| 4 | 
         
            +
              "apply_spec_augment": false,
         
     | 
| 5 | 
         
            +
              "architectures": [
         
     | 
| 6 | 
         
            +
                "WhisperForConditionalGeneration"
         
     | 
| 7 | 
         
            +
              ],
         
     | 
| 8 | 
         
            +
              "attention_dropout": 0.0,
         
     | 
| 9 | 
         
            +
              "begin_suppress_tokens": null,
         
     | 
| 10 | 
         
            +
              "bos_token_id": 50257,
         
     | 
| 11 | 
         
            +
              "classifier_proj_size": 256,
         
     | 
| 12 | 
         
            +
              "d_model": 384,
         
     | 
| 13 | 
         
            +
              "decoder_attention_heads": 6,
         
     | 
| 14 | 
         
            +
              "decoder_ffn_dim": 1536,
         
     | 
| 15 | 
         
            +
              "decoder_layerdrop": 0.0,
         
     | 
| 16 | 
         
            +
              "decoder_layers": 4,
         
     | 
| 17 | 
         
            +
              "decoder_start_token_id": 50258,
         
     | 
| 18 | 
         
            +
              "dropout": 0.0,
         
     | 
| 19 | 
         
            +
              "dtype": "float32",
         
     | 
| 20 | 
         
            +
              "encoder_attention_heads": 6,
         
     | 
| 21 | 
         
            +
              "encoder_ffn_dim": 1536,
         
     | 
| 22 | 
         
            +
              "encoder_layerdrop": 0.0,
         
     | 
| 23 | 
         
            +
              "encoder_layers": 4,
         
     | 
| 24 | 
         
            +
              "eos_token_id": 50257,
         
     | 
| 25 | 
         
            +
              "forced_decoder_ids": null,
         
     | 
| 26 | 
         
            +
              "init_std": 0.02,
         
     | 
| 27 | 
         
            +
              "is_encoder_decoder": true,
         
     | 
| 28 | 
         
            +
              "mask_feature_length": 10,
         
     | 
| 29 | 
         
            +
              "mask_feature_min_masks": 0,
         
     | 
| 30 | 
         
            +
              "mask_feature_prob": 0.0,
         
     | 
| 31 | 
         
            +
              "mask_time_length": 10,
         
     | 
| 32 | 
         
            +
              "mask_time_min_masks": 2,
         
     | 
| 33 | 
         
            +
              "mask_time_prob": 0.05,
         
     | 
| 34 | 
         
            +
              "max_length": null,
         
     | 
| 35 | 
         
            +
              "max_source_positions": 1500,
         
     | 
| 36 | 
         
            +
              "max_target_positions": 448,
         
     | 
| 37 | 
         
            +
              "median_filter_width": 7,
         
     | 
| 38 | 
         
            +
              "model_type": "whisper",
         
     | 
| 39 | 
         
            +
              "num_hidden_layers": 4,
         
     | 
| 40 | 
         
            +
              "num_mel_bins": 80,
         
     | 
| 41 | 
         
            +
              "pad_token_id": 50257,
         
     | 
| 42 | 
         
            +
              "scale_embedding": false,
         
     | 
| 43 | 
         
            +
              "transformers_version": "4.57.0",
         
     | 
| 44 | 
         
            +
              "use_cache": true,
         
     | 
| 45 | 
         
            +
              "use_weighted_layer_sum": false,
         
     | 
| 46 | 
         
            +
              "vocab_size": 51865
         
     | 
| 47 | 
         
            +
            }
         
     | 
    	
        generation_config.json
    ADDED
    
    | 
         @@ -0,0 +1,161 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "alignment_heads": [
         
     | 
| 3 | 
         
            +
                [
         
     | 
| 4 | 
         
            +
                  2,
         
     | 
| 5 | 
         
            +
                  2
         
     | 
| 6 | 
         
            +
                ],
         
     | 
| 7 | 
         
            +
                [
         
     | 
| 8 | 
         
            +
                  3,
         
     | 
| 9 | 
         
            +
                  0
         
     | 
| 10 | 
         
            +
                ],
         
     | 
| 11 | 
         
            +
                [
         
     | 
| 12 | 
         
            +
                  3,
         
     | 
| 13 | 
         
            +
                  2
         
     | 
| 14 | 
         
            +
                ],
         
     | 
| 15 | 
         
            +
                [
         
     | 
| 16 | 
         
            +
                  3,
         
     | 
| 17 | 
         
            +
                  3
         
     | 
| 18 | 
         
            +
                ],
         
     | 
| 19 | 
         
            +
                [
         
     | 
| 20 | 
         
            +
                  3,
         
     | 
| 21 | 
         
            +
                  4
         
     | 
| 22 | 
         
            +
                ],
         
     | 
| 23 | 
         
            +
                [
         
     | 
| 24 | 
         
            +
                  3,
         
     | 
| 25 | 
         
            +
                  5
         
     | 
| 26 | 
         
            +
                ]
         
     | 
| 27 | 
         
            +
              ],
         
     | 
| 28 | 
         
            +
              "begin_suppress_tokens": [
         
     | 
| 29 | 
         
            +
                220,
         
     | 
| 30 | 
         
            +
                50257
         
     | 
| 31 | 
         
            +
              ],
         
     | 
| 32 | 
         
            +
              "bos_token_id": 50257,
         
     | 
| 33 | 
         
            +
              "decoder_start_token_id": 50258,
         
     | 
| 34 | 
         
            +
              "eos_token_id": 50257,
         
     | 
| 35 | 
         
            +
              "forced_decoder_ids": [
         
     | 
| 36 | 
         
            +
                [
         
     | 
| 37 | 
         
            +
                  1,
         
     | 
| 38 | 
         
            +
                  null
         
     | 
| 39 | 
         
            +
                ],
         
     | 
| 40 | 
         
            +
                [
         
     | 
| 41 | 
         
            +
                  2,
         
     | 
| 42 | 
         
            +
                  50359
         
     | 
| 43 | 
         
            +
                ]
         
     | 
| 44 | 
         
            +
              ],
         
     | 
| 45 | 
         
            +
              "is_multilingual": true,
         
     | 
| 46 | 
         
            +
              "lang_to_id": {
         
     | 
| 47 | 
         
            +
                "<|af|>": 50327,
         
     | 
| 48 | 
         
            +
                "<|am|>": 50334,
         
     | 
| 49 | 
         
            +
                "<|ar|>": 50272,
         
     | 
| 50 | 
         
            +
                "<|as|>": 50350,
         
     | 
| 51 | 
         
            +
                "<|az|>": 50304,
         
     | 
| 52 | 
         
            +
                "<|ba|>": 50355,
         
     | 
| 53 | 
         
            +
                "<|be|>": 50330,
         
     | 
| 54 | 
         
            +
                "<|bg|>": 50292,
         
     | 
| 55 | 
         
            +
                "<|bn|>": 50302,
         
     | 
| 56 | 
         
            +
                "<|bo|>": 50347,
         
     | 
| 57 | 
         
            +
                "<|br|>": 50309,
         
     | 
| 58 | 
         
            +
                "<|bs|>": 50315,
         
     | 
| 59 | 
         
            +
                "<|ca|>": 50270,
         
     | 
| 60 | 
         
            +
                "<|cs|>": 50283,
         
     | 
| 61 | 
         
            +
                "<|cy|>": 50297,
         
     | 
| 62 | 
         
            +
                "<|da|>": 50285,
         
     | 
| 63 | 
         
            +
                "<|de|>": 50261,
         
     | 
| 64 | 
         
            +
                "<|el|>": 50281,
         
     | 
| 65 | 
         
            +
                "<|en|>": 50259,
         
     | 
| 66 | 
         
            +
                "<|es|>": 50262,
         
     | 
| 67 | 
         
            +
                "<|et|>": 50307,
         
     | 
| 68 | 
         
            +
                "<|eu|>": 50310,
         
     | 
| 69 | 
         
            +
                "<|fa|>": 50300,
         
     | 
| 70 | 
         
            +
                "<|fi|>": 50277,
         
     | 
| 71 | 
         
            +
                "<|fo|>": 50338,
         
     | 
| 72 | 
         
            +
                "<|fr|>": 50265,
         
     | 
| 73 | 
         
            +
                "<|gl|>": 50319,
         
     | 
| 74 | 
         
            +
                "<|gu|>": 50333,
         
     | 
| 75 | 
         
            +
                "<|haw|>": 50352,
         
     | 
| 76 | 
         
            +
                "<|ha|>": 50354,
         
     | 
| 77 | 
         
            +
                "<|he|>": 50279,
         
     | 
| 78 | 
         
            +
                "<|hi|>": 50276,
         
     | 
| 79 | 
         
            +
                "<|hr|>": 50291,
         
     | 
| 80 | 
         
            +
                "<|ht|>": 50339,
         
     | 
| 81 | 
         
            +
                "<|hu|>": 50286,
         
     | 
| 82 | 
         
            +
                "<|hy|>": 50312,
         
     | 
| 83 | 
         
            +
                "<|id|>": 50275,
         
     | 
| 84 | 
         
            +
                "<|is|>": 50311,
         
     | 
| 85 | 
         
            +
                "<|it|>": 50274,
         
     | 
| 86 | 
         
            +
                "<|ja|>": 50266,
         
     | 
| 87 | 
         
            +
                "<|jw|>": 50356,
         
     | 
| 88 | 
         
            +
                "<|ka|>": 50329,
         
     | 
| 89 | 
         
            +
                "<|kk|>": 50316,
         
     | 
| 90 | 
         
            +
                "<|km|>": 50323,
         
     | 
| 91 | 
         
            +
                "<|kn|>": 50306,
         
     | 
| 92 | 
         
            +
                "<|ko|>": 50264,
         
     | 
| 93 | 
         
            +
                "<|la|>": 50294,
         
     | 
| 94 | 
         
            +
                "<|lb|>": 50345,
         
     | 
| 95 | 
         
            +
                "<|ln|>": 50353,
         
     | 
| 96 | 
         
            +
                "<|lo|>": 50336,
         
     | 
| 97 | 
         
            +
                "<|lt|>": 50293,
         
     | 
| 98 | 
         
            +
                "<|lv|>": 50301,
         
     | 
| 99 | 
         
            +
                "<|mg|>": 50349,
         
     | 
| 100 | 
         
            +
                "<|mi|>": 50295,
         
     | 
| 101 | 
         
            +
                "<|mk|>": 50308,
         
     | 
| 102 | 
         
            +
                "<|ml|>": 50296,
         
     | 
| 103 | 
         
            +
                "<|mn|>": 50314,
         
     | 
| 104 | 
         
            +
                "<|mr|>": 50320,
         
     | 
| 105 | 
         
            +
                "<|ms|>": 50282,
         
     | 
| 106 | 
         
            +
                "<|mt|>": 50343,
         
     | 
| 107 | 
         
            +
                "<|my|>": 50346,
         
     | 
| 108 | 
         
            +
                "<|ne|>": 50313,
         
     | 
| 109 | 
         
            +
                "<|nl|>": 50271,
         
     | 
| 110 | 
         
            +
                "<|nn|>": 50342,
         
     | 
| 111 | 
         
            +
                "<|no|>": 50288,
         
     | 
| 112 | 
         
            +
                "<|oc|>": 50328,
         
     | 
| 113 | 
         
            +
                "<|pa|>": 50321,
         
     | 
| 114 | 
         
            +
                "<|pl|>": 50269,
         
     | 
| 115 | 
         
            +
                "<|ps|>": 50340,
         
     | 
| 116 | 
         
            +
                "<|pt|>": 50267,
         
     | 
| 117 | 
         
            +
                "<|ro|>": 50284,
         
     | 
| 118 | 
         
            +
                "<|ru|>": 50263,
         
     | 
| 119 | 
         
            +
                "<|sa|>": 50344,
         
     | 
| 120 | 
         
            +
                "<|sd|>": 50332,
         
     | 
| 121 | 
         
            +
                "<|si|>": 50322,
         
     | 
| 122 | 
         
            +
                "<|sk|>": 50298,
         
     | 
| 123 | 
         
            +
                "<|sl|>": 50305,
         
     | 
| 124 | 
         
            +
                "<|sn|>": 50324,
         
     | 
| 125 | 
         
            +
                "<|so|>": 50326,
         
     | 
| 126 | 
         
            +
                "<|sq|>": 50317,
         
     | 
| 127 | 
         
            +
                "<|sr|>": 50303,
         
     | 
| 128 | 
         
            +
                "<|su|>": 50357,
         
     | 
| 129 | 
         
            +
                "<|sv|>": 50273,
         
     | 
| 130 | 
         
            +
                "<|sw|>": 50318,
         
     | 
| 131 | 
         
            +
                "<|ta|>": 50287,
         
     | 
| 132 | 
         
            +
                "<|te|>": 50299,
         
     | 
| 133 | 
         
            +
                "<|tg|>": 50331,
         
     | 
| 134 | 
         
            +
                "<|th|>": 50289,
         
     | 
| 135 | 
         
            +
                "<|tk|>": 50341,
         
     | 
| 136 | 
         
            +
                "<|tl|>": 50348,
         
     | 
| 137 | 
         
            +
                "<|tr|>": 50268,
         
     | 
| 138 | 
         
            +
                "<|tt|>": 50351,
         
     | 
| 139 | 
         
            +
                "<|uk|>": 50280,
         
     | 
| 140 | 
         
            +
                "<|ur|>": 50290,
         
     | 
| 141 | 
         
            +
                "<|uz|>": 50337,
         
     | 
| 142 | 
         
            +
                "<|vi|>": 50278,
         
     | 
| 143 | 
         
            +
                "<|yi|>": 50335,
         
     | 
| 144 | 
         
            +
                "<|yo|>": 50325,
         
     | 
| 145 | 
         
            +
                "<|zh|>": 50260
         
     | 
| 146 | 
         
            +
              },
         
     | 
| 147 | 
         
            +
              "language": "english",
         
     | 
| 148 | 
         
            +
              "max_initial_timestamp_index": 50,
         
     | 
| 149 | 
         
            +
              "max_length": 448,
         
     | 
| 150 | 
         
            +
              "no_timestamps_token_id": 50363,
         
     | 
| 151 | 
         
            +
              "pad_token_id": 50257,
         
     | 
| 152 | 
         
            +
              "prev_sot_token_id": 50361,
         
     | 
| 153 | 
         
            +
              "return_timestamps": false,
         
     | 
| 154 | 
         
            +
              "suppress_tokens": [],
         
     | 
| 155 | 
         
            +
              "task": "transcribe",
         
     | 
| 156 | 
         
            +
              "task_to_id": {
         
     | 
| 157 | 
         
            +
                "transcribe": 50359,
         
     | 
| 158 | 
         
            +
                "translate": 50358
         
     | 
| 159 | 
         
            +
              },
         
     | 
| 160 | 
         
            +
              "transformers_version": "4.57.0"
         
     | 
| 161 | 
         
            +
            }
         
     | 
    	
        model.safetensors
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:93d9d7998b8c43f26a12f250bcc7bc615098ed25154018213d43c63069756088
         
     | 
| 3 | 
         
            +
            size 151061672
         
     | 
    	
        preprocessor_config.json
    ADDED
    
    | 
         @@ -0,0 +1,15 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            {
         
     | 
| 2 | 
         
            +
              "chunk_length": 30,
         
     | 
| 3 | 
         
            +
              "dither": 0.0,
         
     | 
| 4 | 
         
            +
              "feature_extractor_type": "WhisperFeatureExtractor",
         
     | 
| 5 | 
         
            +
              "feature_size": 80,
         
     | 
| 6 | 
         
            +
              "hop_length": 160,
         
     | 
| 7 | 
         
            +
              "n_fft": 400,
         
     | 
| 8 | 
         
            +
              "n_samples": 480000,
         
     | 
| 9 | 
         
            +
              "nb_max_frames": 3000,
         
     | 
| 10 | 
         
            +
              "padding_side": "right",
         
     | 
| 11 | 
         
            +
              "padding_value": 0.0,
         
     | 
| 12 | 
         
            +
              "processor_class": "WhisperProcessor",
         
     | 
| 13 | 
         
            +
              "return_attention_mask": false,
         
     | 
| 14 | 
         
            +
              "sampling_rate": 16000
         
     | 
| 15 | 
         
            +
            }
         
     | 
    	
        runs/Oct09_06-30-40_b7379d0d56a5/events.out.tfevents.1759991441.b7379d0d56a5.1409.0
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:e90adea571d4974cf4398d08c35afb6d102d552a988836abab7ab560ce70af43
         
     | 
| 3 | 
         
            +
            size 6385
         
     | 
    	
        training_args.bin
    ADDED
    
    | 
         @@ -0,0 +1,3 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            version https://git-lfs.github.com/spec/v1
         
     | 
| 2 | 
         
            +
            oid sha256:b8da22eb37b74d137b9e4a2aa25d1d78e0e628dbee889a58eaba1df6e2227d79
         
     | 
| 3 | 
         
            +
            size 5969
         
     |