End of training
Browse files- README.md +17 -19
- config.json +52 -0
- generation_config.json +240 -0
- model.safetensors +3 -0
- runs/Jul25_15-05-40_b99131c3ed8c/events.out.tfevents.1721919949.b99131c3ed8c.261.0 +3 -0
- runs/Jul25_15-30-48_b99131c3ed8c/events.out.tfevents.1721921454.b99131c3ed8c.261.1 +3 -0
- runs/Jul25_15-38-42_b99131c3ed8c/events.out.tfevents.1721921927.b99131c3ed8c.261.2 +3 -0
- runs/Jul25_15-39-09_b99131c3ed8c/events.out.tfevents.1721921955.b99131c3ed8c.261.3 +3 -0
- runs/Jul25_15-40-14_b99131c3ed8c/events.out.tfevents.1721922015.b99131c3ed8c.261.4 +3 -0
- runs/Jul25_15-40-51_b99131c3ed8c/events.out.tfevents.1721922051.b99131c3ed8c.261.5 +3 -0
- runs/Jul25_15-44-33_b99131c3ed8c/events.out.tfevents.1721922278.b99131c3ed8c.261.6 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -1,29 +1,28 @@
|
|
| 1 |
---
|
| 2 |
-
base_model: openai/whisper-tiny
|
| 3 |
-
datasets:
|
| 4 |
-
- mozilla-foundation/common_voice_11_0
|
| 5 |
language:
|
| 6 |
- hi
|
| 7 |
-
library_name: peft
|
| 8 |
license: apache-2.0
|
| 9 |
-
|
| 10 |
-
- wer
|
| 11 |
tags:
|
| 12 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
model-index:
|
| 14 |
- name: Whisper Small Hi - Sanchit Gandhi
|
| 15 |
results:
|
| 16 |
- task:
|
| 17 |
-
type: automatic-speech-recognition
|
| 18 |
name: Automatic Speech Recognition
|
|
|
|
| 19 |
dataset:
|
| 20 |
name: Common Voice 11.0
|
| 21 |
type: mozilla-foundation/common_voice_11_0
|
| 22 |
args: 'config: hi, split: test'
|
| 23 |
metrics:
|
| 24 |
-
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -33,8 +32,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 33 |
|
| 34 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
|
| 35 |
It achieves the following results on the evaluation set:
|
| 36 |
-
- Loss:
|
| 37 |
-
- Wer:
|
| 38 |
|
| 39 |
## Model description
|
| 40 |
|
|
@@ -64,17 +63,16 @@ The following hyperparameters were used during training:
|
|
| 64 |
|
| 65 |
### Training results
|
| 66 |
|
| 67 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
| 68 |
-
|:-------------:|:-----:|:----:|:---------------:|:---:|
|
| 69 |
-
|
|
| 70 |
-
|
|
| 71 |
-
|
|
| 72 |
|
| 73 |
|
| 74 |
### Framework versions
|
| 75 |
|
| 76 |
-
- PEFT 0.12.0
|
| 77 |
- Transformers 4.44.0.dev0
|
| 78 |
- Pytorch 2.3.1+cu121
|
| 79 |
- Datasets 2.20.0
|
| 80 |
-
- Tokenizers 0.19.1
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- hi
|
|
|
|
| 4 |
license: apache-2.0
|
| 5 |
+
base_model: openai/whisper-small
|
|
|
|
| 6 |
tags:
|
| 7 |
- generated_from_trainer
|
| 8 |
+
datasets:
|
| 9 |
+
- mozilla-foundation/common_voice_11_0
|
| 10 |
+
metrics:
|
| 11 |
+
- wer
|
| 12 |
model-index:
|
| 13 |
- name: Whisper Small Hi - Sanchit Gandhi
|
| 14 |
results:
|
| 15 |
- task:
|
|
|
|
| 16 |
name: Automatic Speech Recognition
|
| 17 |
+
type: automatic-speech-recognition
|
| 18 |
dataset:
|
| 19 |
name: Common Voice 11.0
|
| 20 |
type: mozilla-foundation/common_voice_11_0
|
| 21 |
args: 'config: hi, split: test'
|
| 22 |
metrics:
|
| 23 |
+
- name: Wer
|
| 24 |
+
type: wer
|
| 25 |
+
value: 85.71428571428571
|
| 26 |
---
|
| 27 |
|
| 28 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 32 |
|
| 33 |
This model is a fine-tuned version of [openai/whisper-small](https://huggingface.co/openai/whisper-small) on the Common Voice 11.0 dataset.
|
| 34 |
It achieves the following results on the evaluation set:
|
| 35 |
+
- Loss: 4.1765
|
| 36 |
+
- Wer: 85.7143
|
| 37 |
|
| 38 |
## Model description
|
| 39 |
|
|
|
|
| 63 |
|
| 64 |
### Training results
|
| 65 |
|
| 66 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 67 |
+
|:-------------:|:-----:|:----:|:---------------:|:---------:|
|
| 68 |
+
| 8.5046 | 1.0 | 2 | 6.9679 | 100.0 |
|
| 69 |
+
| 5.7027 | 2.0 | 4 | 5.3984 | 1742.8571 |
|
| 70 |
+
| 5.4267 | 3.0 | 6 | 4.1765 | 85.7143 |
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|
| 74 |
|
|
|
|
| 75 |
- Transformers 4.44.0.dev0
|
| 76 |
- Pytorch 2.3.1+cu121
|
| 77 |
- Datasets 2.20.0
|
| 78 |
+
- Tokenizers 0.19.1
|
config.json
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"WhisperForConditionalGeneration"
|
| 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": null,
|
| 29 |
+
"init_std": 0.02,
|
| 30 |
+
"is_encoder_decoder": true,
|
| 31 |
+
"mask_feature_length": 10,
|
| 32 |
+
"mask_feature_min_masks": 0,
|
| 33 |
+
"mask_feature_prob": 0.0,
|
| 34 |
+
"mask_time_length": 10,
|
| 35 |
+
"mask_time_min_masks": 2,
|
| 36 |
+
"mask_time_prob": 0.05,
|
| 37 |
+
"max_length": 448,
|
| 38 |
+
"max_source_positions": 1500,
|
| 39 |
+
"max_target_positions": 448,
|
| 40 |
+
"median_filter_width": 7,
|
| 41 |
+
"model_type": "whisper",
|
| 42 |
+
"num_hidden_layers": 4,
|
| 43 |
+
"num_mel_bins": 80,
|
| 44 |
+
"pad_token_id": 50257,
|
| 45 |
+
"scale_embedding": false,
|
| 46 |
+
"suppress_tokens": [],
|
| 47 |
+
"torch_dtype": "float32",
|
| 48 |
+
"transformers_version": "4.44.0.dev0",
|
| 49 |
+
"use_cache": false,
|
| 50 |
+
"use_weighted_layer_sum": false,
|
| 51 |
+
"vocab_size": 51865
|
| 52 |
+
}
|
generation_config.json
ADDED
|
@@ -0,0 +1,240 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
"is_multilingual": true,
|
| 36 |
+
"lang_to_id": {
|
| 37 |
+
"<|af|>": 50327,
|
| 38 |
+
"<|am|>": 50334,
|
| 39 |
+
"<|ar|>": 50272,
|
| 40 |
+
"<|as|>": 50350,
|
| 41 |
+
"<|az|>": 50304,
|
| 42 |
+
"<|ba|>": 50355,
|
| 43 |
+
"<|be|>": 50330,
|
| 44 |
+
"<|bg|>": 50292,
|
| 45 |
+
"<|bn|>": 50302,
|
| 46 |
+
"<|bo|>": 50347,
|
| 47 |
+
"<|br|>": 50309,
|
| 48 |
+
"<|bs|>": 50315,
|
| 49 |
+
"<|ca|>": 50270,
|
| 50 |
+
"<|cs|>": 50283,
|
| 51 |
+
"<|cy|>": 50297,
|
| 52 |
+
"<|da|>": 50285,
|
| 53 |
+
"<|de|>": 50261,
|
| 54 |
+
"<|el|>": 50281,
|
| 55 |
+
"<|en|>": 50259,
|
| 56 |
+
"<|es|>": 50262,
|
| 57 |
+
"<|et|>": 50307,
|
| 58 |
+
"<|eu|>": 50310,
|
| 59 |
+
"<|fa|>": 50300,
|
| 60 |
+
"<|fi|>": 50277,
|
| 61 |
+
"<|fo|>": 50338,
|
| 62 |
+
"<|fr|>": 50265,
|
| 63 |
+
"<|gl|>": 50319,
|
| 64 |
+
"<|gu|>": 50333,
|
| 65 |
+
"<|haw|>": 50352,
|
| 66 |
+
"<|ha|>": 50354,
|
| 67 |
+
"<|he|>": 50279,
|
| 68 |
+
"<|hi|>": 50276,
|
| 69 |
+
"<|hr|>": 50291,
|
| 70 |
+
"<|ht|>": 50339,
|
| 71 |
+
"<|hu|>": 50286,
|
| 72 |
+
"<|hy|>": 50312,
|
| 73 |
+
"<|id|>": 50275,
|
| 74 |
+
"<|is|>": 50311,
|
| 75 |
+
"<|it|>": 50274,
|
| 76 |
+
"<|ja|>": 50266,
|
| 77 |
+
"<|jw|>": 50356,
|
| 78 |
+
"<|ka|>": 50329,
|
| 79 |
+
"<|kk|>": 50316,
|
| 80 |
+
"<|km|>": 50323,
|
| 81 |
+
"<|kn|>": 50306,
|
| 82 |
+
"<|ko|>": 50264,
|
| 83 |
+
"<|la|>": 50294,
|
| 84 |
+
"<|lb|>": 50345,
|
| 85 |
+
"<|ln|>": 50353,
|
| 86 |
+
"<|lo|>": 50336,
|
| 87 |
+
"<|lt|>": 50293,
|
| 88 |
+
"<|lv|>": 50301,
|
| 89 |
+
"<|mg|>": 50349,
|
| 90 |
+
"<|mi|>": 50295,
|
| 91 |
+
"<|mk|>": 50308,
|
| 92 |
+
"<|ml|>": 50296,
|
| 93 |
+
"<|mn|>": 50314,
|
| 94 |
+
"<|mr|>": 50320,
|
| 95 |
+
"<|ms|>": 50282,
|
| 96 |
+
"<|mt|>": 50343,
|
| 97 |
+
"<|my|>": 50346,
|
| 98 |
+
"<|ne|>": 50313,
|
| 99 |
+
"<|nl|>": 50271,
|
| 100 |
+
"<|nn|>": 50342,
|
| 101 |
+
"<|no|>": 50288,
|
| 102 |
+
"<|oc|>": 50328,
|
| 103 |
+
"<|pa|>": 50321,
|
| 104 |
+
"<|pl|>": 50269,
|
| 105 |
+
"<|ps|>": 50340,
|
| 106 |
+
"<|pt|>": 50267,
|
| 107 |
+
"<|ro|>": 50284,
|
| 108 |
+
"<|ru|>": 50263,
|
| 109 |
+
"<|sa|>": 50344,
|
| 110 |
+
"<|sd|>": 50332,
|
| 111 |
+
"<|si|>": 50322,
|
| 112 |
+
"<|sk|>": 50298,
|
| 113 |
+
"<|sl|>": 50305,
|
| 114 |
+
"<|sn|>": 50324,
|
| 115 |
+
"<|so|>": 50326,
|
| 116 |
+
"<|sq|>": 50317,
|
| 117 |
+
"<|sr|>": 50303,
|
| 118 |
+
"<|su|>": 50357,
|
| 119 |
+
"<|sv|>": 50273,
|
| 120 |
+
"<|sw|>": 50318,
|
| 121 |
+
"<|ta|>": 50287,
|
| 122 |
+
"<|te|>": 50299,
|
| 123 |
+
"<|tg|>": 50331,
|
| 124 |
+
"<|th|>": 50289,
|
| 125 |
+
"<|tk|>": 50341,
|
| 126 |
+
"<|tl|>": 50348,
|
| 127 |
+
"<|tr|>": 50268,
|
| 128 |
+
"<|tt|>": 50351,
|
| 129 |
+
"<|uk|>": 50280,
|
| 130 |
+
"<|ur|>": 50290,
|
| 131 |
+
"<|uz|>": 50337,
|
| 132 |
+
"<|vi|>": 50278,
|
| 133 |
+
"<|yi|>": 50335,
|
| 134 |
+
"<|yo|>": 50325,
|
| 135 |
+
"<|zh|>": 50260
|
| 136 |
+
},
|
| 137 |
+
"language": "English",
|
| 138 |
+
"max_initial_timestamp_index": 50,
|
| 139 |
+
"max_length": 448,
|
| 140 |
+
"no_timestamps_token_id": 50363,
|
| 141 |
+
"pad_token_id": 50257,
|
| 142 |
+
"prev_sot_token_id": 50361,
|
| 143 |
+
"return_timestamps": false,
|
| 144 |
+
"suppress_tokens": [
|
| 145 |
+
1,
|
| 146 |
+
2,
|
| 147 |
+
7,
|
| 148 |
+
8,
|
| 149 |
+
9,
|
| 150 |
+
10,
|
| 151 |
+
14,
|
| 152 |
+
25,
|
| 153 |
+
26,
|
| 154 |
+
27,
|
| 155 |
+
28,
|
| 156 |
+
29,
|
| 157 |
+
31,
|
| 158 |
+
58,
|
| 159 |
+
59,
|
| 160 |
+
60,
|
| 161 |
+
61,
|
| 162 |
+
62,
|
| 163 |
+
63,
|
| 164 |
+
90,
|
| 165 |
+
91,
|
| 166 |
+
92,
|
| 167 |
+
93,
|
| 168 |
+
359,
|
| 169 |
+
503,
|
| 170 |
+
522,
|
| 171 |
+
542,
|
| 172 |
+
873,
|
| 173 |
+
893,
|
| 174 |
+
902,
|
| 175 |
+
918,
|
| 176 |
+
922,
|
| 177 |
+
931,
|
| 178 |
+
1350,
|
| 179 |
+
1853,
|
| 180 |
+
1982,
|
| 181 |
+
2460,
|
| 182 |
+
2627,
|
| 183 |
+
3246,
|
| 184 |
+
3253,
|
| 185 |
+
3268,
|
| 186 |
+
3536,
|
| 187 |
+
3846,
|
| 188 |
+
3961,
|
| 189 |
+
4183,
|
| 190 |
+
4667,
|
| 191 |
+
6585,
|
| 192 |
+
6647,
|
| 193 |
+
7273,
|
| 194 |
+
9061,
|
| 195 |
+
9383,
|
| 196 |
+
10428,
|
| 197 |
+
10929,
|
| 198 |
+
11938,
|
| 199 |
+
12033,
|
| 200 |
+
12331,
|
| 201 |
+
12562,
|
| 202 |
+
13793,
|
| 203 |
+
14157,
|
| 204 |
+
14635,
|
| 205 |
+
15265,
|
| 206 |
+
15618,
|
| 207 |
+
16553,
|
| 208 |
+
16604,
|
| 209 |
+
18362,
|
| 210 |
+
18956,
|
| 211 |
+
20075,
|
| 212 |
+
21675,
|
| 213 |
+
22520,
|
| 214 |
+
26130,
|
| 215 |
+
26161,
|
| 216 |
+
26435,
|
| 217 |
+
28279,
|
| 218 |
+
29464,
|
| 219 |
+
31650,
|
| 220 |
+
32302,
|
| 221 |
+
32470,
|
| 222 |
+
36865,
|
| 223 |
+
42863,
|
| 224 |
+
47425,
|
| 225 |
+
49870,
|
| 226 |
+
50254,
|
| 227 |
+
50258,
|
| 228 |
+
50358,
|
| 229 |
+
50359,
|
| 230 |
+
50360,
|
| 231 |
+
50361,
|
| 232 |
+
50362
|
| 233 |
+
],
|
| 234 |
+
"task": "transcribe",
|
| 235 |
+
"task_to_id": {
|
| 236 |
+
"transcribe": 50359,
|
| 237 |
+
"translate": 50358
|
| 238 |
+
},
|
| 239 |
+
"transformers_version": "4.44.0.dev0"
|
| 240 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:86c8afd2a39adf5503171c6fae7ce511ab49685937105cf52bc1f69515cebe88
|
| 3 |
+
size 151061672
|
runs/Jul25_15-05-40_b99131c3ed8c/events.out.tfevents.1721919949.b99131c3ed8c.261.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:edc554c38541e9408bf44faa22120fd4931d583ce6f8d4698178f8b412220e0d
|
| 3 |
+
size 8233
|
runs/Jul25_15-30-48_b99131c3ed8c/events.out.tfevents.1721921454.b99131c3ed8c.261.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fa5b695183f9cf8e41f9df5900cb3478bfe97b61fccc9e9a09daa3e3c128a35
|
| 3 |
+
size 8233
|
runs/Jul25_15-38-42_b99131c3ed8c/events.out.tfevents.1721921927.b99131c3ed8c.261.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ed2000441d576ac9f49a429feaea9f5eac44ae99f7c91d6b403277c4e31eda4
|
| 3 |
+
size 5707
|
runs/Jul25_15-39-09_b99131c3ed8c/events.out.tfevents.1721921955.b99131c3ed8c.261.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:876e61ac1e8390f0c48cb90aa1f01adf2629200c9ce6c45625edfd6f8c60d5a7
|
| 3 |
+
size 5707
|
runs/Jul25_15-40-14_b99131c3ed8c/events.out.tfevents.1721922015.b99131c3ed8c.261.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f4d449036de83d845e8bb10c7e7f13f76d493e252ff83a24d6b0e2dbc9e00ae
|
| 3 |
+
size 5707
|
runs/Jul25_15-40-51_b99131c3ed8c/events.out.tfevents.1721922051.b99131c3ed8c.261.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:556495b3f4c2361cc483902cd8bf4d9a00fc0c623a763e88fb78706d9bbfeb4f
|
| 3 |
+
size 8233
|
runs/Jul25_15-44-33_b99131c3ed8c/events.out.tfevents.1721922278.b99131c3ed8c.261.6
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ece60540ffad0105b2d6b66ac57fb7e90c8a1efb9221286efbc99b4f4e31a06c
|
| 3 |
+
size 8233
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1cba7290060734a8521053f22aa09dde18d6a3e7d1cbc862bc508ed37782e7e3
|
| 3 |
size 5304
|