End of training
Browse files
    	
        README.md
    ADDED
    
    | @@ -0,0 +1,90 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            ---
         | 
| 2 | 
            +
            library_name: transformers
         | 
| 3 | 
            +
            license: apache-2.0
         | 
| 4 | 
            +
            base_model: openai/whisper-small
         | 
| 5 | 
            +
            tags:
         | 
| 6 | 
            +
            - generated_from_trainer
         | 
| 7 | 
            +
            datasets:
         | 
| 8 | 
            +
            - common_voice_17_0
         | 
| 9 | 
            +
            metrics:
         | 
| 10 | 
            +
            - wer
         | 
| 11 | 
            +
            model-index:
         | 
| 12 | 
            +
            - name: ASR-Swahili-Small
         | 
| 13 | 
            +
              results:
         | 
| 14 | 
            +
              - task:
         | 
| 15 | 
            +
                  name: Automatic Speech Recognition
         | 
| 16 | 
            +
                  type: automatic-speech-recognition
         | 
| 17 | 
            +
                dataset:
         | 
| 18 | 
            +
                  name: common_voice_17_0
         | 
| 19 | 
            +
                  type: common_voice_17_0
         | 
| 20 | 
            +
                  config: sw
         | 
| 21 | 
            +
                  split: test
         | 
| 22 | 
            +
                  args: sw
         | 
| 23 | 
            +
                metrics:
         | 
| 24 | 
            +
                - name: Wer
         | 
| 25 | 
            +
                  type: wer
         | 
| 26 | 
            +
                  value: 84.53159041394336
         | 
| 27 | 
            +
            ---
         | 
| 28 | 
            +
             | 
| 29 | 
            +
            <!-- This model card has been generated automatically according to the information the Trainer had access to. You
         | 
| 30 | 
            +
            should probably proofread and complete it, then remove this comment. -->
         | 
| 31 | 
            +
             | 
| 32 | 
            +
            # ASR-Swahili-Small
         | 
| 33 | 
            +
             | 
| 34 | 
            +
            This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the common_voice_17_0 dataset.
         | 
| 35 | 
            +
            It achieves the following results on the evaluation set:
         | 
| 36 | 
            +
            - Loss: 2.1924
         | 
| 37 | 
            +
            - Model Preparation Time: 0.0031
         | 
| 38 | 
            +
            - Wer: 84.5316
         | 
| 39 | 
            +
             | 
| 40 | 
            +
            ## Model description
         | 
| 41 | 
            +
             | 
| 42 | 
            +
            More information needed
         | 
| 43 | 
            +
             | 
| 44 | 
            +
            ## Intended uses & limitations
         | 
| 45 | 
            +
             | 
| 46 | 
            +
            More information needed
         | 
| 47 | 
            +
             | 
| 48 | 
            +
            ## Training and evaluation data
         | 
| 49 | 
            +
             | 
| 50 | 
            +
            More information needed
         | 
| 51 | 
            +
             | 
| 52 | 
            +
            ## Training procedure
         | 
| 53 | 
            +
             | 
| 54 | 
            +
            ### Training hyperparameters
         | 
| 55 | 
            +
             | 
| 56 | 
            +
            The following hyperparameters were used during training:
         | 
| 57 | 
            +
            - learning_rate: 1e-05
         | 
| 58 | 
            +
            - train_batch_size: 4
         | 
| 59 | 
            +
            - eval_batch_size: 8
         | 
| 60 | 
            +
            - seed: 42
         | 
| 61 | 
            +
            - gradient_accumulation_steps: 4
         | 
| 62 | 
            +
            - total_train_batch_size: 16
         | 
| 63 | 
            +
            - optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
         | 
| 64 | 
            +
            - lr_scheduler_type: linear
         | 
| 65 | 
            +
            - lr_scheduler_warmup_steps: 9
         | 
| 66 | 
            +
            - training_steps: 50
         | 
| 67 | 
            +
            - mixed_precision_training: Native AMP
         | 
| 68 | 
            +
             | 
| 69 | 
            +
            ### Training results
         | 
| 70 | 
            +
             | 
| 71 | 
            +
            | Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Wer      |
         | 
| 72 | 
            +
            |:-------------:|:-----:|:----:|:---------------:|:----------------------:|:--------:|
         | 
| 73 | 
            +
            | 3.1114        | 0.8   | 5    | 2.9104          | 0.0031                 | 166.1220 |
         | 
| 74 | 
            +
            | 2.2525        | 1.48  | 10   | 2.5527          | 0.0031                 | 158.0610 |
         | 
| 75 | 
            +
            | 1.7605        | 2.16  | 15   | 2.3120          | 0.0031                 | 91.3943  |
         | 
| 76 | 
            +
            | 1.4119        | 2.96  | 20   | 2.1924          | 0.0031                 | 84.5316  |
         | 
| 77 | 
            +
            | 0.8848        | 3.64  | 25   | 2.1669          | 0.0031                 | 90.5229  |
         | 
| 78 | 
            +
            | 0.6686        | 4.32  | 30   | 2.1691          | 0.0031                 | 91.8301  |
         | 
| 79 | 
            +
            | 0.6033        | 5.0   | 35   | 2.1739          | 0.0031                 | 92.0479  |
         | 
| 80 | 
            +
            | 0.5102        | 5.8   | 40   | 2.1936          | 0.0031                 | 85.2941  |
         | 
| 81 | 
            +
            | 0.3635        | 6.48  | 45   | 2.1937          | 0.0031                 | 85.2941  |
         | 
| 82 | 
            +
            | 0.3227        | 7.16  | 50   | 2.1962          | 0.0031                 | 89.2157  |
         | 
| 83 | 
            +
             | 
| 84 | 
            +
             | 
| 85 | 
            +
            ### Framework versions
         | 
| 86 | 
            +
             | 
| 87 | 
            +
            - Transformers 4.49.0
         | 
| 88 | 
            +
            - Pytorch 2.6.0+cu124
         | 
| 89 | 
            +
            - Datasets 3.3.1
         | 
| 90 | 
            +
            - Tokenizers 0.21.0
         | 
    	
        generation_config.json
    ADDED
    
    | @@ -0,0 +1,254 @@ | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            {
         | 
| 2 | 
            +
              "alignment_heads": [
         | 
| 3 | 
            +
                [
         | 
| 4 | 
            +
                  5,
         | 
| 5 | 
            +
                  3
         | 
| 6 | 
            +
                ],
         | 
| 7 | 
            +
                [
         | 
| 8 | 
            +
                  5,
         | 
| 9 | 
            +
                  9
         | 
| 10 | 
            +
                ],
         | 
| 11 | 
            +
                [
         | 
| 12 | 
            +
                  8,
         | 
| 13 | 
            +
                  0
         | 
| 14 | 
            +
                ],
         | 
| 15 | 
            +
                [
         | 
| 16 | 
            +
                  8,
         | 
| 17 | 
            +
                  4
         | 
| 18 | 
            +
                ],
         | 
| 19 | 
            +
                [
         | 
| 20 | 
            +
                  8,
         | 
| 21 | 
            +
                  7
         | 
| 22 | 
            +
                ],
         | 
| 23 | 
            +
                [
         | 
| 24 | 
            +
                  8,
         | 
| 25 | 
            +
                  8
         | 
| 26 | 
            +
                ],
         | 
| 27 | 
            +
                [
         | 
| 28 | 
            +
                  9,
         | 
| 29 | 
            +
                  0
         | 
| 30 | 
            +
                ],
         | 
| 31 | 
            +
                [
         | 
| 32 | 
            +
                  9,
         | 
| 33 | 
            +
                  7
         | 
| 34 | 
            +
                ],
         | 
| 35 | 
            +
                [
         | 
| 36 | 
            +
                  9,
         | 
| 37 | 
            +
                  9
         | 
| 38 | 
            +
                ],
         | 
| 39 | 
            +
                [
         | 
| 40 | 
            +
                  10,
         | 
| 41 | 
            +
                  5
         | 
| 42 | 
            +
                ]
         | 
| 43 | 
            +
              ],
         | 
| 44 | 
            +
              "begin_suppress_tokens": [
         | 
| 45 | 
            +
                220,
         | 
| 46 | 
            +
                50257
         | 
| 47 | 
            +
              ],
         | 
| 48 | 
            +
              "bos_token_id": 50257,
         | 
| 49 | 
            +
              "decoder_start_token_id": 50258,
         | 
| 50 | 
            +
              "eos_token_id": 50257,
         | 
| 51 | 
            +
              "is_multilingual": true,
         | 
| 52 | 
            +
              "lang_to_id": {
         | 
| 53 | 
            +
                "<|af|>": 50327,
         | 
| 54 | 
            +
                "<|am|>": 50334,
         | 
| 55 | 
            +
                "<|ar|>": 50272,
         | 
| 56 | 
            +
                "<|as|>": 50350,
         | 
| 57 | 
            +
                "<|az|>": 50304,
         | 
| 58 | 
            +
                "<|ba|>": 50355,
         | 
| 59 | 
            +
                "<|be|>": 50330,
         | 
| 60 | 
            +
                "<|bg|>": 50292,
         | 
| 61 | 
            +
                "<|bn|>": 50302,
         | 
| 62 | 
            +
                "<|bo|>": 50347,
         | 
| 63 | 
            +
                "<|br|>": 50309,
         | 
| 64 | 
            +
                "<|bs|>": 50315,
         | 
| 65 | 
            +
                "<|ca|>": 50270,
         | 
| 66 | 
            +
                "<|cs|>": 50283,
         | 
| 67 | 
            +
                "<|cy|>": 50297,
         | 
| 68 | 
            +
                "<|da|>": 50285,
         | 
| 69 | 
            +
                "<|de|>": 50261,
         | 
| 70 | 
            +
                "<|el|>": 50281,
         | 
| 71 | 
            +
                "<|en|>": 50259,
         | 
| 72 | 
            +
                "<|es|>": 50262,
         | 
| 73 | 
            +
                "<|et|>": 50307,
         | 
| 74 | 
            +
                "<|eu|>": 50310,
         | 
| 75 | 
            +
                "<|fa|>": 50300,
         | 
| 76 | 
            +
                "<|fi|>": 50277,
         | 
| 77 | 
            +
                "<|fo|>": 50338,
         | 
| 78 | 
            +
                "<|fr|>": 50265,
         | 
| 79 | 
            +
                "<|gl|>": 50319,
         | 
| 80 | 
            +
                "<|gu|>": 50333,
         | 
| 81 | 
            +
                "<|haw|>": 50352,
         | 
| 82 | 
            +
                "<|ha|>": 50354,
         | 
| 83 | 
            +
                "<|he|>": 50279,
         | 
| 84 | 
            +
                "<|hi|>": 50276,
         | 
| 85 | 
            +
                "<|hr|>": 50291,
         | 
| 86 | 
            +
                "<|ht|>": 50339,
         | 
| 87 | 
            +
                "<|hu|>": 50286,
         | 
| 88 | 
            +
                "<|hy|>": 50312,
         | 
| 89 | 
            +
                "<|id|>": 50275,
         | 
| 90 | 
            +
                "<|is|>": 50311,
         | 
| 91 | 
            +
                "<|it|>": 50274,
         | 
| 92 | 
            +
                "<|ja|>": 50266,
         | 
| 93 | 
            +
                "<|jw|>": 50356,
         | 
| 94 | 
            +
                "<|ka|>": 50329,
         | 
| 95 | 
            +
                "<|kk|>": 50316,
         | 
| 96 | 
            +
                "<|km|>": 50323,
         | 
| 97 | 
            +
                "<|kn|>": 50306,
         | 
| 98 | 
            +
                "<|ko|>": 50264,
         | 
| 99 | 
            +
                "<|la|>": 50294,
         | 
| 100 | 
            +
                "<|lb|>": 50345,
         | 
| 101 | 
            +
                "<|ln|>": 50353,
         | 
| 102 | 
            +
                "<|lo|>": 50336,
         | 
| 103 | 
            +
                "<|lt|>": 50293,
         | 
| 104 | 
            +
                "<|lv|>": 50301,
         | 
| 105 | 
            +
                "<|mg|>": 50349,
         | 
| 106 | 
            +
                "<|mi|>": 50295,
         | 
| 107 | 
            +
                "<|mk|>": 50308,
         | 
| 108 | 
            +
                "<|ml|>": 50296,
         | 
| 109 | 
            +
                "<|mn|>": 50314,
         | 
| 110 | 
            +
                "<|mr|>": 50320,
         | 
| 111 | 
            +
                "<|ms|>": 50282,
         | 
| 112 | 
            +
                "<|mt|>": 50343,
         | 
| 113 | 
            +
                "<|my|>": 50346,
         | 
| 114 | 
            +
                "<|ne|>": 50313,
         | 
| 115 | 
            +
                "<|nl|>": 50271,
         | 
| 116 | 
            +
                "<|nn|>": 50342,
         | 
| 117 | 
            +
                "<|no|>": 50288,
         | 
| 118 | 
            +
                "<|oc|>": 50328,
         | 
| 119 | 
            +
                "<|pa|>": 50321,
         | 
| 120 | 
            +
                "<|pl|>": 50269,
         | 
| 121 | 
            +
                "<|ps|>": 50340,
         | 
| 122 | 
            +
                "<|pt|>": 50267,
         | 
| 123 | 
            +
                "<|ro|>": 50284,
         | 
| 124 | 
            +
                "<|ru|>": 50263,
         | 
| 125 | 
            +
                "<|sa|>": 50344,
         | 
| 126 | 
            +
                "<|sd|>": 50332,
         | 
| 127 | 
            +
                "<|si|>": 50322,
         | 
| 128 | 
            +
                "<|sk|>": 50298,
         | 
| 129 | 
            +
                "<|sl|>": 50305,
         | 
| 130 | 
            +
                "<|sn|>": 50324,
         | 
| 131 | 
            +
                "<|so|>": 50326,
         | 
| 132 | 
            +
                "<|sq|>": 50317,
         | 
| 133 | 
            +
                "<|sr|>": 50303,
         | 
| 134 | 
            +
                "<|su|>": 50357,
         | 
| 135 | 
            +
                "<|sv|>": 50273,
         | 
| 136 | 
            +
                "<|sw|>": 50318,
         | 
| 137 | 
            +
                "<|ta|>": 50287,
         | 
| 138 | 
            +
                "<|te|>": 50299,
         | 
| 139 | 
            +
                "<|tg|>": 50331,
         | 
| 140 | 
            +
                "<|th|>": 50289,
         | 
| 141 | 
            +
                "<|tk|>": 50341,
         | 
| 142 | 
            +
                "<|tl|>": 50348,
         | 
| 143 | 
            +
                "<|tr|>": 50268,
         | 
| 144 | 
            +
                "<|tt|>": 50351,
         | 
| 145 | 
            +
                "<|uk|>": 50280,
         | 
| 146 | 
            +
                "<|ur|>": 50290,
         | 
| 147 | 
            +
                "<|uz|>": 50337,
         | 
| 148 | 
            +
                "<|vi|>": 50278,
         | 
| 149 | 
            +
                "<|yi|>": 50335,
         | 
| 150 | 
            +
                "<|yo|>": 50325,
         | 
| 151 | 
            +
                "<|zh|>": 50260
         | 
| 152 | 
            +
              },
         | 
| 153 | 
            +
              "language": "swahili",
         | 
| 154 | 
            +
              "max_initial_timestamp_index": 50,
         | 
| 155 | 
            +
              "max_length": 448,
         | 
| 156 | 
            +
              "no_timestamps_token_id": 50363,
         | 
| 157 | 
            +
              "pad_token_id": 50257,
         | 
| 158 | 
            +
              "prev_sot_token_id": 50361,
         | 
| 159 | 
            +
              "return_timestamps": false,
         | 
| 160 | 
            +
              "suppress_tokens": [
         | 
| 161 | 
            +
                1,
         | 
| 162 | 
            +
                2,
         | 
| 163 | 
            +
                7,
         | 
| 164 | 
            +
                8,
         | 
| 165 | 
            +
                9,
         | 
| 166 | 
            +
                10,
         | 
| 167 | 
            +
                14,
         | 
| 168 | 
            +
                25,
         | 
| 169 | 
            +
                26,
         | 
| 170 | 
            +
                27,
         | 
| 171 | 
            +
                28,
         | 
| 172 | 
            +
                29,
         | 
| 173 | 
            +
                31,
         | 
| 174 | 
            +
                58,
         | 
| 175 | 
            +
                59,
         | 
| 176 | 
            +
                60,
         | 
| 177 | 
            +
                61,
         | 
| 178 | 
            +
                62,
         | 
| 179 | 
            +
                63,
         | 
| 180 | 
            +
                90,
         | 
| 181 | 
            +
                91,
         | 
| 182 | 
            +
                92,
         | 
| 183 | 
            +
                93,
         | 
| 184 | 
            +
                359,
         | 
| 185 | 
            +
                503,
         | 
| 186 | 
            +
                522,
         | 
| 187 | 
            +
                542,
         | 
| 188 | 
            +
                873,
         | 
| 189 | 
            +
                893,
         | 
| 190 | 
            +
                902,
         | 
| 191 | 
            +
                918,
         | 
| 192 | 
            +
                922,
         | 
| 193 | 
            +
                931,
         | 
| 194 | 
            +
                1350,
         | 
| 195 | 
            +
                1853,
         | 
| 196 | 
            +
                1982,
         | 
| 197 | 
            +
                2460,
         | 
| 198 | 
            +
                2627,
         | 
| 199 | 
            +
                3246,
         | 
| 200 | 
            +
                3253,
         | 
| 201 | 
            +
                3268,
         | 
| 202 | 
            +
                3536,
         | 
| 203 | 
            +
                3846,
         | 
| 204 | 
            +
                3961,
         | 
| 205 | 
            +
                4183,
         | 
| 206 | 
            +
                4667,
         | 
| 207 | 
            +
                6585,
         | 
| 208 | 
            +
                6647,
         | 
| 209 | 
            +
                7273,
         | 
| 210 | 
            +
                9061,
         | 
| 211 | 
            +
                9383,
         | 
| 212 | 
            +
                10428,
         | 
| 213 | 
            +
                10929,
         | 
| 214 | 
            +
                11938,
         | 
| 215 | 
            +
                12033,
         | 
| 216 | 
            +
                12331,
         | 
| 217 | 
            +
                12562,
         | 
| 218 | 
            +
                13793,
         | 
| 219 | 
            +
                14157,
         | 
| 220 | 
            +
                14635,
         | 
| 221 | 
            +
                15265,
         | 
| 222 | 
            +
                15618,
         | 
| 223 | 
            +
                16553,
         | 
| 224 | 
            +
                16604,
         | 
| 225 | 
            +
                18362,
         | 
| 226 | 
            +
                18956,
         | 
| 227 | 
            +
                20075,
         | 
| 228 | 
            +
                21675,
         | 
| 229 | 
            +
                22520,
         | 
| 230 | 
            +
                26130,
         | 
| 231 | 
            +
                26161,
         | 
| 232 | 
            +
                26435,
         | 
| 233 | 
            +
                28279,
         | 
| 234 | 
            +
                29464,
         | 
| 235 | 
            +
                31650,
         | 
| 236 | 
            +
                32302,
         | 
| 237 | 
            +
                32470,
         | 
| 238 | 
            +
                36865,
         | 
| 239 | 
            +
                42863,
         | 
| 240 | 
            +
                47425,
         | 
| 241 | 
            +
                49870,
         | 
| 242 | 
            +
                50254,
         | 
| 243 | 
            +
                50258,
         | 
| 244 | 
            +
                50360,
         | 
| 245 | 
            +
                50361,
         | 
| 246 | 
            +
                50362
         | 
| 247 | 
            +
              ],
         | 
| 248 | 
            +
              "task": "transcribe",
         | 
| 249 | 
            +
              "task_to_id": {
         | 
| 250 | 
            +
                "transcribe": 50359,
         | 
| 251 | 
            +
                "translate": 50358
         | 
| 252 | 
            +
              },
         | 
| 253 | 
            +
              "transformers_version": "4.49.0"
         | 
| 254 | 
            +
            }
         | 
    	
        model.safetensors
    CHANGED
    
    | @@ -1,3 +1,3 @@ | |
| 1 | 
             
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            -
            oid sha256: | 
| 3 | 
             
            size 966995080
         | 
|  | |
| 1 | 
             
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:75bc3b8895029d6f3952e240933b18d292241bbfcc550b807f9dfc2eceeb636c
         | 
| 3 | 
             
            size 966995080
         | 
    	
        runs/Feb26_23-56-13_ai4d-Lambda-Vector/events.out.tfevents.1740603410.ai4d-Lambda-Vector.762884.0
    CHANGED
    
    | @@ -1,3 +1,3 @@ | |
| 1 | 
             
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            -
            oid sha256: | 
| 3 | 
            -
            size  | 
|  | |
| 1 | 
             
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:9356ee2c127829aaf9a1982ea199f4f873700e644e68543f71ce14147f23eabe
         | 
| 3 | 
            +
            size 13365
         | 
    	
        runs/Feb26_23-56-13_ai4d-Lambda-Vector/events.out.tfevents.1740603891.ai4d-Lambda-Vector.762884.1
    ADDED
    
    | @@ -0,0 +1,3 @@ | |
|  | |
|  | |
|  | 
|  | |
| 1 | 
            +
            version https://git-lfs.github.com/spec/v1
         | 
| 2 | 
            +
            oid sha256:454e6e340e72f64e637bdc35a508efccee01260fffb33e3155ac5ed89e99c57d
         | 
| 3 | 
            +
            size 465
         | 
