Training in progress, epoch 1
Browse files- config.json +230 -0
- model.safetensors +3 -0
- preprocessor_config.json +14 -0
- runs/Oct01_11-56-20_ki-g0010/events.out.tfevents.1727783785.ki-g0010.1593563.0 +3 -0
- training_args.bin +3 -0
    	
        config.json
    ADDED
    
    | @@ -0,0 +1,230 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_name_or_path": "openai/whisper-tiny",
         | 
| 3 | 
            +
              "activation_dropout": 0.0,
         | 
| 4 | 
            +
              "activation_function": "gelu",
         | 
| 5 | 
            +
              "apply_spec_augment": false,
         | 
| 6 | 
            +
              "architectures": [
         | 
| 7 | 
            +
                "WhisperForAudioClassification"
         | 
| 8 | 
            +
              ],
         | 
| 9 | 
            +
              "attention_dropout": 0.0,
         | 
| 10 | 
            +
              "begin_suppress_tokens": [
         | 
| 11 | 
            +
                220,
         | 
| 12 | 
            +
                50257
         | 
| 13 | 
            +
              ],
         | 
| 14 | 
            +
              "bos_token_id": 50257,
         | 
| 15 | 
            +
              "classifier_proj_size": 256,
         | 
| 16 | 
            +
              "d_model": 384,
         | 
| 17 | 
            +
              "decoder_attention_heads": 6,
         | 
| 18 | 
            +
              "decoder_ffn_dim": 1536,
         | 
| 19 | 
            +
              "decoder_layerdrop": 0.0,
         | 
| 20 | 
            +
              "decoder_layers": 4,
         | 
| 21 | 
            +
              "decoder_start_token_id": 50258,
         | 
| 22 | 
            +
              "dropout": 0.0,
         | 
| 23 | 
            +
              "encoder_attention_heads": 6,
         | 
| 24 | 
            +
              "encoder_ffn_dim": 1536,
         | 
| 25 | 
            +
              "encoder_layerdrop": 0.0,
         | 
| 26 | 
            +
              "encoder_layers": 4,
         | 
| 27 | 
            +
              "eos_token_id": 50257,
         | 
| 28 | 
            +
              "forced_decoder_ids": [
         | 
| 29 | 
            +
                [
         | 
| 30 | 
            +
                  1,
         | 
| 31 | 
            +
                  50259
         | 
| 32 | 
            +
                ],
         | 
| 33 | 
            +
                [
         | 
| 34 | 
            +
                  2,
         | 
| 35 | 
            +
                  50359
         | 
| 36 | 
            +
                ],
         | 
| 37 | 
            +
                [
         | 
| 38 | 
            +
                  3,
         | 
| 39 | 
            +
                  50363
         | 
| 40 | 
            +
                ]
         | 
| 41 | 
            +
              ],
         | 
| 42 | 
            +
              "id2label": {
         | 
| 43 | 
            +
                "0": "yes",
         | 
| 44 | 
            +
                "1": "no",
         | 
| 45 | 
            +
                "10": "zero",
         | 
| 46 | 
            +
                "11": "one",
         | 
| 47 | 
            +
                "12": "two",
         | 
| 48 | 
            +
                "13": "three",
         | 
| 49 | 
            +
                "14": "four",
         | 
| 50 | 
            +
                "15": "five",
         | 
| 51 | 
            +
                "16": "six",
         | 
| 52 | 
            +
                "17": "seven",
         | 
| 53 | 
            +
                "18": "eight",
         | 
| 54 | 
            +
                "19": "nine",
         | 
| 55 | 
            +
                "2": "up",
         | 
| 56 | 
            +
                "20": "bed",
         | 
| 57 | 
            +
                "21": "bird",
         | 
| 58 | 
            +
                "22": "cat",
         | 
| 59 | 
            +
                "23": "dog",
         | 
| 60 | 
            +
                "24": "happy",
         | 
| 61 | 
            +
                "25": "house",
         | 
| 62 | 
            +
                "26": "marvin",
         | 
| 63 | 
            +
                "27": "sheila",
         | 
| 64 | 
            +
                "28": "tree",
         | 
| 65 | 
            +
                "29": "wow",
         | 
| 66 | 
            +
                "3": "down",
         | 
| 67 | 
            +
                "30": "backward",
         | 
| 68 | 
            +
                "31": "forward",
         | 
| 69 | 
            +
                "32": "follow",
         | 
| 70 | 
            +
                "33": "learn",
         | 
| 71 | 
            +
                "34": "visual",
         | 
| 72 | 
            +
                "35": "_silence_",
         | 
| 73 | 
            +
                "4": "left",
         | 
| 74 | 
            +
                "5": "right",
         | 
| 75 | 
            +
                "6": "on",
         | 
| 76 | 
            +
                "7": "off",
         | 
| 77 | 
            +
                "8": "stop",
         | 
| 78 | 
            +
                "9": "go"
         | 
| 79 | 
            +
              },
         | 
| 80 | 
            +
              "init_std": 0.02,
         | 
| 81 | 
            +
              "is_encoder_decoder": true,
         | 
| 82 | 
            +
              "label2id": {
         | 
| 83 | 
            +
                "_silence_": "35",
         | 
| 84 | 
            +
                "backward": "30",
         | 
| 85 | 
            +
                "bed": "20",
         | 
| 86 | 
            +
                "bird": "21",
         | 
| 87 | 
            +
                "cat": "22",
         | 
| 88 | 
            +
                "dog": "23",
         | 
| 89 | 
            +
                "down": "3",
         | 
| 90 | 
            +
                "eight": "18",
         | 
| 91 | 
            +
                "five": "15",
         | 
| 92 | 
            +
                "follow": "32",
         | 
| 93 | 
            +
                "forward": "31",
         | 
| 94 | 
            +
                "four": "14",
         | 
| 95 | 
            +
                "go": "9",
         | 
| 96 | 
            +
                "happy": "24",
         | 
| 97 | 
            +
                "house": "25",
         | 
| 98 | 
            +
                "learn": "33",
         | 
| 99 | 
            +
                "left": "4",
         | 
| 100 | 
            +
                "marvin": "26",
         | 
| 101 | 
            +
                "nine": "19",
         | 
| 102 | 
            +
                "no": "1",
         | 
| 103 | 
            +
                "off": "7",
         | 
| 104 | 
            +
                "on": "6",
         | 
| 105 | 
            +
                "one": "11",
         | 
| 106 | 
            +
                "right": "5",
         | 
| 107 | 
            +
                "seven": "17",
         | 
| 108 | 
            +
                "sheila": "27",
         | 
| 109 | 
            +
                "six": "16",
         | 
| 110 | 
            +
                "stop": "8",
         | 
| 111 | 
            +
                "three": "13",
         | 
| 112 | 
            +
                "tree": "28",
         | 
| 113 | 
            +
                "two": "12",
         | 
| 114 | 
            +
                "up": "2",
         | 
| 115 | 
            +
                "visual": "34",
         | 
| 116 | 
            +
                "wow": "29",
         | 
| 117 | 
            +
                "yes": "0",
         | 
| 118 | 
            +
                "zero": "10"
         | 
| 119 | 
            +
              },
         | 
| 120 | 
            +
              "mask_feature_length": 10,
         | 
| 121 | 
            +
              "mask_feature_min_masks": 0,
         | 
| 122 | 
            +
              "mask_feature_prob": 0.0,
         | 
| 123 | 
            +
              "mask_time_length": 10,
         | 
| 124 | 
            +
              "mask_time_min_masks": 2,
         | 
| 125 | 
            +
              "mask_time_prob": 0.05,
         | 
| 126 | 
            +
              "max_length": 448,
         | 
| 127 | 
            +
              "max_source_positions": 1500,
         | 
| 128 | 
            +
              "max_target_positions": 448,
         | 
| 129 | 
            +
              "median_filter_width": 7,
         | 
| 130 | 
            +
              "model_type": "whisper",
         | 
| 131 | 
            +
              "num_hidden_layers": 4,
         | 
| 132 | 
            +
              "num_mel_bins": 80,
         | 
| 133 | 
            +
              "pad_token_id": 50257,
         | 
| 134 | 
            +
              "scale_embedding": false,
         | 
| 135 | 
            +
              "suppress_tokens": [
         | 
| 136 | 
            +
                1,
         | 
| 137 | 
            +
                2,
         | 
| 138 | 
            +
                7,
         | 
| 139 | 
            +
                8,
         | 
| 140 | 
            +
                9,
         | 
| 141 | 
            +
                10,
         | 
| 142 | 
            +
                14,
         | 
| 143 | 
            +
                25,
         | 
| 144 | 
            +
                26,
         | 
| 145 | 
            +
                27,
         | 
| 146 | 
            +
                28,
         | 
| 147 | 
            +
                29,
         | 
| 148 | 
            +
                31,
         | 
| 149 | 
            +
                58,
         | 
| 150 | 
            +
                59,
         | 
| 151 | 
            +
                60,
         | 
| 152 | 
            +
                61,
         | 
| 153 | 
            +
                62,
         | 
| 154 | 
            +
                63,
         | 
| 155 | 
            +
                90,
         | 
| 156 | 
            +
                91,
         | 
| 157 | 
            +
                92,
         | 
| 158 | 
            +
                93,
         | 
| 159 | 
            +
                359,
         | 
| 160 | 
            +
                503,
         | 
| 161 | 
            +
                522,
         | 
| 162 | 
            +
                542,
         | 
| 163 | 
            +
                873,
         | 
| 164 | 
            +
                893,
         | 
| 165 | 
            +
                902,
         | 
| 166 | 
            +
                918,
         | 
| 167 | 
            +
                922,
         | 
| 168 | 
            +
                931,
         | 
| 169 | 
            +
                1350,
         | 
| 170 | 
            +
                1853,
         | 
| 171 | 
            +
                1982,
         | 
| 172 | 
            +
                2460,
         | 
| 173 | 
            +
                2627,
         | 
| 174 | 
            +
                3246,
         | 
| 175 | 
            +
                3253,
         | 
| 176 | 
            +
                3268,
         | 
| 177 | 
            +
                3536,
         | 
| 178 | 
            +
                3846,
         | 
| 179 | 
            +
                3961,
         | 
| 180 | 
            +
                4183,
         | 
| 181 | 
            +
                4667,
         | 
| 182 | 
            +
                6585,
         | 
| 183 | 
            +
                6647,
         | 
| 184 | 
            +
                7273,
         | 
| 185 | 
            +
                9061,
         | 
| 186 | 
            +
                9383,
         | 
| 187 | 
            +
                10428,
         | 
| 188 | 
            +
                10929,
         | 
| 189 | 
            +
                11938,
         | 
| 190 | 
            +
                12033,
         | 
| 191 | 
            +
                12331,
         | 
| 192 | 
            +
                12562,
         | 
| 193 | 
            +
                13793,
         | 
| 194 | 
            +
                14157,
         | 
| 195 | 
            +
                14635,
         | 
| 196 | 
            +
                15265,
         | 
| 197 | 
            +
                15618,
         | 
| 198 | 
            +
                16553,
         | 
| 199 | 
            +
                16604,
         | 
| 200 | 
            +
                18362,
         | 
| 201 | 
            +
                18956,
         | 
| 202 | 
            +
                20075,
         | 
| 203 | 
            +
                21675,
         | 
| 204 | 
            +
                22520,
         | 
| 205 | 
            +
                26130,
         | 
| 206 | 
            +
                26161,
         | 
| 207 | 
            +
                26435,
         | 
| 208 | 
            +
                28279,
         | 
| 209 | 
            +
                29464,
         | 
| 210 | 
            +
                31650,
         | 
| 211 | 
            +
                32302,
         | 
| 212 | 
            +
                32470,
         | 
| 213 | 
            +
                36865,
         | 
| 214 | 
            +
                42863,
         | 
| 215 | 
            +
                47425,
         | 
| 216 | 
            +
                49870,
         | 
| 217 | 
            +
                50254,
         | 
| 218 | 
            +
                50258,
         | 
| 219 | 
            +
                50358,
         | 
| 220 | 
            +
                50359,
         | 
| 221 | 
            +
                50360,
         | 
| 222 | 
            +
                50361,
         | 
| 223 | 
            +
                50362
         | 
| 224 | 
            +
              ],
         | 
| 225 | 
            +
              "torch_dtype": "float32",
         | 
| 226 | 
            +
              "transformers_version": "4.43.3",
         | 
| 227 | 
            +
              "use_cache": true,
         | 
| 228 | 
            +
              "use_weighted_layer_sum": false,
         | 
| 229 | 
            +
              "vocab_size": 51865
         | 
| 230 | 
            +
            }
         | 
    	
        model.safetensors
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:85f429f420a2bc1bcb892cb95ab098a0e26a20b28c2d1fad498f329ff52fed2b
         | 
| 3 | 
            +
            size 33272128
         | 
    	
        preprocessor_config.json
    ADDED
    
    | @@ -0,0 +1,14 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "chunk_length": 30,
         | 
| 3 | 
            +
              "feature_extractor_type": "WhisperFeatureExtractor",
         | 
| 4 | 
            +
              "feature_size": 80,
         | 
| 5 | 
            +
              "hop_length": 160,
         | 
| 6 | 
            +
              "n_fft": 400,
         | 
| 7 | 
            +
              "n_samples": 480000,
         | 
| 8 | 
            +
              "nb_max_frames": 3000,
         | 
| 9 | 
            +
              "padding_side": "right",
         | 
| 10 | 
            +
              "padding_value": 0.0,
         | 
| 11 | 
            +
              "processor_class": "WhisperProcessor",
         | 
| 12 | 
            +
              "return_attention_mask": false,
         | 
| 13 | 
            +
              "sampling_rate": 16000
         | 
| 14 | 
            +
            }
         | 
    	
        runs/Oct01_11-56-20_ki-g0010/events.out.tfevents.1727783785.ki-g0010.1593563.0
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:c770f19f2bdec669e7ceb2ff785602b2f0b7333f52b1a1fde357f256fad90da1
         | 
| 3 | 
            +
            size 25466
         | 
    	
        training_args.bin
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:e1a4bc4b4880ae57db3be72268e6f579f39414fe2e94a9eed6bfa6f0f578c7c0
         | 
| 3 | 
            +
            size 5240
         |