sanchit-gandhi HF staff commited on
Commit
5d594ee
β€’
1 Parent(s): f8851de

Model save

Browse files
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: distil-whisper/distil-large-v3
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - common_voice_16_1
8
+ metrics:
9
+ - wer
10
+ model-index:
11
+ - name: distil-whisper/distil-large-v3
12
+ results:
13
+ - task:
14
+ name: Automatic Speech Recognition
15
+ type: automatic-speech-recognition
16
+ dataset:
17
+ name: common_voice_16_1
18
+ type: common_voice_16_1
19
+ config: hi
20
+ split: test
21
+ args: hi
22
+ metrics:
23
+ - name: Wer
24
+ type: wer
25
+ value: 0.2660897782585181
26
+ ---
27
+
28
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
29
+ should probably proofread and complete it, then remove this comment. -->
30
+
31
+ # distil-whisper/distil-large-v3
32
+
33
+ This model is a fine-tuned version of [distil-whisper/distil-large-v3](https://huggingface.co/distil-whisper/distil-large-v3) on the common_voice_16_1 dataset.
34
+ It achieves the following results on the evaluation set:
35
+ - Loss: 0.3729
36
+ - Wer: 0.2661
37
+
38
+ ## Model description
39
+
40
+ More information needed
41
+
42
+ ## Intended uses & limitations
43
+
44
+ More information needed
45
+
46
+ ## Training and evaluation data
47
+
48
+ More information needed
49
+
50
+ ## Training procedure
51
+
52
+ ### Training hyperparameters
53
+
54
+ The following hyperparameters were used during training:
55
+ - learning_rate: 0.0001
56
+ - train_batch_size: 32
57
+ - eval_batch_size: 32
58
+ - seed: 42
59
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
60
+ - lr_scheduler_type: linear
61
+ - lr_scheduler_warmup_steps: 500
62
+ - training_steps: 5000
63
+ - mixed_precision_training: Native AMP
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
68
+ |:-------------:|:-----:|:----:|:---------------:|:------:|
69
+ | 0.1015 | 4.5 | 1000 | 0.3065 | 0.3244 |
70
+ | 0.0167 | 9.01 | 2000 | 0.3443 | 0.2995 |
71
+ | 0.0032 | 13.51 | 3000 | 0.3576 | 0.2778 |
72
+ | 0.0004 | 18.02 | 4000 | 0.3670 | 0.2677 |
73
+ | 0.0003 | 22.52 | 5000 | 0.3729 | 0.2661 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - Transformers 4.40.0.dev0
79
+ - Pytorch 2.2.1+cu121
80
+ - Datasets 2.18.0
81
+ - Tokenizers 0.15.1
generation_config.json ADDED
@@ -0,0 +1,267 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alignment_heads": [
3
+ [
4
+ 7,
5
+ 0
6
+ ],
7
+ [
8
+ 10,
9
+ 17
10
+ ],
11
+ [
12
+ 12,
13
+ 18
14
+ ],
15
+ [
16
+ 13,
17
+ 12
18
+ ],
19
+ [
20
+ 16,
21
+ 1
22
+ ],
23
+ [
24
+ 17,
25
+ 14
26
+ ],
27
+ [
28
+ 19,
29
+ 11
30
+ ],
31
+ [
32
+ 21,
33
+ 4
34
+ ],
35
+ [
36
+ 24,
37
+ 1
38
+ ],
39
+ [
40
+ 25,
41
+ 6
42
+ ]
43
+ ],
44
+ "begin_suppress_tokens": [
45
+ 220,
46
+ 50257
47
+ ],
48
+ "bos_token_id": 50257,
49
+ "decoder_start_token_id": 50258,
50
+ "eos_token_id": 50257,
51
+ "forced_decoder_ids": [
52
+ [
53
+ 1,
54
+ null
55
+ ],
56
+ [
57
+ 2,
58
+ 50360
59
+ ]
60
+ ],
61
+ "is_multilingual": true,
62
+ "lang_to_id": {
63
+ "<|af|>": 50327,
64
+ "<|am|>": 50334,
65
+ "<|ar|>": 50272,
66
+ "<|as|>": 50350,
67
+ "<|az|>": 50304,
68
+ "<|ba|>": 50355,
69
+ "<|be|>": 50330,
70
+ "<|bg|>": 50292,
71
+ "<|bn|>": 50302,
72
+ "<|bo|>": 50347,
73
+ "<|br|>": 50309,
74
+ "<|bs|>": 50315,
75
+ "<|ca|>": 50270,
76
+ "<|cs|>": 50283,
77
+ "<|cy|>": 50297,
78
+ "<|da|>": 50285,
79
+ "<|de|>": 50261,
80
+ "<|el|>": 50281,
81
+ "<|en|>": 50259,
82
+ "<|es|>": 50262,
83
+ "<|et|>": 50307,
84
+ "<|eu|>": 50310,
85
+ "<|fa|>": 50300,
86
+ "<|fi|>": 50277,
87
+ "<|fo|>": 50338,
88
+ "<|fr|>": 50265,
89
+ "<|gl|>": 50319,
90
+ "<|gu|>": 50333,
91
+ "<|haw|>": 50352,
92
+ "<|ha|>": 50354,
93
+ "<|he|>": 50279,
94
+ "<|hi|>": 50276,
95
+ "<|hr|>": 50291,
96
+ "<|ht|>": 50339,
97
+ "<|hu|>": 50286,
98
+ "<|hy|>": 50312,
99
+ "<|id|>": 50275,
100
+ "<|is|>": 50311,
101
+ "<|it|>": 50274,
102
+ "<|ja|>": 50266,
103
+ "<|jw|>": 50356,
104
+ "<|ka|>": 50329,
105
+ "<|kk|>": 50316,
106
+ "<|km|>": 50323,
107
+ "<|kn|>": 50306,
108
+ "<|ko|>": 50264,
109
+ "<|la|>": 50294,
110
+ "<|lb|>": 50345,
111
+ "<|ln|>": 50353,
112
+ "<|lo|>": 50336,
113
+ "<|lt|>": 50293,
114
+ "<|lv|>": 50301,
115
+ "<|mg|>": 50349,
116
+ "<|mi|>": 50295,
117
+ "<|mk|>": 50308,
118
+ "<|ml|>": 50296,
119
+ "<|mn|>": 50314,
120
+ "<|mr|>": 50320,
121
+ "<|ms|>": 50282,
122
+ "<|mt|>": 50343,
123
+ "<|my|>": 50346,
124
+ "<|ne|>": 50313,
125
+ "<|nl|>": 50271,
126
+ "<|nn|>": 50342,
127
+ "<|no|>": 50288,
128
+ "<|oc|>": 50328,
129
+ "<|pa|>": 50321,
130
+ "<|pl|>": 50269,
131
+ "<|ps|>": 50340,
132
+ "<|pt|>": 50267,
133
+ "<|ro|>": 50284,
134
+ "<|ru|>": 50263,
135
+ "<|sa|>": 50344,
136
+ "<|sd|>": 50332,
137
+ "<|si|>": 50322,
138
+ "<|sk|>": 50298,
139
+ "<|sl|>": 50305,
140
+ "<|sn|>": 50324,
141
+ "<|so|>": 50326,
142
+ "<|sq|>": 50317,
143
+ "<|sr|>": 50303,
144
+ "<|su|>": 50357,
145
+ "<|sv|>": 50273,
146
+ "<|sw|>": 50318,
147
+ "<|ta|>": 50287,
148
+ "<|te|>": 50299,
149
+ "<|tg|>": 50331,
150
+ "<|th|>": 50289,
151
+ "<|tk|>": 50341,
152
+ "<|tl|>": 50348,
153
+ "<|tr|>": 50268,
154
+ "<|tt|>": 50351,
155
+ "<|uk|>": 50280,
156
+ "<|ur|>": 50290,
157
+ "<|uz|>": 50337,
158
+ "<|vi|>": 50278,
159
+ "<|yi|>": 50335,
160
+ "<|yo|>": 50325,
161
+ "<|yue|>": 50358,
162
+ "<|zh|>": 50260
163
+ },
164
+ "language": "hindi",
165
+ "max_initial_timestamp_index": 50,
166
+ "max_length": 448,
167
+ "no_timestamps_token_id": 50364,
168
+ "pad_token_id": 50257,
169
+ "prev_sot_token_id": 50362,
170
+ "return_timestamps": false,
171
+ "suppress_tokens": [
172
+ 1,
173
+ 2,
174
+ 7,
175
+ 8,
176
+ 9,
177
+ 10,
178
+ 14,
179
+ 25,
180
+ 26,
181
+ 27,
182
+ 28,
183
+ 29,
184
+ 31,
185
+ 58,
186
+ 59,
187
+ 60,
188
+ 61,
189
+ 62,
190
+ 63,
191
+ 90,
192
+ 91,
193
+ 92,
194
+ 93,
195
+ 359,
196
+ 503,
197
+ 522,
198
+ 542,
199
+ 873,
200
+ 893,
201
+ 902,
202
+ 918,
203
+ 922,
204
+ 931,
205
+ 1350,
206
+ 1853,
207
+ 1982,
208
+ 2460,
209
+ 2627,
210
+ 3246,
211
+ 3253,
212
+ 3268,
213
+ 3536,
214
+ 3846,
215
+ 3961,
216
+ 4183,
217
+ 4667,
218
+ 6585,
219
+ 6647,
220
+ 7273,
221
+ 9061,
222
+ 9383,
223
+ 10428,
224
+ 10929,
225
+ 11938,
226
+ 12033,
227
+ 12331,
228
+ 12562,
229
+ 13793,
230
+ 14157,
231
+ 14635,
232
+ 15265,
233
+ 15618,
234
+ 16553,
235
+ 16604,
236
+ 18362,
237
+ 18956,
238
+ 20075,
239
+ 21675,
240
+ 22520,
241
+ 26130,
242
+ 26161,
243
+ 26435,
244
+ 28279,
245
+ 29464,
246
+ 31650,
247
+ 32302,
248
+ 32470,
249
+ 36865,
250
+ 42863,
251
+ 47425,
252
+ 49870,
253
+ 50254,
254
+ 50258,
255
+ 50359,
256
+ 50360,
257
+ 50361,
258
+ 50362,
259
+ 50363
260
+ ],
261
+ "task": "transcribe",
262
+ "task_to_id": {
263
+ "transcribe": 50360,
264
+ "translate": 50359
265
+ },
266
+ "transformers_version": "4.40.0.dev0"
267
+ }
wandb/debug-internal.log CHANGED
@@ -24692,3 +24692,33 @@
24692
  2024-03-27 18:23:23,073 DEBUG HandlerThread:1483490 [handler.py:handle_request():146] handle_request: status_report
24693
  2024-03-27 18:23:24,059 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24694
  2024-03-27 18:23:24,069 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24692
  2024-03-27 18:23:23,073 DEBUG HandlerThread:1483490 [handler.py:handle_request():146] handle_request: status_report
24693
  2024-03-27 18:23:24,059 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24694
  2024-03-27 18:23:24,069 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24695
+ 2024-03-27 18:23:27,055 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24696
+ 2024-03-27 18:23:27,068 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24697
+ 2024-03-27 18:23:28,642 DEBUG HandlerThread:1483490 [handler.py:handle_request():146] handle_request: status_report
24698
+ 2024-03-27 18:23:29,093 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24699
+ 2024-03-27 18:23:29,103 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24700
+ 2024-03-27 18:23:29,948 INFO Thread-13 :1483490 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sanchit/distil-large-v3-hi-ft-frozen-encoder/wandb/run-20240327_141033-golaq7b9/files/output.log
24701
+ 2024-03-27 18:23:32,239 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24702
+ 2024-03-27 18:23:32,251 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24703
+ 2024-03-27 18:23:33,642 DEBUG HandlerThread:1483490 [handler.py:handle_request():146] handle_request: status_report
24704
+ 2024-03-27 18:23:34,818 DEBUG SenderThread:1483490 [sender.py:send():382] send: stats
24705
+ 2024-03-27 18:23:35,760 DEBUG HandlerThread:1483490 [handler.py:handle_request():146] handle_request: keepalive
24706
+ 2024-03-27 18:23:35,761 DEBUG HandlerThread:1483490 [handler.py:handle_request():146] handle_request: internal_messages
24707
+ 2024-03-27 18:23:35,762 DEBUG HandlerThread:1483490 [handler.py:handle_request():146] handle_request: stop_status
24708
+ 2024-03-27 18:23:35,762 DEBUG SenderThread:1483490 [sender.py:send_request():409] send_request: stop_status
24709
+ 2024-03-27 18:23:35,968 ERROR gpu :1483490 [interfaces.py:aggregate():161] Failed to serialize metric: division by zero
24710
+ 2024-03-27 18:23:35,989 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24711
+ 2024-03-27 18:23:36,002 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24712
+ 2024-03-27 18:23:37,951 INFO Thread-13 :1483490 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sanchit/distil-large-v3-hi-ft-frozen-encoder/wandb/run-20240327_141033-golaq7b9/files/output.log
24713
+ 2024-03-27 18:23:38,045 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24714
+ 2024-03-27 18:23:38,062 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24715
+ 2024-03-27 18:23:38,950 DEBUG HandlerThread:1483490 [handler.py:handle_request():146] handle_request: status_report
24716
+ 2024-03-27 18:23:41,109 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24717
+ 2024-03-27 18:23:41,134 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24718
+ 2024-03-27 18:23:43,154 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24719
+ 2024-03-27 18:23:43,171 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24720
+ 2024-03-27 18:23:43,950 DEBUG HandlerThread:1483490 [handler.py:handle_request():146] handle_request: status_report
24721
+ 2024-03-27 18:23:45,953 INFO Thread-13 :1483490 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sanchit/distil-large-v3-hi-ft-frozen-encoder/wandb/run-20240327_141033-golaq7b9/files/output.log
24722
+ 2024-03-27 18:23:46,296 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24723
+ 2024-03-27 18:23:46,318 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24724
+ 2024-03-27 18:23:47,954 INFO Thread-13 :1483490 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sanchit/distil-large-v3-hi-ft-frozen-encoder/wandb/run-20240327_141033-golaq7b9/files/output.log
wandb/run-20240327_141033-golaq7b9/files/output.log CHANGED
@@ -4881,3 +4881,18 @@ Non-default generation parameters: {'max_length': 448, 'begin_suppress_tokens':
4881
  [INFO|trainer.py:2234] 2024-03-27 18:21:55,739 >>
4882
  Training completed. Do not forget to share your model on huggingface.co/models =)
4883
  100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 5000/5000 [4:11:21<00:00, 3.02s/it]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4881
  [INFO|trainer.py:2234] 2024-03-27 18:21:55,739 >>
4882
  Training completed. Do not forget to share your model on huggingface.co/models =)
4883
  100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 5000/5000 [4:11:21<00:00, 3.02s/it]
4884
+ [INFO|trainer.py:3972] 2024-03-27 18:21:55,741 >> Waiting for the current checkpoint push to be finished, this might take a couple of minutes.
4885
+ [INFO|trainer.py:3206] 2024-03-27 18:23:27,597 >> Saving model checkpoint to ./
4886
+ [WARNING|configuration_utils.py:447] 2024-03-27 18:23:27,598 >> Some non-default generation parameters are set in the model config. These should go into a GenerationConfig file (https://huggingface.co/docs/transformers/generation_strategies#save-a-custom-decoding-strategy-with-your-model) instead. This warning will be raised to an exception in v4.41.
4887
+ Non-default generation parameters: {'max_length': 448, 'begin_suppress_tokens': [220, 50257]}
4888
+ [INFO|configuration_utils.py:471] 2024-03-27 18:23:27,598 >> Configuration saved in ./config.json
4889
+ [INFO|configuration_utils.py:697] 2024-03-27 18:23:27,599 >> Configuration saved in ./generation_config.json
4890
+ [INFO|modeling_utils.py:2474] 2024-03-27 18:23:35,760 >> Model weights saved in ./model.safetensors
4891
+ [INFO|feature_extraction_utils.py:424] 2024-03-27 18:23:35,762 >> Feature extractor saved in ./preprocessor_config.json
4892
+ [INFO|trainer.py:3206] 2024-03-27 18:23:35,763 >> Saving model checkpoint to ./
4893
+ [WARNING|configuration_utils.py:447] 2024-03-27 18:23:35,763 >> Some non-default generation parameters are set in the model config. These should go into a GenerationConfig file (https://huggingface.co/docs/transformers/generation_strategies#save-a-custom-decoding-strategy-with-your-model) instead. This warning will be raised to an exception in v4.41.
4894
+ Non-default generation parameters: {'max_length': 448, 'begin_suppress_tokens': [220, 50257]}
4895
+ [INFO|configuration_utils.py:471] 2024-03-27 18:23:35,764 >> Configuration saved in ./config.json
4896
+ [INFO|configuration_utils.py:697] 2024-03-27 18:23:35,765 >> Configuration saved in ./generation_config.json
4897
+ [INFO|modeling_utils.py:2474] 2024-03-27 18:23:44,011 >> Model weights saved in ./model.safetensors
4898
+ [INFO|feature_extraction_utils.py:424] 2024-03-27 18:23:44,013 >> Feature extractor saved in ./preprocessor_config.json
wandb/run-20240327_141033-golaq7b9/logs/debug-internal.log CHANGED
@@ -24692,3 +24692,33 @@
24692
  2024-03-27 18:23:23,073 DEBUG HandlerThread:1483490 [handler.py:handle_request():146] handle_request: status_report
24693
  2024-03-27 18:23:24,059 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24694
  2024-03-27 18:23:24,069 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24692
  2024-03-27 18:23:23,073 DEBUG HandlerThread:1483490 [handler.py:handle_request():146] handle_request: status_report
24693
  2024-03-27 18:23:24,059 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24694
  2024-03-27 18:23:24,069 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24695
+ 2024-03-27 18:23:27,055 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24696
+ 2024-03-27 18:23:27,068 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24697
+ 2024-03-27 18:23:28,642 DEBUG HandlerThread:1483490 [handler.py:handle_request():146] handle_request: status_report
24698
+ 2024-03-27 18:23:29,093 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24699
+ 2024-03-27 18:23:29,103 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24700
+ 2024-03-27 18:23:29,948 INFO Thread-13 :1483490 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sanchit/distil-large-v3-hi-ft-frozen-encoder/wandb/run-20240327_141033-golaq7b9/files/output.log
24701
+ 2024-03-27 18:23:32,239 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24702
+ 2024-03-27 18:23:32,251 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24703
+ 2024-03-27 18:23:33,642 DEBUG HandlerThread:1483490 [handler.py:handle_request():146] handle_request: status_report
24704
+ 2024-03-27 18:23:34,818 DEBUG SenderThread:1483490 [sender.py:send():382] send: stats
24705
+ 2024-03-27 18:23:35,760 DEBUG HandlerThread:1483490 [handler.py:handle_request():146] handle_request: keepalive
24706
+ 2024-03-27 18:23:35,761 DEBUG HandlerThread:1483490 [handler.py:handle_request():146] handle_request: internal_messages
24707
+ 2024-03-27 18:23:35,762 DEBUG HandlerThread:1483490 [handler.py:handle_request():146] handle_request: stop_status
24708
+ 2024-03-27 18:23:35,762 DEBUG SenderThread:1483490 [sender.py:send_request():409] send_request: stop_status
24709
+ 2024-03-27 18:23:35,968 ERROR gpu :1483490 [interfaces.py:aggregate():161] Failed to serialize metric: division by zero
24710
+ 2024-03-27 18:23:35,989 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24711
+ 2024-03-27 18:23:36,002 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24712
+ 2024-03-27 18:23:37,951 INFO Thread-13 :1483490 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sanchit/distil-large-v3-hi-ft-frozen-encoder/wandb/run-20240327_141033-golaq7b9/files/output.log
24713
+ 2024-03-27 18:23:38,045 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24714
+ 2024-03-27 18:23:38,062 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24715
+ 2024-03-27 18:23:38,950 DEBUG HandlerThread:1483490 [handler.py:handle_request():146] handle_request: status_report
24716
+ 2024-03-27 18:23:41,109 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24717
+ 2024-03-27 18:23:41,134 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24718
+ 2024-03-27 18:23:43,154 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24719
+ 2024-03-27 18:23:43,171 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24720
+ 2024-03-27 18:23:43,950 DEBUG HandlerThread:1483490 [handler.py:handle_request():146] handle_request: status_report
24721
+ 2024-03-27 18:23:45,953 INFO Thread-13 :1483490 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sanchit/distil-large-v3-hi-ft-frozen-encoder/wandb/run-20240327_141033-golaq7b9/files/output.log
24722
+ 2024-03-27 18:23:46,296 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24723
+ 2024-03-27 18:23:46,318 ERROR gpu :1483490 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
24724
+ 2024-03-27 18:23:47,954 INFO Thread-13 :1483490 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sanchit/distil-large-v3-hi-ft-frozen-encoder/wandb/run-20240327_141033-golaq7b9/files/output.log
wandb/run-20240327_141033-golaq7b9/run-golaq7b9.wandb CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fdb79443dc4ac61b13dd160b4c7f66fbb3111c2ef2bf9a8e4c678bae135abe32
3
- size 4460690
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d86db082961211d36da8dba40b66678d391bf62427fc4ab18373eb2bb4f4a5f
3
+ size 4483498