sanchit-gandhi HF staff commited on
Commit
b736318
β€’
1 Parent(s): c1e585a

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.3297535347291973
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.6148
36
+ - Wer: 0.3298
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.125 | 4.5 | 1000 | 0.4658 | 0.4300 |
70
+ | 0.0412 | 9.01 | 2000 | 0.5247 | 0.3960 |
71
+ | 0.0077 | 13.51 | 3000 | 0.5476 | 0.3535 |
72
+ | 0.0007 | 18.02 | 4000 | 0.5731 | 0.3398 |
73
+ | 0.0001 | 22.52 | 5000 | 0.6148 | 0.3298 |
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
@@ -37987,3 +37987,30 @@
37987
  2024-03-28 02:05:23,448 DEBUG HandlerThread:1893870 [handler.py:handle_request():146] handle_request: status_report
37988
  2024-03-28 02:05:23,986 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
37989
  2024-03-28 02:05:23,996 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37987
  2024-03-28 02:05:23,448 DEBUG HandlerThread:1893870 [handler.py:handle_request():146] handle_request: status_report
37988
  2024-03-28 02:05:23,986 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
37989
  2024-03-28 02:05:23,996 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
37990
+ 2024-03-28 02:05:26,479 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
37991
+ 2024-03-28 02:05:26,488 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
37992
+ 2024-03-28 02:05:28,507 DEBUG HandlerThread:1893870 [handler.py:handle_request():146] handle_request: status_report
37993
+ 2024-03-28 02:05:28,512 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
37994
+ 2024-03-28 02:05:28,522 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
37995
+ 2024-03-28 02:05:29,499 INFO Thread-13 :1893870 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sanchit/distil-large-v3-hi-ft/wandb/run-20240327_190418-lwtbcr8s/files/output.log
37996
+ 2024-03-28 02:05:31,004 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
37997
+ 2024-03-28 02:05:31,065 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
37998
+ 2024-03-28 02:05:33,084 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
37999
+ 2024-03-28 02:05:33,508 DEBUG HandlerThread:1893870 [handler.py:handle_request():146] handle_request: status_report
38000
+ 2024-03-28 02:05:34,135 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
38001
+ 2024-03-28 02:05:34,923 DEBUG HandlerThread:1893870 [handler.py:handle_request():146] handle_request: internal_messages
38002
+ 2024-03-28 02:05:34,923 DEBUG HandlerThread:1893870 [handler.py:handle_request():146] handle_request: stop_status
38003
+ 2024-03-28 02:05:34,924 DEBUG SenderThread:1893870 [sender.py:send_request():409] send_request: stop_status
38004
+ 2024-03-28 02:05:37,473 ERROR gpu :1893870 [interfaces.py:aggregate():161] Failed to serialize metric: division by zero
38005
+ 2024-03-28 02:05:37,491 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
38006
+ 2024-03-28 02:05:37,500 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
38007
+ 2024-03-28 02:05:37,502 INFO Thread-13 :1893870 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sanchit/distil-large-v3-hi-ft/wandb/run-20240327_190418-lwtbcr8s/files/output.log
38008
+ 2024-03-28 02:05:39,139 DEBUG HandlerThread:1893870 [handler.py:handle_request():146] handle_request: status_report
38009
+ 2024-03-28 02:05:40,156 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
38010
+ 2024-03-28 02:05:40,364 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
38011
+ 2024-03-28 02:05:43,193 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
38012
+ 2024-03-28 02:05:43,203 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
38013
+ 2024-03-28 02:05:44,977 DEBUG HandlerThread:1893870 [handler.py:handle_request():146] handle_request: status_report
38014
+ 2024-03-28 02:05:45,225 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
38015
+ 2024-03-28 02:05:45,237 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
38016
+ 2024-03-28 02:05:45,504 INFO Thread-13 :1893870 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sanchit/distil-large-v3-hi-ft/wandb/run-20240327_190418-lwtbcr8s/files/output.log
wandb/run-20240327_190418-lwtbcr8s/files/output.log CHANGED
@@ -5764,3 +5764,18 @@ Non-default generation parameters: {'max_length': 448, 'begin_suppress_tokens':
5764
  Training completed. Do not forget to share your model on huggingface.co/models =)
5765
  100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 5000/5000 [6:59:41<00:00, 5.04s/it]
5766
  [INFO|trainer.py:4001] 2024-03-28 02:04:00,440 >> Waiting for the current checkpoint push to be finished, this might take a couple of minutes.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5764
  Training completed. Do not forget to share your model on huggingface.co/models =)
5765
  100%|β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ| 5000/5000 [6:59:41<00:00, 5.04s/it]
5766
  [INFO|trainer.py:4001] 2024-03-28 02:04:00,440 >> Waiting for the current checkpoint push to be finished, this might take a couple of minutes.
5767
+ {'train_runtime': 25183.0848, 'train_samples_per_second': 6.353, 'train_steps_per_second': 0.199, 'train_loss': 0.15328583015645855, 'epoch': 22.52}
5768
+ [INFO|trainer.py:3235] 2024-03-28 02:05:27,505 >> Saving model checkpoint to ./
5769
+ [WARNING|configuration_utils.py:447] 2024-03-28 02:05:27,505 >> 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.
5770
+ Non-default generation parameters: {'max_length': 448, 'begin_suppress_tokens': [220, 50257]}
5771
+ [INFO|configuration_utils.py:471] 2024-03-28 02:05:27,506 >> Configuration saved in ./config.json
5772
+ [INFO|configuration_utils.py:697] 2024-03-28 02:05:27,507 >> Configuration saved in ./generation_config.json
5773
+ [INFO|modeling_utils.py:2475] 2024-03-28 02:05:34,921 >> Model weights saved in ./model.safetensors
5774
+ [INFO|feature_extraction_utils.py:424] 2024-03-28 02:05:34,923 >> Feature extractor saved in ./preprocessor_config.json
5775
+ [INFO|trainer.py:3235] 2024-03-28 02:05:34,924 >> Saving model checkpoint to ./
5776
+ [WARNING|configuration_utils.py:447] 2024-03-28 02:05:34,924 >> 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.
5777
+ Non-default generation parameters: {'max_length': 448, 'begin_suppress_tokens': [220, 50257]}
5778
+ [INFO|configuration_utils.py:471] 2024-03-28 02:05:34,925 >> Configuration saved in ./config.json
5779
+ [INFO|configuration_utils.py:697] 2024-03-28 02:05:34,926 >> Configuration saved in ./generation_config.json
5780
+ [INFO|modeling_utils.py:2475] 2024-03-28 02:05:42,975 >> Model weights saved in ./model.safetensors
5781
+ [INFO|feature_extraction_utils.py:424] 2024-03-28 02:05:42,976 >> Feature extractor saved in ./preprocessor_config.json
wandb/run-20240327_190418-lwtbcr8s/logs/debug-internal.log CHANGED
@@ -37987,3 +37987,30 @@
37987
  2024-03-28 02:05:23,448 DEBUG HandlerThread:1893870 [handler.py:handle_request():146] handle_request: status_report
37988
  2024-03-28 02:05:23,986 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
37989
  2024-03-28 02:05:23,996 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37987
  2024-03-28 02:05:23,448 DEBUG HandlerThread:1893870 [handler.py:handle_request():146] handle_request: status_report
37988
  2024-03-28 02:05:23,986 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
37989
  2024-03-28 02:05:23,996 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
37990
+ 2024-03-28 02:05:26,479 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
37991
+ 2024-03-28 02:05:26,488 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
37992
+ 2024-03-28 02:05:28,507 DEBUG HandlerThread:1893870 [handler.py:handle_request():146] handle_request: status_report
37993
+ 2024-03-28 02:05:28,512 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
37994
+ 2024-03-28 02:05:28,522 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
37995
+ 2024-03-28 02:05:29,499 INFO Thread-13 :1893870 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sanchit/distil-large-v3-hi-ft/wandb/run-20240327_190418-lwtbcr8s/files/output.log
37996
+ 2024-03-28 02:05:31,004 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
37997
+ 2024-03-28 02:05:31,065 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
37998
+ 2024-03-28 02:05:33,084 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
37999
+ 2024-03-28 02:05:33,508 DEBUG HandlerThread:1893870 [handler.py:handle_request():146] handle_request: status_report
38000
+ 2024-03-28 02:05:34,135 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
38001
+ 2024-03-28 02:05:34,923 DEBUG HandlerThread:1893870 [handler.py:handle_request():146] handle_request: internal_messages
38002
+ 2024-03-28 02:05:34,923 DEBUG HandlerThread:1893870 [handler.py:handle_request():146] handle_request: stop_status
38003
+ 2024-03-28 02:05:34,924 DEBUG SenderThread:1893870 [sender.py:send_request():409] send_request: stop_status
38004
+ 2024-03-28 02:05:37,473 ERROR gpu :1893870 [interfaces.py:aggregate():161] Failed to serialize metric: division by zero
38005
+ 2024-03-28 02:05:37,491 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
38006
+ 2024-03-28 02:05:37,500 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
38007
+ 2024-03-28 02:05:37,502 INFO Thread-13 :1893870 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sanchit/distil-large-v3-hi-ft/wandb/run-20240327_190418-lwtbcr8s/files/output.log
38008
+ 2024-03-28 02:05:39,139 DEBUG HandlerThread:1893870 [handler.py:handle_request():146] handle_request: status_report
38009
+ 2024-03-28 02:05:40,156 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
38010
+ 2024-03-28 02:05:40,364 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
38011
+ 2024-03-28 02:05:43,193 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
38012
+ 2024-03-28 02:05:43,203 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
38013
+ 2024-03-28 02:05:44,977 DEBUG HandlerThread:1893870 [handler.py:handle_request():146] handle_request: status_report
38014
+ 2024-03-28 02:05:45,225 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
38015
+ 2024-03-28 02:05:45,237 ERROR gpu :1893870 [interfaces.py:monitor():144] Failed to sample metric: Not Supported
38016
+ 2024-03-28 02:05:45,504 INFO Thread-13 :1893870 [dir_watcher.py:_on_file_modified():288] file/dir modified: /home/sanchit/distil-large-v3-hi-ft/wandb/run-20240327_190418-lwtbcr8s/files/output.log
wandb/run-20240327_190418-lwtbcr8s/run-lwtbcr8s.wandb CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1393642b3724d50ee1c65a1f63d69a1ba871fe44cbe3d6bf0f7ea5b339b70ec5
3
- size 6043771
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a502992b600b6f3e077e321535ba1bc5376c9e17acb1ddd34f38b6dccb0d4a4
3
+ size 6062379