ayameRushia
commited on
Commit
β’
302702e
1
Parent(s):
1ea1abe
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- common_voice
|
7 |
+
model-index:
|
8 |
+
- name: ''
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
#
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the common_voice dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.3969
|
20 |
+
- Wer: 0.2646
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 0.0003
|
40 |
+
- train_batch_size: 32
|
41 |
+
- eval_batch_size: 8
|
42 |
+
- seed: 42
|
43 |
+
- gradient_accumulation_steps: 2
|
44 |
+
- total_train_batch_size: 64
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- lr_scheduler_warmup_steps: 500
|
48 |
+
- num_epochs: 30.0
|
49 |
+
- mixed_precision_training: Native AMP
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
55 |
+
| No log | 0.78 | 100 | 4.5645 | 1.0 |
|
56 |
+
| No log | 1.55 | 200 | 2.9016 | 1.0 |
|
57 |
+
| No log | 2.33 | 300 | 2.2666 | 1.0982 |
|
58 |
+
| No log | 3.1 | 400 | 0.6079 | 0.6376 |
|
59 |
+
| 3.2188 | 3.88 | 500 | 0.4985 | 0.5008 |
|
60 |
+
| 3.2188 | 4.65 | 600 | 0.4477 | 0.4469 |
|
61 |
+
| 3.2188 | 5.43 | 700 | 0.3953 | 0.3915 |
|
62 |
+
| 3.2188 | 6.2 | 800 | 0.4319 | 0.3921 |
|
63 |
+
| 3.2188 | 6.98 | 900 | 0.4171 | 0.3698 |
|
64 |
+
| 0.2193 | 7.75 | 1000 | 0.3957 | 0.3600 |
|
65 |
+
| 0.2193 | 8.53 | 1100 | 0.3730 | 0.3493 |
|
66 |
+
| 0.2193 | 9.3 | 1200 | 0.3780 | 0.3348 |
|
67 |
+
| 0.2193 | 10.08 | 1300 | 0.4133 | 0.3568 |
|
68 |
+
| 0.2193 | 10.85 | 1400 | 0.3984 | 0.3193 |
|
69 |
+
| 0.1129 | 11.63 | 1500 | 0.3845 | 0.3174 |
|
70 |
+
| 0.1129 | 12.4 | 1600 | 0.3882 | 0.3162 |
|
71 |
+
| 0.1129 | 13.18 | 1700 | 0.3982 | 0.3008 |
|
72 |
+
| 0.1129 | 13.95 | 1800 | 0.3902 | 0.3198 |
|
73 |
+
| 0.1129 | 14.73 | 1900 | 0.4082 | 0.3237 |
|
74 |
+
| 0.0765 | 15.5 | 2000 | 0.3732 | 0.3126 |
|
75 |
+
| 0.0765 | 16.28 | 2100 | 0.3893 | 0.3001 |
|
76 |
+
| 0.0765 | 17.05 | 2200 | 0.4168 | 0.3083 |
|
77 |
+
| 0.0765 | 17.83 | 2300 | 0.4193 | 0.3044 |
|
78 |
+
| 0.0765 | 18.6 | 2400 | 0.4006 | 0.3013 |
|
79 |
+
| 0.0588 | 19.38 | 2500 | 0.3836 | 0.2892 |
|
80 |
+
| 0.0588 | 20.16 | 2600 | 0.3761 | 0.2903 |
|
81 |
+
| 0.0588 | 20.93 | 2700 | 0.3895 | 0.2930 |
|
82 |
+
| 0.0588 | 21.71 | 2800 | 0.3885 | 0.2791 |
|
83 |
+
| 0.0588 | 22.48 | 2900 | 0.3902 | 0.2891 |
|
84 |
+
| 0.0448 | 23.26 | 3000 | 0.4200 | 0.2849 |
|
85 |
+
| 0.0448 | 24.03 | 3100 | 0.4013 | 0.2799 |
|
86 |
+
| 0.0448 | 24.81 | 3200 | 0.4039 | 0.2731 |
|
87 |
+
| 0.0448 | 25.58 | 3300 | 0.3970 | 0.2647 |
|
88 |
+
| 0.0448 | 26.36 | 3400 | 0.4081 | 0.2690 |
|
89 |
+
| 0.0351 | 27.13 | 3500 | 0.4090 | 0.2674 |
|
90 |
+
| 0.0351 | 27.91 | 3600 | 0.3953 | 0.2663 |
|
91 |
+
| 0.0351 | 28.68 | 3700 | 0.4044 | 0.2650 |
|
92 |
+
| 0.0351 | 29.46 | 3800 | 0.3969 | 0.2646 |
|
93 |
+
|
94 |
+
|
95 |
+
### Framework versions
|
96 |
+
|
97 |
+
- Transformers 4.17.0.dev0
|
98 |
+
- Pytorch 1.10.1+cu102
|
99 |
+
- Datasets 1.17.1.dev0
|
100 |
+
- Tokenizers 0.11.0
|
wandb/run-20220130_033240-1ciqu2rb/files/output.log
CHANGED
@@ -7313,3 +7313,32 @@ Configuration saved in ./config.json2400/preprocessor_config.json
|
|
7313 |
Configuration saved in ./config.json2400/preprocessor_config.json | 125/451 [00:51<02:10, 2.50it/s]
|
7314 |
{'train_runtime': 22523.7187, 'train_samples_per_second': 10.974, 'train_steps_per_second': 0.172, 'train_loss': 0.4894287838800317, 'epoch': 30.0}
|
7315 |
Configuration saved in ./config.json2400/preprocessor_config.json | 125/451 [00:51<02:10, 2.50it/s]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7313 |
Configuration saved in ./config.json2400/preprocessor_config.json | 125/451 [00:51<02:10, 2.50it/s]
|
7314 |
{'train_runtime': 22523.7187, 'train_samples_per_second': 10.974, 'train_steps_per_second': 0.172, 'train_loss': 0.4894287838800317, 'epoch': 30.0}
|
7315 |
Configuration saved in ./config.json2400/preprocessor_config.json | 125/451 [00:51<02:10, 2.50it/s]
|
7316 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7317 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7318 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7319 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7320 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7321 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7322 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7323 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7324 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7325 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7326 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7327 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7328 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7329 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7330 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7331 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7332 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7333 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7334 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7335 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7336 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7337 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7338 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7339 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7340 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7341 |
+
Upload file wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb: 0%| | 3.37k/11.5M [00:00<?, ?B/s]
|
7342 |
+
Upload file pytorch_model.bin: 100%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 1.18G/1.18G [00:52<00:00, 24.0MB/s]
|
7343 |
+
Upload file pytorch_model.bin: 100%|βββββββββββοΏ½οΏ½βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 1.18G/1.18G [00:52<00:00, 24.0MB/s]
|
7344 |
+
01/30/2022 09:50:10 - WARNING - huggingface_hub.repository - To https://huggingface.co/ayameRushia/wav2vec2-large-xls-r-300m-id
|
wandb/run-20220130_033240-1ciqu2rb/logs/debug-internal.log
CHANGED
@@ -12363,3 +12363,40 @@
|
|
12363 |
2022-01-30 09:48:59,943 DEBUG SenderThread:1399178 [sender.py:send():234] send: stats
|
12364 |
2022-01-30 09:49:11,821 DEBUG HandlerThread:1399178 [handler.py:handle_request():130] handle_request: stop_status
|
12365 |
2022-01-30 09:49:11,821 DEBUG SenderThread:1399178 [sender.py:send_request():248] send_request: stop_status
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12363 |
2022-01-30 09:48:59,943 DEBUG SenderThread:1399178 [sender.py:send():234] send: stats
|
12364 |
2022-01-30 09:49:11,821 DEBUG HandlerThread:1399178 [handler.py:handle_request():130] handle_request: stop_status
|
12365 |
2022-01-30 09:49:11,821 DEBUG SenderThread:1399178 [sender.py:send_request():248] send_request: stop_status
|
12366 |
+
2022-01-30 09:49:20,053 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12367 |
+
2022-01-30 09:49:22,054 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12368 |
+
2022-01-30 09:49:24,055 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12369 |
+
2022-01-30 09:49:26,056 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12370 |
+
2022-01-30 09:49:26,995 DEBUG HandlerThread:1399178 [handler.py:handle_request():130] handle_request: stop_status
|
12371 |
+
2022-01-30 09:49:26,995 DEBUG SenderThread:1399178 [sender.py:send_request():248] send_request: stop_status
|
12372 |
+
2022-01-30 09:49:28,057 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12373 |
+
2022-01-30 09:49:30,058 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12374 |
+
2022-01-30 09:49:30,168 DEBUG SenderThread:1399178 [sender.py:send():234] send: stats
|
12375 |
+
2022-01-30 09:49:32,059 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12376 |
+
2022-01-30 09:49:34,061 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12377 |
+
2022-01-30 09:49:36,062 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12378 |
+
2022-01-30 09:49:38,063 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12379 |
+
2022-01-30 09:49:40,064 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12380 |
+
2022-01-30 09:49:42,065 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12381 |
+
2022-01-30 09:49:42,157 DEBUG HandlerThread:1399178 [handler.py:handle_request():130] handle_request: stop_status
|
12382 |
+
2022-01-30 09:49:42,157 DEBUG SenderThread:1399178 [sender.py:send_request():248] send_request: stop_status
|
12383 |
+
2022-01-30 09:49:44,067 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12384 |
+
2022-01-30 09:49:46,067 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12385 |
+
2022-01-30 09:49:48,068 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12386 |
+
2022-01-30 09:49:50,070 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12387 |
+
2022-01-30 09:49:52,071 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12388 |
+
2022-01-30 09:49:54,072 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12389 |
+
2022-01-30 09:49:56,074 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12390 |
+
2022-01-30 09:49:57,316 DEBUG HandlerThread:1399178 [handler.py:handle_request():130] handle_request: stop_status
|
12391 |
+
2022-01-30 09:49:57,316 DEBUG SenderThread:1399178 [sender.py:send_request():248] send_request: stop_status
|
12392 |
+
2022-01-30 09:49:58,075 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12393 |
+
2022-01-30 09:50:00,077 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12394 |
+
2022-01-30 09:50:00,398 DEBUG SenderThread:1399178 [sender.py:send():234] send: stats
|
12395 |
+
2022-01-30 09:50:02,079 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12396 |
+
2022-01-30 09:50:04,081 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12397 |
+
2022-01-30 09:50:06,082 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12398 |
+
2022-01-30 09:50:08,084 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12399 |
+
2022-01-30 09:50:10,086 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12400 |
+
2022-01-30 09:50:12,088 INFO Thread-8 :1399178 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/wav2vec2-large-xls-r-300m-id/wandb/run-20220130_033240-1ciqu2rb/files/output.log
|
12401 |
+
2022-01-30 09:50:12,482 DEBUG HandlerThread:1399178 [handler.py:handle_request():130] handle_request: stop_status
|
12402 |
+
2022-01-30 09:50:12,483 DEBUG SenderThread:1399178 [sender.py:send_request():248] send_request: stop_status
|
wandb/run-20220130_033240-1ciqu2rb/run-1ciqu2rb.wandb
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:eaba9640cf095b6b3ac408311db594f26412db2b045a216f5286d3ef2ec4f2c6
|
3 |
+
size 12089220
|