Training in progress, step 983
Browse files
    	
        .gitignore
    ADDED
    
    | @@ -0,0 +1 @@ | |
|  | 
|  | |
| 1 | 
            +
            checkpoint-*/
         | 
    	
        config.json
    ADDED
    
    | @@ -0,0 +1,148 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "_name_or_path": "openai/whisper-tiny.en",
         | 
| 3 | 
            +
              "activation_dropout": 0.0,
         | 
| 4 | 
            +
              "activation_function": "gelu",
         | 
| 5 | 
            +
              "apply_spec_augment": false,
         | 
| 6 | 
            +
              "architectures": [
         | 
| 7 | 
            +
                "WhisperForConditionalGeneration"
         | 
| 8 | 
            +
              ],
         | 
| 9 | 
            +
              "attention_dropout": 0.0,
         | 
| 10 | 
            +
              "begin_suppress_tokens": [
         | 
| 11 | 
            +
                220,
         | 
| 12 | 
            +
                50256
         | 
| 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": 50257,
         | 
| 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": 50256,
         | 
| 28 | 
            +
              "forced_decoder_ids": [
         | 
| 29 | 
            +
                [
         | 
| 30 | 
            +
                  1,
         | 
| 31 | 
            +
                  50362
         | 
| 32 | 
            +
                ]
         | 
| 33 | 
            +
              ],
         | 
| 34 | 
            +
              "init_std": 0.02,
         | 
| 35 | 
            +
              "is_encoder_decoder": true,
         | 
| 36 | 
            +
              "mask_feature_length": 10,
         | 
| 37 | 
            +
              "mask_feature_min_masks": 0,
         | 
| 38 | 
            +
              "mask_feature_prob": 0.0,
         | 
| 39 | 
            +
              "mask_time_length": 10,
         | 
| 40 | 
            +
              "mask_time_min_masks": 2,
         | 
| 41 | 
            +
              "mask_time_prob": 0.05,
         | 
| 42 | 
            +
              "max_length": 448,
         | 
| 43 | 
            +
              "max_source_positions": 1500,
         | 
| 44 | 
            +
              "max_target_positions": 448,
         | 
| 45 | 
            +
              "median_filter_width": 7,
         | 
| 46 | 
            +
              "model_type": "whisper",
         | 
| 47 | 
            +
              "num_hidden_layers": 4,
         | 
| 48 | 
            +
              "num_mel_bins": 80,
         | 
| 49 | 
            +
              "pad_token_id": 50256,
         | 
| 50 | 
            +
              "scale_embedding": false,
         | 
| 51 | 
            +
              "suppress_tokens": [
         | 
| 52 | 
            +
                1,
         | 
| 53 | 
            +
                2,
         | 
| 54 | 
            +
                7,
         | 
| 55 | 
            +
                8,
         | 
| 56 | 
            +
                9,
         | 
| 57 | 
            +
                10,
         | 
| 58 | 
            +
                14,
         | 
| 59 | 
            +
                25,
         | 
| 60 | 
            +
                26,
         | 
| 61 | 
            +
                27,
         | 
| 62 | 
            +
                28,
         | 
| 63 | 
            +
                29,
         | 
| 64 | 
            +
                31,
         | 
| 65 | 
            +
                58,
         | 
| 66 | 
            +
                59,
         | 
| 67 | 
            +
                60,
         | 
| 68 | 
            +
                61,
         | 
| 69 | 
            +
                62,
         | 
| 70 | 
            +
                63,
         | 
| 71 | 
            +
                90,
         | 
| 72 | 
            +
                91,
         | 
| 73 | 
            +
                92,
         | 
| 74 | 
            +
                93,
         | 
| 75 | 
            +
                357,
         | 
| 76 | 
            +
                366,
         | 
| 77 | 
            +
                438,
         | 
| 78 | 
            +
                532,
         | 
| 79 | 
            +
                685,
         | 
| 80 | 
            +
                705,
         | 
| 81 | 
            +
                796,
         | 
| 82 | 
            +
                930,
         | 
| 83 | 
            +
                1058,
         | 
| 84 | 
            +
                1220,
         | 
| 85 | 
            +
                1267,
         | 
| 86 | 
            +
                1279,
         | 
| 87 | 
            +
                1303,
         | 
| 88 | 
            +
                1343,
         | 
| 89 | 
            +
                1377,
         | 
| 90 | 
            +
                1391,
         | 
| 91 | 
            +
                1635,
         | 
| 92 | 
            +
                1782,
         | 
| 93 | 
            +
                1875,
         | 
| 94 | 
            +
                2162,
         | 
| 95 | 
            +
                2361,
         | 
| 96 | 
            +
                2488,
         | 
| 97 | 
            +
                3467,
         | 
| 98 | 
            +
                4008,
         | 
| 99 | 
            +
                4211,
         | 
| 100 | 
            +
                4600,
         | 
| 101 | 
            +
                4808,
         | 
| 102 | 
            +
                5299,
         | 
| 103 | 
            +
                5855,
         | 
| 104 | 
            +
                6329,
         | 
| 105 | 
            +
                7203,
         | 
| 106 | 
            +
                9609,
         | 
| 107 | 
            +
                9959,
         | 
| 108 | 
            +
                10563,
         | 
| 109 | 
            +
                10786,
         | 
| 110 | 
            +
                11420,
         | 
| 111 | 
            +
                11709,
         | 
| 112 | 
            +
                11907,
         | 
| 113 | 
            +
                13163,
         | 
| 114 | 
            +
                13697,
         | 
| 115 | 
            +
                13700,
         | 
| 116 | 
            +
                14808,
         | 
| 117 | 
            +
                15306,
         | 
| 118 | 
            +
                16410,
         | 
| 119 | 
            +
                16791,
         | 
| 120 | 
            +
                17992,
         | 
| 121 | 
            +
                19203,
         | 
| 122 | 
            +
                19510,
         | 
| 123 | 
            +
                20724,
         | 
| 124 | 
            +
                22305,
         | 
| 125 | 
            +
                22935,
         | 
| 126 | 
            +
                27007,
         | 
| 127 | 
            +
                30109,
         | 
| 128 | 
            +
                30420,
         | 
| 129 | 
            +
                33409,
         | 
| 130 | 
            +
                34949,
         | 
| 131 | 
            +
                40283,
         | 
| 132 | 
            +
                40493,
         | 
| 133 | 
            +
                40549,
         | 
| 134 | 
            +
                47282,
         | 
| 135 | 
            +
                49146,
         | 
| 136 | 
            +
                50257,
         | 
| 137 | 
            +
                50357,
         | 
| 138 | 
            +
                50358,
         | 
| 139 | 
            +
                50359,
         | 
| 140 | 
            +
                50360,
         | 
| 141 | 
            +
                50361
         | 
| 142 | 
            +
              ],
         | 
| 143 | 
            +
              "torch_dtype": "float32",
         | 
| 144 | 
            +
              "transformers_version": "4.31.0",
         | 
| 145 | 
            +
              "use_cache": true,
         | 
| 146 | 
            +
              "use_weighted_layer_sum": false,
         | 
| 147 | 
            +
              "vocab_size": 51864
         | 
| 148 | 
            +
            }
         | 
    	
        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 | 
            +
            }
         | 
    	
        pytorch_model.bin
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:1106576adc09bc5d0bf372400cd55650003e4af2b11179b8b9ee854913465d11
         | 
| 3 | 
            +
            size 151097513
         | 
    	
        runs/Aug19_15-14-33_node814.pri.csf3.alces.network/events.out.tfevents.1692454480.node814.pri.csf3.alces.network.182641.0
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:86d16f4bd68c8209b7fc09811886770bb781878af1cd4f16242895a1b6afcca2
         | 
| 3 | 
            +
            size 5964
         | 
    	
        training_args.bin
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:562bbf0e43e26ce2812ecfbd8a8c6135587209526a3df2ba599e5fcc97b2272d
         | 
| 3 | 
            +
            size 4155
         |