bitwisemind commited on
Commit
f658db2
·
verified ·
1 Parent(s): 88a73ab

Final model - trained on rows 1-15229

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. whisper-lora-15k-adapters/.gitattributes +60 -0
  2. whisper-lora-15k-adapters/README.md +12 -0
  3. whisper-lora-15k-adapters/adapter_config.json +46 -0
  4. whisper-lora-15k-adapters/adapter_model.safetensors +3 -0
  5. whisper-lora-15k-adapters/added_tokens.json +108 -0
  6. whisper-lora-15k-adapters/checkpoint-1000/README.md +206 -0
  7. whisper-lora-15k-adapters/checkpoint-1000/adapter_config.json +46 -0
  8. whisper-lora-15k-adapters/checkpoint-1000/adapter_model.safetensors +3 -0
  9. whisper-lora-15k-adapters/checkpoint-1000/optimizer.pt +3 -0
  10. whisper-lora-15k-adapters/checkpoint-1000/preprocessor_config.json +14 -0
  11. whisper-lora-15k-adapters/checkpoint-1000/rng_state.pth +3 -0
  12. whisper-lora-15k-adapters/checkpoint-1000/scheduler.pt +3 -0
  13. whisper-lora-15k-adapters/checkpoint-1000/trainer_state.json +331 -0
  14. whisper-lora-15k-adapters/checkpoint-1000/training_args.bin +3 -0
  15. whisper-lora-15k-adapters/checkpoint-1500/README.md +206 -0
  16. whisper-lora-15k-adapters/checkpoint-1500/adapter_config.json +46 -0
  17. whisper-lora-15k-adapters/checkpoint-1500/adapter_model.safetensors +3 -0
  18. whisper-lora-15k-adapters/checkpoint-1500/optimizer.pt +3 -0
  19. whisper-lora-15k-adapters/checkpoint-1500/preprocessor_config.json +14 -0
  20. whisper-lora-15k-adapters/checkpoint-1500/rng_state.pth +3 -0
  21. whisper-lora-15k-adapters/checkpoint-1500/scheduler.pt +3 -0
  22. whisper-lora-15k-adapters/checkpoint-1500/trainer_state.json +480 -0
  23. whisper-lora-15k-adapters/checkpoint-1500/training_args.bin +3 -0
  24. whisper-lora-15k-adapters/checkpoint-2000/README.md +206 -0
  25. whisper-lora-15k-adapters/checkpoint-2000/adapter_config.json +46 -0
  26. whisper-lora-15k-adapters/checkpoint-2000/adapter_model.safetensors +3 -0
  27. whisper-lora-15k-adapters/checkpoint-2000/optimizer.pt +3 -0
  28. whisper-lora-15k-adapters/checkpoint-2000/preprocessor_config.json +14 -0
  29. whisper-lora-15k-adapters/checkpoint-2000/rng_state.pth +3 -0
  30. whisper-lora-15k-adapters/checkpoint-2000/scheduler.pt +3 -0
  31. whisper-lora-15k-adapters/checkpoint-2000/trainer_state.json +629 -0
  32. whisper-lora-15k-adapters/checkpoint-2000/training_args.bin +3 -0
  33. whisper-lora-15k-adapters/checkpoint-2500/README.md +206 -0
  34. whisper-lora-15k-adapters/checkpoint-2500/adapter_config.json +46 -0
  35. whisper-lora-15k-adapters/checkpoint-2500/adapter_model.safetensors +3 -0
  36. whisper-lora-15k-adapters/checkpoint-2500/optimizer.pt +3 -0
  37. whisper-lora-15k-adapters/checkpoint-2500/preprocessor_config.json +14 -0
  38. whisper-lora-15k-adapters/checkpoint-2500/rng_state.pth +3 -0
  39. whisper-lora-15k-adapters/checkpoint-2500/scheduler.pt +3 -0
  40. whisper-lora-15k-adapters/checkpoint-2500/trainer_state.json +778 -0
  41. whisper-lora-15k-adapters/checkpoint-2500/training_args.bin +3 -0
  42. whisper-lora-15k-adapters/checkpoint-3000/README.md +206 -0
  43. whisper-lora-15k-adapters/checkpoint-3000/adapter_config.json +46 -0
  44. whisper-lora-15k-adapters/checkpoint-3000/adapter_model.safetensors +3 -0
  45. whisper-lora-15k-adapters/checkpoint-3000/optimizer.pt +3 -0
  46. whisper-lora-15k-adapters/checkpoint-3000/preprocessor_config.json +14 -0
  47. whisper-lora-15k-adapters/checkpoint-3000/rng_state.pth +3 -0
  48. whisper-lora-15k-adapters/checkpoint-3000/scheduler.pt +3 -0
  49. whisper-lora-15k-adapters/checkpoint-3000/trainer_state.json +927 -0
  50. whisper-lora-15k-adapters/checkpoint-3000/training_args.bin +3 -0
whisper-lora-15k-adapters/.gitattributes ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.avro filter=lfs diff=lfs merge=lfs -text
4
+ *.bin filter=lfs diff=lfs merge=lfs -text
5
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
6
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
7
+ *.ftz filter=lfs diff=lfs merge=lfs -text
8
+ *.gz filter=lfs diff=lfs merge=lfs -text
9
+ *.h5 filter=lfs diff=lfs merge=lfs -text
10
+ *.joblib filter=lfs diff=lfs merge=lfs -text
11
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
12
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
13
+ *.mds filter=lfs diff=lfs merge=lfs -text
14
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
15
+ *.model filter=lfs diff=lfs merge=lfs -text
16
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
17
+ *.npy filter=lfs diff=lfs merge=lfs -text
18
+ *.npz filter=lfs diff=lfs merge=lfs -text
19
+ *.onnx filter=lfs diff=lfs merge=lfs -text
20
+ *.ot filter=lfs diff=lfs merge=lfs -text
21
+ *.parquet filter=lfs diff=lfs merge=lfs -text
22
+ *.pb filter=lfs diff=lfs merge=lfs -text
23
+ *.pickle filter=lfs diff=lfs merge=lfs -text
24
+ *.pkl filter=lfs diff=lfs merge=lfs -text
25
+ *.pt filter=lfs diff=lfs merge=lfs -text
26
+ *.pth filter=lfs diff=lfs merge=lfs -text
27
+ *.rar filter=lfs diff=lfs merge=lfs -text
28
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
29
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
31
+ *.tar filter=lfs diff=lfs merge=lfs -text
32
+ *.tflite filter=lfs diff=lfs merge=lfs -text
33
+ *.tgz filter=lfs diff=lfs merge=lfs -text
34
+ *.wasm filter=lfs diff=lfs merge=lfs -text
35
+ *.xz filter=lfs diff=lfs merge=lfs -text
36
+ *.zip filter=lfs diff=lfs merge=lfs -text
37
+ *.zst filter=lfs diff=lfs merge=lfs -text
38
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
39
+ # Audio files - uncompressed
40
+ *.pcm filter=lfs diff=lfs merge=lfs -text
41
+ *.sam filter=lfs diff=lfs merge=lfs -text
42
+ *.raw filter=lfs diff=lfs merge=lfs -text
43
+ # Audio files - compressed
44
+ *.aac filter=lfs diff=lfs merge=lfs -text
45
+ *.flac filter=lfs diff=lfs merge=lfs -text
46
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
47
+ *.ogg filter=lfs diff=lfs merge=lfs -text
48
+ *.wav filter=lfs diff=lfs merge=lfs -text
49
+ # Image files - uncompressed
50
+ *.bmp filter=lfs diff=lfs merge=lfs -text
51
+ *.gif filter=lfs diff=lfs merge=lfs -text
52
+ *.png filter=lfs diff=lfs merge=lfs -text
53
+ *.tiff filter=lfs diff=lfs merge=lfs -text
54
+ # Image files - compressed
55
+ *.jpg filter=lfs diff=lfs merge=lfs -text
56
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
57
+ *.webp filter=lfs diff=lfs merge=lfs -text
58
+ # Video files - compressed
59
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
60
+ *.webm filter=lfs diff=lfs merge=lfs -text
whisper-lora-15k-adapters/README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: peft
4
+ base_model: bengaliAI/tugstugi_bengaliai-regional-asr_whisper-medium
5
+ tags:
6
+ - base_model:adapter:bengaliAI/tugstugi_bengaliai-regional-asr_whisper-medium
7
+ - lora
8
+ - transformers
9
+ ---
10
+ ### Framework versions
11
+
12
+ - PEFT 0.18.2.dev0
whisper-lora-15k-adapters/adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "WhisperForConditionalGeneration",
7
+ "parent_library": "transformers.models.whisper.modeling_whisper"
8
+ },
9
+ "base_model_name_or_path": "bengaliAI/tugstugi_bengaliai-regional-asr_whisper-medium",
10
+ "bias": "none",
11
+ "corda_config": null,
12
+ "ensure_weight_tying": false,
13
+ "eva_config": null,
14
+ "exclude_modules": null,
15
+ "fan_in_fan_out": false,
16
+ "inference_mode": true,
17
+ "init_lora_weights": true,
18
+ "layer_replication": null,
19
+ "layers_pattern": null,
20
+ "layers_to_transform": null,
21
+ "loftq_config": {},
22
+ "lora_alpha": 64,
23
+ "lora_bias": false,
24
+ "lora_dropout": 0.05,
25
+ "lora_ga_config": null,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.2.dev0@2cd96ed041620f74d239a0ce3f16207153c43413",
31
+ "qalora_group_size": 16,
32
+ "r": 32,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "q_proj",
37
+ "v_proj"
38
+ ],
39
+ "target_parameters": null,
40
+ "task_type": null,
41
+ "trainable_token_indices": null,
42
+ "use_bdlora": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
whisper-lora-15k-adapters/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afc1c58a0dead991f88f30d527bdb137b4da1186a7ec14a9505c174274a5a8e2
3
+ size 37789960
whisper-lora-15k-adapters/added_tokens.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<|af|>": 50327,
3
+ "<|am|>": 50334,
4
+ "<|ar|>": 50272,
5
+ "<|as|>": 50350,
6
+ "<|az|>": 50304,
7
+ "<|ba|>": 50355,
8
+ "<|be|>": 50330,
9
+ "<|bg|>": 50292,
10
+ "<|bn|>": 50302,
11
+ "<|bo|>": 50347,
12
+ "<|br|>": 50309,
13
+ "<|bs|>": 50315,
14
+ "<|ca|>": 50270,
15
+ "<|cs|>": 50283,
16
+ "<|cy|>": 50297,
17
+ "<|da|>": 50285,
18
+ "<|de|>": 50261,
19
+ "<|el|>": 50281,
20
+ "<|en|>": 50259,
21
+ "<|es|>": 50262,
22
+ "<|et|>": 50307,
23
+ "<|eu|>": 50310,
24
+ "<|fa|>": 50300,
25
+ "<|fi|>": 50277,
26
+ "<|fo|>": 50338,
27
+ "<|fr|>": 50265,
28
+ "<|gl|>": 50319,
29
+ "<|gu|>": 50333,
30
+ "<|haw|>": 50352,
31
+ "<|ha|>": 50354,
32
+ "<|he|>": 50279,
33
+ "<|hi|>": 50276,
34
+ "<|hr|>": 50291,
35
+ "<|ht|>": 50339,
36
+ "<|hu|>": 50286,
37
+ "<|hy|>": 50312,
38
+ "<|id|>": 50275,
39
+ "<|is|>": 50311,
40
+ "<|it|>": 50274,
41
+ "<|ja|>": 50266,
42
+ "<|jw|>": 50356,
43
+ "<|ka|>": 50329,
44
+ "<|kk|>": 50316,
45
+ "<|km|>": 50323,
46
+ "<|kn|>": 50306,
47
+ "<|ko|>": 50264,
48
+ "<|la|>": 50294,
49
+ "<|lb|>": 50345,
50
+ "<|ln|>": 50353,
51
+ "<|lo|>": 50336,
52
+ "<|lt|>": 50293,
53
+ "<|lv|>": 50301,
54
+ "<|mg|>": 50349,
55
+ "<|mi|>": 50295,
56
+ "<|mk|>": 50308,
57
+ "<|ml|>": 50296,
58
+ "<|mn|>": 50314,
59
+ "<|mr|>": 50320,
60
+ "<|ms|>": 50282,
61
+ "<|mt|>": 50343,
62
+ "<|my|>": 50346,
63
+ "<|ne|>": 50313,
64
+ "<|nl|>": 50271,
65
+ "<|nn|>": 50342,
66
+ "<|nocaptions|>": 50362,
67
+ "<|notimestamps|>": 50363,
68
+ "<|no|>": 50288,
69
+ "<|oc|>": 50328,
70
+ "<|pa|>": 50321,
71
+ "<|pl|>": 50269,
72
+ "<|ps|>": 50340,
73
+ "<|pt|>": 50267,
74
+ "<|ro|>": 50284,
75
+ "<|ru|>": 50263,
76
+ "<|sa|>": 50344,
77
+ "<|sd|>": 50332,
78
+ "<|si|>": 50322,
79
+ "<|sk|>": 50298,
80
+ "<|sl|>": 50305,
81
+ "<|sn|>": 50324,
82
+ "<|so|>": 50326,
83
+ "<|sq|>": 50317,
84
+ "<|sr|>": 50303,
85
+ "<|startoflm|>": 50360,
86
+ "<|startofprev|>": 50361,
87
+ "<|startoftranscript|>": 50258,
88
+ "<|su|>": 50357,
89
+ "<|sv|>": 50273,
90
+ "<|sw|>": 50318,
91
+ "<|ta|>": 50287,
92
+ "<|te|>": 50299,
93
+ "<|tg|>": 50331,
94
+ "<|th|>": 50289,
95
+ "<|tk|>": 50341,
96
+ "<|tl|>": 50348,
97
+ "<|transcribe|>": 50359,
98
+ "<|translate|>": 50358,
99
+ "<|tr|>": 50268,
100
+ "<|tt|>": 50351,
101
+ "<|uk|>": 50280,
102
+ "<|ur|>": 50290,
103
+ "<|uz|>": 50337,
104
+ "<|vi|>": 50278,
105
+ "<|yi|>": 50335,
106
+ "<|yo|>": 50325,
107
+ "<|zh|>": 50260
108
+ }
whisper-lora-15k-adapters/checkpoint-1000/README.md ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: bengaliAI/tugstugi_bengaliai-regional-asr_whisper-medium
3
+ library_name: peft
4
+ tags:
5
+ - base_model:adapter:bengaliAI/tugstugi_bengaliai-regional-asr_whisper-medium
6
+ - lora
7
+ - transformers
8
+ ---
9
+
10
+ # Model Card for Model ID
11
+
12
+ <!-- Provide a quick summary of what the model is/does. -->
13
+
14
+
15
+
16
+ ## Model Details
17
+
18
+ ### Model Description
19
+
20
+ <!-- Provide a longer summary of what this model is. -->
21
+
22
+
23
+
24
+ - **Developed by:** [More Information Needed]
25
+ - **Funded by [optional]:** [More Information Needed]
26
+ - **Shared by [optional]:** [More Information Needed]
27
+ - **Model type:** [More Information Needed]
28
+ - **Language(s) (NLP):** [More Information Needed]
29
+ - **License:** [More Information Needed]
30
+ - **Finetuned from model [optional]:** [More Information Needed]
31
+
32
+ ### Model Sources [optional]
33
+
34
+ <!-- Provide the basic links for the model. -->
35
+
36
+ - **Repository:** [More Information Needed]
37
+ - **Paper [optional]:** [More Information Needed]
38
+ - **Demo [optional]:** [More Information Needed]
39
+
40
+ ## Uses
41
+
42
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
43
+
44
+ ### Direct Use
45
+
46
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
47
+
48
+ [More Information Needed]
49
+
50
+ ### Downstream Use [optional]
51
+
52
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
53
+
54
+ [More Information Needed]
55
+
56
+ ### Out-of-Scope Use
57
+
58
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
59
+
60
+ [More Information Needed]
61
+
62
+ ## Bias, Risks, and Limitations
63
+
64
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
65
+
66
+ [More Information Needed]
67
+
68
+ ### Recommendations
69
+
70
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
71
+
72
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
73
+
74
+ ## How to Get Started with the Model
75
+
76
+ Use the code below to get started with the model.
77
+
78
+ [More Information Needed]
79
+
80
+ ## Training Details
81
+
82
+ ### Training Data
83
+
84
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
85
+
86
+ [More Information Needed]
87
+
88
+ ### Training Procedure
89
+
90
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
91
+
92
+ #### Preprocessing [optional]
93
+
94
+ [More Information Needed]
95
+
96
+
97
+ #### Training Hyperparameters
98
+
99
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
100
+
101
+ #### Speeds, Sizes, Times [optional]
102
+
103
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
104
+
105
+ [More Information Needed]
106
+
107
+ ## Evaluation
108
+
109
+ <!-- This section describes the evaluation protocols and provides the results. -->
110
+
111
+ ### Testing Data, Factors & Metrics
112
+
113
+ #### Testing Data
114
+
115
+ <!-- This should link to a Dataset Card if possible. -->
116
+
117
+ [More Information Needed]
118
+
119
+ #### Factors
120
+
121
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
122
+
123
+ [More Information Needed]
124
+
125
+ #### Metrics
126
+
127
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
128
+
129
+ [More Information Needed]
130
+
131
+ ### Results
132
+
133
+ [More Information Needed]
134
+
135
+ #### Summary
136
+
137
+
138
+
139
+ ## Model Examination [optional]
140
+
141
+ <!-- Relevant interpretability work for the model goes here -->
142
+
143
+ [More Information Needed]
144
+
145
+ ## Environmental Impact
146
+
147
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
148
+
149
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
150
+
151
+ - **Hardware Type:** [More Information Needed]
152
+ - **Hours used:** [More Information Needed]
153
+ - **Cloud Provider:** [More Information Needed]
154
+ - **Compute Region:** [More Information Needed]
155
+ - **Carbon Emitted:** [More Information Needed]
156
+
157
+ ## Technical Specifications [optional]
158
+
159
+ ### Model Architecture and Objective
160
+
161
+ [More Information Needed]
162
+
163
+ ### Compute Infrastructure
164
+
165
+ [More Information Needed]
166
+
167
+ #### Hardware
168
+
169
+ [More Information Needed]
170
+
171
+ #### Software
172
+
173
+ [More Information Needed]
174
+
175
+ ## Citation [optional]
176
+
177
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
178
+
179
+ **BibTeX:**
180
+
181
+ [More Information Needed]
182
+
183
+ **APA:**
184
+
185
+ [More Information Needed]
186
+
187
+ ## Glossary [optional]
188
+
189
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
190
+
191
+ [More Information Needed]
192
+
193
+ ## More Information [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Authors [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Contact
202
+
203
+ [More Information Needed]
204
+ ### Framework versions
205
+
206
+ - PEFT 0.18.2.dev0
whisper-lora-15k-adapters/checkpoint-1000/adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "WhisperForConditionalGeneration",
7
+ "parent_library": "transformers.models.whisper.modeling_whisper"
8
+ },
9
+ "base_model_name_or_path": "bengaliAI/tugstugi_bengaliai-regional-asr_whisper-medium",
10
+ "bias": "none",
11
+ "corda_config": null,
12
+ "ensure_weight_tying": false,
13
+ "eva_config": null,
14
+ "exclude_modules": null,
15
+ "fan_in_fan_out": false,
16
+ "inference_mode": true,
17
+ "init_lora_weights": true,
18
+ "layer_replication": null,
19
+ "layers_pattern": null,
20
+ "layers_to_transform": null,
21
+ "loftq_config": {},
22
+ "lora_alpha": 64,
23
+ "lora_bias": false,
24
+ "lora_dropout": 0.05,
25
+ "lora_ga_config": null,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.2.dev0@2cd96ed041620f74d239a0ce3f16207153c43413",
31
+ "qalora_group_size": 16,
32
+ "r": 32,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "q_proj",
37
+ "v_proj"
38
+ ],
39
+ "target_parameters": null,
40
+ "task_type": null,
41
+ "trainable_token_indices": null,
42
+ "use_bdlora": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
whisper-lora-15k-adapters/checkpoint-1000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d991d95a124289edeba42d31362ff1436a5bb2b49ca76656c20cf6b14b26bbf
3
+ size 37789960
whisper-lora-15k-adapters/checkpoint-1000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53be23e25717399e5ea8a3b6fb2affb4ac87542677f06f79afcb8c31992ea73e
3
+ size 50493579
whisper-lora-15k-adapters/checkpoint-1000/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
+ }
whisper-lora-15k-adapters/checkpoint-1000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a03bd660100f3305403b46bd479ceb0aa62a7ed4fd386388fba301cfea86bf7f
3
+ size 14709
whisper-lora-15k-adapters/checkpoint-1000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64d740b7865bf12c5afd64c468bcc4f0bd78a321d3cbe4d8e698729e5cbb6c9b
3
+ size 1465
whisper-lora-15k-adapters/checkpoint-1000/trainer_state.json ADDED
@@ -0,0 +1,331 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 34.90263315191745,
3
+ "best_model_checkpoint": "./whisper-lora-15k-adapters/checkpoint-1000",
4
+ "epoch": 1.17096018735363,
5
+ "eval_steps": 500,
6
+ "global_step": 1000,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.02927400468384075,
13
+ "grad_norm": 0.49275097250938416,
14
+ "learning_rate": 0.0005,
15
+ "loss": 0.9988,
16
+ "step": 25
17
+ },
18
+ {
19
+ "epoch": 0.0585480093676815,
20
+ "grad_norm": 0.5272337794303894,
21
+ "learning_rate": 0.001,
22
+ "loss": 0.754,
23
+ "step": 50
24
+ },
25
+ {
26
+ "epoch": 0.08782201405152225,
27
+ "grad_norm": 0.4221147298812866,
28
+ "learning_rate": 0.0009925727866904337,
29
+ "loss": 0.6045,
30
+ "step": 75
31
+ },
32
+ {
33
+ "epoch": 0.117096018735363,
34
+ "grad_norm": 0.30049410462379456,
35
+ "learning_rate": 0.0009851455733808675,
36
+ "loss": 0.6137,
37
+ "step": 100
38
+ },
39
+ {
40
+ "epoch": 0.14637002341920374,
41
+ "grad_norm": 0.34277957677841187,
42
+ "learning_rate": 0.0009777183600713012,
43
+ "loss": 0.6348,
44
+ "step": 125
45
+ },
46
+ {
47
+ "epoch": 0.1756440281030445,
48
+ "grad_norm": 0.8166279196739197,
49
+ "learning_rate": 0.000970291146761735,
50
+ "loss": 0.6599,
51
+ "step": 150
52
+ },
53
+ {
54
+ "epoch": 0.20491803278688525,
55
+ "grad_norm": 0.5421469211578369,
56
+ "learning_rate": 0.0009628639334521688,
57
+ "loss": 0.6297,
58
+ "step": 175
59
+ },
60
+ {
61
+ "epoch": 0.234192037470726,
62
+ "grad_norm": 0.5719662308692932,
63
+ "learning_rate": 0.0009554367201426025,
64
+ "loss": 0.6566,
65
+ "step": 200
66
+ },
67
+ {
68
+ "epoch": 0.26346604215456676,
69
+ "grad_norm": 0.4597041606903076,
70
+ "learning_rate": 0.0009480095068330362,
71
+ "loss": 0.6108,
72
+ "step": 225
73
+ },
74
+ {
75
+ "epoch": 0.2927400468384075,
76
+ "grad_norm": 0.303480863571167,
77
+ "learning_rate": 0.00094058229352347,
78
+ "loss": 0.5868,
79
+ "step": 250
80
+ },
81
+ {
82
+ "epoch": 0.32201405152224827,
83
+ "grad_norm": 0.35486990213394165,
84
+ "learning_rate": 0.0009331550802139037,
85
+ "loss": 0.6076,
86
+ "step": 275
87
+ },
88
+ {
89
+ "epoch": 0.351288056206089,
90
+ "grad_norm": 0.5772029161453247,
91
+ "learning_rate": 0.0009257278669043375,
92
+ "loss": 0.6243,
93
+ "step": 300
94
+ },
95
+ {
96
+ "epoch": 0.3805620608899297,
97
+ "grad_norm": 0.32380449771881104,
98
+ "learning_rate": 0.0009183006535947712,
99
+ "loss": 0.6142,
100
+ "step": 325
101
+ },
102
+ {
103
+ "epoch": 0.4098360655737705,
104
+ "grad_norm": 0.2743474245071411,
105
+ "learning_rate": 0.000910873440285205,
106
+ "loss": 0.5561,
107
+ "step": 350
108
+ },
109
+ {
110
+ "epoch": 0.43911007025761123,
111
+ "grad_norm": 0.4696587026119232,
112
+ "learning_rate": 0.0009034462269756387,
113
+ "loss": 0.6096,
114
+ "step": 375
115
+ },
116
+ {
117
+ "epoch": 0.468384074941452,
118
+ "grad_norm": 0.3656092584133148,
119
+ "learning_rate": 0.0008960190136660726,
120
+ "loss": 0.6609,
121
+ "step": 400
122
+ },
123
+ {
124
+ "epoch": 0.49765807962529274,
125
+ "grad_norm": 0.704386293888092,
126
+ "learning_rate": 0.0008885918003565062,
127
+ "loss": 0.565,
128
+ "step": 425
129
+ },
130
+ {
131
+ "epoch": 0.5269320843091335,
132
+ "grad_norm": 0.6060842871665955,
133
+ "learning_rate": 0.0008811645870469401,
134
+ "loss": 0.6572,
135
+ "step": 450
136
+ },
137
+ {
138
+ "epoch": 0.5562060889929742,
139
+ "grad_norm": 0.4069805443286896,
140
+ "learning_rate": 0.0008737373737373737,
141
+ "loss": 0.557,
142
+ "step": 475
143
+ },
144
+ {
145
+ "epoch": 0.585480093676815,
146
+ "grad_norm": 0.45368218421936035,
147
+ "learning_rate": 0.0008663101604278076,
148
+ "loss": 0.5793,
149
+ "step": 500
150
+ },
151
+ {
152
+ "epoch": 0.585480093676815,
153
+ "eval_loss": 0.546061635017395,
154
+ "eval_runtime": 12387.0635,
155
+ "eval_samples_per_second": 0.123,
156
+ "eval_steps_per_second": 0.008,
157
+ "eval_wer": 37.98093560260484,
158
+ "step": 500
159
+ },
160
+ {
161
+ "epoch": 0.6147540983606558,
162
+ "grad_norm": 0.5809288620948792,
163
+ "learning_rate": 0.0008588829471182412,
164
+ "loss": 0.5512,
165
+ "step": 525
166
+ },
167
+ {
168
+ "epoch": 0.6440281030444965,
169
+ "grad_norm": 0.9479708671569824,
170
+ "learning_rate": 0.000851455733808675,
171
+ "loss": 0.6098,
172
+ "step": 550
173
+ },
174
+ {
175
+ "epoch": 0.6733021077283372,
176
+ "grad_norm": 0.38643014430999756,
177
+ "learning_rate": 0.0008440285204991087,
178
+ "loss": 0.5915,
179
+ "step": 575
180
+ },
181
+ {
182
+ "epoch": 0.702576112412178,
183
+ "grad_norm": 0.5177704095840454,
184
+ "learning_rate": 0.0008366013071895425,
185
+ "loss": 0.5909,
186
+ "step": 600
187
+ },
188
+ {
189
+ "epoch": 0.7318501170960188,
190
+ "grad_norm": 0.39607977867126465,
191
+ "learning_rate": 0.0008291740938799762,
192
+ "loss": 0.5783,
193
+ "step": 625
194
+ },
195
+ {
196
+ "epoch": 0.7611241217798594,
197
+ "grad_norm": 0.5243889689445496,
198
+ "learning_rate": 0.00082174688057041,
199
+ "loss": 0.5573,
200
+ "step": 650
201
+ },
202
+ {
203
+ "epoch": 0.7903981264637002,
204
+ "grad_norm": 0.38120409846305847,
205
+ "learning_rate": 0.0008143196672608437,
206
+ "loss": 0.6463,
207
+ "step": 675
208
+ },
209
+ {
210
+ "epoch": 0.819672131147541,
211
+ "grad_norm": 0.3815406858921051,
212
+ "learning_rate": 0.0008068924539512775,
213
+ "loss": 0.6244,
214
+ "step": 700
215
+ },
216
+ {
217
+ "epoch": 0.8489461358313818,
218
+ "grad_norm": 0.49876636266708374,
219
+ "learning_rate": 0.0007994652406417113,
220
+ "loss": 0.6347,
221
+ "step": 725
222
+ },
223
+ {
224
+ "epoch": 0.8782201405152225,
225
+ "grad_norm": 0.36918649077415466,
226
+ "learning_rate": 0.000792038027332145,
227
+ "loss": 0.5391,
228
+ "step": 750
229
+ },
230
+ {
231
+ "epoch": 0.9074941451990632,
232
+ "grad_norm": 0.4347202479839325,
233
+ "learning_rate": 0.0007846108140225788,
234
+ "loss": 0.6166,
235
+ "step": 775
236
+ },
237
+ {
238
+ "epoch": 0.936768149882904,
239
+ "grad_norm": 0.4877653419971466,
240
+ "learning_rate": 0.0007771836007130125,
241
+ "loss": 0.5318,
242
+ "step": 800
243
+ },
244
+ {
245
+ "epoch": 0.9660421545667447,
246
+ "grad_norm": 0.40555697679519653,
247
+ "learning_rate": 0.0007697563874034463,
248
+ "loss": 0.5867,
249
+ "step": 825
250
+ },
251
+ {
252
+ "epoch": 0.9953161592505855,
253
+ "grad_norm": 0.47605931758880615,
254
+ "learning_rate": 0.00076232917409388,
255
+ "loss": 0.578,
256
+ "step": 850
257
+ },
258
+ {
259
+ "epoch": 1.0245901639344261,
260
+ "grad_norm": 0.43946486711502075,
261
+ "learning_rate": 0.0007549019607843137,
262
+ "loss": 0.4755,
263
+ "step": 875
264
+ },
265
+ {
266
+ "epoch": 1.053864168618267,
267
+ "grad_norm": 0.3787698745727539,
268
+ "learning_rate": 0.0007474747474747475,
269
+ "loss": 0.554,
270
+ "step": 900
271
+ },
272
+ {
273
+ "epoch": 1.0831381733021077,
274
+ "grad_norm": 0.41880446672439575,
275
+ "learning_rate": 0.0007400475341651812,
276
+ "loss": 0.4911,
277
+ "step": 925
278
+ },
279
+ {
280
+ "epoch": 1.1124121779859484,
281
+ "grad_norm": 0.4066482484340668,
282
+ "learning_rate": 0.000732620320855615,
283
+ "loss": 0.5064,
284
+ "step": 950
285
+ },
286
+ {
287
+ "epoch": 1.1416861826697893,
288
+ "grad_norm": 0.2495754361152649,
289
+ "learning_rate": 0.0007251931075460487,
290
+ "loss": 0.5102,
291
+ "step": 975
292
+ },
293
+ {
294
+ "epoch": 1.17096018735363,
295
+ "grad_norm": 0.44539883732795715,
296
+ "learning_rate": 0.0007177658942364825,
297
+ "loss": 0.4371,
298
+ "step": 1000
299
+ },
300
+ {
301
+ "epoch": 1.17096018735363,
302
+ "eval_loss": 0.5167025923728943,
303
+ "eval_runtime": 12236.3244,
304
+ "eval_samples_per_second": 0.124,
305
+ "eval_steps_per_second": 0.008,
306
+ "eval_wer": 34.90263315191745,
307
+ "step": 1000
308
+ }
309
+ ],
310
+ "logging_steps": 25,
311
+ "max_steps": 3416,
312
+ "num_input_tokens_seen": 0,
313
+ "num_train_epochs": 4,
314
+ "save_steps": 500,
315
+ "stateful_callbacks": {
316
+ "TrainerControl": {
317
+ "args": {
318
+ "should_epoch_stop": false,
319
+ "should_evaluate": false,
320
+ "should_log": false,
321
+ "should_save": true,
322
+ "should_training_stop": false
323
+ },
324
+ "attributes": {}
325
+ }
326
+ },
327
+ "total_flos": 1.654711123968e+19,
328
+ "train_batch_size": 16,
329
+ "trial_name": null,
330
+ "trial_params": null
331
+ }
whisper-lora-15k-adapters/checkpoint-1000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6338c51b6d2ccde18241798a5a7f1ef4f41a53fac8fcc06c66fc91b7a5c6eadc
3
+ size 5777
whisper-lora-15k-adapters/checkpoint-1500/README.md ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: bengaliAI/tugstugi_bengaliai-regional-asr_whisper-medium
3
+ library_name: peft
4
+ tags:
5
+ - base_model:adapter:bengaliAI/tugstugi_bengaliai-regional-asr_whisper-medium
6
+ - lora
7
+ - transformers
8
+ ---
9
+
10
+ # Model Card for Model ID
11
+
12
+ <!-- Provide a quick summary of what the model is/does. -->
13
+
14
+
15
+
16
+ ## Model Details
17
+
18
+ ### Model Description
19
+
20
+ <!-- Provide a longer summary of what this model is. -->
21
+
22
+
23
+
24
+ - **Developed by:** [More Information Needed]
25
+ - **Funded by [optional]:** [More Information Needed]
26
+ - **Shared by [optional]:** [More Information Needed]
27
+ - **Model type:** [More Information Needed]
28
+ - **Language(s) (NLP):** [More Information Needed]
29
+ - **License:** [More Information Needed]
30
+ - **Finetuned from model [optional]:** [More Information Needed]
31
+
32
+ ### Model Sources [optional]
33
+
34
+ <!-- Provide the basic links for the model. -->
35
+
36
+ - **Repository:** [More Information Needed]
37
+ - **Paper [optional]:** [More Information Needed]
38
+ - **Demo [optional]:** [More Information Needed]
39
+
40
+ ## Uses
41
+
42
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
43
+
44
+ ### Direct Use
45
+
46
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
47
+
48
+ [More Information Needed]
49
+
50
+ ### Downstream Use [optional]
51
+
52
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
53
+
54
+ [More Information Needed]
55
+
56
+ ### Out-of-Scope Use
57
+
58
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
59
+
60
+ [More Information Needed]
61
+
62
+ ## Bias, Risks, and Limitations
63
+
64
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
65
+
66
+ [More Information Needed]
67
+
68
+ ### Recommendations
69
+
70
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
71
+
72
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
73
+
74
+ ## How to Get Started with the Model
75
+
76
+ Use the code below to get started with the model.
77
+
78
+ [More Information Needed]
79
+
80
+ ## Training Details
81
+
82
+ ### Training Data
83
+
84
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
85
+
86
+ [More Information Needed]
87
+
88
+ ### Training Procedure
89
+
90
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
91
+
92
+ #### Preprocessing [optional]
93
+
94
+ [More Information Needed]
95
+
96
+
97
+ #### Training Hyperparameters
98
+
99
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
100
+
101
+ #### Speeds, Sizes, Times [optional]
102
+
103
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
104
+
105
+ [More Information Needed]
106
+
107
+ ## Evaluation
108
+
109
+ <!-- This section describes the evaluation protocols and provides the results. -->
110
+
111
+ ### Testing Data, Factors & Metrics
112
+
113
+ #### Testing Data
114
+
115
+ <!-- This should link to a Dataset Card if possible. -->
116
+
117
+ [More Information Needed]
118
+
119
+ #### Factors
120
+
121
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
122
+
123
+ [More Information Needed]
124
+
125
+ #### Metrics
126
+
127
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
128
+
129
+ [More Information Needed]
130
+
131
+ ### Results
132
+
133
+ [More Information Needed]
134
+
135
+ #### Summary
136
+
137
+
138
+
139
+ ## Model Examination [optional]
140
+
141
+ <!-- Relevant interpretability work for the model goes here -->
142
+
143
+ [More Information Needed]
144
+
145
+ ## Environmental Impact
146
+
147
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
148
+
149
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
150
+
151
+ - **Hardware Type:** [More Information Needed]
152
+ - **Hours used:** [More Information Needed]
153
+ - **Cloud Provider:** [More Information Needed]
154
+ - **Compute Region:** [More Information Needed]
155
+ - **Carbon Emitted:** [More Information Needed]
156
+
157
+ ## Technical Specifications [optional]
158
+
159
+ ### Model Architecture and Objective
160
+
161
+ [More Information Needed]
162
+
163
+ ### Compute Infrastructure
164
+
165
+ [More Information Needed]
166
+
167
+ #### Hardware
168
+
169
+ [More Information Needed]
170
+
171
+ #### Software
172
+
173
+ [More Information Needed]
174
+
175
+ ## Citation [optional]
176
+
177
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
178
+
179
+ **BibTeX:**
180
+
181
+ [More Information Needed]
182
+
183
+ **APA:**
184
+
185
+ [More Information Needed]
186
+
187
+ ## Glossary [optional]
188
+
189
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
190
+
191
+ [More Information Needed]
192
+
193
+ ## More Information [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Authors [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Contact
202
+
203
+ [More Information Needed]
204
+ ### Framework versions
205
+
206
+ - PEFT 0.18.2.dev0
whisper-lora-15k-adapters/checkpoint-1500/adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "WhisperForConditionalGeneration",
7
+ "parent_library": "transformers.models.whisper.modeling_whisper"
8
+ },
9
+ "base_model_name_or_path": "bengaliAI/tugstugi_bengaliai-regional-asr_whisper-medium",
10
+ "bias": "none",
11
+ "corda_config": null,
12
+ "ensure_weight_tying": false,
13
+ "eva_config": null,
14
+ "exclude_modules": null,
15
+ "fan_in_fan_out": false,
16
+ "inference_mode": true,
17
+ "init_lora_weights": true,
18
+ "layer_replication": null,
19
+ "layers_pattern": null,
20
+ "layers_to_transform": null,
21
+ "loftq_config": {},
22
+ "lora_alpha": 64,
23
+ "lora_bias": false,
24
+ "lora_dropout": 0.05,
25
+ "lora_ga_config": null,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.2.dev0@2cd96ed041620f74d239a0ce3f16207153c43413",
31
+ "qalora_group_size": 16,
32
+ "r": 32,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "v_proj",
37
+ "q_proj"
38
+ ],
39
+ "target_parameters": null,
40
+ "task_type": null,
41
+ "trainable_token_indices": null,
42
+ "use_bdlora": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
whisper-lora-15k-adapters/checkpoint-1500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ec14ade35d60d73e00deb32a0e513b65f3cf07391f27697148de99999925bd6
3
+ size 37789960
whisper-lora-15k-adapters/checkpoint-1500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a28345db98b15d4a2e51966cf1690de3815d10251e964f665d639612b3567da
3
+ size 50493579
whisper-lora-15k-adapters/checkpoint-1500/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
+ }
whisper-lora-15k-adapters/checkpoint-1500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d5a8ffe3b4810d14a3afee01109b7f55054ed831741e36b146372d43a92103b
3
+ size 14709
whisper-lora-15k-adapters/checkpoint-1500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9abf5cf8851aaa76dbbf5d0d9aa1879ab9337f66dae556a576511bccfb542873
3
+ size 1465
whisper-lora-15k-adapters/checkpoint-1500/trainer_state.json ADDED
@@ -0,0 +1,480 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 34.90263315191745,
3
+ "best_model_checkpoint": "./whisper-lora-15k-adapters/checkpoint-1000",
4
+ "epoch": 1.756440281030445,
5
+ "eval_steps": 500,
6
+ "global_step": 1500,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.02927400468384075,
13
+ "grad_norm": 0.49275097250938416,
14
+ "learning_rate": 0.0005,
15
+ "loss": 0.9988,
16
+ "step": 25
17
+ },
18
+ {
19
+ "epoch": 0.0585480093676815,
20
+ "grad_norm": 0.5272337794303894,
21
+ "learning_rate": 0.001,
22
+ "loss": 0.754,
23
+ "step": 50
24
+ },
25
+ {
26
+ "epoch": 0.08782201405152225,
27
+ "grad_norm": 0.4221147298812866,
28
+ "learning_rate": 0.0009925727866904337,
29
+ "loss": 0.6045,
30
+ "step": 75
31
+ },
32
+ {
33
+ "epoch": 0.117096018735363,
34
+ "grad_norm": 0.30049410462379456,
35
+ "learning_rate": 0.0009851455733808675,
36
+ "loss": 0.6137,
37
+ "step": 100
38
+ },
39
+ {
40
+ "epoch": 0.14637002341920374,
41
+ "grad_norm": 0.34277957677841187,
42
+ "learning_rate": 0.0009777183600713012,
43
+ "loss": 0.6348,
44
+ "step": 125
45
+ },
46
+ {
47
+ "epoch": 0.1756440281030445,
48
+ "grad_norm": 0.8166279196739197,
49
+ "learning_rate": 0.000970291146761735,
50
+ "loss": 0.6599,
51
+ "step": 150
52
+ },
53
+ {
54
+ "epoch": 0.20491803278688525,
55
+ "grad_norm": 0.5421469211578369,
56
+ "learning_rate": 0.0009628639334521688,
57
+ "loss": 0.6297,
58
+ "step": 175
59
+ },
60
+ {
61
+ "epoch": 0.234192037470726,
62
+ "grad_norm": 0.5719662308692932,
63
+ "learning_rate": 0.0009554367201426025,
64
+ "loss": 0.6566,
65
+ "step": 200
66
+ },
67
+ {
68
+ "epoch": 0.26346604215456676,
69
+ "grad_norm": 0.4597041606903076,
70
+ "learning_rate": 0.0009480095068330362,
71
+ "loss": 0.6108,
72
+ "step": 225
73
+ },
74
+ {
75
+ "epoch": 0.2927400468384075,
76
+ "grad_norm": 0.303480863571167,
77
+ "learning_rate": 0.00094058229352347,
78
+ "loss": 0.5868,
79
+ "step": 250
80
+ },
81
+ {
82
+ "epoch": 0.32201405152224827,
83
+ "grad_norm": 0.35486990213394165,
84
+ "learning_rate": 0.0009331550802139037,
85
+ "loss": 0.6076,
86
+ "step": 275
87
+ },
88
+ {
89
+ "epoch": 0.351288056206089,
90
+ "grad_norm": 0.5772029161453247,
91
+ "learning_rate": 0.0009257278669043375,
92
+ "loss": 0.6243,
93
+ "step": 300
94
+ },
95
+ {
96
+ "epoch": 0.3805620608899297,
97
+ "grad_norm": 0.32380449771881104,
98
+ "learning_rate": 0.0009183006535947712,
99
+ "loss": 0.6142,
100
+ "step": 325
101
+ },
102
+ {
103
+ "epoch": 0.4098360655737705,
104
+ "grad_norm": 0.2743474245071411,
105
+ "learning_rate": 0.000910873440285205,
106
+ "loss": 0.5561,
107
+ "step": 350
108
+ },
109
+ {
110
+ "epoch": 0.43911007025761123,
111
+ "grad_norm": 0.4696587026119232,
112
+ "learning_rate": 0.0009034462269756387,
113
+ "loss": 0.6096,
114
+ "step": 375
115
+ },
116
+ {
117
+ "epoch": 0.468384074941452,
118
+ "grad_norm": 0.3656092584133148,
119
+ "learning_rate": 0.0008960190136660726,
120
+ "loss": 0.6609,
121
+ "step": 400
122
+ },
123
+ {
124
+ "epoch": 0.49765807962529274,
125
+ "grad_norm": 0.704386293888092,
126
+ "learning_rate": 0.0008885918003565062,
127
+ "loss": 0.565,
128
+ "step": 425
129
+ },
130
+ {
131
+ "epoch": 0.5269320843091335,
132
+ "grad_norm": 0.6060842871665955,
133
+ "learning_rate": 0.0008811645870469401,
134
+ "loss": 0.6572,
135
+ "step": 450
136
+ },
137
+ {
138
+ "epoch": 0.5562060889929742,
139
+ "grad_norm": 0.4069805443286896,
140
+ "learning_rate": 0.0008737373737373737,
141
+ "loss": 0.557,
142
+ "step": 475
143
+ },
144
+ {
145
+ "epoch": 0.585480093676815,
146
+ "grad_norm": 0.45368218421936035,
147
+ "learning_rate": 0.0008663101604278076,
148
+ "loss": 0.5793,
149
+ "step": 500
150
+ },
151
+ {
152
+ "epoch": 0.585480093676815,
153
+ "eval_loss": 0.546061635017395,
154
+ "eval_runtime": 12387.0635,
155
+ "eval_samples_per_second": 0.123,
156
+ "eval_steps_per_second": 0.008,
157
+ "eval_wer": 37.98093560260484,
158
+ "step": 500
159
+ },
160
+ {
161
+ "epoch": 0.6147540983606558,
162
+ "grad_norm": 0.5809288620948792,
163
+ "learning_rate": 0.0008588829471182412,
164
+ "loss": 0.5512,
165
+ "step": 525
166
+ },
167
+ {
168
+ "epoch": 0.6440281030444965,
169
+ "grad_norm": 0.9479708671569824,
170
+ "learning_rate": 0.000851455733808675,
171
+ "loss": 0.6098,
172
+ "step": 550
173
+ },
174
+ {
175
+ "epoch": 0.6733021077283372,
176
+ "grad_norm": 0.38643014430999756,
177
+ "learning_rate": 0.0008440285204991087,
178
+ "loss": 0.5915,
179
+ "step": 575
180
+ },
181
+ {
182
+ "epoch": 0.702576112412178,
183
+ "grad_norm": 0.5177704095840454,
184
+ "learning_rate": 0.0008366013071895425,
185
+ "loss": 0.5909,
186
+ "step": 600
187
+ },
188
+ {
189
+ "epoch": 0.7318501170960188,
190
+ "grad_norm": 0.39607977867126465,
191
+ "learning_rate": 0.0008291740938799762,
192
+ "loss": 0.5783,
193
+ "step": 625
194
+ },
195
+ {
196
+ "epoch": 0.7611241217798594,
197
+ "grad_norm": 0.5243889689445496,
198
+ "learning_rate": 0.00082174688057041,
199
+ "loss": 0.5573,
200
+ "step": 650
201
+ },
202
+ {
203
+ "epoch": 0.7903981264637002,
204
+ "grad_norm": 0.38120409846305847,
205
+ "learning_rate": 0.0008143196672608437,
206
+ "loss": 0.6463,
207
+ "step": 675
208
+ },
209
+ {
210
+ "epoch": 0.819672131147541,
211
+ "grad_norm": 0.3815406858921051,
212
+ "learning_rate": 0.0008068924539512775,
213
+ "loss": 0.6244,
214
+ "step": 700
215
+ },
216
+ {
217
+ "epoch": 0.8489461358313818,
218
+ "grad_norm": 0.49876636266708374,
219
+ "learning_rate": 0.0007994652406417113,
220
+ "loss": 0.6347,
221
+ "step": 725
222
+ },
223
+ {
224
+ "epoch": 0.8782201405152225,
225
+ "grad_norm": 0.36918649077415466,
226
+ "learning_rate": 0.000792038027332145,
227
+ "loss": 0.5391,
228
+ "step": 750
229
+ },
230
+ {
231
+ "epoch": 0.9074941451990632,
232
+ "grad_norm": 0.4347202479839325,
233
+ "learning_rate": 0.0007846108140225788,
234
+ "loss": 0.6166,
235
+ "step": 775
236
+ },
237
+ {
238
+ "epoch": 0.936768149882904,
239
+ "grad_norm": 0.4877653419971466,
240
+ "learning_rate": 0.0007771836007130125,
241
+ "loss": 0.5318,
242
+ "step": 800
243
+ },
244
+ {
245
+ "epoch": 0.9660421545667447,
246
+ "grad_norm": 0.40555697679519653,
247
+ "learning_rate": 0.0007697563874034463,
248
+ "loss": 0.5867,
249
+ "step": 825
250
+ },
251
+ {
252
+ "epoch": 0.9953161592505855,
253
+ "grad_norm": 0.47605931758880615,
254
+ "learning_rate": 0.00076232917409388,
255
+ "loss": 0.578,
256
+ "step": 850
257
+ },
258
+ {
259
+ "epoch": 1.0245901639344261,
260
+ "grad_norm": 0.43946486711502075,
261
+ "learning_rate": 0.0007549019607843137,
262
+ "loss": 0.4755,
263
+ "step": 875
264
+ },
265
+ {
266
+ "epoch": 1.053864168618267,
267
+ "grad_norm": 0.3787698745727539,
268
+ "learning_rate": 0.0007474747474747475,
269
+ "loss": 0.554,
270
+ "step": 900
271
+ },
272
+ {
273
+ "epoch": 1.0831381733021077,
274
+ "grad_norm": 0.41880446672439575,
275
+ "learning_rate": 0.0007400475341651812,
276
+ "loss": 0.4911,
277
+ "step": 925
278
+ },
279
+ {
280
+ "epoch": 1.1124121779859484,
281
+ "grad_norm": 0.4066482484340668,
282
+ "learning_rate": 0.000732620320855615,
283
+ "loss": 0.5064,
284
+ "step": 950
285
+ },
286
+ {
287
+ "epoch": 1.1416861826697893,
288
+ "grad_norm": 0.2495754361152649,
289
+ "learning_rate": 0.0007251931075460487,
290
+ "loss": 0.5102,
291
+ "step": 975
292
+ },
293
+ {
294
+ "epoch": 1.17096018735363,
295
+ "grad_norm": 0.44539883732795715,
296
+ "learning_rate": 0.0007177658942364825,
297
+ "loss": 0.4371,
298
+ "step": 1000
299
+ },
300
+ {
301
+ "epoch": 1.17096018735363,
302
+ "eval_loss": 0.5167025923728943,
303
+ "eval_runtime": 12236.3244,
304
+ "eval_samples_per_second": 0.124,
305
+ "eval_steps_per_second": 0.008,
306
+ "eval_wer": 34.90263315191745,
307
+ "step": 1000
308
+ },
309
+ {
310
+ "epoch": 1.2002341920374708,
311
+ "grad_norm": 0.4373762905597687,
312
+ "learning_rate": 0.0007103386809269162,
313
+ "loss": 0.5205,
314
+ "step": 1025
315
+ },
316
+ {
317
+ "epoch": 1.2295081967213115,
318
+ "grad_norm": 0.4179486632347107,
319
+ "learning_rate": 0.0007029114676173501,
320
+ "loss": 0.5313,
321
+ "step": 1050
322
+ },
323
+ {
324
+ "epoch": 1.2587822014051522,
325
+ "grad_norm": 0.45639654994010925,
326
+ "learning_rate": 0.0006954842543077837,
327
+ "loss": 0.5617,
328
+ "step": 1075
329
+ },
330
+ {
331
+ "epoch": 1.288056206088993,
332
+ "grad_norm": 0.3721451461315155,
333
+ "learning_rate": 0.0006880570409982176,
334
+ "loss": 0.4312,
335
+ "step": 1100
336
+ },
337
+ {
338
+ "epoch": 1.3173302107728337,
339
+ "grad_norm": 0.5349363088607788,
340
+ "learning_rate": 0.0006806298276886512,
341
+ "loss": 0.4598,
342
+ "step": 1125
343
+ },
344
+ {
345
+ "epoch": 1.3466042154566744,
346
+ "grad_norm": 0.5650537610054016,
347
+ "learning_rate": 0.0006732026143790851,
348
+ "loss": 0.5108,
349
+ "step": 1150
350
+ },
351
+ {
352
+ "epoch": 1.3758782201405153,
353
+ "grad_norm": 0.39053699374198914,
354
+ "learning_rate": 0.0006657754010695187,
355
+ "loss": 0.545,
356
+ "step": 1175
357
+ },
358
+ {
359
+ "epoch": 1.405152224824356,
360
+ "grad_norm": 0.38576140999794006,
361
+ "learning_rate": 0.0006583481877599526,
362
+ "loss": 0.5929,
363
+ "step": 1200
364
+ },
365
+ {
366
+ "epoch": 1.4344262295081966,
367
+ "grad_norm": 0.5037420988082886,
368
+ "learning_rate": 0.0006509209744503862,
369
+ "loss": 0.5336,
370
+ "step": 1225
371
+ },
372
+ {
373
+ "epoch": 1.4637002341920375,
374
+ "grad_norm": 0.48775750398635864,
375
+ "learning_rate": 0.00064349376114082,
376
+ "loss": 0.5012,
377
+ "step": 1250
378
+ },
379
+ {
380
+ "epoch": 1.4929742388758782,
381
+ "grad_norm": 0.27323758602142334,
382
+ "learning_rate": 0.0006360665478312537,
383
+ "loss": 0.529,
384
+ "step": 1275
385
+ },
386
+ {
387
+ "epoch": 1.5222482435597189,
388
+ "grad_norm": 0.44582176208496094,
389
+ "learning_rate": 0.0006286393345216874,
390
+ "loss": 0.4993,
391
+ "step": 1300
392
+ },
393
+ {
394
+ "epoch": 1.5515222482435598,
395
+ "grad_norm": 0.4263412654399872,
396
+ "learning_rate": 0.0006212121212121212,
397
+ "loss": 0.5914,
398
+ "step": 1325
399
+ },
400
+ {
401
+ "epoch": 1.5807962529274004,
402
+ "grad_norm": 0.43889227509498596,
403
+ "learning_rate": 0.0006137849079025549,
404
+ "loss": 0.5004,
405
+ "step": 1350
406
+ },
407
+ {
408
+ "epoch": 1.6100702576112411,
409
+ "grad_norm": 0.4256519377231598,
410
+ "learning_rate": 0.0006063576945929888,
411
+ "loss": 0.5172,
412
+ "step": 1375
413
+ },
414
+ {
415
+ "epoch": 1.639344262295082,
416
+ "grad_norm": 0.5018269419670105,
417
+ "learning_rate": 0.0005989304812834224,
418
+ "loss": 0.4943,
419
+ "step": 1400
420
+ },
421
+ {
422
+ "epoch": 1.6686182669789227,
423
+ "grad_norm": 0.3621992766857147,
424
+ "learning_rate": 0.0005915032679738563,
425
+ "loss": 0.5243,
426
+ "step": 1425
427
+ },
428
+ {
429
+ "epoch": 1.6978922716627634,
430
+ "grad_norm": 0.33811846375465393,
431
+ "learning_rate": 0.0005840760546642899,
432
+ "loss": 0.5376,
433
+ "step": 1450
434
+ },
435
+ {
436
+ "epoch": 1.7271662763466042,
437
+ "grad_norm": 0.4339434802532196,
438
+ "learning_rate": 0.0005766488413547238,
439
+ "loss": 0.5507,
440
+ "step": 1475
441
+ },
442
+ {
443
+ "epoch": 1.756440281030445,
444
+ "grad_norm": 0.42697080969810486,
445
+ "learning_rate": 0.0005692216280451574,
446
+ "loss": 0.4969,
447
+ "step": 1500
448
+ },
449
+ {
450
+ "epoch": 1.756440281030445,
451
+ "eval_loss": 0.467955082654953,
452
+ "eval_runtime": 12364.0154,
453
+ "eval_samples_per_second": 0.123,
454
+ "eval_steps_per_second": 0.008,
455
+ "eval_wer": 35.736752191336834,
456
+ "step": 1500
457
+ }
458
+ ],
459
+ "logging_steps": 25,
460
+ "max_steps": 3416,
461
+ "num_input_tokens_seen": 0,
462
+ "num_train_epochs": 4,
463
+ "save_steps": 500,
464
+ "stateful_callbacks": {
465
+ "TrainerControl": {
466
+ "args": {
467
+ "should_epoch_stop": false,
468
+ "should_evaluate": false,
469
+ "should_log": false,
470
+ "should_save": true,
471
+ "should_training_stop": false
472
+ },
473
+ "attributes": {}
474
+ }
475
+ },
476
+ "total_flos": 2.482066685952e+19,
477
+ "train_batch_size": 16,
478
+ "trial_name": null,
479
+ "trial_params": null
480
+ }
whisper-lora-15k-adapters/checkpoint-1500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9da214f6f9e23606c797b444b0bba3b25341ba2f4f0a4104f24727f9fe14c9e
3
+ size 5841
whisper-lora-15k-adapters/checkpoint-2000/README.md ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: bengaliAI/tugstugi_bengaliai-regional-asr_whisper-medium
3
+ library_name: peft
4
+ tags:
5
+ - base_model:adapter:bengaliAI/tugstugi_bengaliai-regional-asr_whisper-medium
6
+ - lora
7
+ - transformers
8
+ ---
9
+
10
+ # Model Card for Model ID
11
+
12
+ <!-- Provide a quick summary of what the model is/does. -->
13
+
14
+
15
+
16
+ ## Model Details
17
+
18
+ ### Model Description
19
+
20
+ <!-- Provide a longer summary of what this model is. -->
21
+
22
+
23
+
24
+ - **Developed by:** [More Information Needed]
25
+ - **Funded by [optional]:** [More Information Needed]
26
+ - **Shared by [optional]:** [More Information Needed]
27
+ - **Model type:** [More Information Needed]
28
+ - **Language(s) (NLP):** [More Information Needed]
29
+ - **License:** [More Information Needed]
30
+ - **Finetuned from model [optional]:** [More Information Needed]
31
+
32
+ ### Model Sources [optional]
33
+
34
+ <!-- Provide the basic links for the model. -->
35
+
36
+ - **Repository:** [More Information Needed]
37
+ - **Paper [optional]:** [More Information Needed]
38
+ - **Demo [optional]:** [More Information Needed]
39
+
40
+ ## Uses
41
+
42
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
43
+
44
+ ### Direct Use
45
+
46
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
47
+
48
+ [More Information Needed]
49
+
50
+ ### Downstream Use [optional]
51
+
52
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
53
+
54
+ [More Information Needed]
55
+
56
+ ### Out-of-Scope Use
57
+
58
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
59
+
60
+ [More Information Needed]
61
+
62
+ ## Bias, Risks, and Limitations
63
+
64
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
65
+
66
+ [More Information Needed]
67
+
68
+ ### Recommendations
69
+
70
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
71
+
72
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
73
+
74
+ ## How to Get Started with the Model
75
+
76
+ Use the code below to get started with the model.
77
+
78
+ [More Information Needed]
79
+
80
+ ## Training Details
81
+
82
+ ### Training Data
83
+
84
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
85
+
86
+ [More Information Needed]
87
+
88
+ ### Training Procedure
89
+
90
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
91
+
92
+ #### Preprocessing [optional]
93
+
94
+ [More Information Needed]
95
+
96
+
97
+ #### Training Hyperparameters
98
+
99
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
100
+
101
+ #### Speeds, Sizes, Times [optional]
102
+
103
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
104
+
105
+ [More Information Needed]
106
+
107
+ ## Evaluation
108
+
109
+ <!-- This section describes the evaluation protocols and provides the results. -->
110
+
111
+ ### Testing Data, Factors & Metrics
112
+
113
+ #### Testing Data
114
+
115
+ <!-- This should link to a Dataset Card if possible. -->
116
+
117
+ [More Information Needed]
118
+
119
+ #### Factors
120
+
121
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
122
+
123
+ [More Information Needed]
124
+
125
+ #### Metrics
126
+
127
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
128
+
129
+ [More Information Needed]
130
+
131
+ ### Results
132
+
133
+ [More Information Needed]
134
+
135
+ #### Summary
136
+
137
+
138
+
139
+ ## Model Examination [optional]
140
+
141
+ <!-- Relevant interpretability work for the model goes here -->
142
+
143
+ [More Information Needed]
144
+
145
+ ## Environmental Impact
146
+
147
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
148
+
149
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
150
+
151
+ - **Hardware Type:** [More Information Needed]
152
+ - **Hours used:** [More Information Needed]
153
+ - **Cloud Provider:** [More Information Needed]
154
+ - **Compute Region:** [More Information Needed]
155
+ - **Carbon Emitted:** [More Information Needed]
156
+
157
+ ## Technical Specifications [optional]
158
+
159
+ ### Model Architecture and Objective
160
+
161
+ [More Information Needed]
162
+
163
+ ### Compute Infrastructure
164
+
165
+ [More Information Needed]
166
+
167
+ #### Hardware
168
+
169
+ [More Information Needed]
170
+
171
+ #### Software
172
+
173
+ [More Information Needed]
174
+
175
+ ## Citation [optional]
176
+
177
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
178
+
179
+ **BibTeX:**
180
+
181
+ [More Information Needed]
182
+
183
+ **APA:**
184
+
185
+ [More Information Needed]
186
+
187
+ ## Glossary [optional]
188
+
189
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
190
+
191
+ [More Information Needed]
192
+
193
+ ## More Information [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Authors [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Contact
202
+
203
+ [More Information Needed]
204
+ ### Framework versions
205
+
206
+ - PEFT 0.18.2.dev0
whisper-lora-15k-adapters/checkpoint-2000/adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "WhisperForConditionalGeneration",
7
+ "parent_library": "transformers.models.whisper.modeling_whisper"
8
+ },
9
+ "base_model_name_or_path": "bengaliAI/tugstugi_bengaliai-regional-asr_whisper-medium",
10
+ "bias": "none",
11
+ "corda_config": null,
12
+ "ensure_weight_tying": false,
13
+ "eva_config": null,
14
+ "exclude_modules": null,
15
+ "fan_in_fan_out": false,
16
+ "inference_mode": true,
17
+ "init_lora_weights": true,
18
+ "layer_replication": null,
19
+ "layers_pattern": null,
20
+ "layers_to_transform": null,
21
+ "loftq_config": {},
22
+ "lora_alpha": 64,
23
+ "lora_bias": false,
24
+ "lora_dropout": 0.05,
25
+ "lora_ga_config": null,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.2.dev0@2cd96ed041620f74d239a0ce3f16207153c43413",
31
+ "qalora_group_size": 16,
32
+ "r": 32,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "v_proj",
37
+ "q_proj"
38
+ ],
39
+ "target_parameters": null,
40
+ "task_type": null,
41
+ "trainable_token_indices": null,
42
+ "use_bdlora": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
whisper-lora-15k-adapters/checkpoint-2000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4132698d5b9bb428e6d32cf360d564d40d8e8fd3ddf6abe81f1700cab3927d5
3
+ size 37789960
whisper-lora-15k-adapters/checkpoint-2000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c030fa4856150ae74653fc8892290adb387005aa89b81e183aabe5982fe70e0
3
+ size 50493579
whisper-lora-15k-adapters/checkpoint-2000/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
+ }
whisper-lora-15k-adapters/checkpoint-2000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:172cbe2468324df86aecc635426bce321f4d669d79a1ef9fa03bfa2e4eac6632
3
+ size 14709
whisper-lora-15k-adapters/checkpoint-2000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7176eb8bd49f5c63dc5c4195c3dc35199f65aeac167b45bc8b7b85bf6213567e
3
+ size 1465
whisper-lora-15k-adapters/checkpoint-2000/trainer_state.json ADDED
@@ -0,0 +1,629 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 33.32109271470311,
3
+ "best_model_checkpoint": "./whisper-lora-15k-adapters/checkpoint-2000",
4
+ "epoch": 2.34192037470726,
5
+ "eval_steps": 500,
6
+ "global_step": 2000,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.02927400468384075,
13
+ "grad_norm": 0.49275097250938416,
14
+ "learning_rate": 0.0005,
15
+ "loss": 0.9988,
16
+ "step": 25
17
+ },
18
+ {
19
+ "epoch": 0.0585480093676815,
20
+ "grad_norm": 0.5272337794303894,
21
+ "learning_rate": 0.001,
22
+ "loss": 0.754,
23
+ "step": 50
24
+ },
25
+ {
26
+ "epoch": 0.08782201405152225,
27
+ "grad_norm": 0.4221147298812866,
28
+ "learning_rate": 0.0009925727866904337,
29
+ "loss": 0.6045,
30
+ "step": 75
31
+ },
32
+ {
33
+ "epoch": 0.117096018735363,
34
+ "grad_norm": 0.30049410462379456,
35
+ "learning_rate": 0.0009851455733808675,
36
+ "loss": 0.6137,
37
+ "step": 100
38
+ },
39
+ {
40
+ "epoch": 0.14637002341920374,
41
+ "grad_norm": 0.34277957677841187,
42
+ "learning_rate": 0.0009777183600713012,
43
+ "loss": 0.6348,
44
+ "step": 125
45
+ },
46
+ {
47
+ "epoch": 0.1756440281030445,
48
+ "grad_norm": 0.8166279196739197,
49
+ "learning_rate": 0.000970291146761735,
50
+ "loss": 0.6599,
51
+ "step": 150
52
+ },
53
+ {
54
+ "epoch": 0.20491803278688525,
55
+ "grad_norm": 0.5421469211578369,
56
+ "learning_rate": 0.0009628639334521688,
57
+ "loss": 0.6297,
58
+ "step": 175
59
+ },
60
+ {
61
+ "epoch": 0.234192037470726,
62
+ "grad_norm": 0.5719662308692932,
63
+ "learning_rate": 0.0009554367201426025,
64
+ "loss": 0.6566,
65
+ "step": 200
66
+ },
67
+ {
68
+ "epoch": 0.26346604215456676,
69
+ "grad_norm": 0.4597041606903076,
70
+ "learning_rate": 0.0009480095068330362,
71
+ "loss": 0.6108,
72
+ "step": 225
73
+ },
74
+ {
75
+ "epoch": 0.2927400468384075,
76
+ "grad_norm": 0.303480863571167,
77
+ "learning_rate": 0.00094058229352347,
78
+ "loss": 0.5868,
79
+ "step": 250
80
+ },
81
+ {
82
+ "epoch": 0.32201405152224827,
83
+ "grad_norm": 0.35486990213394165,
84
+ "learning_rate": 0.0009331550802139037,
85
+ "loss": 0.6076,
86
+ "step": 275
87
+ },
88
+ {
89
+ "epoch": 0.351288056206089,
90
+ "grad_norm": 0.5772029161453247,
91
+ "learning_rate": 0.0009257278669043375,
92
+ "loss": 0.6243,
93
+ "step": 300
94
+ },
95
+ {
96
+ "epoch": 0.3805620608899297,
97
+ "grad_norm": 0.32380449771881104,
98
+ "learning_rate": 0.0009183006535947712,
99
+ "loss": 0.6142,
100
+ "step": 325
101
+ },
102
+ {
103
+ "epoch": 0.4098360655737705,
104
+ "grad_norm": 0.2743474245071411,
105
+ "learning_rate": 0.000910873440285205,
106
+ "loss": 0.5561,
107
+ "step": 350
108
+ },
109
+ {
110
+ "epoch": 0.43911007025761123,
111
+ "grad_norm": 0.4696587026119232,
112
+ "learning_rate": 0.0009034462269756387,
113
+ "loss": 0.6096,
114
+ "step": 375
115
+ },
116
+ {
117
+ "epoch": 0.468384074941452,
118
+ "grad_norm": 0.3656092584133148,
119
+ "learning_rate": 0.0008960190136660726,
120
+ "loss": 0.6609,
121
+ "step": 400
122
+ },
123
+ {
124
+ "epoch": 0.49765807962529274,
125
+ "grad_norm": 0.704386293888092,
126
+ "learning_rate": 0.0008885918003565062,
127
+ "loss": 0.565,
128
+ "step": 425
129
+ },
130
+ {
131
+ "epoch": 0.5269320843091335,
132
+ "grad_norm": 0.6060842871665955,
133
+ "learning_rate": 0.0008811645870469401,
134
+ "loss": 0.6572,
135
+ "step": 450
136
+ },
137
+ {
138
+ "epoch": 0.5562060889929742,
139
+ "grad_norm": 0.4069805443286896,
140
+ "learning_rate": 0.0008737373737373737,
141
+ "loss": 0.557,
142
+ "step": 475
143
+ },
144
+ {
145
+ "epoch": 0.585480093676815,
146
+ "grad_norm": 0.45368218421936035,
147
+ "learning_rate": 0.0008663101604278076,
148
+ "loss": 0.5793,
149
+ "step": 500
150
+ },
151
+ {
152
+ "epoch": 0.585480093676815,
153
+ "eval_loss": 0.546061635017395,
154
+ "eval_runtime": 12387.0635,
155
+ "eval_samples_per_second": 0.123,
156
+ "eval_steps_per_second": 0.008,
157
+ "eval_wer": 37.98093560260484,
158
+ "step": 500
159
+ },
160
+ {
161
+ "epoch": 0.6147540983606558,
162
+ "grad_norm": 0.5809288620948792,
163
+ "learning_rate": 0.0008588829471182412,
164
+ "loss": 0.5512,
165
+ "step": 525
166
+ },
167
+ {
168
+ "epoch": 0.6440281030444965,
169
+ "grad_norm": 0.9479708671569824,
170
+ "learning_rate": 0.000851455733808675,
171
+ "loss": 0.6098,
172
+ "step": 550
173
+ },
174
+ {
175
+ "epoch": 0.6733021077283372,
176
+ "grad_norm": 0.38643014430999756,
177
+ "learning_rate": 0.0008440285204991087,
178
+ "loss": 0.5915,
179
+ "step": 575
180
+ },
181
+ {
182
+ "epoch": 0.702576112412178,
183
+ "grad_norm": 0.5177704095840454,
184
+ "learning_rate": 0.0008366013071895425,
185
+ "loss": 0.5909,
186
+ "step": 600
187
+ },
188
+ {
189
+ "epoch": 0.7318501170960188,
190
+ "grad_norm": 0.39607977867126465,
191
+ "learning_rate": 0.0008291740938799762,
192
+ "loss": 0.5783,
193
+ "step": 625
194
+ },
195
+ {
196
+ "epoch": 0.7611241217798594,
197
+ "grad_norm": 0.5243889689445496,
198
+ "learning_rate": 0.00082174688057041,
199
+ "loss": 0.5573,
200
+ "step": 650
201
+ },
202
+ {
203
+ "epoch": 0.7903981264637002,
204
+ "grad_norm": 0.38120409846305847,
205
+ "learning_rate": 0.0008143196672608437,
206
+ "loss": 0.6463,
207
+ "step": 675
208
+ },
209
+ {
210
+ "epoch": 0.819672131147541,
211
+ "grad_norm": 0.3815406858921051,
212
+ "learning_rate": 0.0008068924539512775,
213
+ "loss": 0.6244,
214
+ "step": 700
215
+ },
216
+ {
217
+ "epoch": 0.8489461358313818,
218
+ "grad_norm": 0.49876636266708374,
219
+ "learning_rate": 0.0007994652406417113,
220
+ "loss": 0.6347,
221
+ "step": 725
222
+ },
223
+ {
224
+ "epoch": 0.8782201405152225,
225
+ "grad_norm": 0.36918649077415466,
226
+ "learning_rate": 0.000792038027332145,
227
+ "loss": 0.5391,
228
+ "step": 750
229
+ },
230
+ {
231
+ "epoch": 0.9074941451990632,
232
+ "grad_norm": 0.4347202479839325,
233
+ "learning_rate": 0.0007846108140225788,
234
+ "loss": 0.6166,
235
+ "step": 775
236
+ },
237
+ {
238
+ "epoch": 0.936768149882904,
239
+ "grad_norm": 0.4877653419971466,
240
+ "learning_rate": 0.0007771836007130125,
241
+ "loss": 0.5318,
242
+ "step": 800
243
+ },
244
+ {
245
+ "epoch": 0.9660421545667447,
246
+ "grad_norm": 0.40555697679519653,
247
+ "learning_rate": 0.0007697563874034463,
248
+ "loss": 0.5867,
249
+ "step": 825
250
+ },
251
+ {
252
+ "epoch": 0.9953161592505855,
253
+ "grad_norm": 0.47605931758880615,
254
+ "learning_rate": 0.00076232917409388,
255
+ "loss": 0.578,
256
+ "step": 850
257
+ },
258
+ {
259
+ "epoch": 1.0245901639344261,
260
+ "grad_norm": 0.43946486711502075,
261
+ "learning_rate": 0.0007549019607843137,
262
+ "loss": 0.4755,
263
+ "step": 875
264
+ },
265
+ {
266
+ "epoch": 1.053864168618267,
267
+ "grad_norm": 0.3787698745727539,
268
+ "learning_rate": 0.0007474747474747475,
269
+ "loss": 0.554,
270
+ "step": 900
271
+ },
272
+ {
273
+ "epoch": 1.0831381733021077,
274
+ "grad_norm": 0.41880446672439575,
275
+ "learning_rate": 0.0007400475341651812,
276
+ "loss": 0.4911,
277
+ "step": 925
278
+ },
279
+ {
280
+ "epoch": 1.1124121779859484,
281
+ "grad_norm": 0.4066482484340668,
282
+ "learning_rate": 0.000732620320855615,
283
+ "loss": 0.5064,
284
+ "step": 950
285
+ },
286
+ {
287
+ "epoch": 1.1416861826697893,
288
+ "grad_norm": 0.2495754361152649,
289
+ "learning_rate": 0.0007251931075460487,
290
+ "loss": 0.5102,
291
+ "step": 975
292
+ },
293
+ {
294
+ "epoch": 1.17096018735363,
295
+ "grad_norm": 0.44539883732795715,
296
+ "learning_rate": 0.0007177658942364825,
297
+ "loss": 0.4371,
298
+ "step": 1000
299
+ },
300
+ {
301
+ "epoch": 1.17096018735363,
302
+ "eval_loss": 0.5167025923728943,
303
+ "eval_runtime": 12236.3244,
304
+ "eval_samples_per_second": 0.124,
305
+ "eval_steps_per_second": 0.008,
306
+ "eval_wer": 34.90263315191745,
307
+ "step": 1000
308
+ },
309
+ {
310
+ "epoch": 1.2002341920374708,
311
+ "grad_norm": 0.4373762905597687,
312
+ "learning_rate": 0.0007103386809269162,
313
+ "loss": 0.5205,
314
+ "step": 1025
315
+ },
316
+ {
317
+ "epoch": 1.2295081967213115,
318
+ "grad_norm": 0.4179486632347107,
319
+ "learning_rate": 0.0007029114676173501,
320
+ "loss": 0.5313,
321
+ "step": 1050
322
+ },
323
+ {
324
+ "epoch": 1.2587822014051522,
325
+ "grad_norm": 0.45639654994010925,
326
+ "learning_rate": 0.0006954842543077837,
327
+ "loss": 0.5617,
328
+ "step": 1075
329
+ },
330
+ {
331
+ "epoch": 1.288056206088993,
332
+ "grad_norm": 0.3721451461315155,
333
+ "learning_rate": 0.0006880570409982176,
334
+ "loss": 0.4312,
335
+ "step": 1100
336
+ },
337
+ {
338
+ "epoch": 1.3173302107728337,
339
+ "grad_norm": 0.5349363088607788,
340
+ "learning_rate": 0.0006806298276886512,
341
+ "loss": 0.4598,
342
+ "step": 1125
343
+ },
344
+ {
345
+ "epoch": 1.3466042154566744,
346
+ "grad_norm": 0.5650537610054016,
347
+ "learning_rate": 0.0006732026143790851,
348
+ "loss": 0.5108,
349
+ "step": 1150
350
+ },
351
+ {
352
+ "epoch": 1.3758782201405153,
353
+ "grad_norm": 0.39053699374198914,
354
+ "learning_rate": 0.0006657754010695187,
355
+ "loss": 0.545,
356
+ "step": 1175
357
+ },
358
+ {
359
+ "epoch": 1.405152224824356,
360
+ "grad_norm": 0.38576140999794006,
361
+ "learning_rate": 0.0006583481877599526,
362
+ "loss": 0.5929,
363
+ "step": 1200
364
+ },
365
+ {
366
+ "epoch": 1.4344262295081966,
367
+ "grad_norm": 0.5037420988082886,
368
+ "learning_rate": 0.0006509209744503862,
369
+ "loss": 0.5336,
370
+ "step": 1225
371
+ },
372
+ {
373
+ "epoch": 1.4637002341920375,
374
+ "grad_norm": 0.48775750398635864,
375
+ "learning_rate": 0.00064349376114082,
376
+ "loss": 0.5012,
377
+ "step": 1250
378
+ },
379
+ {
380
+ "epoch": 1.4929742388758782,
381
+ "grad_norm": 0.27323758602142334,
382
+ "learning_rate": 0.0006360665478312537,
383
+ "loss": 0.529,
384
+ "step": 1275
385
+ },
386
+ {
387
+ "epoch": 1.5222482435597189,
388
+ "grad_norm": 0.44582176208496094,
389
+ "learning_rate": 0.0006286393345216874,
390
+ "loss": 0.4993,
391
+ "step": 1300
392
+ },
393
+ {
394
+ "epoch": 1.5515222482435598,
395
+ "grad_norm": 0.4263412654399872,
396
+ "learning_rate": 0.0006212121212121212,
397
+ "loss": 0.5914,
398
+ "step": 1325
399
+ },
400
+ {
401
+ "epoch": 1.5807962529274004,
402
+ "grad_norm": 0.43889227509498596,
403
+ "learning_rate": 0.0006137849079025549,
404
+ "loss": 0.5004,
405
+ "step": 1350
406
+ },
407
+ {
408
+ "epoch": 1.6100702576112411,
409
+ "grad_norm": 0.4256519377231598,
410
+ "learning_rate": 0.0006063576945929888,
411
+ "loss": 0.5172,
412
+ "step": 1375
413
+ },
414
+ {
415
+ "epoch": 1.639344262295082,
416
+ "grad_norm": 0.5018269419670105,
417
+ "learning_rate": 0.0005989304812834224,
418
+ "loss": 0.4943,
419
+ "step": 1400
420
+ },
421
+ {
422
+ "epoch": 1.6686182669789227,
423
+ "grad_norm": 0.3621992766857147,
424
+ "learning_rate": 0.0005915032679738563,
425
+ "loss": 0.5243,
426
+ "step": 1425
427
+ },
428
+ {
429
+ "epoch": 1.6978922716627634,
430
+ "grad_norm": 0.33811846375465393,
431
+ "learning_rate": 0.0005840760546642899,
432
+ "loss": 0.5376,
433
+ "step": 1450
434
+ },
435
+ {
436
+ "epoch": 1.7271662763466042,
437
+ "grad_norm": 0.4339434802532196,
438
+ "learning_rate": 0.0005766488413547238,
439
+ "loss": 0.5507,
440
+ "step": 1475
441
+ },
442
+ {
443
+ "epoch": 1.756440281030445,
444
+ "grad_norm": 0.42697080969810486,
445
+ "learning_rate": 0.0005692216280451574,
446
+ "loss": 0.4969,
447
+ "step": 1500
448
+ },
449
+ {
450
+ "epoch": 1.756440281030445,
451
+ "eval_loss": 0.467955082654953,
452
+ "eval_runtime": 12364.0154,
453
+ "eval_samples_per_second": 0.123,
454
+ "eval_steps_per_second": 0.008,
455
+ "eval_wer": 35.736752191336834,
456
+ "step": 1500
457
+ },
458
+ {
459
+ "epoch": 1.7857142857142856,
460
+ "grad_norm": 0.48440080881118774,
461
+ "learning_rate": 0.0005617944147355913,
462
+ "loss": 0.5879,
463
+ "step": 1525
464
+ },
465
+ {
466
+ "epoch": 1.8149882903981265,
467
+ "grad_norm": 0.5575680732727051,
468
+ "learning_rate": 0.0005543672014260249,
469
+ "loss": 0.4912,
470
+ "step": 1550
471
+ },
472
+ {
473
+ "epoch": 1.8442622950819674,
474
+ "grad_norm": 0.5282599329948425,
475
+ "learning_rate": 0.0005469399881164587,
476
+ "loss": 0.462,
477
+ "step": 1575
478
+ },
479
+ {
480
+ "epoch": 1.8735362997658078,
481
+ "grad_norm": 0.5473257899284363,
482
+ "learning_rate": 0.0005395127748068924,
483
+ "loss": 0.595,
484
+ "step": 1600
485
+ },
486
+ {
487
+ "epoch": 1.9028103044496487,
488
+ "grad_norm": 0.38413456082344055,
489
+ "learning_rate": 0.0005320855614973262,
490
+ "loss": 0.4465,
491
+ "step": 1625
492
+ },
493
+ {
494
+ "epoch": 1.9320843091334896,
495
+ "grad_norm": 0.3802899420261383,
496
+ "learning_rate": 0.0005246583481877599,
497
+ "loss": 0.5235,
498
+ "step": 1650
499
+ },
500
+ {
501
+ "epoch": 1.96135831381733,
502
+ "grad_norm": 0.3901960551738739,
503
+ "learning_rate": 0.0005172311348781937,
504
+ "loss": 0.5095,
505
+ "step": 1675
506
+ },
507
+ {
508
+ "epoch": 1.990632318501171,
509
+ "grad_norm": 0.3652135133743286,
510
+ "learning_rate": 0.0005098039215686275,
511
+ "loss": 0.4862,
512
+ "step": 1700
513
+ },
514
+ {
515
+ "epoch": 2.019906323185012,
516
+ "grad_norm": 0.44296035170555115,
517
+ "learning_rate": 0.0005023767082590612,
518
+ "loss": 0.4718,
519
+ "step": 1725
520
+ },
521
+ {
522
+ "epoch": 2.0491803278688523,
523
+ "grad_norm": 0.38306355476379395,
524
+ "learning_rate": 0.000494949494949495,
525
+ "loss": 0.4404,
526
+ "step": 1750
527
+ },
528
+ {
529
+ "epoch": 2.078454332552693,
530
+ "grad_norm": 0.38407984375953674,
531
+ "learning_rate": 0.0004875222816399287,
532
+ "loss": 0.4578,
533
+ "step": 1775
534
+ },
535
+ {
536
+ "epoch": 2.107728337236534,
537
+ "grad_norm": 0.36647218465805054,
538
+ "learning_rate": 0.00048009506833036246,
539
+ "loss": 0.4596,
540
+ "step": 1800
541
+ },
542
+ {
543
+ "epoch": 2.1370023419203745,
544
+ "grad_norm": 0.44638949632644653,
545
+ "learning_rate": 0.0004726678550207962,
546
+ "loss": 0.4993,
547
+ "step": 1825
548
+ },
549
+ {
550
+ "epoch": 2.1662763466042154,
551
+ "grad_norm": 0.47006988525390625,
552
+ "learning_rate": 0.00046524064171123,
553
+ "loss": 0.4288,
554
+ "step": 1850
555
+ },
556
+ {
557
+ "epoch": 2.1955503512880563,
558
+ "grad_norm": 0.5148488283157349,
559
+ "learning_rate": 0.0004578134284016637,
560
+ "loss": 0.447,
561
+ "step": 1875
562
+ },
563
+ {
564
+ "epoch": 2.2248243559718968,
565
+ "grad_norm": 0.3988969326019287,
566
+ "learning_rate": 0.00045038621509209745,
567
+ "loss": 0.4559,
568
+ "step": 1900
569
+ },
570
+ {
571
+ "epoch": 2.2540983606557377,
572
+ "grad_norm": 0.45835059881210327,
573
+ "learning_rate": 0.0004429590017825312,
574
+ "loss": 0.4508,
575
+ "step": 1925
576
+ },
577
+ {
578
+ "epoch": 2.2833723653395785,
579
+ "grad_norm": 0.5815873742103577,
580
+ "learning_rate": 0.00043553178847296494,
581
+ "loss": 0.5091,
582
+ "step": 1950
583
+ },
584
+ {
585
+ "epoch": 2.312646370023419,
586
+ "grad_norm": 0.41291117668151855,
587
+ "learning_rate": 0.0004281045751633987,
588
+ "loss": 0.4559,
589
+ "step": 1975
590
+ },
591
+ {
592
+ "epoch": 2.34192037470726,
593
+ "grad_norm": 0.4919784367084503,
594
+ "learning_rate": 0.00042067736185383243,
595
+ "loss": 0.4465,
596
+ "step": 2000
597
+ },
598
+ {
599
+ "epoch": 2.34192037470726,
600
+ "eval_loss": 0.45896556973457336,
601
+ "eval_runtime": 12387.8081,
602
+ "eval_samples_per_second": 0.123,
603
+ "eval_steps_per_second": 0.008,
604
+ "eval_wer": 33.32109271470311,
605
+ "step": 2000
606
+ }
607
+ ],
608
+ "logging_steps": 25,
609
+ "max_steps": 3416,
610
+ "num_input_tokens_seen": 0,
611
+ "num_train_epochs": 4,
612
+ "save_steps": 500,
613
+ "stateful_callbacks": {
614
+ "TrainerControl": {
615
+ "args": {
616
+ "should_epoch_stop": false,
617
+ "should_evaluate": false,
618
+ "should_log": false,
619
+ "should_save": true,
620
+ "should_training_stop": false
621
+ },
622
+ "attributes": {}
623
+ }
624
+ },
625
+ "total_flos": 3.309422247936e+19,
626
+ "train_batch_size": 16,
627
+ "trial_name": null,
628
+ "trial_params": null
629
+ }
whisper-lora-15k-adapters/checkpoint-2000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9da214f6f9e23606c797b444b0bba3b25341ba2f4f0a4104f24727f9fe14c9e
3
+ size 5841
whisper-lora-15k-adapters/checkpoint-2500/README.md ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: bengaliAI/tugstugi_bengaliai-regional-asr_whisper-medium
3
+ library_name: peft
4
+ tags:
5
+ - base_model:adapter:bengaliAI/tugstugi_bengaliai-regional-asr_whisper-medium
6
+ - lora
7
+ - transformers
8
+ ---
9
+
10
+ # Model Card for Model ID
11
+
12
+ <!-- Provide a quick summary of what the model is/does. -->
13
+
14
+
15
+
16
+ ## Model Details
17
+
18
+ ### Model Description
19
+
20
+ <!-- Provide a longer summary of what this model is. -->
21
+
22
+
23
+
24
+ - **Developed by:** [More Information Needed]
25
+ - **Funded by [optional]:** [More Information Needed]
26
+ - **Shared by [optional]:** [More Information Needed]
27
+ - **Model type:** [More Information Needed]
28
+ - **Language(s) (NLP):** [More Information Needed]
29
+ - **License:** [More Information Needed]
30
+ - **Finetuned from model [optional]:** [More Information Needed]
31
+
32
+ ### Model Sources [optional]
33
+
34
+ <!-- Provide the basic links for the model. -->
35
+
36
+ - **Repository:** [More Information Needed]
37
+ - **Paper [optional]:** [More Information Needed]
38
+ - **Demo [optional]:** [More Information Needed]
39
+
40
+ ## Uses
41
+
42
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
43
+
44
+ ### Direct Use
45
+
46
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
47
+
48
+ [More Information Needed]
49
+
50
+ ### Downstream Use [optional]
51
+
52
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
53
+
54
+ [More Information Needed]
55
+
56
+ ### Out-of-Scope Use
57
+
58
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
59
+
60
+ [More Information Needed]
61
+
62
+ ## Bias, Risks, and Limitations
63
+
64
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
65
+
66
+ [More Information Needed]
67
+
68
+ ### Recommendations
69
+
70
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
71
+
72
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
73
+
74
+ ## How to Get Started with the Model
75
+
76
+ Use the code below to get started with the model.
77
+
78
+ [More Information Needed]
79
+
80
+ ## Training Details
81
+
82
+ ### Training Data
83
+
84
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
85
+
86
+ [More Information Needed]
87
+
88
+ ### Training Procedure
89
+
90
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
91
+
92
+ #### Preprocessing [optional]
93
+
94
+ [More Information Needed]
95
+
96
+
97
+ #### Training Hyperparameters
98
+
99
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
100
+
101
+ #### Speeds, Sizes, Times [optional]
102
+
103
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
104
+
105
+ [More Information Needed]
106
+
107
+ ## Evaluation
108
+
109
+ <!-- This section describes the evaluation protocols and provides the results. -->
110
+
111
+ ### Testing Data, Factors & Metrics
112
+
113
+ #### Testing Data
114
+
115
+ <!-- This should link to a Dataset Card if possible. -->
116
+
117
+ [More Information Needed]
118
+
119
+ #### Factors
120
+
121
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
122
+
123
+ [More Information Needed]
124
+
125
+ #### Metrics
126
+
127
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
128
+
129
+ [More Information Needed]
130
+
131
+ ### Results
132
+
133
+ [More Information Needed]
134
+
135
+ #### Summary
136
+
137
+
138
+
139
+ ## Model Examination [optional]
140
+
141
+ <!-- Relevant interpretability work for the model goes here -->
142
+
143
+ [More Information Needed]
144
+
145
+ ## Environmental Impact
146
+
147
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
148
+
149
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
150
+
151
+ - **Hardware Type:** [More Information Needed]
152
+ - **Hours used:** [More Information Needed]
153
+ - **Cloud Provider:** [More Information Needed]
154
+ - **Compute Region:** [More Information Needed]
155
+ - **Carbon Emitted:** [More Information Needed]
156
+
157
+ ## Technical Specifications [optional]
158
+
159
+ ### Model Architecture and Objective
160
+
161
+ [More Information Needed]
162
+
163
+ ### Compute Infrastructure
164
+
165
+ [More Information Needed]
166
+
167
+ #### Hardware
168
+
169
+ [More Information Needed]
170
+
171
+ #### Software
172
+
173
+ [More Information Needed]
174
+
175
+ ## Citation [optional]
176
+
177
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
178
+
179
+ **BibTeX:**
180
+
181
+ [More Information Needed]
182
+
183
+ **APA:**
184
+
185
+ [More Information Needed]
186
+
187
+ ## Glossary [optional]
188
+
189
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
190
+
191
+ [More Information Needed]
192
+
193
+ ## More Information [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Authors [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Contact
202
+
203
+ [More Information Needed]
204
+ ### Framework versions
205
+
206
+ - PEFT 0.18.2.dev0
whisper-lora-15k-adapters/checkpoint-2500/adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "WhisperForConditionalGeneration",
7
+ "parent_library": "transformers.models.whisper.modeling_whisper"
8
+ },
9
+ "base_model_name_or_path": "bengaliAI/tugstugi_bengaliai-regional-asr_whisper-medium",
10
+ "bias": "none",
11
+ "corda_config": null,
12
+ "ensure_weight_tying": false,
13
+ "eva_config": null,
14
+ "exclude_modules": null,
15
+ "fan_in_fan_out": false,
16
+ "inference_mode": true,
17
+ "init_lora_weights": true,
18
+ "layer_replication": null,
19
+ "layers_pattern": null,
20
+ "layers_to_transform": null,
21
+ "loftq_config": {},
22
+ "lora_alpha": 64,
23
+ "lora_bias": false,
24
+ "lora_dropout": 0.05,
25
+ "lora_ga_config": null,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.2.dev0@2cd96ed041620f74d239a0ce3f16207153c43413",
31
+ "qalora_group_size": 16,
32
+ "r": 32,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "q_proj",
37
+ "v_proj"
38
+ ],
39
+ "target_parameters": null,
40
+ "task_type": null,
41
+ "trainable_token_indices": null,
42
+ "use_bdlora": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
whisper-lora-15k-adapters/checkpoint-2500/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afc1c58a0dead991f88f30d527bdb137b4da1186a7ec14a9505c174274a5a8e2
3
+ size 37789960
whisper-lora-15k-adapters/checkpoint-2500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91c24e01388606c0eb02b5f1c555a2251d88ed53d5ea5c9c8c38edf0c793b529
3
+ size 50493579
whisper-lora-15k-adapters/checkpoint-2500/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
+ }
whisper-lora-15k-adapters/checkpoint-2500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:947abcd61ba4982589264f0a300ec3c5b12f08279f4e7b15ff3d5a248067c2bf
3
+ size 14709
whisper-lora-15k-adapters/checkpoint-2500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6f578646deb2d77b00e5cd3ebc94d133c00413d084e1d0a27e4c66540b0e45b
3
+ size 1465
whisper-lora-15k-adapters/checkpoint-2500/trainer_state.json ADDED
@@ -0,0 +1,778 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 32.61260692528645,
3
+ "best_model_checkpoint": "./whisper-lora-15k-adapters/checkpoint-2500",
4
+ "epoch": 2.927400468384075,
5
+ "eval_steps": 500,
6
+ "global_step": 2500,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.02927400468384075,
13
+ "grad_norm": 0.49275097250938416,
14
+ "learning_rate": 0.0005,
15
+ "loss": 0.9988,
16
+ "step": 25
17
+ },
18
+ {
19
+ "epoch": 0.0585480093676815,
20
+ "grad_norm": 0.5272337794303894,
21
+ "learning_rate": 0.001,
22
+ "loss": 0.754,
23
+ "step": 50
24
+ },
25
+ {
26
+ "epoch": 0.08782201405152225,
27
+ "grad_norm": 0.4221147298812866,
28
+ "learning_rate": 0.0009925727866904337,
29
+ "loss": 0.6045,
30
+ "step": 75
31
+ },
32
+ {
33
+ "epoch": 0.117096018735363,
34
+ "grad_norm": 0.30049410462379456,
35
+ "learning_rate": 0.0009851455733808675,
36
+ "loss": 0.6137,
37
+ "step": 100
38
+ },
39
+ {
40
+ "epoch": 0.14637002341920374,
41
+ "grad_norm": 0.34277957677841187,
42
+ "learning_rate": 0.0009777183600713012,
43
+ "loss": 0.6348,
44
+ "step": 125
45
+ },
46
+ {
47
+ "epoch": 0.1756440281030445,
48
+ "grad_norm": 0.8166279196739197,
49
+ "learning_rate": 0.000970291146761735,
50
+ "loss": 0.6599,
51
+ "step": 150
52
+ },
53
+ {
54
+ "epoch": 0.20491803278688525,
55
+ "grad_norm": 0.5421469211578369,
56
+ "learning_rate": 0.0009628639334521688,
57
+ "loss": 0.6297,
58
+ "step": 175
59
+ },
60
+ {
61
+ "epoch": 0.234192037470726,
62
+ "grad_norm": 0.5719662308692932,
63
+ "learning_rate": 0.0009554367201426025,
64
+ "loss": 0.6566,
65
+ "step": 200
66
+ },
67
+ {
68
+ "epoch": 0.26346604215456676,
69
+ "grad_norm": 0.4597041606903076,
70
+ "learning_rate": 0.0009480095068330362,
71
+ "loss": 0.6108,
72
+ "step": 225
73
+ },
74
+ {
75
+ "epoch": 0.2927400468384075,
76
+ "grad_norm": 0.303480863571167,
77
+ "learning_rate": 0.00094058229352347,
78
+ "loss": 0.5868,
79
+ "step": 250
80
+ },
81
+ {
82
+ "epoch": 0.32201405152224827,
83
+ "grad_norm": 0.35486990213394165,
84
+ "learning_rate": 0.0009331550802139037,
85
+ "loss": 0.6076,
86
+ "step": 275
87
+ },
88
+ {
89
+ "epoch": 0.351288056206089,
90
+ "grad_norm": 0.5772029161453247,
91
+ "learning_rate": 0.0009257278669043375,
92
+ "loss": 0.6243,
93
+ "step": 300
94
+ },
95
+ {
96
+ "epoch": 0.3805620608899297,
97
+ "grad_norm": 0.32380449771881104,
98
+ "learning_rate": 0.0009183006535947712,
99
+ "loss": 0.6142,
100
+ "step": 325
101
+ },
102
+ {
103
+ "epoch": 0.4098360655737705,
104
+ "grad_norm": 0.2743474245071411,
105
+ "learning_rate": 0.000910873440285205,
106
+ "loss": 0.5561,
107
+ "step": 350
108
+ },
109
+ {
110
+ "epoch": 0.43911007025761123,
111
+ "grad_norm": 0.4696587026119232,
112
+ "learning_rate": 0.0009034462269756387,
113
+ "loss": 0.6096,
114
+ "step": 375
115
+ },
116
+ {
117
+ "epoch": 0.468384074941452,
118
+ "grad_norm": 0.3656092584133148,
119
+ "learning_rate": 0.0008960190136660726,
120
+ "loss": 0.6609,
121
+ "step": 400
122
+ },
123
+ {
124
+ "epoch": 0.49765807962529274,
125
+ "grad_norm": 0.704386293888092,
126
+ "learning_rate": 0.0008885918003565062,
127
+ "loss": 0.565,
128
+ "step": 425
129
+ },
130
+ {
131
+ "epoch": 0.5269320843091335,
132
+ "grad_norm": 0.6060842871665955,
133
+ "learning_rate": 0.0008811645870469401,
134
+ "loss": 0.6572,
135
+ "step": 450
136
+ },
137
+ {
138
+ "epoch": 0.5562060889929742,
139
+ "grad_norm": 0.4069805443286896,
140
+ "learning_rate": 0.0008737373737373737,
141
+ "loss": 0.557,
142
+ "step": 475
143
+ },
144
+ {
145
+ "epoch": 0.585480093676815,
146
+ "grad_norm": 0.45368218421936035,
147
+ "learning_rate": 0.0008663101604278076,
148
+ "loss": 0.5793,
149
+ "step": 500
150
+ },
151
+ {
152
+ "epoch": 0.585480093676815,
153
+ "eval_loss": 0.546061635017395,
154
+ "eval_runtime": 12387.0635,
155
+ "eval_samples_per_second": 0.123,
156
+ "eval_steps_per_second": 0.008,
157
+ "eval_wer": 37.98093560260484,
158
+ "step": 500
159
+ },
160
+ {
161
+ "epoch": 0.6147540983606558,
162
+ "grad_norm": 0.5809288620948792,
163
+ "learning_rate": 0.0008588829471182412,
164
+ "loss": 0.5512,
165
+ "step": 525
166
+ },
167
+ {
168
+ "epoch": 0.6440281030444965,
169
+ "grad_norm": 0.9479708671569824,
170
+ "learning_rate": 0.000851455733808675,
171
+ "loss": 0.6098,
172
+ "step": 550
173
+ },
174
+ {
175
+ "epoch": 0.6733021077283372,
176
+ "grad_norm": 0.38643014430999756,
177
+ "learning_rate": 0.0008440285204991087,
178
+ "loss": 0.5915,
179
+ "step": 575
180
+ },
181
+ {
182
+ "epoch": 0.702576112412178,
183
+ "grad_norm": 0.5177704095840454,
184
+ "learning_rate": 0.0008366013071895425,
185
+ "loss": 0.5909,
186
+ "step": 600
187
+ },
188
+ {
189
+ "epoch": 0.7318501170960188,
190
+ "grad_norm": 0.39607977867126465,
191
+ "learning_rate": 0.0008291740938799762,
192
+ "loss": 0.5783,
193
+ "step": 625
194
+ },
195
+ {
196
+ "epoch": 0.7611241217798594,
197
+ "grad_norm": 0.5243889689445496,
198
+ "learning_rate": 0.00082174688057041,
199
+ "loss": 0.5573,
200
+ "step": 650
201
+ },
202
+ {
203
+ "epoch": 0.7903981264637002,
204
+ "grad_norm": 0.38120409846305847,
205
+ "learning_rate": 0.0008143196672608437,
206
+ "loss": 0.6463,
207
+ "step": 675
208
+ },
209
+ {
210
+ "epoch": 0.819672131147541,
211
+ "grad_norm": 0.3815406858921051,
212
+ "learning_rate": 0.0008068924539512775,
213
+ "loss": 0.6244,
214
+ "step": 700
215
+ },
216
+ {
217
+ "epoch": 0.8489461358313818,
218
+ "grad_norm": 0.49876636266708374,
219
+ "learning_rate": 0.0007994652406417113,
220
+ "loss": 0.6347,
221
+ "step": 725
222
+ },
223
+ {
224
+ "epoch": 0.8782201405152225,
225
+ "grad_norm": 0.36918649077415466,
226
+ "learning_rate": 0.000792038027332145,
227
+ "loss": 0.5391,
228
+ "step": 750
229
+ },
230
+ {
231
+ "epoch": 0.9074941451990632,
232
+ "grad_norm": 0.4347202479839325,
233
+ "learning_rate": 0.0007846108140225788,
234
+ "loss": 0.6166,
235
+ "step": 775
236
+ },
237
+ {
238
+ "epoch": 0.936768149882904,
239
+ "grad_norm": 0.4877653419971466,
240
+ "learning_rate": 0.0007771836007130125,
241
+ "loss": 0.5318,
242
+ "step": 800
243
+ },
244
+ {
245
+ "epoch": 0.9660421545667447,
246
+ "grad_norm": 0.40555697679519653,
247
+ "learning_rate": 0.0007697563874034463,
248
+ "loss": 0.5867,
249
+ "step": 825
250
+ },
251
+ {
252
+ "epoch": 0.9953161592505855,
253
+ "grad_norm": 0.47605931758880615,
254
+ "learning_rate": 0.00076232917409388,
255
+ "loss": 0.578,
256
+ "step": 850
257
+ },
258
+ {
259
+ "epoch": 1.0245901639344261,
260
+ "grad_norm": 0.43946486711502075,
261
+ "learning_rate": 0.0007549019607843137,
262
+ "loss": 0.4755,
263
+ "step": 875
264
+ },
265
+ {
266
+ "epoch": 1.053864168618267,
267
+ "grad_norm": 0.3787698745727539,
268
+ "learning_rate": 0.0007474747474747475,
269
+ "loss": 0.554,
270
+ "step": 900
271
+ },
272
+ {
273
+ "epoch": 1.0831381733021077,
274
+ "grad_norm": 0.41880446672439575,
275
+ "learning_rate": 0.0007400475341651812,
276
+ "loss": 0.4911,
277
+ "step": 925
278
+ },
279
+ {
280
+ "epoch": 1.1124121779859484,
281
+ "grad_norm": 0.4066482484340668,
282
+ "learning_rate": 0.000732620320855615,
283
+ "loss": 0.5064,
284
+ "step": 950
285
+ },
286
+ {
287
+ "epoch": 1.1416861826697893,
288
+ "grad_norm": 0.2495754361152649,
289
+ "learning_rate": 0.0007251931075460487,
290
+ "loss": 0.5102,
291
+ "step": 975
292
+ },
293
+ {
294
+ "epoch": 1.17096018735363,
295
+ "grad_norm": 0.44539883732795715,
296
+ "learning_rate": 0.0007177658942364825,
297
+ "loss": 0.4371,
298
+ "step": 1000
299
+ },
300
+ {
301
+ "epoch": 1.17096018735363,
302
+ "eval_loss": 0.5167025923728943,
303
+ "eval_runtime": 12236.3244,
304
+ "eval_samples_per_second": 0.124,
305
+ "eval_steps_per_second": 0.008,
306
+ "eval_wer": 34.90263315191745,
307
+ "step": 1000
308
+ },
309
+ {
310
+ "epoch": 1.2002341920374708,
311
+ "grad_norm": 0.4373762905597687,
312
+ "learning_rate": 0.0007103386809269162,
313
+ "loss": 0.5205,
314
+ "step": 1025
315
+ },
316
+ {
317
+ "epoch": 1.2295081967213115,
318
+ "grad_norm": 0.4179486632347107,
319
+ "learning_rate": 0.0007029114676173501,
320
+ "loss": 0.5313,
321
+ "step": 1050
322
+ },
323
+ {
324
+ "epoch": 1.2587822014051522,
325
+ "grad_norm": 0.45639654994010925,
326
+ "learning_rate": 0.0006954842543077837,
327
+ "loss": 0.5617,
328
+ "step": 1075
329
+ },
330
+ {
331
+ "epoch": 1.288056206088993,
332
+ "grad_norm": 0.3721451461315155,
333
+ "learning_rate": 0.0006880570409982176,
334
+ "loss": 0.4312,
335
+ "step": 1100
336
+ },
337
+ {
338
+ "epoch": 1.3173302107728337,
339
+ "grad_norm": 0.5349363088607788,
340
+ "learning_rate": 0.0006806298276886512,
341
+ "loss": 0.4598,
342
+ "step": 1125
343
+ },
344
+ {
345
+ "epoch": 1.3466042154566744,
346
+ "grad_norm": 0.5650537610054016,
347
+ "learning_rate": 0.0006732026143790851,
348
+ "loss": 0.5108,
349
+ "step": 1150
350
+ },
351
+ {
352
+ "epoch": 1.3758782201405153,
353
+ "grad_norm": 0.39053699374198914,
354
+ "learning_rate": 0.0006657754010695187,
355
+ "loss": 0.545,
356
+ "step": 1175
357
+ },
358
+ {
359
+ "epoch": 1.405152224824356,
360
+ "grad_norm": 0.38576140999794006,
361
+ "learning_rate": 0.0006583481877599526,
362
+ "loss": 0.5929,
363
+ "step": 1200
364
+ },
365
+ {
366
+ "epoch": 1.4344262295081966,
367
+ "grad_norm": 0.5037420988082886,
368
+ "learning_rate": 0.0006509209744503862,
369
+ "loss": 0.5336,
370
+ "step": 1225
371
+ },
372
+ {
373
+ "epoch": 1.4637002341920375,
374
+ "grad_norm": 0.48775750398635864,
375
+ "learning_rate": 0.00064349376114082,
376
+ "loss": 0.5012,
377
+ "step": 1250
378
+ },
379
+ {
380
+ "epoch": 1.4929742388758782,
381
+ "grad_norm": 0.27323758602142334,
382
+ "learning_rate": 0.0006360665478312537,
383
+ "loss": 0.529,
384
+ "step": 1275
385
+ },
386
+ {
387
+ "epoch": 1.5222482435597189,
388
+ "grad_norm": 0.44582176208496094,
389
+ "learning_rate": 0.0006286393345216874,
390
+ "loss": 0.4993,
391
+ "step": 1300
392
+ },
393
+ {
394
+ "epoch": 1.5515222482435598,
395
+ "grad_norm": 0.4263412654399872,
396
+ "learning_rate": 0.0006212121212121212,
397
+ "loss": 0.5914,
398
+ "step": 1325
399
+ },
400
+ {
401
+ "epoch": 1.5807962529274004,
402
+ "grad_norm": 0.43889227509498596,
403
+ "learning_rate": 0.0006137849079025549,
404
+ "loss": 0.5004,
405
+ "step": 1350
406
+ },
407
+ {
408
+ "epoch": 1.6100702576112411,
409
+ "grad_norm": 0.4256519377231598,
410
+ "learning_rate": 0.0006063576945929888,
411
+ "loss": 0.5172,
412
+ "step": 1375
413
+ },
414
+ {
415
+ "epoch": 1.639344262295082,
416
+ "grad_norm": 0.5018269419670105,
417
+ "learning_rate": 0.0005989304812834224,
418
+ "loss": 0.4943,
419
+ "step": 1400
420
+ },
421
+ {
422
+ "epoch": 1.6686182669789227,
423
+ "grad_norm": 0.3621992766857147,
424
+ "learning_rate": 0.0005915032679738563,
425
+ "loss": 0.5243,
426
+ "step": 1425
427
+ },
428
+ {
429
+ "epoch": 1.6978922716627634,
430
+ "grad_norm": 0.33811846375465393,
431
+ "learning_rate": 0.0005840760546642899,
432
+ "loss": 0.5376,
433
+ "step": 1450
434
+ },
435
+ {
436
+ "epoch": 1.7271662763466042,
437
+ "grad_norm": 0.4339434802532196,
438
+ "learning_rate": 0.0005766488413547238,
439
+ "loss": 0.5507,
440
+ "step": 1475
441
+ },
442
+ {
443
+ "epoch": 1.756440281030445,
444
+ "grad_norm": 0.42697080969810486,
445
+ "learning_rate": 0.0005692216280451574,
446
+ "loss": 0.4969,
447
+ "step": 1500
448
+ },
449
+ {
450
+ "epoch": 1.756440281030445,
451
+ "eval_loss": 0.467955082654953,
452
+ "eval_runtime": 12364.0154,
453
+ "eval_samples_per_second": 0.123,
454
+ "eval_steps_per_second": 0.008,
455
+ "eval_wer": 35.736752191336834,
456
+ "step": 1500
457
+ },
458
+ {
459
+ "epoch": 1.7857142857142856,
460
+ "grad_norm": 0.48440080881118774,
461
+ "learning_rate": 0.0005617944147355913,
462
+ "loss": 0.5879,
463
+ "step": 1525
464
+ },
465
+ {
466
+ "epoch": 1.8149882903981265,
467
+ "grad_norm": 0.5575680732727051,
468
+ "learning_rate": 0.0005543672014260249,
469
+ "loss": 0.4912,
470
+ "step": 1550
471
+ },
472
+ {
473
+ "epoch": 1.8442622950819674,
474
+ "grad_norm": 0.5282599329948425,
475
+ "learning_rate": 0.0005469399881164587,
476
+ "loss": 0.462,
477
+ "step": 1575
478
+ },
479
+ {
480
+ "epoch": 1.8735362997658078,
481
+ "grad_norm": 0.5473257899284363,
482
+ "learning_rate": 0.0005395127748068924,
483
+ "loss": 0.595,
484
+ "step": 1600
485
+ },
486
+ {
487
+ "epoch": 1.9028103044496487,
488
+ "grad_norm": 0.38413456082344055,
489
+ "learning_rate": 0.0005320855614973262,
490
+ "loss": 0.4465,
491
+ "step": 1625
492
+ },
493
+ {
494
+ "epoch": 1.9320843091334896,
495
+ "grad_norm": 0.3802899420261383,
496
+ "learning_rate": 0.0005246583481877599,
497
+ "loss": 0.5235,
498
+ "step": 1650
499
+ },
500
+ {
501
+ "epoch": 1.96135831381733,
502
+ "grad_norm": 0.3901960551738739,
503
+ "learning_rate": 0.0005172311348781937,
504
+ "loss": 0.5095,
505
+ "step": 1675
506
+ },
507
+ {
508
+ "epoch": 1.990632318501171,
509
+ "grad_norm": 0.3652135133743286,
510
+ "learning_rate": 0.0005098039215686275,
511
+ "loss": 0.4862,
512
+ "step": 1700
513
+ },
514
+ {
515
+ "epoch": 2.019906323185012,
516
+ "grad_norm": 0.44296035170555115,
517
+ "learning_rate": 0.0005023767082590612,
518
+ "loss": 0.4718,
519
+ "step": 1725
520
+ },
521
+ {
522
+ "epoch": 2.0491803278688523,
523
+ "grad_norm": 0.38306355476379395,
524
+ "learning_rate": 0.000494949494949495,
525
+ "loss": 0.4404,
526
+ "step": 1750
527
+ },
528
+ {
529
+ "epoch": 2.078454332552693,
530
+ "grad_norm": 0.38407984375953674,
531
+ "learning_rate": 0.0004875222816399287,
532
+ "loss": 0.4578,
533
+ "step": 1775
534
+ },
535
+ {
536
+ "epoch": 2.107728337236534,
537
+ "grad_norm": 0.36647218465805054,
538
+ "learning_rate": 0.00048009506833036246,
539
+ "loss": 0.4596,
540
+ "step": 1800
541
+ },
542
+ {
543
+ "epoch": 2.1370023419203745,
544
+ "grad_norm": 0.44638949632644653,
545
+ "learning_rate": 0.0004726678550207962,
546
+ "loss": 0.4993,
547
+ "step": 1825
548
+ },
549
+ {
550
+ "epoch": 2.1662763466042154,
551
+ "grad_norm": 0.47006988525390625,
552
+ "learning_rate": 0.00046524064171123,
553
+ "loss": 0.4288,
554
+ "step": 1850
555
+ },
556
+ {
557
+ "epoch": 2.1955503512880563,
558
+ "grad_norm": 0.5148488283157349,
559
+ "learning_rate": 0.0004578134284016637,
560
+ "loss": 0.447,
561
+ "step": 1875
562
+ },
563
+ {
564
+ "epoch": 2.2248243559718968,
565
+ "grad_norm": 0.3988969326019287,
566
+ "learning_rate": 0.00045038621509209745,
567
+ "loss": 0.4559,
568
+ "step": 1900
569
+ },
570
+ {
571
+ "epoch": 2.2540983606557377,
572
+ "grad_norm": 0.45835059881210327,
573
+ "learning_rate": 0.0004429590017825312,
574
+ "loss": 0.4508,
575
+ "step": 1925
576
+ },
577
+ {
578
+ "epoch": 2.2833723653395785,
579
+ "grad_norm": 0.5815873742103577,
580
+ "learning_rate": 0.00043553178847296494,
581
+ "loss": 0.5091,
582
+ "step": 1950
583
+ },
584
+ {
585
+ "epoch": 2.312646370023419,
586
+ "grad_norm": 0.41291117668151855,
587
+ "learning_rate": 0.0004281045751633987,
588
+ "loss": 0.4559,
589
+ "step": 1975
590
+ },
591
+ {
592
+ "epoch": 2.34192037470726,
593
+ "grad_norm": 0.4919784367084503,
594
+ "learning_rate": 0.00042067736185383243,
595
+ "loss": 0.4465,
596
+ "step": 2000
597
+ },
598
+ {
599
+ "epoch": 2.34192037470726,
600
+ "eval_loss": 0.45896556973457336,
601
+ "eval_runtime": 12387.8081,
602
+ "eval_samples_per_second": 0.123,
603
+ "eval_steps_per_second": 0.008,
604
+ "eval_wer": 33.32109271470311,
605
+ "step": 2000
606
+ },
607
+ {
608
+ "epoch": 2.371194379391101,
609
+ "grad_norm": 0.5504110455513,
610
+ "learning_rate": 0.0004132501485442662,
611
+ "loss": 0.4836,
612
+ "step": 2025
613
+ },
614
+ {
615
+ "epoch": 2.4004683840749417,
616
+ "grad_norm": 0.42781633138656616,
617
+ "learning_rate": 0.0004058229352346999,
618
+ "loss": 0.4341,
619
+ "step": 2050
620
+ },
621
+ {
622
+ "epoch": 2.429742388758782,
623
+ "grad_norm": 0.586798906326294,
624
+ "learning_rate": 0.00039839572192513367,
625
+ "loss": 0.435,
626
+ "step": 2075
627
+ },
628
+ {
629
+ "epoch": 2.459016393442623,
630
+ "grad_norm": 0.43749555945396423,
631
+ "learning_rate": 0.0003909685086155674,
632
+ "loss": 0.4788,
633
+ "step": 2100
634
+ },
635
+ {
636
+ "epoch": 2.4882903981264635,
637
+ "grad_norm": 0.4740693271160126,
638
+ "learning_rate": 0.00038354129530600116,
639
+ "loss": 0.4561,
640
+ "step": 2125
641
+ },
642
+ {
643
+ "epoch": 2.5175644028103044,
644
+ "grad_norm": 0.39487144351005554,
645
+ "learning_rate": 0.0003761140819964349,
646
+ "loss": 0.4764,
647
+ "step": 2150
648
+ },
649
+ {
650
+ "epoch": 2.5468384074941453,
651
+ "grad_norm": 0.4164140224456787,
652
+ "learning_rate": 0.0003686868686868687,
653
+ "loss": 0.4176,
654
+ "step": 2175
655
+ },
656
+ {
657
+ "epoch": 2.576112412177986,
658
+ "grad_norm": 0.43643561005592346,
659
+ "learning_rate": 0.00036125965537730245,
660
+ "loss": 0.4034,
661
+ "step": 2200
662
+ },
663
+ {
664
+ "epoch": 2.6053864168618266,
665
+ "grad_norm": 0.4501596689224243,
666
+ "learning_rate": 0.0003538324420677362,
667
+ "loss": 0.4369,
668
+ "step": 2225
669
+ },
670
+ {
671
+ "epoch": 2.6346604215456675,
672
+ "grad_norm": 0.40837183594703674,
673
+ "learning_rate": 0.00034640522875816995,
674
+ "loss": 0.4488,
675
+ "step": 2250
676
+ },
677
+ {
678
+ "epoch": 2.663934426229508,
679
+ "grad_norm": 0.3215262293815613,
680
+ "learning_rate": 0.0003389780154486037,
681
+ "loss": 0.4407,
682
+ "step": 2275
683
+ },
684
+ {
685
+ "epoch": 2.693208430913349,
686
+ "grad_norm": 0.4755331575870514,
687
+ "learning_rate": 0.00033155080213903744,
688
+ "loss": 0.4764,
689
+ "step": 2300
690
+ },
691
+ {
692
+ "epoch": 2.7224824355971897,
693
+ "grad_norm": 0.36339104175567627,
694
+ "learning_rate": 0.0003241235888294712,
695
+ "loss": 0.4749,
696
+ "step": 2325
697
+ },
698
+ {
699
+ "epoch": 2.7517564402810306,
700
+ "grad_norm": 0.5450248718261719,
701
+ "learning_rate": 0.00031669637551990493,
702
+ "loss": 0.4346,
703
+ "step": 2350
704
+ },
705
+ {
706
+ "epoch": 2.781030444964871,
707
+ "grad_norm": 0.40659910440444946,
708
+ "learning_rate": 0.0003092691622103387,
709
+ "loss": 0.4816,
710
+ "step": 2375
711
+ },
712
+ {
713
+ "epoch": 2.810304449648712,
714
+ "grad_norm": 0.3632465898990631,
715
+ "learning_rate": 0.0003018419489007724,
716
+ "loss": 0.434,
717
+ "step": 2400
718
+ },
719
+ {
720
+ "epoch": 2.839578454332553,
721
+ "grad_norm": 0.4366215467453003,
722
+ "learning_rate": 0.00029441473559120617,
723
+ "loss": 0.4002,
724
+ "step": 2425
725
+ },
726
+ {
727
+ "epoch": 2.8688524590163933,
728
+ "grad_norm": 0.31405115127563477,
729
+ "learning_rate": 0.0002869875222816399,
730
+ "loss": 0.4171,
731
+ "step": 2450
732
+ },
733
+ {
734
+ "epoch": 2.898126463700234,
735
+ "grad_norm": 0.3219514489173889,
736
+ "learning_rate": 0.00027956030897207366,
737
+ "loss": 0.4582,
738
+ "step": 2475
739
+ },
740
+ {
741
+ "epoch": 2.927400468384075,
742
+ "grad_norm": 0.3368944227695465,
743
+ "learning_rate": 0.00027213309566250746,
744
+ "loss": 0.4366,
745
+ "step": 2500
746
+ },
747
+ {
748
+ "epoch": 2.927400468384075,
749
+ "eval_loss": 0.41895976662635803,
750
+ "eval_runtime": 12350.2312,
751
+ "eval_samples_per_second": 0.123,
752
+ "eval_steps_per_second": 0.008,
753
+ "eval_wer": 32.61260692528645,
754
+ "step": 2500
755
+ }
756
+ ],
757
+ "logging_steps": 25,
758
+ "max_steps": 3416,
759
+ "num_input_tokens_seen": 0,
760
+ "num_train_epochs": 4,
761
+ "save_steps": 500,
762
+ "stateful_callbacks": {
763
+ "TrainerControl": {
764
+ "args": {
765
+ "should_epoch_stop": false,
766
+ "should_evaluate": false,
767
+ "should_log": false,
768
+ "should_save": true,
769
+ "should_training_stop": false
770
+ },
771
+ "attributes": {}
772
+ }
773
+ },
774
+ "total_flos": 4.13677780992e+19,
775
+ "train_batch_size": 16,
776
+ "trial_name": null,
777
+ "trial_params": null
778
+ }
whisper-lora-15k-adapters/checkpoint-2500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35fcc5c70f217e2acfa27cc7ce5e776409a6f845a2fc3eb1fbe8916a3226101b
3
+ size 5841
whisper-lora-15k-adapters/checkpoint-3000/README.md ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: bengaliAI/tugstugi_bengaliai-regional-asr_whisper-medium
3
+ library_name: peft
4
+ tags:
5
+ - base_model:adapter:bengaliAI/tugstugi_bengaliai-regional-asr_whisper-medium
6
+ - lora
7
+ - transformers
8
+ ---
9
+
10
+ # Model Card for Model ID
11
+
12
+ <!-- Provide a quick summary of what the model is/does. -->
13
+
14
+
15
+
16
+ ## Model Details
17
+
18
+ ### Model Description
19
+
20
+ <!-- Provide a longer summary of what this model is. -->
21
+
22
+
23
+
24
+ - **Developed by:** [More Information Needed]
25
+ - **Funded by [optional]:** [More Information Needed]
26
+ - **Shared by [optional]:** [More Information Needed]
27
+ - **Model type:** [More Information Needed]
28
+ - **Language(s) (NLP):** [More Information Needed]
29
+ - **License:** [More Information Needed]
30
+ - **Finetuned from model [optional]:** [More Information Needed]
31
+
32
+ ### Model Sources [optional]
33
+
34
+ <!-- Provide the basic links for the model. -->
35
+
36
+ - **Repository:** [More Information Needed]
37
+ - **Paper [optional]:** [More Information Needed]
38
+ - **Demo [optional]:** [More Information Needed]
39
+
40
+ ## Uses
41
+
42
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
43
+
44
+ ### Direct Use
45
+
46
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
47
+
48
+ [More Information Needed]
49
+
50
+ ### Downstream Use [optional]
51
+
52
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
53
+
54
+ [More Information Needed]
55
+
56
+ ### Out-of-Scope Use
57
+
58
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
59
+
60
+ [More Information Needed]
61
+
62
+ ## Bias, Risks, and Limitations
63
+
64
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
65
+
66
+ [More Information Needed]
67
+
68
+ ### Recommendations
69
+
70
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
71
+
72
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
73
+
74
+ ## How to Get Started with the Model
75
+
76
+ Use the code below to get started with the model.
77
+
78
+ [More Information Needed]
79
+
80
+ ## Training Details
81
+
82
+ ### Training Data
83
+
84
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
85
+
86
+ [More Information Needed]
87
+
88
+ ### Training Procedure
89
+
90
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
91
+
92
+ #### Preprocessing [optional]
93
+
94
+ [More Information Needed]
95
+
96
+
97
+ #### Training Hyperparameters
98
+
99
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
100
+
101
+ #### Speeds, Sizes, Times [optional]
102
+
103
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
104
+
105
+ [More Information Needed]
106
+
107
+ ## Evaluation
108
+
109
+ <!-- This section describes the evaluation protocols and provides the results. -->
110
+
111
+ ### Testing Data, Factors & Metrics
112
+
113
+ #### Testing Data
114
+
115
+ <!-- This should link to a Dataset Card if possible. -->
116
+
117
+ [More Information Needed]
118
+
119
+ #### Factors
120
+
121
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
122
+
123
+ [More Information Needed]
124
+
125
+ #### Metrics
126
+
127
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
128
+
129
+ [More Information Needed]
130
+
131
+ ### Results
132
+
133
+ [More Information Needed]
134
+
135
+ #### Summary
136
+
137
+
138
+
139
+ ## Model Examination [optional]
140
+
141
+ <!-- Relevant interpretability work for the model goes here -->
142
+
143
+ [More Information Needed]
144
+
145
+ ## Environmental Impact
146
+
147
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
148
+
149
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
150
+
151
+ - **Hardware Type:** [More Information Needed]
152
+ - **Hours used:** [More Information Needed]
153
+ - **Cloud Provider:** [More Information Needed]
154
+ - **Compute Region:** [More Information Needed]
155
+ - **Carbon Emitted:** [More Information Needed]
156
+
157
+ ## Technical Specifications [optional]
158
+
159
+ ### Model Architecture and Objective
160
+
161
+ [More Information Needed]
162
+
163
+ ### Compute Infrastructure
164
+
165
+ [More Information Needed]
166
+
167
+ #### Hardware
168
+
169
+ [More Information Needed]
170
+
171
+ #### Software
172
+
173
+ [More Information Needed]
174
+
175
+ ## Citation [optional]
176
+
177
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
178
+
179
+ **BibTeX:**
180
+
181
+ [More Information Needed]
182
+
183
+ **APA:**
184
+
185
+ [More Information Needed]
186
+
187
+ ## Glossary [optional]
188
+
189
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
190
+
191
+ [More Information Needed]
192
+
193
+ ## More Information [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Authors [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Contact
202
+
203
+ [More Information Needed]
204
+ ### Framework versions
205
+
206
+ - PEFT 0.18.2.dev0
whisper-lora-15k-adapters/checkpoint-3000/adapter_config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": {
6
+ "base_model_class": "WhisperForConditionalGeneration",
7
+ "parent_library": "transformers.models.whisper.modeling_whisper"
8
+ },
9
+ "base_model_name_or_path": "bengaliAI/tugstugi_bengaliai-regional-asr_whisper-medium",
10
+ "bias": "none",
11
+ "corda_config": null,
12
+ "ensure_weight_tying": false,
13
+ "eva_config": null,
14
+ "exclude_modules": null,
15
+ "fan_in_fan_out": false,
16
+ "inference_mode": true,
17
+ "init_lora_weights": true,
18
+ "layer_replication": null,
19
+ "layers_pattern": null,
20
+ "layers_to_transform": null,
21
+ "loftq_config": {},
22
+ "lora_alpha": 64,
23
+ "lora_bias": false,
24
+ "lora_dropout": 0.05,
25
+ "lora_ga_config": null,
26
+ "megatron_config": null,
27
+ "megatron_core": "megatron.core",
28
+ "modules_to_save": null,
29
+ "peft_type": "LORA",
30
+ "peft_version": "0.18.2.dev0@2cd96ed041620f74d239a0ce3f16207153c43413",
31
+ "qalora_group_size": 16,
32
+ "r": 32,
33
+ "rank_pattern": {},
34
+ "revision": null,
35
+ "target_modules": [
36
+ "q_proj",
37
+ "v_proj"
38
+ ],
39
+ "target_parameters": null,
40
+ "task_type": null,
41
+ "trainable_token_indices": null,
42
+ "use_bdlora": null,
43
+ "use_dora": false,
44
+ "use_qalora": false,
45
+ "use_rslora": false
46
+ }
whisper-lora-15k-adapters/checkpoint-3000/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3f5f526bfd87bef4ea899d2f9b5d8adab533ab224928b5346e75aa33271de64
3
+ size 37789960
whisper-lora-15k-adapters/checkpoint-3000/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:717cbfda127e412065c27986f2b5c910895e81cd56159ae7b895838ba2e7d90d
3
+ size 50493579
whisper-lora-15k-adapters/checkpoint-3000/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
+ }
whisper-lora-15k-adapters/checkpoint-3000/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff381243789bd4701da7f56f82708d45637b5c0f3b3e06553ef174b37ffa3183
3
+ size 14645
whisper-lora-15k-adapters/checkpoint-3000/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f520058ee3903608f706212b132ae91b34d3186d9c6907c7bff29d9e21a87b7e
3
+ size 1465
whisper-lora-15k-adapters/checkpoint-3000/trainer_state.json ADDED
@@ -0,0 +1,927 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 32.61260692528645,
3
+ "best_model_checkpoint": "./whisper-lora-15k-adapters/checkpoint-2500",
4
+ "epoch": 3.51288056206089,
5
+ "eval_steps": 500,
6
+ "global_step": 3000,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.02927400468384075,
13
+ "grad_norm": 0.49275097250938416,
14
+ "learning_rate": 0.0005,
15
+ "loss": 0.9988,
16
+ "step": 25
17
+ },
18
+ {
19
+ "epoch": 0.0585480093676815,
20
+ "grad_norm": 0.5272337794303894,
21
+ "learning_rate": 0.001,
22
+ "loss": 0.754,
23
+ "step": 50
24
+ },
25
+ {
26
+ "epoch": 0.08782201405152225,
27
+ "grad_norm": 0.4221147298812866,
28
+ "learning_rate": 0.0009925727866904337,
29
+ "loss": 0.6045,
30
+ "step": 75
31
+ },
32
+ {
33
+ "epoch": 0.117096018735363,
34
+ "grad_norm": 0.30049410462379456,
35
+ "learning_rate": 0.0009851455733808675,
36
+ "loss": 0.6137,
37
+ "step": 100
38
+ },
39
+ {
40
+ "epoch": 0.14637002341920374,
41
+ "grad_norm": 0.34277957677841187,
42
+ "learning_rate": 0.0009777183600713012,
43
+ "loss": 0.6348,
44
+ "step": 125
45
+ },
46
+ {
47
+ "epoch": 0.1756440281030445,
48
+ "grad_norm": 0.8166279196739197,
49
+ "learning_rate": 0.000970291146761735,
50
+ "loss": 0.6599,
51
+ "step": 150
52
+ },
53
+ {
54
+ "epoch": 0.20491803278688525,
55
+ "grad_norm": 0.5421469211578369,
56
+ "learning_rate": 0.0009628639334521688,
57
+ "loss": 0.6297,
58
+ "step": 175
59
+ },
60
+ {
61
+ "epoch": 0.234192037470726,
62
+ "grad_norm": 0.5719662308692932,
63
+ "learning_rate": 0.0009554367201426025,
64
+ "loss": 0.6566,
65
+ "step": 200
66
+ },
67
+ {
68
+ "epoch": 0.26346604215456676,
69
+ "grad_norm": 0.4597041606903076,
70
+ "learning_rate": 0.0009480095068330362,
71
+ "loss": 0.6108,
72
+ "step": 225
73
+ },
74
+ {
75
+ "epoch": 0.2927400468384075,
76
+ "grad_norm": 0.303480863571167,
77
+ "learning_rate": 0.00094058229352347,
78
+ "loss": 0.5868,
79
+ "step": 250
80
+ },
81
+ {
82
+ "epoch": 0.32201405152224827,
83
+ "grad_norm": 0.35486990213394165,
84
+ "learning_rate": 0.0009331550802139037,
85
+ "loss": 0.6076,
86
+ "step": 275
87
+ },
88
+ {
89
+ "epoch": 0.351288056206089,
90
+ "grad_norm": 0.5772029161453247,
91
+ "learning_rate": 0.0009257278669043375,
92
+ "loss": 0.6243,
93
+ "step": 300
94
+ },
95
+ {
96
+ "epoch": 0.3805620608899297,
97
+ "grad_norm": 0.32380449771881104,
98
+ "learning_rate": 0.0009183006535947712,
99
+ "loss": 0.6142,
100
+ "step": 325
101
+ },
102
+ {
103
+ "epoch": 0.4098360655737705,
104
+ "grad_norm": 0.2743474245071411,
105
+ "learning_rate": 0.000910873440285205,
106
+ "loss": 0.5561,
107
+ "step": 350
108
+ },
109
+ {
110
+ "epoch": 0.43911007025761123,
111
+ "grad_norm": 0.4696587026119232,
112
+ "learning_rate": 0.0009034462269756387,
113
+ "loss": 0.6096,
114
+ "step": 375
115
+ },
116
+ {
117
+ "epoch": 0.468384074941452,
118
+ "grad_norm": 0.3656092584133148,
119
+ "learning_rate": 0.0008960190136660726,
120
+ "loss": 0.6609,
121
+ "step": 400
122
+ },
123
+ {
124
+ "epoch": 0.49765807962529274,
125
+ "grad_norm": 0.704386293888092,
126
+ "learning_rate": 0.0008885918003565062,
127
+ "loss": 0.565,
128
+ "step": 425
129
+ },
130
+ {
131
+ "epoch": 0.5269320843091335,
132
+ "grad_norm": 0.6060842871665955,
133
+ "learning_rate": 0.0008811645870469401,
134
+ "loss": 0.6572,
135
+ "step": 450
136
+ },
137
+ {
138
+ "epoch": 0.5562060889929742,
139
+ "grad_norm": 0.4069805443286896,
140
+ "learning_rate": 0.0008737373737373737,
141
+ "loss": 0.557,
142
+ "step": 475
143
+ },
144
+ {
145
+ "epoch": 0.585480093676815,
146
+ "grad_norm": 0.45368218421936035,
147
+ "learning_rate": 0.0008663101604278076,
148
+ "loss": 0.5793,
149
+ "step": 500
150
+ },
151
+ {
152
+ "epoch": 0.585480093676815,
153
+ "eval_loss": 0.546061635017395,
154
+ "eval_runtime": 12387.0635,
155
+ "eval_samples_per_second": 0.123,
156
+ "eval_steps_per_second": 0.008,
157
+ "eval_wer": 37.98093560260484,
158
+ "step": 500
159
+ },
160
+ {
161
+ "epoch": 0.6147540983606558,
162
+ "grad_norm": 0.5809288620948792,
163
+ "learning_rate": 0.0008588829471182412,
164
+ "loss": 0.5512,
165
+ "step": 525
166
+ },
167
+ {
168
+ "epoch": 0.6440281030444965,
169
+ "grad_norm": 0.9479708671569824,
170
+ "learning_rate": 0.000851455733808675,
171
+ "loss": 0.6098,
172
+ "step": 550
173
+ },
174
+ {
175
+ "epoch": 0.6733021077283372,
176
+ "grad_norm": 0.38643014430999756,
177
+ "learning_rate": 0.0008440285204991087,
178
+ "loss": 0.5915,
179
+ "step": 575
180
+ },
181
+ {
182
+ "epoch": 0.702576112412178,
183
+ "grad_norm": 0.5177704095840454,
184
+ "learning_rate": 0.0008366013071895425,
185
+ "loss": 0.5909,
186
+ "step": 600
187
+ },
188
+ {
189
+ "epoch": 0.7318501170960188,
190
+ "grad_norm": 0.39607977867126465,
191
+ "learning_rate": 0.0008291740938799762,
192
+ "loss": 0.5783,
193
+ "step": 625
194
+ },
195
+ {
196
+ "epoch": 0.7611241217798594,
197
+ "grad_norm": 0.5243889689445496,
198
+ "learning_rate": 0.00082174688057041,
199
+ "loss": 0.5573,
200
+ "step": 650
201
+ },
202
+ {
203
+ "epoch": 0.7903981264637002,
204
+ "grad_norm": 0.38120409846305847,
205
+ "learning_rate": 0.0008143196672608437,
206
+ "loss": 0.6463,
207
+ "step": 675
208
+ },
209
+ {
210
+ "epoch": 0.819672131147541,
211
+ "grad_norm": 0.3815406858921051,
212
+ "learning_rate": 0.0008068924539512775,
213
+ "loss": 0.6244,
214
+ "step": 700
215
+ },
216
+ {
217
+ "epoch": 0.8489461358313818,
218
+ "grad_norm": 0.49876636266708374,
219
+ "learning_rate": 0.0007994652406417113,
220
+ "loss": 0.6347,
221
+ "step": 725
222
+ },
223
+ {
224
+ "epoch": 0.8782201405152225,
225
+ "grad_norm": 0.36918649077415466,
226
+ "learning_rate": 0.000792038027332145,
227
+ "loss": 0.5391,
228
+ "step": 750
229
+ },
230
+ {
231
+ "epoch": 0.9074941451990632,
232
+ "grad_norm": 0.4347202479839325,
233
+ "learning_rate": 0.0007846108140225788,
234
+ "loss": 0.6166,
235
+ "step": 775
236
+ },
237
+ {
238
+ "epoch": 0.936768149882904,
239
+ "grad_norm": 0.4877653419971466,
240
+ "learning_rate": 0.0007771836007130125,
241
+ "loss": 0.5318,
242
+ "step": 800
243
+ },
244
+ {
245
+ "epoch": 0.9660421545667447,
246
+ "grad_norm": 0.40555697679519653,
247
+ "learning_rate": 0.0007697563874034463,
248
+ "loss": 0.5867,
249
+ "step": 825
250
+ },
251
+ {
252
+ "epoch": 0.9953161592505855,
253
+ "grad_norm": 0.47605931758880615,
254
+ "learning_rate": 0.00076232917409388,
255
+ "loss": 0.578,
256
+ "step": 850
257
+ },
258
+ {
259
+ "epoch": 1.0245901639344261,
260
+ "grad_norm": 0.43946486711502075,
261
+ "learning_rate": 0.0007549019607843137,
262
+ "loss": 0.4755,
263
+ "step": 875
264
+ },
265
+ {
266
+ "epoch": 1.053864168618267,
267
+ "grad_norm": 0.3787698745727539,
268
+ "learning_rate": 0.0007474747474747475,
269
+ "loss": 0.554,
270
+ "step": 900
271
+ },
272
+ {
273
+ "epoch": 1.0831381733021077,
274
+ "grad_norm": 0.41880446672439575,
275
+ "learning_rate": 0.0007400475341651812,
276
+ "loss": 0.4911,
277
+ "step": 925
278
+ },
279
+ {
280
+ "epoch": 1.1124121779859484,
281
+ "grad_norm": 0.4066482484340668,
282
+ "learning_rate": 0.000732620320855615,
283
+ "loss": 0.5064,
284
+ "step": 950
285
+ },
286
+ {
287
+ "epoch": 1.1416861826697893,
288
+ "grad_norm": 0.2495754361152649,
289
+ "learning_rate": 0.0007251931075460487,
290
+ "loss": 0.5102,
291
+ "step": 975
292
+ },
293
+ {
294
+ "epoch": 1.17096018735363,
295
+ "grad_norm": 0.44539883732795715,
296
+ "learning_rate": 0.0007177658942364825,
297
+ "loss": 0.4371,
298
+ "step": 1000
299
+ },
300
+ {
301
+ "epoch": 1.17096018735363,
302
+ "eval_loss": 0.5167025923728943,
303
+ "eval_runtime": 12236.3244,
304
+ "eval_samples_per_second": 0.124,
305
+ "eval_steps_per_second": 0.008,
306
+ "eval_wer": 34.90263315191745,
307
+ "step": 1000
308
+ },
309
+ {
310
+ "epoch": 1.2002341920374708,
311
+ "grad_norm": 0.4373762905597687,
312
+ "learning_rate": 0.0007103386809269162,
313
+ "loss": 0.5205,
314
+ "step": 1025
315
+ },
316
+ {
317
+ "epoch": 1.2295081967213115,
318
+ "grad_norm": 0.4179486632347107,
319
+ "learning_rate": 0.0007029114676173501,
320
+ "loss": 0.5313,
321
+ "step": 1050
322
+ },
323
+ {
324
+ "epoch": 1.2587822014051522,
325
+ "grad_norm": 0.45639654994010925,
326
+ "learning_rate": 0.0006954842543077837,
327
+ "loss": 0.5617,
328
+ "step": 1075
329
+ },
330
+ {
331
+ "epoch": 1.288056206088993,
332
+ "grad_norm": 0.3721451461315155,
333
+ "learning_rate": 0.0006880570409982176,
334
+ "loss": 0.4312,
335
+ "step": 1100
336
+ },
337
+ {
338
+ "epoch": 1.3173302107728337,
339
+ "grad_norm": 0.5349363088607788,
340
+ "learning_rate": 0.0006806298276886512,
341
+ "loss": 0.4598,
342
+ "step": 1125
343
+ },
344
+ {
345
+ "epoch": 1.3466042154566744,
346
+ "grad_norm": 0.5650537610054016,
347
+ "learning_rate": 0.0006732026143790851,
348
+ "loss": 0.5108,
349
+ "step": 1150
350
+ },
351
+ {
352
+ "epoch": 1.3758782201405153,
353
+ "grad_norm": 0.39053699374198914,
354
+ "learning_rate": 0.0006657754010695187,
355
+ "loss": 0.545,
356
+ "step": 1175
357
+ },
358
+ {
359
+ "epoch": 1.405152224824356,
360
+ "grad_norm": 0.38576140999794006,
361
+ "learning_rate": 0.0006583481877599526,
362
+ "loss": 0.5929,
363
+ "step": 1200
364
+ },
365
+ {
366
+ "epoch": 1.4344262295081966,
367
+ "grad_norm": 0.5037420988082886,
368
+ "learning_rate": 0.0006509209744503862,
369
+ "loss": 0.5336,
370
+ "step": 1225
371
+ },
372
+ {
373
+ "epoch": 1.4637002341920375,
374
+ "grad_norm": 0.48775750398635864,
375
+ "learning_rate": 0.00064349376114082,
376
+ "loss": 0.5012,
377
+ "step": 1250
378
+ },
379
+ {
380
+ "epoch": 1.4929742388758782,
381
+ "grad_norm": 0.27323758602142334,
382
+ "learning_rate": 0.0006360665478312537,
383
+ "loss": 0.529,
384
+ "step": 1275
385
+ },
386
+ {
387
+ "epoch": 1.5222482435597189,
388
+ "grad_norm": 0.44582176208496094,
389
+ "learning_rate": 0.0006286393345216874,
390
+ "loss": 0.4993,
391
+ "step": 1300
392
+ },
393
+ {
394
+ "epoch": 1.5515222482435598,
395
+ "grad_norm": 0.4263412654399872,
396
+ "learning_rate": 0.0006212121212121212,
397
+ "loss": 0.5914,
398
+ "step": 1325
399
+ },
400
+ {
401
+ "epoch": 1.5807962529274004,
402
+ "grad_norm": 0.43889227509498596,
403
+ "learning_rate": 0.0006137849079025549,
404
+ "loss": 0.5004,
405
+ "step": 1350
406
+ },
407
+ {
408
+ "epoch": 1.6100702576112411,
409
+ "grad_norm": 0.4256519377231598,
410
+ "learning_rate": 0.0006063576945929888,
411
+ "loss": 0.5172,
412
+ "step": 1375
413
+ },
414
+ {
415
+ "epoch": 1.639344262295082,
416
+ "grad_norm": 0.5018269419670105,
417
+ "learning_rate": 0.0005989304812834224,
418
+ "loss": 0.4943,
419
+ "step": 1400
420
+ },
421
+ {
422
+ "epoch": 1.6686182669789227,
423
+ "grad_norm": 0.3621992766857147,
424
+ "learning_rate": 0.0005915032679738563,
425
+ "loss": 0.5243,
426
+ "step": 1425
427
+ },
428
+ {
429
+ "epoch": 1.6978922716627634,
430
+ "grad_norm": 0.33811846375465393,
431
+ "learning_rate": 0.0005840760546642899,
432
+ "loss": 0.5376,
433
+ "step": 1450
434
+ },
435
+ {
436
+ "epoch": 1.7271662763466042,
437
+ "grad_norm": 0.4339434802532196,
438
+ "learning_rate": 0.0005766488413547238,
439
+ "loss": 0.5507,
440
+ "step": 1475
441
+ },
442
+ {
443
+ "epoch": 1.756440281030445,
444
+ "grad_norm": 0.42697080969810486,
445
+ "learning_rate": 0.0005692216280451574,
446
+ "loss": 0.4969,
447
+ "step": 1500
448
+ },
449
+ {
450
+ "epoch": 1.756440281030445,
451
+ "eval_loss": 0.467955082654953,
452
+ "eval_runtime": 12364.0154,
453
+ "eval_samples_per_second": 0.123,
454
+ "eval_steps_per_second": 0.008,
455
+ "eval_wer": 35.736752191336834,
456
+ "step": 1500
457
+ },
458
+ {
459
+ "epoch": 1.7857142857142856,
460
+ "grad_norm": 0.48440080881118774,
461
+ "learning_rate": 0.0005617944147355913,
462
+ "loss": 0.5879,
463
+ "step": 1525
464
+ },
465
+ {
466
+ "epoch": 1.8149882903981265,
467
+ "grad_norm": 0.5575680732727051,
468
+ "learning_rate": 0.0005543672014260249,
469
+ "loss": 0.4912,
470
+ "step": 1550
471
+ },
472
+ {
473
+ "epoch": 1.8442622950819674,
474
+ "grad_norm": 0.5282599329948425,
475
+ "learning_rate": 0.0005469399881164587,
476
+ "loss": 0.462,
477
+ "step": 1575
478
+ },
479
+ {
480
+ "epoch": 1.8735362997658078,
481
+ "grad_norm": 0.5473257899284363,
482
+ "learning_rate": 0.0005395127748068924,
483
+ "loss": 0.595,
484
+ "step": 1600
485
+ },
486
+ {
487
+ "epoch": 1.9028103044496487,
488
+ "grad_norm": 0.38413456082344055,
489
+ "learning_rate": 0.0005320855614973262,
490
+ "loss": 0.4465,
491
+ "step": 1625
492
+ },
493
+ {
494
+ "epoch": 1.9320843091334896,
495
+ "grad_norm": 0.3802899420261383,
496
+ "learning_rate": 0.0005246583481877599,
497
+ "loss": 0.5235,
498
+ "step": 1650
499
+ },
500
+ {
501
+ "epoch": 1.96135831381733,
502
+ "grad_norm": 0.3901960551738739,
503
+ "learning_rate": 0.0005172311348781937,
504
+ "loss": 0.5095,
505
+ "step": 1675
506
+ },
507
+ {
508
+ "epoch": 1.990632318501171,
509
+ "grad_norm": 0.3652135133743286,
510
+ "learning_rate": 0.0005098039215686275,
511
+ "loss": 0.4862,
512
+ "step": 1700
513
+ },
514
+ {
515
+ "epoch": 2.019906323185012,
516
+ "grad_norm": 0.44296035170555115,
517
+ "learning_rate": 0.0005023767082590612,
518
+ "loss": 0.4718,
519
+ "step": 1725
520
+ },
521
+ {
522
+ "epoch": 2.0491803278688523,
523
+ "grad_norm": 0.38306355476379395,
524
+ "learning_rate": 0.000494949494949495,
525
+ "loss": 0.4404,
526
+ "step": 1750
527
+ },
528
+ {
529
+ "epoch": 2.078454332552693,
530
+ "grad_norm": 0.38407984375953674,
531
+ "learning_rate": 0.0004875222816399287,
532
+ "loss": 0.4578,
533
+ "step": 1775
534
+ },
535
+ {
536
+ "epoch": 2.107728337236534,
537
+ "grad_norm": 0.36647218465805054,
538
+ "learning_rate": 0.00048009506833036246,
539
+ "loss": 0.4596,
540
+ "step": 1800
541
+ },
542
+ {
543
+ "epoch": 2.1370023419203745,
544
+ "grad_norm": 0.44638949632644653,
545
+ "learning_rate": 0.0004726678550207962,
546
+ "loss": 0.4993,
547
+ "step": 1825
548
+ },
549
+ {
550
+ "epoch": 2.1662763466042154,
551
+ "grad_norm": 0.47006988525390625,
552
+ "learning_rate": 0.00046524064171123,
553
+ "loss": 0.4288,
554
+ "step": 1850
555
+ },
556
+ {
557
+ "epoch": 2.1955503512880563,
558
+ "grad_norm": 0.5148488283157349,
559
+ "learning_rate": 0.0004578134284016637,
560
+ "loss": 0.447,
561
+ "step": 1875
562
+ },
563
+ {
564
+ "epoch": 2.2248243559718968,
565
+ "grad_norm": 0.3988969326019287,
566
+ "learning_rate": 0.00045038621509209745,
567
+ "loss": 0.4559,
568
+ "step": 1900
569
+ },
570
+ {
571
+ "epoch": 2.2540983606557377,
572
+ "grad_norm": 0.45835059881210327,
573
+ "learning_rate": 0.0004429590017825312,
574
+ "loss": 0.4508,
575
+ "step": 1925
576
+ },
577
+ {
578
+ "epoch": 2.2833723653395785,
579
+ "grad_norm": 0.5815873742103577,
580
+ "learning_rate": 0.00043553178847296494,
581
+ "loss": 0.5091,
582
+ "step": 1950
583
+ },
584
+ {
585
+ "epoch": 2.312646370023419,
586
+ "grad_norm": 0.41291117668151855,
587
+ "learning_rate": 0.0004281045751633987,
588
+ "loss": 0.4559,
589
+ "step": 1975
590
+ },
591
+ {
592
+ "epoch": 2.34192037470726,
593
+ "grad_norm": 0.4919784367084503,
594
+ "learning_rate": 0.00042067736185383243,
595
+ "loss": 0.4465,
596
+ "step": 2000
597
+ },
598
+ {
599
+ "epoch": 2.34192037470726,
600
+ "eval_loss": 0.45896556973457336,
601
+ "eval_runtime": 12387.8081,
602
+ "eval_samples_per_second": 0.123,
603
+ "eval_steps_per_second": 0.008,
604
+ "eval_wer": 33.32109271470311,
605
+ "step": 2000
606
+ },
607
+ {
608
+ "epoch": 2.371194379391101,
609
+ "grad_norm": 0.5504110455513,
610
+ "learning_rate": 0.0004132501485442662,
611
+ "loss": 0.4836,
612
+ "step": 2025
613
+ },
614
+ {
615
+ "epoch": 2.4004683840749417,
616
+ "grad_norm": 0.42781633138656616,
617
+ "learning_rate": 0.0004058229352346999,
618
+ "loss": 0.4341,
619
+ "step": 2050
620
+ },
621
+ {
622
+ "epoch": 2.429742388758782,
623
+ "grad_norm": 0.586798906326294,
624
+ "learning_rate": 0.00039839572192513367,
625
+ "loss": 0.435,
626
+ "step": 2075
627
+ },
628
+ {
629
+ "epoch": 2.459016393442623,
630
+ "grad_norm": 0.43749555945396423,
631
+ "learning_rate": 0.0003909685086155674,
632
+ "loss": 0.4788,
633
+ "step": 2100
634
+ },
635
+ {
636
+ "epoch": 2.4882903981264635,
637
+ "grad_norm": 0.4740693271160126,
638
+ "learning_rate": 0.00038354129530600116,
639
+ "loss": 0.4561,
640
+ "step": 2125
641
+ },
642
+ {
643
+ "epoch": 2.5175644028103044,
644
+ "grad_norm": 0.39487144351005554,
645
+ "learning_rate": 0.0003761140819964349,
646
+ "loss": 0.4764,
647
+ "step": 2150
648
+ },
649
+ {
650
+ "epoch": 2.5468384074941453,
651
+ "grad_norm": 0.4164140224456787,
652
+ "learning_rate": 0.0003686868686868687,
653
+ "loss": 0.4176,
654
+ "step": 2175
655
+ },
656
+ {
657
+ "epoch": 2.576112412177986,
658
+ "grad_norm": 0.43643561005592346,
659
+ "learning_rate": 0.00036125965537730245,
660
+ "loss": 0.4034,
661
+ "step": 2200
662
+ },
663
+ {
664
+ "epoch": 2.6053864168618266,
665
+ "grad_norm": 0.4501596689224243,
666
+ "learning_rate": 0.0003538324420677362,
667
+ "loss": 0.4369,
668
+ "step": 2225
669
+ },
670
+ {
671
+ "epoch": 2.6346604215456675,
672
+ "grad_norm": 0.40837183594703674,
673
+ "learning_rate": 0.00034640522875816995,
674
+ "loss": 0.4488,
675
+ "step": 2250
676
+ },
677
+ {
678
+ "epoch": 2.663934426229508,
679
+ "grad_norm": 0.3215262293815613,
680
+ "learning_rate": 0.0003389780154486037,
681
+ "loss": 0.4407,
682
+ "step": 2275
683
+ },
684
+ {
685
+ "epoch": 2.693208430913349,
686
+ "grad_norm": 0.4755331575870514,
687
+ "learning_rate": 0.00033155080213903744,
688
+ "loss": 0.4764,
689
+ "step": 2300
690
+ },
691
+ {
692
+ "epoch": 2.7224824355971897,
693
+ "grad_norm": 0.36339104175567627,
694
+ "learning_rate": 0.0003241235888294712,
695
+ "loss": 0.4749,
696
+ "step": 2325
697
+ },
698
+ {
699
+ "epoch": 2.7517564402810306,
700
+ "grad_norm": 0.5450248718261719,
701
+ "learning_rate": 0.00031669637551990493,
702
+ "loss": 0.4346,
703
+ "step": 2350
704
+ },
705
+ {
706
+ "epoch": 2.781030444964871,
707
+ "grad_norm": 0.40659910440444946,
708
+ "learning_rate": 0.0003092691622103387,
709
+ "loss": 0.4816,
710
+ "step": 2375
711
+ },
712
+ {
713
+ "epoch": 2.810304449648712,
714
+ "grad_norm": 0.3632465898990631,
715
+ "learning_rate": 0.0003018419489007724,
716
+ "loss": 0.434,
717
+ "step": 2400
718
+ },
719
+ {
720
+ "epoch": 2.839578454332553,
721
+ "grad_norm": 0.4366215467453003,
722
+ "learning_rate": 0.00029441473559120617,
723
+ "loss": 0.4002,
724
+ "step": 2425
725
+ },
726
+ {
727
+ "epoch": 2.8688524590163933,
728
+ "grad_norm": 0.31405115127563477,
729
+ "learning_rate": 0.0002869875222816399,
730
+ "loss": 0.4171,
731
+ "step": 2450
732
+ },
733
+ {
734
+ "epoch": 2.898126463700234,
735
+ "grad_norm": 0.3219514489173889,
736
+ "learning_rate": 0.00027956030897207366,
737
+ "loss": 0.4582,
738
+ "step": 2475
739
+ },
740
+ {
741
+ "epoch": 2.927400468384075,
742
+ "grad_norm": 0.3368944227695465,
743
+ "learning_rate": 0.00027213309566250746,
744
+ "loss": 0.4366,
745
+ "step": 2500
746
+ },
747
+ {
748
+ "epoch": 2.927400468384075,
749
+ "eval_loss": 0.41895976662635803,
750
+ "eval_runtime": 12350.2312,
751
+ "eval_samples_per_second": 0.123,
752
+ "eval_steps_per_second": 0.008,
753
+ "eval_wer": 32.61260692528645,
754
+ "step": 2500
755
+ },
756
+ {
757
+ "epoch": 2.9566744730679155,
758
+ "grad_norm": 0.6570879220962524,
759
+ "learning_rate": 0.0002647058823529412,
760
+ "loss": 0.4611,
761
+ "step": 2525
762
+ },
763
+ {
764
+ "epoch": 2.9859484777517564,
765
+ "grad_norm": 0.4216877818107605,
766
+ "learning_rate": 0.00025727866904337495,
767
+ "loss": 0.4748,
768
+ "step": 2550
769
+ },
770
+ {
771
+ "epoch": 3.0152224824355973,
772
+ "grad_norm": 0.46946263313293457,
773
+ "learning_rate": 0.0002498514557338087,
774
+ "loss": 0.4575,
775
+ "step": 2575
776
+ },
777
+ {
778
+ "epoch": 3.0444964871194378,
779
+ "grad_norm": 0.396932989358902,
780
+ "learning_rate": 0.00024242424242424245,
781
+ "loss": 0.3939,
782
+ "step": 2600
783
+ },
784
+ {
785
+ "epoch": 3.0737704918032787,
786
+ "grad_norm": 0.4928429126739502,
787
+ "learning_rate": 0.0002349970291146762,
788
+ "loss": 0.3568,
789
+ "step": 2625
790
+ },
791
+ {
792
+ "epoch": 3.1030444964871196,
793
+ "grad_norm": 0.4007248878479004,
794
+ "learning_rate": 0.00022756981580510994,
795
+ "loss": 0.3692,
796
+ "step": 2650
797
+ },
798
+ {
799
+ "epoch": 3.13231850117096,
800
+ "grad_norm": 0.40141820907592773,
801
+ "learning_rate": 0.00022014260249554368,
802
+ "loss": 0.3905,
803
+ "step": 2675
804
+ },
805
+ {
806
+ "epoch": 3.161592505854801,
807
+ "grad_norm": 0.37623295187950134,
808
+ "learning_rate": 0.00021271538918597743,
809
+ "loss": 0.3566,
810
+ "step": 2700
811
+ },
812
+ {
813
+ "epoch": 3.190866510538642,
814
+ "grad_norm": 0.3837551772594452,
815
+ "learning_rate": 0.00020528817587641118,
816
+ "loss": 0.432,
817
+ "step": 2725
818
+ },
819
+ {
820
+ "epoch": 3.2201405152224822,
821
+ "grad_norm": 0.6860864758491516,
822
+ "learning_rate": 0.00019786096256684495,
823
+ "loss": 0.4528,
824
+ "step": 2750
825
+ },
826
+ {
827
+ "epoch": 3.249414519906323,
828
+ "grad_norm": 0.4655303657054901,
829
+ "learning_rate": 0.00019043374925727867,
830
+ "loss": 0.3674,
831
+ "step": 2775
832
+ },
833
+ {
834
+ "epoch": 3.278688524590164,
835
+ "grad_norm": 0.43825146555900574,
836
+ "learning_rate": 0.00018300653594771241,
837
+ "loss": 0.3758,
838
+ "step": 2800
839
+ },
840
+ {
841
+ "epoch": 3.307962529274005,
842
+ "grad_norm": 0.5083994269371033,
843
+ "learning_rate": 0.00017557932263814616,
844
+ "loss": 0.3824,
845
+ "step": 2825
846
+ },
847
+ {
848
+ "epoch": 3.3372365339578454,
849
+ "grad_norm": 0.5229085683822632,
850
+ "learning_rate": 0.0001681521093285799,
851
+ "loss": 0.3969,
852
+ "step": 2850
853
+ },
854
+ {
855
+ "epoch": 3.3665105386416863,
856
+ "grad_norm": 0.584431529045105,
857
+ "learning_rate": 0.00016072489601901365,
858
+ "loss": 0.4285,
859
+ "step": 2875
860
+ },
861
+ {
862
+ "epoch": 3.3957845433255267,
863
+ "grad_norm": 0.4564405679702759,
864
+ "learning_rate": 0.0001532976827094474,
865
+ "loss": 0.4189,
866
+ "step": 2900
867
+ },
868
+ {
869
+ "epoch": 3.4250585480093676,
870
+ "grad_norm": 0.34044119715690613,
871
+ "learning_rate": 0.00014587046939988117,
872
+ "loss": 0.4008,
873
+ "step": 2925
874
+ },
875
+ {
876
+ "epoch": 3.4543325526932085,
877
+ "grad_norm": 0.34367942810058594,
878
+ "learning_rate": 0.00013844325609031492,
879
+ "loss": 0.3847,
880
+ "step": 2950
881
+ },
882
+ {
883
+ "epoch": 3.4836065573770494,
884
+ "grad_norm": 0.31558510661125183,
885
+ "learning_rate": 0.00013101604278074866,
886
+ "loss": 0.3474,
887
+ "step": 2975
888
+ },
889
+ {
890
+ "epoch": 3.51288056206089,
891
+ "grad_norm": 0.46547606587409973,
892
+ "learning_rate": 0.0001235888294711824,
893
+ "loss": 0.3753,
894
+ "step": 3000
895
+ },
896
+ {
897
+ "epoch": 3.51288056206089,
898
+ "eval_loss": 0.4121188521385193,
899
+ "eval_runtime": 12280.3025,
900
+ "eval_samples_per_second": 0.124,
901
+ "eval_steps_per_second": 0.008,
902
+ "eval_wer": 32.636280420441274,
903
+ "step": 3000
904
+ }
905
+ ],
906
+ "logging_steps": 25,
907
+ "max_steps": 3416,
908
+ "num_input_tokens_seen": 0,
909
+ "num_train_epochs": 4,
910
+ "save_steps": 500,
911
+ "stateful_callbacks": {
912
+ "TrainerControl": {
913
+ "args": {
914
+ "should_epoch_stop": false,
915
+ "should_evaluate": false,
916
+ "should_log": false,
917
+ "should_save": true,
918
+ "should_training_stop": false
919
+ },
920
+ "attributes": {}
921
+ }
922
+ },
923
+ "total_flos": 4.964133371904e+19,
924
+ "train_batch_size": 16,
925
+ "trial_name": null,
926
+ "trial_params": null
927
+ }
whisper-lora-15k-adapters/checkpoint-3000/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35fcc5c70f217e2acfa27cc7ce5e776409a6f845a2fc3eb1fbe8916a3226101b
3
+ size 5841