Plim commited on
Commit
1d53e66
1 Parent(s): de03851

Training in progress, step 17500

Browse files
Files changed (35) hide show
  1. .ipynb_checkpoints/README-checkpoint.md +98 -0
  2. .ipynb_checkpoints/Untitled-checkpoint.ipynb +6 -0
  3. .ipynb_checkpoints/log_mozilla-foundation_common_voice_8_0_fr_test_predictions-checkpoint.txt +0 -0
  4. .ipynb_checkpoints/log_mozilla-foundation_common_voice_8_0_fr_test_targets-checkpoint.txt +0 -0
  5. .ipynb_checkpoints/log_speech-recognition-community-v2_dev_data_fr_validation_predictions-checkpoint.txt +0 -0
  6. .ipynb_checkpoints/log_speech-recognition-community-v2_dev_data_fr_validation_targets-checkpoint.txt +0 -0
  7. .ipynb_checkpoints/mozilla-foundation_common_voice_8_0_fr_test_eval_results-checkpoint.txt +2 -0
  8. .ipynb_checkpoints/run-checkpoint.sh +4 -4
  9. .ipynb_checkpoints/special_tokens_map-checkpoint.json +1 -0
  10. .ipynb_checkpoints/speech-recognition-community-v2_dev_data_fr_validation_eval_results-checkpoint.txt +2 -0
  11. .ipynb_checkpoints/tokenizer_config-checkpoint.json +1 -0
  12. .ipynb_checkpoints/train_results-checkpoint.json +8 -0
  13. Untitled.ipynb +33 -0
  14. config.json +1 -1
  15. pytorch_model.bin +1 -1
  16. run.sh +4 -4
  17. training_args.bin +1 -1
  18. wandb/debug-internal.log +1 -1
  19. wandb/debug.log +1 -1
  20. wandb/latest-run +1 -1
  21. wandb/run-20220203_135844-2tzexn1o/files/config.yaml +6 -0
  22. wandb/run-20220203_135844-2tzexn1o/files/output.log +7 -0
  23. wandb/run-20220203_135844-2tzexn1o/files/wandb-summary.json +0 -0
  24. wandb/run-20220203_135844-2tzexn1o/logs/debug-internal.log +121 -0
  25. wandb/run-20220203_135844-2tzexn1o/logs/debug.log +122 -0
  26. wandb/run-20220203_135844-2tzexn1o/run-2tzexn1o.wandb +2 -2
  27. wandb/run-20220206_014057-iss04l8x/files/conda-environment.yaml +0 -0
  28. wandb/run-20220206_014057-iss04l8x/files/config.yaml +0 -0
  29. wandb/run-20220206_014057-iss04l8x/files/output.log +867 -0
  30. wandb/run-20220206_014057-iss04l8x/files/requirements.txt +178 -0
  31. wandb/run-20220206_014057-iss04l8x/files/wandb-metadata.json +61 -0
  32. wandb/run-20220206_014057-iss04l8x/files/wandb-summary.json +0 -0
  33. wandb/run-20220206_014057-iss04l8x/logs/debug-internal.log +0 -0
  34. wandb/run-20220206_014057-iss04l8x/logs/debug.log +26 -0
  35. wandb/run-20220206_014057-iss04l8x/run-iss04l8x.wandb +0 -0
.ipynb_checkpoints/README-checkpoint.md ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - fr
4
+ license: apache-2.0
5
+ tags:
6
+ - automatic-speech-recognition
7
+ - mozilla-foundation/common_voice_8_0
8
+ - generated_from_trainer
9
+ - robust-speech-event
10
+ model-index:
11
+ - name: XLS-R-1B - French
12
+ results:
13
+ - task:
14
+ name: Automatic Speech Recognition
15
+ type: automatic-speech-recognition
16
+ dataset:
17
+ name: Common Voice 8
18
+ type: mozilla-foundation/common_voice_8_0
19
+ args: fr
20
+ metrics:
21
+ - name: Test WER
22
+ type: wer
23
+ value: 21.65
24
+ - name: Test CER
25
+ type: cer
26
+ value: 6.52
27
+ - task:
28
+ name: Automatic Speech Recognition
29
+ type: automatic-speech-recognition
30
+ dataset:
31
+ name: Robust Speech Event - Dev Data
32
+ type: speech-recognition-community-v2/dev_data
33
+ args: fr
34
+ metrics:
35
+ - name: Test WER
36
+ type: wer
37
+ value: 61.72
38
+ - name: Test CER
39
+ type: cer
40
+ value: 16.43
41
+ ---
42
+
43
+ ## Model description
44
+
45
+ This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - FR dataset.
46
+
47
+ ## Training and evaluation data
48
+
49
+ It achieves the following results on the evaluation set (Step 17000):
50
+ - Wer: 0.2172
51
+
52
+ ## Training procedure
53
+
54
+ ### Training hyperparameters
55
+
56
+ The following hyperparameters were used during training:
57
+ - learning_rate: 7.5e-05
58
+ - train_batch_size: 16
59
+ - eval_batch_size: 16
60
+ - seed: 42
61
+ - gradient_accumulation_steps: 8
62
+ - total_train_batch_size: 128
63
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
64
+ - lr_scheduler_type: linear
65
+ - lr_scheduler_warmup_steps: 2000
66
+ - num_epochs: 5.0
67
+ - mixed_precision_training: Native AMP
68
+
69
+ ### Training results
70
+
71
+ | Training Loss | Epoch | Step | Validation Loss | Wer |
72
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|
73
+ | 2.9114 | 0.29 | 1000 | inf | 0.9997 |
74
+ | 1.2436 | 0.57 | 2000 | inf | 0.4310 |
75
+ | 1.0552 | 0.86 | 3000 | inf | 0.3144 |
76
+ | 1.0044 | 1.15 | 4000 | inf | 0.2814 |
77
+ | 0.9718 | 1.43 | 5000 | inf | 0.2658 |
78
+ | 0.9502 | 1.72 | 6000 | inf | 0.2566 |
79
+ | 0.9418 | 2.01 | 7000 | inf | 0.2476 |
80
+ | 0.9215 | 2.29 | 8000 | inf | 0.2420 |
81
+ | 0.9236 | 2.58 | 9000 | inf | 0.2388 |
82
+ | 0.9014 | 2.87 | 10000 | inf | 0.2354 |
83
+ | 0.8814 | 3.15 | 11000 | inf | 0.2312 |
84
+ | 0.8809 | 3.44 | 12000 | inf | 0.2285 |
85
+ | 0.8717 | 3.73 | 13000 | inf | 0.2263 |
86
+ | 0.8787 | 4.01 | 14000 | inf | 0.2218 |
87
+ | 0.8567 | 4.3 | 15000 | inf | 0.2193 |
88
+ | 0.8488 | 4.59 | 16000 | inf | 0.2187 |
89
+ | 0.8359 | 4.87 | 17000 | inf | 0.2172 |
90
+
91
+ Got some issue with validation loss calculation.
92
+
93
+ ### Framework versions
94
+
95
+ - Transformers 4.17.0.dev0
96
+ - Pytorch 1.10.2+cu102
97
+ - Datasets 1.18.3.dev0
98
+ - Tokenizers 0.11.0
.ipynb_checkpoints/Untitled-checkpoint.ipynb ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ {
2
+ "cells": [],
3
+ "metadata": {},
4
+ "nbformat": 4,
5
+ "nbformat_minor": 5
6
+ }
.ipynb_checkpoints/log_mozilla-foundation_common_voice_8_0_fr_test_predictions-checkpoint.txt ADDED
The diff for this file is too large to render. See raw diff
.ipynb_checkpoints/log_mozilla-foundation_common_voice_8_0_fr_test_targets-checkpoint.txt ADDED
The diff for this file is too large to render. See raw diff
.ipynb_checkpoints/log_speech-recognition-community-v2_dev_data_fr_validation_predictions-checkpoint.txt ADDED
The diff for this file is too large to render. See raw diff
.ipynb_checkpoints/log_speech-recognition-community-v2_dev_data_fr_validation_targets-checkpoint.txt ADDED
The diff for this file is too large to render. See raw diff
.ipynb_checkpoints/mozilla-foundation_common_voice_8_0_fr_test_eval_results-checkpoint.txt ADDED
@@ -0,0 +1,2 @@
 
 
1
+ WER: 0.21654808722485613
2
+ CER: 0.06529947052490302
.ipynb_checkpoints/run-checkpoint.sh CHANGED
@@ -3,7 +3,7 @@ python run_speech_recognition_ctc.py \
3
  --activation_dropout="0.1" \
4
  --dataset_name="mozilla-foundation/common_voice_8_0" \
5
  --dataset_config_name="fr" \
6
- --eval_steps="1000" \
7
  --evaluation_strategy="steps" \
8
  --feat_proj_dropout="0.0" \
9
  --freeze_feature_encoder \
@@ -20,8 +20,8 @@ python run_speech_recognition_ctc.py \
20
  --mask_feature_prob="0.25" \
21
  --mask_time_length="10" \
22
  --mask_time_prob="0.75" \
23
- --model_name_or_path="facebook/wav2vec2-xls-r-300m" \
24
- --num_train_epochs="5.0" \
25
  --output_dir="./" \
26
  --overwrite_output_dir \
27
  --per_device_train_batch_size="16" \
@@ -29,7 +29,7 @@ python run_speech_recognition_ctc.py \
29
  --preprocessing_num_workers="4" \
30
  --push_to_hub \
31
  --report_to="wandb" \
32
- --save_steps="1000" \
33
  --save_total_limit="3" \
34
  --text_column_name="sentence" \
35
  --use_auth_token \
3
  --activation_dropout="0.1" \
4
  --dataset_name="mozilla-foundation/common_voice_8_0" \
5
  --dataset_config_name="fr" \
6
+ --eval_steps="500" \
7
  --evaluation_strategy="steps" \
8
  --feat_proj_dropout="0.0" \
9
  --freeze_feature_encoder \
20
  --mask_feature_prob="0.25" \
21
  --mask_time_length="10" \
22
  --mask_time_prob="0.75" \
23
+ --model_name_or_path="./checkpoint-17000" \
24
+ --num_train_epochs="7.0" \
25
  --output_dir="./" \
26
  --overwrite_output_dir \
27
  --per_device_train_batch_size="16" \
29
  --preprocessing_num_workers="4" \
30
  --push_to_hub \
31
  --report_to="wandb" \
32
+ --save_steps="500" \
33
  --save_total_limit="3" \
34
  --text_column_name="sentence" \
35
  --use_auth_token \
.ipynb_checkpoints/special_tokens_map-checkpoint.json ADDED
@@ -0,0 +1 @@
 
1
+ {"unk_token": "[UNK]", "pad_token": "[PAD]"}
.ipynb_checkpoints/speech-recognition-community-v2_dev_data_fr_validation_eval_results-checkpoint.txt ADDED
@@ -0,0 +1,2 @@
 
 
1
+ WER: 0.617242860210436
2
+ CER: 0.16435482455790507
.ipynb_checkpoints/tokenizer_config-checkpoint.json ADDED
@@ -0,0 +1 @@
 
1
+ {"unk_token": "[UNK]", "bos_token": null, "eos_token": null, "pad_token": "[PAD]", "do_lower_case": false, "word_delimiter_token": "|", "special_tokens_map_file": null, "tokenizer_file": null, "name_or_path": "./", "tokenizer_class": "Wav2Vec2CTCTokenizer"}
.ipynb_checkpoints/train_results-checkpoint.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 5.0,
3
+ "train_loss": 1.187884036554109,
4
+ "train_runtime": 143109.8834,
5
+ "train_samples": 446485,
6
+ "train_samples_per_second": 15.599,
7
+ "train_steps_per_second": 0.122
8
+ }
Untitled.ipynb ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": null,
6
+ "id": "580c2f64",
7
+ "metadata": {},
8
+ "outputs": [],
9
+ "source": []
10
+ }
11
+ ],
12
+ "metadata": {
13
+ "kernelspec": {
14
+ "display_name": "Python 3 (ipykernel)",
15
+ "language": "python",
16
+ "name": "python3"
17
+ },
18
+ "language_info": {
19
+ "codemirror_mode": {
20
+ "name": "ipython",
21
+ "version": 3
22
+ },
23
+ "file_extension": ".py",
24
+ "mimetype": "text/x-python",
25
+ "name": "python",
26
+ "nbconvert_exporter": "python",
27
+ "pygments_lexer": "ipython3",
28
+ "version": "3.8.8"
29
+ }
30
+ },
31
+ "nbformat": 4,
32
+ "nbformat_minor": 5
33
+ }
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "facebook/wav2vec2-xls-r-300m",
3
  "activation_dropout": 0.1,
4
  "adapter_kernel_size": 3,
5
  "adapter_stride": 2,
1
  {
2
+ "_name_or_path": "./checkpoint-17000",
3
  "activation_dropout": 0.1,
4
  "adapter_kernel_size": 3,
5
  "adapter_stride": 2,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2c1f086a24d555df97dfb5f6d946142c487382a19b667581f20596eb7a64346a
3
  size 1262112241
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33cce2bcd98b89ae5ed88e3398547294e145a4ba17fcd6cfaa75c7c116c06636
3
  size 1262112241
run.sh CHANGED
@@ -3,7 +3,7 @@ python run_speech_recognition_ctc.py \
3
  --activation_dropout="0.1" \
4
  --dataset_name="mozilla-foundation/common_voice_8_0" \
5
  --dataset_config_name="fr" \
6
- --eval_steps="1000" \
7
  --evaluation_strategy="steps" \
8
  --feat_proj_dropout="0.0" \
9
  --freeze_feature_encoder \
@@ -20,8 +20,8 @@ python run_speech_recognition_ctc.py \
20
  --mask_feature_prob="0.25" \
21
  --mask_time_length="10" \
22
  --mask_time_prob="0.75" \
23
- --model_name_or_path="facebook/wav2vec2-xls-r-300m" \
24
- --num_train_epochs="5.0" \
25
  --output_dir="./" \
26
  --overwrite_output_dir \
27
  --per_device_train_batch_size="16" \
@@ -29,7 +29,7 @@ python run_speech_recognition_ctc.py \
29
  --preprocessing_num_workers="4" \
30
  --push_to_hub \
31
  --report_to="wandb" \
32
- --save_steps="1000" \
33
  --save_total_limit="3" \
34
  --text_column_name="sentence" \
35
  --use_auth_token \
3
  --activation_dropout="0.1" \
4
  --dataset_name="mozilla-foundation/common_voice_8_0" \
5
  --dataset_config_name="fr" \
6
+ --eval_steps="500" \
7
  --evaluation_strategy="steps" \
8
  --feat_proj_dropout="0.0" \
9
  --freeze_feature_encoder \
20
  --mask_feature_prob="0.25" \
21
  --mask_time_length="10" \
22
  --mask_time_prob="0.75" \
23
+ --model_name_or_path="./checkpoint-17000" \
24
+ --num_train_epochs="7.0" \
25
  --output_dir="./" \
26
  --overwrite_output_dir \
27
  --per_device_train_batch_size="16" \
29
  --preprocessing_num_workers="4" \
30
  --push_to_hub \
31
  --report_to="wandb" \
32
+ --save_steps="500" \
33
  --save_total_limit="3" \
34
  --text_column_name="sentence" \
35
  --use_auth_token \
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:954b51e3ecb6c307d1a94d85367240ee2bf34ca857be239a02052c3fa3818e96
3
  size 2991
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b01990fd68ffd50cf9532acec169fac4b9a6ad5a7761f69d437e1e44bc66a901
3
  size 2991
wandb/debug-internal.log CHANGED
@@ -1 +1 @@
1
- run-20220203_135844-2tzexn1o/logs/debug-internal.log
1
+ run-20220206_014057-iss04l8x/logs/debug-internal.log
wandb/debug.log CHANGED
@@ -1 +1 @@
1
- run-20220203_135844-2tzexn1o/logs/debug.log
1
+ run-20220206_014057-iss04l8x/logs/debug.log
wandb/latest-run CHANGED
@@ -1 +1 @@
1
- run-20220203_135844-2tzexn1o
1
+ run-20220206_014057-iss04l8x
wandb/run-20220203_135844-2tzexn1o/files/config.yaml CHANGED
@@ -4829,7 +4829,13 @@ _wandb:
4829
  - 1
4830
  - 5
4831
  - 11
 
 
 
 
4832
  3:
 
 
4833
  - 13
4834
  4: 3.8.8
4835
  5: 0.12.10
4829
  - 1
4830
  - 5
4831
  - 11
4832
+ 2:
4833
+ - 1
4834
+ - 5
4835
+ - 11
4836
  3:
4837
+ - 1
4838
+ - 7
4839
  - 13
4840
  4: 3.8.8
4841
  5: 0.12.10
wandb/run-20220203_135844-2tzexn1o/files/output.log CHANGED
@@ -23908,3 +23908,10 @@ Upload file wandb/run-20220203_135844-2tzexn1o/run-2tzexn1o.wandb: 100%|██
23908
  02/05/2022 05:58:18 - WARNING - huggingface_hub.repository - To https://huggingface.co/Plim/xls-r-300m-cv_8-fr
23909
  Upload file wandb/run-20220203_135844-2tzexn1o/run-2tzexn1o.wandb: 100%|███████████████████████████████████████████████████████████████████████████████████████| 125M/125M [00:06<00:00, 21.3MB/s]
23910
  Upload file wandb/run-20220203_135844-2tzexn1o/run-2tzexn1o.wandb: 100%|███████████████████████████████████████████████████████████████████████████████████████| 125M/125M [00:06<00:00, 21.3MB/s]
 
 
 
 
 
 
 
23908
  02/05/2022 05:58:18 - WARNING - huggingface_hub.repository - To https://huggingface.co/Plim/xls-r-300m-cv_8-fr
23909
  Upload file wandb/run-20220203_135844-2tzexn1o/run-2tzexn1o.wandb: 100%|███████████████████████████████████████████████████████████████████████████████████████| 125M/125M [00:06<00:00, 21.3MB/s]
23910
  Upload file wandb/run-20220203_135844-2tzexn1o/run-2tzexn1o.wandb: 100%|███████████████████████████████████████████████████████████████████████████████████████| 125M/125M [00:06<00:00, 21.3MB/s]
23911
+ Upload file wandb/run-20220203_135844-2tzexn1o/run-2tzexn1o.wandb: 100%|███████████████████████████████████████████████████████████████████████████████████████| 125M/125M [00:06<00:00, 21.3MB/s]
23912
+ Upload file wandb/run-20220203_135844-2tzexn1o/run-2tzexn1o.wandb: 100%|███████████████████████████████████████████████████████████████████████████████████████| 125M/125M [00:06<00:00, 21.3MB/s]
23913
+ Upload file wandb/run-20220203_135844-2tzexn1o/run-2tzexn1o.wandb: 100%|███████████████████████████████████████████████████████████████████████████████████████| 125M/125M [00:06<00:00, 21.3MB/s]
23914
+ 02/05/2022 05:58:38 - WARNING - huggingface_hub.repository - To https://huggingface.co/Plim/xls-r-300m-cv_8-fr
23915
+ Upload file wandb/run-20220203_135844-2tzexn1o/run-2tzexn1o.wandb: 100%|███████████████████████████████████████████████████████████████████████████████████████| 125M/125M [00:05<00:00, 25.5MB/s]
23916
+ Upload file wandb/run-20220203_135844-2tzexn1o/run-2tzexn1o.wandb: 100%|███████████████████████████████████████████████████████████████████████████████████████| 125M/125M [00:05<00:00, 25.5MB/s]
23917
+ Upload file wandb/run-20220203_135844-2tzexn1o/run-2tzexn1o.wandb: 100%|███████████████████████████████████████████████████████████████████████████████████████| 125M/125M [00:05<00:00, 25.5MB/s]
wandb/run-20220203_135844-2tzexn1o/files/wandb-summary.json CHANGED
The diff for this file is too large to render. See raw diff
wandb/run-20220203_135844-2tzexn1o/logs/debug-internal.log CHANGED
@@ -49433,3 +49433,124 @@
49433
  2022-02-05 05:58:24,573 INFO Thread-8 :3742 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-cv_8-fr/wandb/run-20220203_135844-2tzexn1o/files/output.log
49434
  2022-02-05 05:58:26,961 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: stop_status
49435
  2022-02-05 05:58:26,962 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: stop_status
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49433
  2022-02-05 05:58:24,573 INFO Thread-8 :3742 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-cv_8-fr/wandb/run-20220203_135844-2tzexn1o/files/output.log
49434
  2022-02-05 05:58:26,961 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: stop_status
49435
  2022-02-05 05:58:26,962 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: stop_status
49436
+ 2022-02-05 05:58:33,787 DEBUG SenderThread:3742 [sender.py:send():235] send: stats
49437
+ 2022-02-05 05:58:36,582 INFO Thread-8 :3742 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-cv_8-fr/wandb/run-20220203_135844-2tzexn1o/files/output.log
49438
+ 2022-02-05 05:58:38,583 INFO Thread-8 :3742 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-cv_8-fr/wandb/run-20220203_135844-2tzexn1o/files/output.log
49439
+ 2022-02-05 05:58:39,584 INFO Thread-8 :3742 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-cv_8-fr/wandb/run-20220203_135844-2tzexn1o/files/output.log
49440
+ 2022-02-05 05:58:40,584 INFO Thread-8 :3742 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-cv_8-fr/wandb/run-20220203_135844-2tzexn1o/files/output.log
49441
+ 2022-02-05 05:58:42,340 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: stop_status
49442
+ 2022-02-05 05:58:42,340 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: stop_status
49443
+ 2022-02-05 05:58:45,352 DEBUG SenderThread:3742 [sender.py:send():235] send: telemetry
49444
+ 2022-02-05 05:58:45,352 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: poll_exit
49445
+ 2022-02-05 05:58:45,353 DEBUG SenderThread:3742 [sender.py:send():235] send: exit
49446
+ 2022-02-05 05:58:45,353 INFO SenderThread:3742 [sender.py:send_exit():371] handling exit code: 0
49447
+ 2022-02-05 05:58:45,354 INFO SenderThread:3742 [sender.py:send_exit():373] handling runtime: 143999
49448
+ 2022-02-05 05:58:45,391 INFO SenderThread:3742 [sender.py:_save_file():944] saving file wandb-summary.json with policy end
49449
+ 2022-02-05 05:58:45,391 INFO SenderThread:3742 [sender.py:send_exit():379] send defer
49450
+ 2022-02-05 05:58:45,391 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: poll_exit
49451
+ 2022-02-05 05:58:45,392 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: defer
49452
+ 2022-02-05 05:58:45,392 INFO HandlerThread:3742 [handler.py:handle_request_defer():154] handle defer: 0
49453
+ 2022-02-05 05:58:45,392 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: defer
49454
+ 2022-02-05 05:58:45,393 INFO SenderThread:3742 [sender.py:send_request_defer():388] handle sender defer: 0
49455
+ 2022-02-05 05:58:45,393 INFO SenderThread:3742 [sender.py:transition_state():392] send defer: 1
49456
+ 2022-02-05 05:58:45,393 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: defer
49457
+ 2022-02-05 05:58:45,393 INFO HandlerThread:3742 [handler.py:handle_request_defer():154] handle defer: 1
49458
+ 2022-02-05 05:58:45,464 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: defer
49459
+ 2022-02-05 05:58:45,464 INFO SenderThread:3742 [sender.py:send_request_defer():388] handle sender defer: 1
49460
+ 2022-02-05 05:58:45,464 INFO SenderThread:3742 [sender.py:transition_state():392] send defer: 2
49461
+ 2022-02-05 05:58:45,465 DEBUG SenderThread:3742 [sender.py:send():235] send: stats
49462
+ 2022-02-05 05:58:45,466 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: defer
49463
+ 2022-02-05 05:58:45,466 INFO HandlerThread:3742 [handler.py:handle_request_defer():154] handle defer: 2
49464
+ 2022-02-05 05:58:45,466 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: defer
49465
+ 2022-02-05 05:58:45,467 INFO SenderThread:3742 [sender.py:send_request_defer():388] handle sender defer: 2
49466
+ 2022-02-05 05:58:45,467 INFO SenderThread:3742 [sender.py:transition_state():392] send defer: 3
49467
+ 2022-02-05 05:58:45,467 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: defer
49468
+ 2022-02-05 05:58:45,467 INFO HandlerThread:3742 [handler.py:handle_request_defer():154] handle defer: 3
49469
+ 2022-02-05 05:58:45,510 DEBUG SenderThread:3742 [sender.py:send():235] send: summary
49470
+ 2022-02-05 05:58:45,558 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: poll_exit
49471
+ 2022-02-05 05:58:45,560 INFO SenderThread:3742 [sender.py:_save_file():944] saving file wandb-summary.json with policy end
49472
+ 2022-02-05 05:58:45,560 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: defer
49473
+ 2022-02-05 05:58:45,560 INFO SenderThread:3742 [sender.py:send_request_defer():388] handle sender defer: 3
49474
+ 2022-02-05 05:58:45,560 INFO SenderThread:3742 [sender.py:transition_state():392] send defer: 4
49475
+ 2022-02-05 05:58:45,560 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: poll_exit
49476
+ 2022-02-05 05:58:45,561 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: defer
49477
+ 2022-02-05 05:58:45,562 INFO HandlerThread:3742 [handler.py:handle_request_defer():154] handle defer: 4
49478
+ 2022-02-05 05:58:45,562 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: defer
49479
+ 2022-02-05 05:58:45,562 INFO SenderThread:3742 [sender.py:send_request_defer():388] handle sender defer: 4
49480
+ 2022-02-05 05:58:45,588 INFO Thread-8 :3742 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-cv_8-fr/wandb/run-20220203_135844-2tzexn1o/files/output.log
49481
+ 2022-02-05 05:58:45,588 INFO Thread-8 :3742 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-cv_8-fr/wandb/run-20220203_135844-2tzexn1o/files/wandb-summary.json
49482
+ 2022-02-05 05:58:45,663 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: poll_exit
49483
+ 2022-02-05 05:58:46,571 INFO SenderThread:3742 [sender.py:transition_state():392] send defer: 5
49484
+ 2022-02-05 05:58:46,571 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: poll_exit
49485
+ 2022-02-05 05:58:46,572 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: defer
49486
+ 2022-02-05 05:58:46,572 INFO HandlerThread:3742 [handler.py:handle_request_defer():154] handle defer: 5
49487
+ 2022-02-05 05:58:46,573 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: defer
49488
+ 2022-02-05 05:58:46,573 INFO SenderThread:3742 [sender.py:send_request_defer():388] handle sender defer: 5
49489
+ 2022-02-05 05:58:46,573 INFO SenderThread:3742 [dir_watcher.py:finish():283] shutting down directory watcher
49490
+ 2022-02-05 05:58:46,588 INFO Thread-8 :3742 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-cv_8-fr/wandb/run-20220203_135844-2tzexn1o/files/config.yaml
49491
+ 2022-02-05 05:58:46,589 INFO SenderThread:3742 [dir_watcher.py:finish():313] scan: /workspace/xls-r-300m-cv_8-fr/wandb/run-20220203_135844-2tzexn1o/files
49492
+ 2022-02-05 05:58:46,589 INFO SenderThread:3742 [dir_watcher.py:finish():327] scan save: /workspace/xls-r-300m-cv_8-fr/wandb/run-20220203_135844-2tzexn1o/files/config.yaml config.yaml
49493
+ 2022-02-05 05:58:46,589 INFO SenderThread:3742 [dir_watcher.py:finish():327] scan save: /workspace/xls-r-300m-cv_8-fr/wandb/run-20220203_135844-2tzexn1o/files/wandb-summary.json wandb-summary.json
49494
+ 2022-02-05 05:58:46,590 INFO SenderThread:3742 [dir_watcher.py:finish():327] scan save: /workspace/xls-r-300m-cv_8-fr/wandb/run-20220203_135844-2tzexn1o/files/conda-environment.yaml conda-environment.yaml
49495
+ 2022-02-05 05:58:46,591 INFO SenderThread:3742 [dir_watcher.py:finish():327] scan save: /workspace/xls-r-300m-cv_8-fr/wandb/run-20220203_135844-2tzexn1o/files/wandb-metadata.json wandb-metadata.json
49496
+ 2022-02-05 05:58:46,591 INFO SenderThread:3742 [dir_watcher.py:finish():327] scan save: /workspace/xls-r-300m-cv_8-fr/wandb/run-20220203_135844-2tzexn1o/files/requirements.txt requirements.txt
49497
+ 2022-02-05 05:58:46,596 INFO SenderThread:3742 [dir_watcher.py:finish():327] scan save: /workspace/xls-r-300m-cv_8-fr/wandb/run-20220203_135844-2tzexn1o/files/output.log output.log
49498
+ 2022-02-05 05:58:46,596 INFO SenderThread:3742 [sender.py:transition_state():392] send defer: 6
49499
+ 2022-02-05 05:58:46,602 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: defer
49500
+ 2022-02-05 05:58:46,603 INFO HandlerThread:3742 [handler.py:handle_request_defer():154] handle defer: 6
49501
+ 2022-02-05 05:58:46,608 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: defer
49502
+ 2022-02-05 05:58:46,609 INFO SenderThread:3742 [sender.py:send_request_defer():388] handle sender defer: 6
49503
+ 2022-02-05 05:58:46,609 INFO SenderThread:3742 [file_pusher.py:finish():177] shutting down file pusher
49504
+ 2022-02-05 05:58:46,675 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: poll_exit
49505
+ 2022-02-05 05:58:46,675 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: poll_exit
49506
+ 2022-02-05 05:58:46,778 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: poll_exit
49507
+ 2022-02-05 05:58:46,778 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: poll_exit
49508
+ 2022-02-05 05:58:46,880 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: poll_exit
49509
+ 2022-02-05 05:58:46,881 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: poll_exit
49510
+ 2022-02-05 05:58:46,984 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: poll_exit
49511
+ 2022-02-05 05:58:46,985 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: poll_exit
49512
+ 2022-02-05 05:58:47,087 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: poll_exit
49513
+ 2022-02-05 05:58:47,088 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: poll_exit
49514
+ 2022-02-05 05:58:47,190 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: poll_exit
49515
+ 2022-02-05 05:58:47,190 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: poll_exit
49516
+ 2022-02-05 05:58:47,249 INFO Thread-14 :3742 [upload_job.py:push():137] Uploaded file /workspace/xls-r-300m-cv_8-fr/wandb/run-20220203_135844-2tzexn1o/files/requirements.txt
49517
+ 2022-02-05 05:58:47,293 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: poll_exit
49518
+ 2022-02-05 05:58:47,293 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: poll_exit
49519
+ 2022-02-05 05:58:47,358 INFO Thread-12 :3742 [upload_job.py:push():137] Uploaded file /workspace/xls-r-300m-cv_8-fr/wandb/run-20220203_135844-2tzexn1o/files/config.yaml
49520
+ 2022-02-05 05:58:47,374 INFO Thread-15 :3742 [upload_job.py:push():137] Uploaded file /workspace/xls-r-300m-cv_8-fr/wandb/run-20220203_135844-2tzexn1o/files/output.log
49521
+ 2022-02-05 05:58:47,396 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: poll_exit
49522
+ 2022-02-05 05:58:47,398 INFO Thread-13 :3742 [upload_job.py:push():137] Uploaded file /workspace/xls-r-300m-cv_8-fr/wandb/run-20220203_135844-2tzexn1o/files/wandb-summary.json
49523
+ 2022-02-05 05:58:47,399 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: poll_exit
49524
+ 2022-02-05 05:58:47,502 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: poll_exit
49525
+ 2022-02-05 05:58:47,502 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: poll_exit
49526
+ 2022-02-05 05:58:47,599 INFO Thread-7 :3742 [sender.py:transition_state():392] send defer: 7
49527
+ 2022-02-05 05:58:47,600 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: defer
49528
+ 2022-02-05 05:58:47,601 INFO HandlerThread:3742 [handler.py:handle_request_defer():154] handle defer: 7
49529
+ 2022-02-05 05:58:47,601 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: defer
49530
+ 2022-02-05 05:58:47,601 INFO SenderThread:3742 [sender.py:send_request_defer():388] handle sender defer: 7
49531
+ 2022-02-05 05:58:47,611 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: poll_exit
49532
+ 2022-02-05 05:58:48,537 INFO SenderThread:3742 [sender.py:transition_state():392] send defer: 8
49533
+ 2022-02-05 05:58:48,538 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: poll_exit
49534
+ 2022-02-05 05:58:48,539 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: defer
49535
+ 2022-02-05 05:58:48,539 INFO HandlerThread:3742 [handler.py:handle_request_defer():154] handle defer: 8
49536
+ 2022-02-05 05:58:48,540 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: defer
49537
+ 2022-02-05 05:58:48,540 INFO SenderThread:3742 [sender.py:send_request_defer():388] handle sender defer: 8
49538
+ 2022-02-05 05:58:48,540 INFO SenderThread:3742 [sender.py:transition_state():392] send defer: 9
49539
+ 2022-02-05 05:58:48,542 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: defer
49540
+ 2022-02-05 05:58:48,542 DEBUG SenderThread:3742 [sender.py:send():235] send: final
49541
+ 2022-02-05 05:58:48,543 INFO HandlerThread:3742 [handler.py:handle_request_defer():154] handle defer: 9
49542
+ 2022-02-05 05:58:48,543 DEBUG SenderThread:3742 [sender.py:send():235] send: footer
49543
+ 2022-02-05 05:58:48,543 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: defer
49544
+ 2022-02-05 05:58:48,543 INFO SenderThread:3742 [sender.py:send_request_defer():388] handle sender defer: 9
49545
+ 2022-02-05 05:58:48,641 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: poll_exit
49546
+ 2022-02-05 05:58:48,642 DEBUG SenderThread:3742 [sender.py:send_request():249] send_request: poll_exit
49547
+ 2022-02-05 05:58:48,642 INFO SenderThread:3742 [file_pusher.py:join():182] waiting for file pusher
49548
+ 2022-02-05 05:58:48,949 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: get_summary
49549
+ 2022-02-05 05:58:49,023 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: sampled_history
49550
+ 2022-02-05 05:58:49,028 DEBUG HandlerThread:3742 [handler.py:handle_request():131] handle_request: shutdown
49551
+ 2022-02-05 05:58:49,028 INFO HandlerThread:3742 [handler.py:finish():739] shutting down handler
49552
+ 2022-02-05 05:58:49,542 INFO WriterThread:3742 [datastore.py:close():281] close: /workspace/xls-r-300m-cv_8-fr/wandb/run-20220203_135844-2tzexn1o/run-2tzexn1o.wandb
49553
+ 2022-02-05 05:58:49,947 INFO SenderThread:3742 [sender.py:finish():1075] shutting down sender
49554
+ 2022-02-05 05:58:49,947 INFO SenderThread:3742 [file_pusher.py:finish():177] shutting down file pusher
49555
+ 2022-02-05 05:58:49,948 INFO SenderThread:3742 [file_pusher.py:join():182] waiting for file pusher
49556
+ 2022-02-05 05:58:49,955 INFO MainThread:3742 [internal.py:handle_exit():79] Internal process exited
wandb/run-20220203_135844-2tzexn1o/logs/debug.log CHANGED
@@ -24,3 +24,125 @@ config: {}
24
  2022-02-03 13:58:46,709 INFO MainThread:42729 [wandb_init.py:init():651] run started, returning control to user process
25
  2022-02-03 13:58:46,712 INFO MainThread:42729 [wandb_run.py:_config_callback():966] config_cb None None {'return_dict': True, 'output_hidden_states': False, 'output_attentions': False, 'torchscript': False, 'torch_dtype': 'float32', 'use_bfloat16': False, 'pruned_heads': {}, 'tie_word_embeddings': True, 'is_encoder_decoder': False, 'is_decoder': False, 'cross_attention_hidden_size': None, 'add_cross_attention': False, 'tie_encoder_decoder': False, 'max_length': 20, 'min_length': 0, 'do_sample': False, 'early_stopping': False, 'num_beams': 1, 'num_beam_groups': 1, 'diversity_penalty': 0.0, 'temperature': 1.0, 'top_k': 50, 'top_p': 1.0, 'repetition_penalty': 1.0, 'length_penalty': 1.0, 'no_repeat_ngram_size': 0, 'encoder_no_repeat_ngram_size': 0, 'bad_words_ids': None, 'num_return_sequences': 1, 'chunk_size_feed_forward': 0, 'output_scores': False, 'return_dict_in_generate': False, 'forced_bos_token_id': None, 'forced_eos_token_id': None, 'remove_invalid_values': False, 'architectures': ['Wav2Vec2ForPreTraining'], 'finetuning_task': None, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'tokenizer_class': None, 'prefix': None, 'bos_token_id': 1, 'pad_token_id': 45, 'eos_token_id': 2, 'sep_token_id': None, 'decoder_start_token_id': None, 'task_specific_params': None, 'problem_type': None, '_name_or_path': 'facebook/wav2vec2-xls-r-300m', 'transformers_version': '4.17.0.dev0', 'feat_extract_dropout': 0.0, 'model_type': 'wav2vec2', 'num_feat_extract_layers': 7, 'hidden_size': 1024, 'feat_extract_norm': 'layer', 'feat_extract_activation': 'gelu', 'conv_dim': [512, 512, 512, 512, 512, 512, 512], 'conv_stride': [5, 2, 2, 2, 2, 2, 2], 'conv_kernel': [10, 3, 3, 3, 3, 2, 2], 'conv_bias': True, 'num_conv_pos_embeddings': 128, 'num_conv_pos_embedding_groups': 16, 'num_hidden_layers': 24, 'intermediate_size': 4096, 'hidden_act': 'gelu', 'num_attention_heads': 16, 'hidden_dropout': 0.0, 'attention_dropout': 0.0, 'activation_dropout': 0.1, 'feat_proj_dropout': 0.0, 'final_dropout': 0.0, 'layerdrop': 0.0, 'layer_norm_eps': 1e-05, 'initializer_range': 0.02, 'vocab_size': 46, 'do_stable_layer_norm': True, 'use_weighted_layer_sum': False, 'apply_spec_augment': True, 'mask_time_prob': 0.75, 'mask_time_length': 10, 'mask_time_min_masks': 2, 'mask_feature_prob': 0.25, 'mask_feature_length': 64, 'mask_feature_min_masks': 0, 'num_codevectors_per_group': 320, 'num_codevector_groups': 2, 'contrastive_logits_temperature': 0.1, 'feat_quantizer_dropout': 0.0, 'num_negatives': 100, 'codevector_dim': 768, 'proj_codevector_dim': 768, 'diversity_loss_weight': 0.1, 'ctc_loss_reduction': 'mean', 'ctc_zero_infinity': False, 'add_adapter': False, 'adapter_kernel_size': 3, 'adapter_stride': 2, 'num_adapter_layers': 3, 'output_hidden_size': 1024, 'classifier_proj_size': 256, 'tdnn_dim': [512, 512, 512, 512, 1500], 'tdnn_kernel': [5, 3, 3, 1, 1], 'tdnn_dilation': [1, 2, 3, 1, 1], 'xvector_output_dim': 512, 'output_dir': './', 'overwrite_output_dir': True, 'do_train': True, 'do_eval': True, 'do_predict': False, 'evaluation_strategy': 'steps', 'prediction_loss_only': False, 'per_device_train_batch_size': 16, 'per_device_eval_batch_size': 16, 'per_gpu_train_batch_size': 'None', 'per_gpu_eval_batch_size': 'None', 'gradient_accumulation_steps': 8, 'eval_accumulation_steps': 'None', 'learning_rate': 7.5e-05, 'weight_decay': 0.0, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'max_grad_norm': 1.0, 'num_train_epochs': 5.0, 'max_steps': -1, 'lr_scheduler_type': 'linear', 'warmup_ratio': 0.0, 'warmup_steps': 2000, 'log_level': -1, 'log_level_replica': -1, 'log_on_each_node': True, 'logging_dir': './runs/Feb03_10-26-21_job-8ff6a64a-ab40-4ef5-b3ec-d0e2f05ceb9f', 'logging_strategy': 'steps', 'logging_first_step': False, 'logging_steps': 100, 'logging_nan_inf_filter': True, 'save_strategy': 'steps', 'save_steps': 1000, 'save_total_limit': 3, 'save_on_each_node': False, 'no_cuda': False, 'seed': 42, 'bf16': False, 'fp16': True, 'fp16_opt_level': 'O1', 'half_precision_backend': 'amp', 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': 'None', 'local_rank': -1, 'xpu_backend': 'None', 'tpu_num_cores': 'None', 'tpu_metrics_debug': False, 'debug': '[]', 'dataloader_drop_last': False, 'eval_steps': 1000, 'dataloader_num_workers': 0, 'past_index': -1, 'run_name': './', 'disable_tqdm': False, 'remove_unused_columns': True, 'label_names': 'None', 'load_best_model_at_end': True, 'metric_for_best_model': 'loss', 'greater_is_better': False, 'ignore_data_skip': False, 'sharded_ddp': '[]', 'deepspeed': 'None', 'label_smoothing_factor': 0.0, 'optim': 'adamw_hf', 'adafactor': False, 'group_by_length': True, 'length_column_name': 'input_length', 'report_to': "['wandb']", 'ddp_find_unused_parameters': 'None', 'ddp_bucket_cap_mb': 'None', 'dataloader_pin_memory': True, 'skip_memory_metrics': True, 'use_legacy_prediction_loop': False, 'push_to_hub': True, 'resume_from_checkpoint': 'None', 'hub_model_id': 'None', 'hub_strategy': 'every_save', 'hub_token': '<HUB_TOKEN>', 'gradient_checkpointing': True, 'fp16_backend': 'auto', 'push_to_hub_model_id': 'None', 'push_to_hub_organization': 'None', 'push_to_hub_token': '<PUSH_TO_HUB_TOKEN>', '_n_gpu': 1, 'mp_parameters': '', 'train_batch_size': 16, 'eval_batch_size': 16}
26
  2022-02-03 13:58:46,715 INFO MainThread:42729 [wandb_watch.py:watch():43] Watching
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  2022-02-03 13:58:46,709 INFO MainThread:42729 [wandb_init.py:init():651] run started, returning control to user process
25
  2022-02-03 13:58:46,712 INFO MainThread:42729 [wandb_run.py:_config_callback():966] config_cb None None {'return_dict': True, 'output_hidden_states': False, 'output_attentions': False, 'torchscript': False, 'torch_dtype': 'float32', 'use_bfloat16': False, 'pruned_heads': {}, 'tie_word_embeddings': True, 'is_encoder_decoder': False, 'is_decoder': False, 'cross_attention_hidden_size': None, 'add_cross_attention': False, 'tie_encoder_decoder': False, 'max_length': 20, 'min_length': 0, 'do_sample': False, 'early_stopping': False, 'num_beams': 1, 'num_beam_groups': 1, 'diversity_penalty': 0.0, 'temperature': 1.0, 'top_k': 50, 'top_p': 1.0, 'repetition_penalty': 1.0, 'length_penalty': 1.0, 'no_repeat_ngram_size': 0, 'encoder_no_repeat_ngram_size': 0, 'bad_words_ids': None, 'num_return_sequences': 1, 'chunk_size_feed_forward': 0, 'output_scores': False, 'return_dict_in_generate': False, 'forced_bos_token_id': None, 'forced_eos_token_id': None, 'remove_invalid_values': False, 'architectures': ['Wav2Vec2ForPreTraining'], 'finetuning_task': None, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'tokenizer_class': None, 'prefix': None, 'bos_token_id': 1, 'pad_token_id': 45, 'eos_token_id': 2, 'sep_token_id': None, 'decoder_start_token_id': None, 'task_specific_params': None, 'problem_type': None, '_name_or_path': 'facebook/wav2vec2-xls-r-300m', 'transformers_version': '4.17.0.dev0', 'feat_extract_dropout': 0.0, 'model_type': 'wav2vec2', 'num_feat_extract_layers': 7, 'hidden_size': 1024, 'feat_extract_norm': 'layer', 'feat_extract_activation': 'gelu', 'conv_dim': [512, 512, 512, 512, 512, 512, 512], 'conv_stride': [5, 2, 2, 2, 2, 2, 2], 'conv_kernel': [10, 3, 3, 3, 3, 2, 2], 'conv_bias': True, 'num_conv_pos_embeddings': 128, 'num_conv_pos_embedding_groups': 16, 'num_hidden_layers': 24, 'intermediate_size': 4096, 'hidden_act': 'gelu', 'num_attention_heads': 16, 'hidden_dropout': 0.0, 'attention_dropout': 0.0, 'activation_dropout': 0.1, 'feat_proj_dropout': 0.0, 'final_dropout': 0.0, 'layerdrop': 0.0, 'layer_norm_eps': 1e-05, 'initializer_range': 0.02, 'vocab_size': 46, 'do_stable_layer_norm': True, 'use_weighted_layer_sum': False, 'apply_spec_augment': True, 'mask_time_prob': 0.75, 'mask_time_length': 10, 'mask_time_min_masks': 2, 'mask_feature_prob': 0.25, 'mask_feature_length': 64, 'mask_feature_min_masks': 0, 'num_codevectors_per_group': 320, 'num_codevector_groups': 2, 'contrastive_logits_temperature': 0.1, 'feat_quantizer_dropout': 0.0, 'num_negatives': 100, 'codevector_dim': 768, 'proj_codevector_dim': 768, 'diversity_loss_weight': 0.1, 'ctc_loss_reduction': 'mean', 'ctc_zero_infinity': False, 'add_adapter': False, 'adapter_kernel_size': 3, 'adapter_stride': 2, 'num_adapter_layers': 3, 'output_hidden_size': 1024, 'classifier_proj_size': 256, 'tdnn_dim': [512, 512, 512, 512, 1500], 'tdnn_kernel': [5, 3, 3, 1, 1], 'tdnn_dilation': [1, 2, 3, 1, 1], 'xvector_output_dim': 512, 'output_dir': './', 'overwrite_output_dir': True, 'do_train': True, 'do_eval': True, 'do_predict': False, 'evaluation_strategy': 'steps', 'prediction_loss_only': False, 'per_device_train_batch_size': 16, 'per_device_eval_batch_size': 16, 'per_gpu_train_batch_size': 'None', 'per_gpu_eval_batch_size': 'None', 'gradient_accumulation_steps': 8, 'eval_accumulation_steps': 'None', 'learning_rate': 7.5e-05, 'weight_decay': 0.0, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'max_grad_norm': 1.0, 'num_train_epochs': 5.0, 'max_steps': -1, 'lr_scheduler_type': 'linear', 'warmup_ratio': 0.0, 'warmup_steps': 2000, 'log_level': -1, 'log_level_replica': -1, 'log_on_each_node': True, 'logging_dir': './runs/Feb03_10-26-21_job-8ff6a64a-ab40-4ef5-b3ec-d0e2f05ceb9f', 'logging_strategy': 'steps', 'logging_first_step': False, 'logging_steps': 100, 'logging_nan_inf_filter': True, 'save_strategy': 'steps', 'save_steps': 1000, 'save_total_limit': 3, 'save_on_each_node': False, 'no_cuda': False, 'seed': 42, 'bf16': False, 'fp16': True, 'fp16_opt_level': 'O1', 'half_precision_backend': 'amp', 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': 'None', 'local_rank': -1, 'xpu_backend': 'None', 'tpu_num_cores': 'None', 'tpu_metrics_debug': False, 'debug': '[]', 'dataloader_drop_last': False, 'eval_steps': 1000, 'dataloader_num_workers': 0, 'past_index': -1, 'run_name': './', 'disable_tqdm': False, 'remove_unused_columns': True, 'label_names': 'None', 'load_best_model_at_end': True, 'metric_for_best_model': 'loss', 'greater_is_better': False, 'ignore_data_skip': False, 'sharded_ddp': '[]', 'deepspeed': 'None', 'label_smoothing_factor': 0.0, 'optim': 'adamw_hf', 'adafactor': False, 'group_by_length': True, 'length_column_name': 'input_length', 'report_to': "['wandb']", 'ddp_find_unused_parameters': 'None', 'ddp_bucket_cap_mb': 'None', 'dataloader_pin_memory': True, 'skip_memory_metrics': True, 'use_legacy_prediction_loop': False, 'push_to_hub': True, 'resume_from_checkpoint': 'None', 'hub_model_id': 'None', 'hub_strategy': 'every_save', 'hub_token': '<HUB_TOKEN>', 'gradient_checkpointing': True, 'fp16_backend': 'auto', 'push_to_hub_model_id': 'None', 'push_to_hub_organization': 'None', 'push_to_hub_token': '<PUSH_TO_HUB_TOKEN>', '_n_gpu': 1, 'mp_parameters': '', 'train_batch_size': 16, 'eval_batch_size': 16}
26
  2022-02-03 13:58:46,715 INFO MainThread:42729 [wandb_watch.py:watch():43] Watching
27
+ 2022-02-05 05:58:42,614 INFO MainThread:42729 [wandb_run.py:_atexit_cleanup():1797] got exitcode: 0
28
+ 2022-02-05 05:58:42,620 INFO MainThread:42729 [wandb_run.py:_restore():1769] restore
29
+ 2022-02-05 05:58:45,392 INFO MainThread:42729 [wandb_run.py:_wait_for_finish():1929] got exit ret: file_counts {
30
+ wandb_count: 1
31
+ }
32
+ pusher_stats {
33
+ uploaded_bytes: 2043
34
+ total_bytes: 2043
35
+ }
36
+
37
+ 2022-02-05 05:58:45,562 INFO MainThread:42729 [wandb_run.py:_wait_for_finish():1929] got exit ret: file_counts {
38
+ wandb_count: 1
39
+ }
40
+ pusher_stats {
41
+ uploaded_bytes: 2043
42
+ total_bytes: 2043
43
+ }
44
+
45
+ 2022-02-05 05:58:46,573 INFO MainThread:42729 [wandb_run.py:_wait_for_finish():1929] got exit ret: file_counts {
46
+ wandb_count: 1
47
+ }
48
+ pusher_stats {
49
+ uploaded_bytes: 2043
50
+ total_bytes: 2043
51
+ }
52
+
53
+ 2022-02-05 05:58:46,676 INFO MainThread:42729 [wandb_run.py:_wait_for_finish():1929] got exit ret: file_counts {
54
+ wandb_count: 5
55
+ }
56
+ pusher_stats {
57
+ uploaded_bytes: 2043
58
+ total_bytes: 2872686
59
+ }
60
+
61
+ 2022-02-05 05:58:46,779 INFO MainThread:42729 [wandb_run.py:_wait_for_finish():1929] got exit ret: file_counts {
62
+ wandb_count: 5
63
+ }
64
+ pusher_stats {
65
+ uploaded_bytes: 2043
66
+ total_bytes: 2872686
67
+ }
68
+
69
+ 2022-02-05 05:58:46,883 INFO MainThread:42729 [wandb_run.py:_wait_for_finish():1929] got exit ret: file_counts {
70
+ wandb_count: 5
71
+ }
72
+ pusher_stats {
73
+ uploaded_bytes: 1590434
74
+ total_bytes: 2872686
75
+ }
76
+
77
+ 2022-02-05 05:58:46,986 INFO MainThread:42729 [wandb_run.py:_wait_for_finish():1929] got exit ret: file_counts {
78
+ wandb_count: 5
79
+ }
80
+ pusher_stats {
81
+ uploaded_bytes: 2872686
82
+ total_bytes: 2872686
83
+ }
84
+
85
+ 2022-02-05 05:58:47,088 INFO MainThread:42729 [wandb_run.py:_wait_for_finish():1929] got exit ret: file_counts {
86
+ wandb_count: 5
87
+ }
88
+ pusher_stats {
89
+ uploaded_bytes: 2872686
90
+ total_bytes: 2872686
91
+ }
92
+
93
+ 2022-02-05 05:58:47,191 INFO MainThread:42729 [wandb_run.py:_wait_for_finish():1929] got exit ret: file_counts {
94
+ wandb_count: 5
95
+ }
96
+ pusher_stats {
97
+ uploaded_bytes: 2872686
98
+ total_bytes: 2872686
99
+ }
100
+
101
+ 2022-02-05 05:58:47,294 INFO MainThread:42729 [wandb_run.py:_wait_for_finish():1929] got exit ret: file_counts {
102
+ wandb_count: 5
103
+ }
104
+ pusher_stats {
105
+ uploaded_bytes: 2872686
106
+ total_bytes: 2872686
107
+ }
108
+
109
+ 2022-02-05 05:58:47,400 INFO MainThread:42729 [wandb_run.py:_wait_for_finish():1929] got exit ret: file_counts {
110
+ wandb_count: 5
111
+ }
112
+ pusher_stats {
113
+ uploaded_bytes: 2872686
114
+ total_bytes: 2872686
115
+ }
116
+
117
+ 2022-02-05 05:58:47,503 INFO MainThread:42729 [wandb_run.py:_wait_for_finish():1929] got exit ret: file_counts {
118
+ wandb_count: 5
119
+ }
120
+ pusher_stats {
121
+ uploaded_bytes: 2872686
122
+ total_bytes: 2872686
123
+ }
124
+
125
+ 2022-02-05 05:58:48,539 INFO MainThread:42729 [wandb_run.py:_wait_for_finish():1929] got exit ret: file_counts {
126
+ wandb_count: 5
127
+ }
128
+ pusher_stats {
129
+ uploaded_bytes: 2872686
130
+ total_bytes: 2872686
131
+ }
132
+
133
+ 2022-02-05 05:58:48,948 INFO MainThread:42729 [wandb_run.py:_wait_for_finish():1929] got exit ret: done: true
134
+ exit_result {
135
+ }
136
+ file_counts {
137
+ wandb_count: 5
138
+ }
139
+ pusher_stats {
140
+ uploaded_bytes: 2872686
141
+ total_bytes: 2872686
142
+ }
143
+ local_info {
144
+ }
145
+
146
+ 2022-02-05 05:58:50,098 INFO MainThread:42729 [wandb_run.py:_append_history():2144] rendering history
147
+ 2022-02-05 05:58:50,100 INFO MainThread:42729 [wandb_run.py:_append_summary():2102] rendering summary
148
+ 2022-02-05 05:58:50,101 INFO MainThread:42729 [wandb_run.py:_append_files():2194] logging synced files
wandb/run-20220203_135844-2tzexn1o/run-2tzexn1o.wandb CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:065cfc4b0fd8ef92aa00d6eb602fee3cba8fb9e2e9edd70c3148b2f78cbf57a8
3
- size 131235004
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8971677f076211c07277c53cae36e9267473c83deaec063ff93fc6c7de715ab
3
+ size 131989005
wandb/run-20220206_014057-iss04l8x/files/conda-environment.yaml ADDED
File without changes
wandb/run-20220206_014057-iss04l8x/files/config.yaml ADDED
The diff for this file is too large to render. See raw diff
wandb/run-20220206_014057-iss04l8x/files/output.log ADDED
@@ -0,0 +1,867 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ 0%| | 0/24416 [00:00<?, ?it/s]
3
+
4
+
5
+
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+ 70%|███████████████████████████████████████████████████████████████████████████████████████▌ | 17100/24416 [3:37:53<9:39:33, 4.75s/it]
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+
133
+
134
+
135
+
136
+
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+
147
+
148
+
149
+
150
+
151
+
152
+
153
+
154
+
155
+
156
+
157
+
158
+
159
+
160
+
161
+
162
+
163
+
164
+
165
+
166
+
167
+
168
+
169
+
170
+
171
+
172
+
173
+
174
+
175
+
176
+
177
+
178
+
179
+
180
+
181
+
182
+
183
+
184
+
185
+
186
+
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+ 70%|████████████████████████████████████████████████████████████████████████████████████████ | 17199/24416 [3:50:24<9:49:13, 4.90s/it]
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+
269
+
270
+
271
+
272
+
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+
292
+
293
+
294
+
295
+
296
+
297
+
298
+
299
+
300
+
301
+
302
+
303
+
304
+ 71%|████████████████████████████████████████████████████████████████████████████████████████▌ | 17300/24416 [4:03:04<9:29:31, 4.80s/it]
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
+
326
+
327
+
328
+
329
+
330
+
331
+
332
+
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
345
+
346
+
347
+
348
+
349
+
350
+
351
+
352
+
353
+
354
+
355
+
356
+
357
+
358
+
359
+
360
+
361
+
362
+
363
+
364
+
365
+
366
+
367
+
368
+
369
+
370
+
371
+
372
+
373
+
374
+
375
+
376
+
377
+
378
+
379
+
380
+
381
+
382
+
383
+
384
+
385
+
386
+
387
+
388
+
389
+
390
+
391
+
392
+
393
+
394
+
395
+
396
+
397
+
398
+
399
+
400
+
401
+
402
+
403
+
404
+ 71%|█████████████████████████████████████████████████████████████████████████████████████████ | 17399/24416 [4:15:37<9:28:18, 4.86s/it]
405
+
406
+
407
+
408
+
409
+
410
+
411
+
412
+
413
+
414
+
415
+
416
+
417
+
418
+
419
+
420
+
421
+
422
+
423
+
424
+
425
+
426
+
427
+
428
+
429
+
430
+
431
+
432
+
433
+
434
+
435
+
436
+
437
+
438
+
439
+
440
+
441
+
442
+
443
+
444
+
445
+
446
+
447
+
448
+
449
+
450
+
451
+
452
+
453
+
454
+
455
+
456
+
457
+
458
+
459
+
460
+
461
+
462
+
463
+
464
+
465
+
466
+
467
+
468
+
469
+
470
+
471
+
472
+
473
+
474
+
475
+
476
+
477
+
478
+
479
+
480
+
481
+
482
+
483
+
484
+
485
+
486
+
487
+
488
+
489
+
490
+
491
+
492
+
493
+
494
+
495
+
496
+
497
+
498
+
499
+
500
+
501
+
502
+
503
+
504
+
505
+ 72%|████████████████████████████████████████████████████████████████████████████████████████▊ | 17499/24416 [4:28:42<19:12:46, 10.00s/it]
506
+ ***** Running Evaluation *****███████████████████████████████████████████████████████████████▉ | 17500/24416 [4:28:52<18:57:50, 9.87s/it]
507
+ Num examples = 16021
508
+ Batch size = 16
509
+
510
+
511
+
512
+
513
+
514
+
515
+
516
+
517
+
518
+
519
+
520
+
521
+
522
+
523
+
524
+
525
+
526
+
527
+
528
+
529
+
530
+
531
+
532
+
533
+
534
+
535
+
536
+
537
+
538
+
539
+
540
+
541
+
542
+
543
+
544
+
545
+
546
+
547
+
548
+
549
+
550
+
551
+
552
+
553
+
554
+
555
+
556
+
557
+
558
+
559
+
560
+
561
+
562
+
563
+
564
+
565
+
566
+
567
+
568
+
569
+
570
+
571
+
572
+
573
+
574
+
575
+
576
+
577
+
578
+
579
+
580
+
581
+
582
+
583
+
584
+
585
+
586
+
587
+
588
+
589
+
590
+
591
+
592
+
593
+
594
+
595
+
596
+
597
+
598
+
599
+
600
+
601
+
602
+
603
+
604
+
605
+
606
+
607
+
608
+
609
+
610
+
611
+
612
+
613
+
614
+
615
+
616
+
617
+
618
+
619
+
620
+
621
+
622
+
623
+
624
+
625
+
626
+
627
+
628
+
629
+
630
+
631
+
632
+
633
+
634
+
635
+
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+
644
+
645
+
646
+
647
+
648
+
649
+
650
+
651
+
652
+
653
+
654
+
655
+
656
+
657
+
658
+
659
+
660
+
661
+
662
+
663
+
664
+
665
+
666
+
667
+
668
+
669
+
670
+
671
+
672
+
673
+
674
+
675
+
676
+
677
+
678
+
679
+
680
+
681
+
682
+
683
+
684
+
685
+
686
+
687
+
688
+
689
+
690
+
691
+
692
+
693
+
694
+
695
+
696
+
697
+
698
+
699
+
700
+
701
+
702
+
703
+
704
+
705
+
706
+
707
+
708
+
709
+
710
+
711
+
712
+
713
+
714
+
715
+
716
+
717
+
718
+
719
+
720
+
721
+
722
+
723
+
724
+
725
+
726
+
727
+
728
+
729
+
730
+
731
+
732
+
733
+
734
+
735
+
736
+
737
+
738
+
739
+
740
+
741
+
742
+
743
+
744
+
745
+
746
+
747
+
748
+
749
+
750
+
751
+
752
+
753
+
754
+
755
+
756
+
757
+
758
+
759
+
760
+
761
+
762
+
763
+
764
+
765
+
766
+
767
+
768
+
769
+
770
+
771
+
772
+
773
+
774
+
775
+
776
+
777
+
778
+
779
+
780
+
781
+
782
+
783
+
784
+
785
+
786
+
787
+
788
+
789
+
790
+
791
+
792
+
793
+
794
+
795
+
796
+
797
+
798
+
799
+
800
+
801
+
802
+
803
+
804
+
805
+
806
+
807
+
808
+
809
+
810
+
811
+
812
+
813
+
814
+
815
+
816
+
817
+
818
+
819
+
820
+
821
+
822
+
823
+
824
+
825
+
826
+
827
+
828
+
829
+
830
+
831
+
832
+
833
+
834
+
835
+
836
+
837
+
838
+
839
+
840
+
841
+
842
+
843
+
844
+
845
+
846
+
847
+
848
+
849
+
850
+
851
+
852
+
853
+
854
+
855
+
856
+
857
+
858
+
859
+
860
+
861
+
862
+
863
+ 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1002/1002 [12:04<00:00, 2.35it/s]
864
+ Saving model checkpoint to ./checkpoint-17500
865
+ Configuration saved in ./checkpoint-17500/config.json████████████████████████████████████████▉ | 17500/24416 [4:41:09<18:57:50, 9.87s/it]
866
+ Model weights saved in ./checkpoint-17500/pytorch_model.bin
867
+ Configuration saved in ./checkpoint-17500/preprocessor_config.json
wandb/run-20220206_014057-iss04l8x/files/requirements.txt ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.1
2
+ aiosignal==1.2.0
3
+ analytics-python==1.4.0
4
+ anyio==3.5.0
5
+ appdirs==1.4.4
6
+ argon2-cffi-bindings==21.2.0
7
+ argon2-cffi==21.3.0
8
+ asgiref==3.5.0
9
+ asttokens==2.0.5
10
+ async-timeout==4.0.2
11
+ attrs==21.4.0
12
+ audioread==2.1.9
13
+ backcall==0.2.0
14
+ backoff==1.10.0
15
+ bcrypt==3.2.0
16
+ beautifulsoup4==4.9.3
17
+ black==22.1.0
18
+ bleach==4.1.0
19
+ brotlipy==0.7.0
20
+ certifi==2020.12.5
21
+ cffi==1.14.3
22
+ chardet==3.0.4
23
+ charset-normalizer==2.0.11
24
+ click==8.0.3
25
+ conda-build==3.21.4
26
+ conda-package-handling==1.7.2
27
+ conda==4.9.2
28
+ cryptography==3.2.1
29
+ cycler==0.11.0
30
+ datasets==1.18.3.dev0
31
+ debugpy==1.5.1
32
+ decorator==4.4.2
33
+ defusedxml==0.7.1
34
+ dill==0.3.4
35
+ dnspython==2.1.0
36
+ docker-pycreds==0.4.0
37
+ entrypoints==0.3
38
+ executing==0.8.2
39
+ fastapi==0.73.0
40
+ ffmpy==0.3.0
41
+ filelock==3.0.12
42
+ fonttools==4.29.1
43
+ frozenlist==1.3.0
44
+ fsspec==2022.1.0
45
+ gitdb==4.0.9
46
+ gitpython==3.1.26
47
+ glob2==0.7
48
+ gradio==2.7.5.2
49
+ h11==0.13.0
50
+ huggingface-hub==0.4.0
51
+ idna==2.10
52
+ importlib-resources==5.4.0
53
+ ipykernel==6.7.0
54
+ ipython-genutils==0.2.0
55
+ ipython==8.0.1
56
+ ipywidgets==7.6.3
57
+ jedi==0.17.0
58
+ jinja2==2.11.3
59
+ jiwer==2.3.0
60
+ joblib==1.1.0
61
+ json5==0.9.6
62
+ jsonschema==4.4.0
63
+ jupyter-client==7.1.2
64
+ jupyter-core==4.9.1
65
+ jupyterlab-pygments==0.1.2
66
+ jupyterlab-server==1.2.0
67
+ jupyterlab-widgets==1.0.2
68
+ jupyterlab==2.2.9
69
+ kiwisolver==1.3.2
70
+ libarchive-c==2.9
71
+ librosa==0.8.1
72
+ llvmlite==0.38.0
73
+ markdown2==2.4.2
74
+ markupsafe==1.1.1
75
+ matplotlib-inline==0.1.3
76
+ matplotlib==3.5.1
77
+ mistune==0.8.4
78
+ mkl-fft==1.3.0
79
+ mkl-random==1.1.1
80
+ mkl-service==2.3.0
81
+ monotonic==1.6
82
+ multidict==6.0.2
83
+ multiprocess==0.70.12.2
84
+ mypy-extensions==0.4.3
85
+ nano==0.10.0
86
+ nbclient==0.5.10
87
+ nbconvert==6.4.1
88
+ nbformat==5.1.3
89
+ nest-asyncio==1.5.4
90
+ notebook==6.4.8
91
+ numba==0.55.1
92
+ numpy==1.19.2
93
+ olefile==0.46
94
+ packaging==21.3
95
+ pandas==1.4.0
96
+ pandocfilters==1.5.0
97
+ paramiko==2.9.2
98
+ parso==0.8.1
99
+ pathspec==0.9.0
100
+ pathtools==0.1.2
101
+ pexpect==4.8.0
102
+ pickleshare==0.7.5
103
+ pillow==8.1.2
104
+ pip==22.0.2
105
+ pkginfo==1.7.0
106
+ platformdirs==2.4.1
107
+ pooch==1.6.0
108
+ prometheus-client==0.13.1
109
+ promise==2.3
110
+ prompt-toolkit==3.0.8
111
+ protobuf==3.19.4
112
+ psutil==5.8.0
113
+ ptyprocess==0.7.0
114
+ pure-eval==0.2.2
115
+ pyarrow==6.0.1
116
+ pycosat==0.6.3
117
+ pycparser==2.20
118
+ pycryptodome==3.14.0
119
+ pydantic==1.9.0
120
+ pydub==0.25.1
121
+ pygments==2.8.0
122
+ pynacl==1.5.0
123
+ pyopenssl==19.1.0
124
+ pyparsing==3.0.7
125
+ pyrsistent==0.18.1
126
+ pysocks==1.7.1
127
+ python-dateutil==2.8.2
128
+ python-etcd==0.4.5
129
+ python-levenshtein==0.12.2
130
+ python-multipart==0.0.5
131
+ pytz==2021.1
132
+ pyyaml==5.4.1
133
+ pyzmq==22.3.0
134
+ regex==2022.1.18
135
+ requests==2.24.0
136
+ resampy==0.2.2
137
+ ruamel-yaml==0.15.87
138
+ sacremoses==0.0.47
139
+ scikit-learn==1.0.2
140
+ scipy==1.7.3
141
+ send2trash==1.8.0
142
+ sentry-sdk==1.5.4
143
+ setuptools==50.3.1.post20201107
144
+ shortuuid==1.0.8
145
+ six==1.15.0
146
+ smmap==5.0.0
147
+ sniffio==1.2.0
148
+ soundfile==0.10.3.post1
149
+ soupsieve==2.2
150
+ stack-data==0.1.4
151
+ starlette==0.17.1
152
+ termcolor==1.1.0
153
+ terminado==0.13.1
154
+ testpath==0.5.0
155
+ threadpoolctl==3.1.0
156
+ tokenizers==0.11.4
157
+ tomli==2.0.0
158
+ torch==1.10.2
159
+ torchaudio==0.10.2
160
+ torchelastic==0.2.2
161
+ torchtext==0.9.1
162
+ torchvision==0.9.1
163
+ tornado==6.1
164
+ tqdm==4.62.3
165
+ traitlets==5.1.1
166
+ transformers==4.17.0.dev0
167
+ typing-extensions==4.0.1
168
+ urllib3==1.25.11
169
+ uvicorn==0.17.1
170
+ wandb==0.12.10
171
+ wcwidth==0.2.5
172
+ webencodings==0.5.1
173
+ wheel==0.35.1
174
+ widgetsnbextension==3.5.2
175
+ xxhash==2.0.2
176
+ yarl==1.7.2
177
+ yaspin==2.1.0
178
+ zipp==3.7.0
wandb/run-20220206_014057-iss04l8x/files/wandb-metadata.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "os": "Linux-4.15.0-151-generic-x86_64-with-glibc2.10",
3
+ "python": "3.8.8",
4
+ "heartbeatAt": "2022-02-06T01:40:59.992219",
5
+ "startedAt": "2022-02-06T01:40:57.621425",
6
+ "docker": null,
7
+ "gpu": "Tesla V100S-PCIE-32GB",
8
+ "gpu_count": 1,
9
+ "cpu_count": 60,
10
+ "cuda": null,
11
+ "args": [
12
+ "--activation_dropout=0.1",
13
+ "--dataset_name=mozilla-foundation/common_voice_8_0",
14
+ "--dataset_config_name=fr",
15
+ "--eval_steps=500",
16
+ "--evaluation_strategy=steps",
17
+ "--feat_proj_dropout=0.0",
18
+ "--freeze_feature_encoder",
19
+ "--fp16",
20
+ "--gradient_accumulation_steps=8",
21
+ "--gradient_checkpointing",
22
+ "--group_by_length",
23
+ "--layerdrop=0.0",
24
+ "--learning_rate=7.5e-5",
25
+ "--length_column_name=input_length",
26
+ "--load_best_model_at_end",
27
+ "--logging_steps=100",
28
+ "--mask_feature_length=64",
29
+ "--mask_feature_prob=0.25",
30
+ "--mask_time_length=10",
31
+ "--mask_time_prob=0.75",
32
+ "--model_name_or_path=./checkpoint-17000",
33
+ "--num_train_epochs=7.0",
34
+ "--output_dir=./",
35
+ "--overwrite_output_dir",
36
+ "--per_device_train_batch_size=16",
37
+ "--per_device_eval_batch_size=16",
38
+ "--preprocessing_num_workers=4",
39
+ "--push_to_hub",
40
+ "--report_to=wandb",
41
+ "--save_steps=500",
42
+ "--save_total_limit=3",
43
+ "--text_column_name=sentence",
44
+ "--use_auth_token",
45
+ "--warmup_steps=2000",
46
+ "--do_train",
47
+ "--do_eval"
48
+ ],
49
+ "state": "running",
50
+ "program": "run_speech_recognition_ctc.py",
51
+ "codePath": "run_speech_recognition_ctc.py",
52
+ "git": {
53
+ "remote": "https://huggingface.co/Plim/xls-r-300m-cv_8-fr",
54
+ "commit": "de03851f0c923eaedfb728940a36872dbad1838a"
55
+ },
56
+ "email": "lim.pascal93@gmail.com",
57
+ "root": "/workspace/xls-r-300m-cv_8-fr",
58
+ "host": "job-8ff6a64a-ab40-4ef5-b3ec-d0e2f05ceb9f",
59
+ "username": "ovh",
60
+ "executable": "/opt/conda/bin/python"
61
+ }
wandb/run-20220206_014057-iss04l8x/files/wandb-summary.json ADDED
The diff for this file is too large to render. See raw diff
wandb/run-20220206_014057-iss04l8x/logs/debug-internal.log ADDED
The diff for this file is too large to render. See raw diff
wandb/run-20220206_014057-iss04l8x/logs/debug.log ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 2022-02-06 01:40:57,625 INFO MainThread:32490 [wandb_setup.py:_flush():75] Loading settings from /workspace/.config/wandb/settings
2
+ 2022-02-06 01:40:57,626 INFO MainThread:32490 [wandb_setup.py:_flush():75] Loading settings from /workspace/xls-r-300m-cv_8-fr/wandb/settings
3
+ 2022-02-06 01:40:57,626 INFO MainThread:32490 [wandb_setup.py:_flush():75] Loading settings from environment variables: {'project': 'xls-r-300m-cv_8-fr'}
4
+ 2022-02-06 01:40:57,626 INFO MainThread:32490 [wandb_setup.py:_flush():75] Inferring run settings from compute environment: {'program_relpath': 'run_speech_recognition_ctc.py', 'program': 'run_speech_recognition_ctc.py'}
5
+ 2022-02-06 01:40:57,626 INFO MainThread:32490 [wandb_init.py:_log_setup():386] Logging user logs to /workspace/xls-r-300m-cv_8-fr/wandb/run-20220206_014057-iss04l8x/logs/debug.log
6
+ 2022-02-06 01:40:57,626 INFO MainThread:32490 [wandb_init.py:_log_setup():387] Logging internal logs to /workspace/xls-r-300m-cv_8-fr/wandb/run-20220206_014057-iss04l8x/logs/debug-internal.log
7
+ 2022-02-06 01:40:57,626 INFO MainThread:32490 [wandb_init.py:init():420] calling init triggers
8
+ 2022-02-06 01:40:57,626 INFO MainThread:32490 [wandb_init.py:init():425] wandb.init called with sweep_config: {}
9
+ config: {}
10
+ 2022-02-06 01:40:57,627 INFO MainThread:32490 [wandb_init.py:init():471] starting backend
11
+ 2022-02-06 01:40:57,627 INFO MainThread:32490 [backend.py:_multiprocessing_setup():99] multiprocessing start_methods=fork,spawn,forkserver, using: spawn
12
+ 2022-02-06 01:40:58,022 INFO MainThread:32490 [backend.py:ensure_launched():219] starting backend process...
13
+ 2022-02-06 01:40:58,535 INFO MainThread:32490 [backend.py:ensure_launched():224] started backend process with pid: 33110
14
+ 2022-02-06 01:40:58,537 INFO MainThread:32490 [wandb_init.py:init():480] backend started and connected
15
+ 2022-02-06 01:40:58,546 INFO MainThread:32490 [wandb_init.py:init():550] updated telemetry
16
+ 2022-02-06 01:40:59,310 INFO MainThread:32490 [wandb_init.py:init():581] communicating current version
17
+ 2022-02-06 01:40:59,784 INFO MainThread:32490 [wandb_init.py:init():586] got version response
18
+ 2022-02-06 01:40:59,785 INFO MainThread:32490 [wandb_init.py:init():596] communicating run to backend with 30 second timeout
19
+ 2022-02-06 01:40:59,986 INFO MainThread:32490 [wandb_init.py:init():624] starting run threads in backend
20
+ 2022-02-06 01:41:00,605 INFO MainThread:32490 [wandb_run.py:_console_start():1827] atexit reg
21
+ 2022-02-06 01:41:00,606 INFO MainThread:32490 [wandb_run.py:_redirect():1701] redirect: SettingsConsole.REDIRECT
22
+ 2022-02-06 01:41:00,607 INFO MainThread:32490 [wandb_run.py:_redirect():1706] Redirecting console.
23
+ 2022-02-06 01:41:00,614 INFO MainThread:32490 [wandb_run.py:_redirect():1762] Redirects installed.
24
+ 2022-02-06 01:41:00,614 INFO MainThread:32490 [wandb_init.py:init():651] run started, returning control to user process
25
+ 2022-02-06 01:41:00,618 INFO MainThread:32490 [wandb_run.py:_config_callback():966] config_cb None None {'return_dict': True, 'output_hidden_states': False, 'output_attentions': False, 'torchscript': False, 'torch_dtype': 'float32', 'use_bfloat16': False, 'pruned_heads': {}, 'tie_word_embeddings': True, 'is_encoder_decoder': False, 'is_decoder': False, 'cross_attention_hidden_size': None, 'add_cross_attention': False, 'tie_encoder_decoder': False, 'max_length': 20, 'min_length': 0, 'do_sample': False, 'early_stopping': False, 'num_beams': 1, 'num_beam_groups': 1, 'diversity_penalty': 0.0, 'temperature': 1.0, 'top_k': 50, 'top_p': 1.0, 'repetition_penalty': 1.0, 'length_penalty': 1.0, 'no_repeat_ngram_size': 0, 'encoder_no_repeat_ngram_size': 0, 'bad_words_ids': None, 'num_return_sequences': 1, 'chunk_size_feed_forward': 0, 'output_scores': False, 'return_dict_in_generate': False, 'forced_bos_token_id': None, 'forced_eos_token_id': None, 'remove_invalid_values': False, 'architectures': ['Wav2Vec2ForCTC'], 'finetuning_task': None, 'id2label': {0: 'LABEL_0', 1: 'LABEL_1'}, 'label2id': {'LABEL_0': 0, 'LABEL_1': 1}, 'tokenizer_class': None, 'prefix': None, 'bos_token_id': 1, 'pad_token_id': 45, 'eos_token_id': 2, 'sep_token_id': None, 'decoder_start_token_id': None, 'task_specific_params': None, 'problem_type': None, '_name_or_path': './checkpoint-17000', 'transformers_version': '4.17.0.dev0', 'feat_extract_dropout': 0.0, 'model_type': 'wav2vec2', 'num_feat_extract_layers': 7, 'hidden_size': 1024, 'feat_extract_norm': 'layer', 'feat_extract_activation': 'gelu', 'conv_dim': [512, 512, 512, 512, 512, 512, 512], 'conv_stride': [5, 2, 2, 2, 2, 2, 2], 'conv_kernel': [10, 3, 3, 3, 3, 2, 2], 'conv_bias': True, 'num_conv_pos_embeddings': 128, 'num_conv_pos_embedding_groups': 16, 'num_hidden_layers': 24, 'intermediate_size': 4096, 'hidden_act': 'gelu', 'num_attention_heads': 16, 'hidden_dropout': 0.0, 'attention_dropout': 0.0, 'activation_dropout': 0.1, 'feat_proj_dropout': 0.0, 'final_dropout': 0.0, 'layerdrop': 0.0, 'layer_norm_eps': 1e-05, 'initializer_range': 0.02, 'vocab_size': 46, 'do_stable_layer_norm': True, 'use_weighted_layer_sum': False, 'apply_spec_augment': True, 'mask_time_prob': 0.75, 'mask_time_length': 10, 'mask_time_min_masks': 2, 'mask_feature_prob': 0.25, 'mask_feature_length': 64, 'mask_feature_min_masks': 0, 'num_codevectors_per_group': 320, 'num_codevector_groups': 2, 'contrastive_logits_temperature': 0.1, 'feat_quantizer_dropout': 0.0, 'num_negatives': 100, 'codevector_dim': 768, 'proj_codevector_dim': 768, 'diversity_loss_weight': 0.1, 'ctc_loss_reduction': 'mean', 'ctc_zero_infinity': False, 'add_adapter': False, 'adapter_kernel_size': 3, 'adapter_stride': 2, 'num_adapter_layers': 3, 'output_hidden_size': 1024, 'classifier_proj_size': 256, 'tdnn_dim': [512, 512, 512, 512, 1500], 'tdnn_kernel': [5, 3, 3, 1, 1], 'tdnn_dilation': [1, 2, 3, 1, 1], 'xvector_output_dim': 512, 'output_dir': './', 'overwrite_output_dir': True, 'do_train': True, 'do_eval': True, 'do_predict': False, 'evaluation_strategy': 'steps', 'prediction_loss_only': False, 'per_device_train_batch_size': 16, 'per_device_eval_batch_size': 16, 'per_gpu_train_batch_size': 'None', 'per_gpu_eval_batch_size': 'None', 'gradient_accumulation_steps': 8, 'eval_accumulation_steps': 'None', 'learning_rate': 7.5e-05, 'weight_decay': 0.0, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'max_grad_norm': 1.0, 'num_train_epochs': 7.0, 'max_steps': -1, 'lr_scheduler_type': 'linear', 'warmup_ratio': 0.0, 'warmup_steps': 2000, 'log_level': -1, 'log_level_replica': -1, 'log_on_each_node': True, 'logging_dir': './runs/Feb06_01-39-33_job-8ff6a64a-ab40-4ef5-b3ec-d0e2f05ceb9f', 'logging_strategy': 'steps', 'logging_first_step': False, 'logging_steps': 100, 'logging_nan_inf_filter': True, 'save_strategy': 'steps', 'save_steps': 500, 'save_total_limit': 3, 'save_on_each_node': False, 'no_cuda': False, 'seed': 42, 'bf16': False, 'fp16': True, 'fp16_opt_level': 'O1', 'half_precision_backend': 'amp', 'bf16_full_eval': False, 'fp16_full_eval': False, 'tf32': 'None', 'local_rank': -1, 'xpu_backend': 'None', 'tpu_num_cores': 'None', 'tpu_metrics_debug': False, 'debug': '[]', 'dataloader_drop_last': False, 'eval_steps': 500, 'dataloader_num_workers': 0, 'past_index': -1, 'run_name': './', 'disable_tqdm': False, 'remove_unused_columns': True, 'label_names': 'None', 'load_best_model_at_end': True, 'metric_for_best_model': 'loss', 'greater_is_better': False, 'ignore_data_skip': False, 'sharded_ddp': '[]', 'deepspeed': 'None', 'label_smoothing_factor': 0.0, 'optim': 'adamw_hf', 'adafactor': False, 'group_by_length': True, 'length_column_name': 'input_length', 'report_to': "['wandb']", 'ddp_find_unused_parameters': 'None', 'ddp_bucket_cap_mb': 'None', 'dataloader_pin_memory': True, 'skip_memory_metrics': True, 'use_legacy_prediction_loop': False, 'push_to_hub': True, 'resume_from_checkpoint': 'None', 'hub_model_id': 'None', 'hub_strategy': 'every_save', 'hub_token': '<HUB_TOKEN>', 'gradient_checkpointing': True, 'fp16_backend': 'auto', 'push_to_hub_model_id': 'None', 'push_to_hub_organization': 'None', 'push_to_hub_token': '<PUSH_TO_HUB_TOKEN>', '_n_gpu': 1, 'mp_parameters': '', 'train_batch_size': 16, 'eval_batch_size': 16}
26
+ 2022-02-06 01:41:00,623 INFO MainThread:32490 [wandb_watch.py:watch():43] Watching
wandb/run-20220206_014057-iss04l8x/run-iss04l8x.wandb ADDED
Binary file (4.25 MB). View file