AlexN commited on
Commit
5200b6e
1 Parent(s): 0200a29
added_tokens.json CHANGED
@@ -1 +1 @@
1
- {"<s>": 216, "</s>": 217}
 
1
+ {}
run.sh CHANGED
@@ -25,7 +25,7 @@ python run_speech_recognition_ctc.py \
25
  --feat_proj_dropout="0.0" \
26
  --mask_time_prob="0.75" \
27
  --mask_time_length="10" \
28
- --mask_feature_prob="0.4" \
29
  --mask_feature_length="10" \
30
  --gradient_checkpointing \
31
  --report_to="wandb" \
 
25
  --feat_proj_dropout="0.0" \
26
  --mask_time_prob="0.75" \
27
  --mask_time_length="10" \
28
+ --mask_feature_prob="0.25" \
29
  --mask_feature_length="10" \
30
  --gradient_checkpointing \
31
  --report_to="wandb" \
run_speech_recognition_ctc.py CHANGED
@@ -524,7 +524,7 @@ def main():
524
  # load feature_extractor and tokenizer
525
  tokenizer = Wav2Vec2CTCTokenizer.from_pretrained(
526
  tokenizer_name_or_path,
527
- use_auth_token=data_args.use_auth_token,
528
  **tokenizer_kwargs,
529
  )
530
  feature_extractor = AutoFeatureExtractor.from_pretrained(
 
524
  # load feature_extractor and tokenizer
525
  tokenizer = Wav2Vec2CTCTokenizer.from_pretrained(
526
  tokenizer_name_or_path,
527
+ use_auth_token=data_args.use_auth_token, eos_token=None, bos_token=None,
528
  **tokenizer_kwargs,
529
  )
530
  feature_extractor = AutoFeatureExtractor.from_pretrained(
special_tokens_map.json CHANGED
@@ -1 +1 @@
1
- {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "[UNK]", "pad_token": "[PAD]", "additional_special_tokens": [{"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "<s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}, {"content": "</s>", "single_word": false, "lstrip": false, "rstrip": false, "normalized": true}]}
 
1
+ {"bos_token": null, "eos_token": null, "unk_token": "[UNK]", "pad_token": "[PAD]"}
tokenizer_config.json CHANGED
@@ -1 +1 @@
1
- {"unk_token": "[UNK]", "bos_token": "<s>", "eos_token": "</s>", "pad_token": "[PAD]", "do_lower_case": false, "word_delimiter_token": "|", "config": null, "tokenizer_type": "wav2vec2", "special_tokens_map_file": null, "tokenizer_file": null, "name_or_path": "./", "tokenizer_class": "Wav2Vec2CTCTokenizer"}
 
1
+ {"unk_token": "[UNK]", "bos_token": null, "eos_token": null, "pad_token": "[PAD]", "do_lower_case": false, "word_delimiter_token": "|", "config": null, "tokenizer_type": "wav2vec2", "special_tokens_map_file": null, "tokenizer_file": null, "name_or_path": "./", "tokenizer_class": "Wav2Vec2CTCTokenizer"}
wandb/run-20220129_215451-1vipdbow/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.9
 
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.9
wandb/run-20220129_215451-1vipdbow/files/output.log CHANGED
@@ -16456,3 +16456,10 @@ Upload file wandb/run-20220129_215451-1vipdbow/run-1vipdbow.wandb: 100%|██
16456
  01/30/2022 12:55:48 - WARNING - huggingface_hub.repository - To https://huggingface.co/AlexN/xls-r-300m-fr
16457
  3d60f9c..0e9e665 main -> main
16458
  Dropping the following result as it does not have all the necessary fields:
 
 
 
 
 
 
 
 
16456
  01/30/2022 12:55:48 - WARNING - huggingface_hub.repository - To https://huggingface.co/AlexN/xls-r-300m-fr
16457
  3d60f9c..0e9e665 main -> main
16458
  Dropping the following result as it does not have all the necessary fields:
16459
+ {'dataset': {'name': 'MOZILLA-FOUNDATION/COMMON_VOICE_8_0 - FR', 'type': 'common_voice', 'args': 'Config: fr, Training split: train+validation, Eval split: test'}}
16460
+
16461
+ Upload file wandb/run-20220129_215451-1vipdbow/run-1vipdbow.wandb: 70%|██████████████████████████████████████████████████████████████████████████████████████████▏ | 70.3M/99.7M [00:03<00:01, 26.6MB/s]To https://huggingface.co/AlexN/xls-r-300m-fr
16462
+ 0e9e665..0200a29 main -> main
16463
+ Upload file wandb/run-20220129_215451-1vipdbow/run-1vipdbow.wandb: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 99.7M/99.7M [00:04<00:00, 25.3MB/s]
16464
+ 01/30/2022 12:56:01 - WARNING - huggingface_hub.repository - To https://huggingface.co/AlexN/xls-r-300m-fr
16465
+ 0e9e665..0200a29 main -> main
wandb/run-20220129_215451-1vipdbow/files/wandb-summary.json CHANGED
The diff for this file is too large to render. See raw diff
 
wandb/run-20220129_215451-1vipdbow/logs/debug-internal.log CHANGED
@@ -27047,3 +27047,126 @@
27047
  2022-01-30 12:55:45,678 INFO Thread-8 :37713 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files/output.log
27048
  2022-01-30 12:55:47,679 INFO Thread-8 :37713 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files/output.log
27049
  2022-01-30 12:55:49,681 INFO Thread-8 :37713 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files/output.log
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27047
  2022-01-30 12:55:45,678 INFO Thread-8 :37713 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files/output.log
27048
  2022-01-30 12:55:47,679 INFO Thread-8 :37713 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files/output.log
27049
  2022-01-30 12:55:49,681 INFO Thread-8 :37713 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files/output.log
27050
+ 2022-01-30 12:55:53,683 INFO Thread-8 :37713 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files/output.log
27051
+ 2022-01-30 12:55:59,688 INFO Thread-8 :37713 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files/output.log
27052
+ 2022-01-30 12:55:59,866 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: stop_status
27053
+ 2022-01-30 12:55:59,866 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: stop_status
27054
+ 2022-01-30 12:56:01,689 INFO Thread-8 :37713 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files/output.log
27055
+ 2022-01-30 12:56:01,734 DEBUG SenderThread:37713 [sender.py:send():234] send: stats
27056
+ 2022-01-30 12:56:03,691 INFO Thread-8 :37713 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files/output.log
27057
+ 2022-01-30 12:56:07,410 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: poll_exit
27058
+ 2022-01-30 12:56:07,410 DEBUG SenderThread:37713 [sender.py:send():234] send: telemetry
27059
+ 2022-01-30 12:56:07,411 DEBUG SenderThread:37713 [sender.py:send():234] send: exit
27060
+ 2022-01-30 12:56:07,411 INFO SenderThread:37713 [sender.py:send_exit():366] handling exit code: 0
27061
+ 2022-01-30 12:56:07,411 INFO SenderThread:37713 [sender.py:send_exit():368] handling runtime: 54074
27062
+ 2022-01-30 12:56:07,448 INFO SenderThread:37713 [sender.py:_save_file():939] saving file wandb-summary.json with policy end
27063
+ 2022-01-30 12:56:07,449 INFO SenderThread:37713 [sender.py:send_exit():374] send defer
27064
+ 2022-01-30 12:56:07,449 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: poll_exit
27065
+ 2022-01-30 12:56:07,450 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: defer
27066
+ 2022-01-30 12:56:07,450 INFO HandlerThread:37713 [handler.py:handle_request_defer():147] handle defer: 0
27067
+ 2022-01-30 12:56:07,451 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: defer
27068
+ 2022-01-30 12:56:07,451 INFO SenderThread:37713 [sender.py:send_request_defer():383] handle sender defer: 0
27069
+ 2022-01-30 12:56:07,451 INFO SenderThread:37713 [sender.py:transition_state():387] send defer: 1
27070
+ 2022-01-30 12:56:07,451 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: defer
27071
+ 2022-01-30 12:56:07,451 INFO HandlerThread:37713 [handler.py:handle_request_defer():147] handle defer: 1
27072
+ 2022-01-30 12:56:07,473 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: defer
27073
+ 2022-01-30 12:56:07,473 INFO SenderThread:37713 [sender.py:send_request_defer():383] handle sender defer: 1
27074
+ 2022-01-30 12:56:07,473 INFO SenderThread:37713 [sender.py:transition_state():387] send defer: 2
27075
+ 2022-01-30 12:56:07,474 DEBUG SenderThread:37713 [sender.py:send():234] send: stats
27076
+ 2022-01-30 12:56:07,475 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: defer
27077
+ 2022-01-30 12:56:07,475 INFO HandlerThread:37713 [handler.py:handle_request_defer():147] handle defer: 2
27078
+ 2022-01-30 12:56:07,476 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: defer
27079
+ 2022-01-30 12:56:07,476 INFO SenderThread:37713 [sender.py:send_request_defer():383] handle sender defer: 2
27080
+ 2022-01-30 12:56:07,476 INFO SenderThread:37713 [sender.py:transition_state():387] send defer: 3
27081
+ 2022-01-30 12:56:07,476 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: defer
27082
+ 2022-01-30 12:56:07,476 INFO HandlerThread:37713 [handler.py:handle_request_defer():147] handle defer: 3
27083
+ 2022-01-30 12:56:07,515 DEBUG SenderThread:37713 [sender.py:send():234] send: summary
27084
+ 2022-01-30 12:56:07,566 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: poll_exit
27085
+ 2022-01-30 12:56:07,567 INFO SenderThread:37713 [sender.py:_save_file():939] saving file wandb-summary.json with policy end
27086
+ 2022-01-30 12:56:07,567 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: defer
27087
+ 2022-01-30 12:56:07,568 INFO SenderThread:37713 [sender.py:send_request_defer():383] handle sender defer: 3
27088
+ 2022-01-30 12:56:07,568 INFO SenderThread:37713 [sender.py:transition_state():387] send defer: 4
27089
+ 2022-01-30 12:56:07,568 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: poll_exit
27090
+ 2022-01-30 12:56:07,569 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: defer
27091
+ 2022-01-30 12:56:07,569 INFO HandlerThread:37713 [handler.py:handle_request_defer():147] handle defer: 4
27092
+ 2022-01-30 12:56:07,570 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: defer
27093
+ 2022-01-30 12:56:07,570 INFO SenderThread:37713 [sender.py:send_request_defer():383] handle sender defer: 4
27094
+ 2022-01-30 12:56:07,670 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: poll_exit
27095
+ 2022-01-30 12:56:07,693 INFO Thread-8 :37713 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files/wandb-summary.json
27096
+ 2022-01-30 12:56:07,694 INFO Thread-8 :37713 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files/output.log
27097
+ 2022-01-30 12:56:08,269 INFO SenderThread:37713 [sender.py:transition_state():387] send defer: 5
27098
+ 2022-01-30 12:56:08,269 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: poll_exit
27099
+ 2022-01-30 12:56:08,270 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: defer
27100
+ 2022-01-30 12:56:08,270 INFO HandlerThread:37713 [handler.py:handle_request_defer():147] handle defer: 5
27101
+ 2022-01-30 12:56:08,270 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: defer
27102
+ 2022-01-30 12:56:08,271 INFO SenderThread:37713 [sender.py:send_request_defer():383] handle sender defer: 5
27103
+ 2022-01-30 12:56:08,271 INFO SenderThread:37713 [dir_watcher.py:finish():283] shutting down directory watcher
27104
+ 2022-01-30 12:56:08,372 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: poll_exit
27105
+ 2022-01-30 12:56:08,694 INFO Thread-8 :37713 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files/config.yaml
27106
+ 2022-01-30 12:56:08,696 INFO SenderThread:37713 [dir_watcher.py:finish():313] scan: /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files
27107
+ 2022-01-30 12:56:08,696 INFO SenderThread:37713 [dir_watcher.py:finish():327] scan save: /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files/output.log output.log
27108
+ 2022-01-30 12:56:08,696 INFO SenderThread:37713 [dir_watcher.py:finish():327] scan save: /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files/wandb-metadata.json wandb-metadata.json
27109
+ 2022-01-30 12:56:08,696 INFO SenderThread:37713 [dir_watcher.py:finish():327] scan save: /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files/config.yaml config.yaml
27110
+ 2022-01-30 12:56:08,698 INFO SenderThread:37713 [dir_watcher.py:finish():327] scan save: /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files/conda-environment.yaml conda-environment.yaml
27111
+ 2022-01-30 12:56:08,703 INFO SenderThread:37713 [dir_watcher.py:finish():327] scan save: /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files/wandb-summary.json wandb-summary.json
27112
+ 2022-01-30 12:56:08,704 INFO SenderThread:37713 [dir_watcher.py:finish():327] scan save: /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files/requirements.txt requirements.txt
27113
+ 2022-01-30 12:56:08,705 INFO SenderThread:37713 [sender.py:transition_state():387] send defer: 6
27114
+ 2022-01-30 12:56:08,705 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: poll_exit
27115
+ 2022-01-30 12:56:08,712 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: defer
27116
+ 2022-01-30 12:56:08,718 INFO HandlerThread:37713 [handler.py:handle_request_defer():147] handle defer: 6
27117
+ 2022-01-30 12:56:08,720 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: defer
27118
+ 2022-01-30 12:56:08,721 INFO SenderThread:37713 [sender.py:send_request_defer():383] handle sender defer: 6
27119
+ 2022-01-30 12:56:08,721 INFO SenderThread:37713 [file_pusher.py:finish():177] shutting down file pusher
27120
+ 2022-01-30 12:56:08,808 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: poll_exit
27121
+ 2022-01-30 12:56:08,809 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: poll_exit
27122
+ 2022-01-30 12:56:08,913 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: poll_exit
27123
+ 2022-01-30 12:56:08,926 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: poll_exit
27124
+ 2022-01-30 12:56:09,030 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: poll_exit
27125
+ 2022-01-30 12:56:09,031 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: poll_exit
27126
+ 2022-01-30 12:56:09,133 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: poll_exit
27127
+ 2022-01-30 12:56:09,134 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: poll_exit
27128
+ 2022-01-30 12:56:09,236 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: poll_exit
27129
+ 2022-01-30 12:56:09,237 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: poll_exit
27130
+ 2022-01-30 12:56:09,261 INFO Thread-15 :37713 [upload_job.py:push():137] Uploaded file /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files/requirements.txt
27131
+ 2022-01-30 12:56:09,339 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: poll_exit
27132
+ 2022-01-30 12:56:09,340 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: poll_exit
27133
+ 2022-01-30 12:56:09,442 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: poll_exit
27134
+ 2022-01-30 12:56:09,443 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: poll_exit
27135
+ 2022-01-30 12:56:09,463 INFO Thread-12 :37713 [upload_job.py:push():137] Uploaded file /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files/output.log
27136
+ 2022-01-30 12:56:09,475 INFO Thread-13 :37713 [upload_job.py:push():137] Uploaded file /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files/config.yaml
27137
+ 2022-01-30 12:56:09,544 INFO Thread-14 :37713 [upload_job.py:push():137] Uploaded file /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/files/wandb-summary.json
27138
+ 2022-01-30 12:56:09,546 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: poll_exit
27139
+ 2022-01-30 12:56:09,546 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: poll_exit
27140
+ 2022-01-30 12:56:09,649 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: poll_exit
27141
+ 2022-01-30 12:56:09,650 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: poll_exit
27142
+ 2022-01-30 12:56:09,746 INFO Thread-7 :37713 [sender.py:transition_state():387] send defer: 7
27143
+ 2022-01-30 12:56:09,747 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: defer
27144
+ 2022-01-30 12:56:09,747 INFO HandlerThread:37713 [handler.py:handle_request_defer():147] handle defer: 7
27145
+ 2022-01-30 12:56:09,747 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: defer
27146
+ 2022-01-30 12:56:09,748 INFO SenderThread:37713 [sender.py:send_request_defer():383] handle sender defer: 7
27147
+ 2022-01-30 12:56:09,762 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: poll_exit
27148
+ 2022-01-30 12:56:10,711 INFO SenderThread:37713 [sender.py:transition_state():387] send defer: 8
27149
+ 2022-01-30 12:56:10,712 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: poll_exit
27150
+ 2022-01-30 12:56:10,714 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: defer
27151
+ 2022-01-30 12:56:10,714 INFO HandlerThread:37713 [handler.py:handle_request_defer():147] handle defer: 8
27152
+ 2022-01-30 12:56:10,714 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: defer
27153
+ 2022-01-30 12:56:10,714 INFO SenderThread:37713 [sender.py:send_request_defer():383] handle sender defer: 8
27154
+ 2022-01-30 12:56:10,715 INFO SenderThread:37713 [sender.py:transition_state():387] send defer: 9
27155
+ 2022-01-30 12:56:10,716 DEBUG SenderThread:37713 [sender.py:send():234] send: final
27156
+ 2022-01-30 12:56:10,717 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: defer
27157
+ 2022-01-30 12:56:10,717 DEBUG SenderThread:37713 [sender.py:send():234] send: footer
27158
+ 2022-01-30 12:56:10,718 INFO HandlerThread:37713 [handler.py:handle_request_defer():147] handle defer: 9
27159
+ 2022-01-30 12:56:10,718 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: defer
27160
+ 2022-01-30 12:56:10,718 INFO SenderThread:37713 [sender.py:send_request_defer():383] handle sender defer: 9
27161
+ 2022-01-30 12:56:10,815 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: poll_exit
27162
+ 2022-01-30 12:56:10,815 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: poll_exit
27163
+ 2022-01-30 12:56:10,816 INFO SenderThread:37713 [file_pusher.py:join():182] waiting for file pusher
27164
+ 2022-01-30 12:56:11,123 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: get_summary
27165
+ 2022-01-30 12:56:11,203 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: sampled_history
27166
+ 2022-01-30 12:56:11,208 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: shutdown
27167
+ 2022-01-30 12:56:11,208 INFO HandlerThread:37713 [handler.py:finish():731] shutting down handler
27168
+ 2022-01-30 12:56:11,718 INFO WriterThread:37713 [datastore.py:close():281] close: /workspace/xls-r-300m-fr/wandb/run-20220129_215451-1vipdbow/run-1vipdbow.wandb
27169
+ 2022-01-30 12:56:12,121 INFO SenderThread:37713 [sender.py:finish():1070] shutting down sender
27170
+ 2022-01-30 12:56:12,121 INFO SenderThread:37713 [file_pusher.py:finish():177] shutting down file pusher
27171
+ 2022-01-30 12:56:12,121 INFO SenderThread:37713 [file_pusher.py:join():182] waiting for file pusher
27172
+ 2022-01-30 12:56:12,129 INFO MainThread:37713 [internal.py:handle_exit():77] Internal process exited
wandb/run-20220129_215451-1vipdbow/logs/debug.log CHANGED
@@ -22,3 +22,133 @@ config: {}
22
  2022-01-29 21:54:53,628 INFO MainThread:7453 [wandb_init.py:init():633] run started, returning control to user process
23
  2022-01-29 21:54:53,630 INFO MainThread:7453 [wandb_run.py:_config_callback():956] 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': 216, '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.05, 'feat_proj_dropout': 0.0, 'final_dropout': 0.0, 'layerdrop': 0.0, 'layer_norm_eps': 1e-05, 'initializer_range': 0.02, 'vocab_size': 218, '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.4, 'mask_feature_length': 10, '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': 64, 'per_device_eval_batch_size': 64, 'per_gpu_train_batch_size': 'None', 'per_gpu_eval_batch_size': 'None', 'gradient_accumulation_steps': 1, 'eval_accumulation_steps': 'None', 'learning_rate': 0.0001, 'weight_decay': 0.0, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'max_grad_norm': 1.0, 'num_train_epochs': 2.0, 'max_steps': -1, 'lr_scheduler_type': 'linear', 'warmup_ratio': 0.0, 'warmup_steps': 1500, 'log_level': -1, 'log_level_replica': -1, 'log_on_each_node': True, 'logging_dir': './runs/Jan29_20-37-14_job-1abccd0a-3293-4ffe-8274-9e8f841f653f', 'logging_strategy': 'steps', 'logging_first_step': False, 'logging_steps': 100, 'logging_nan_inf_filter': True, 'save_strategy': 'steps', 'save_steps': 500, 'save_total_limit': 2, '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': 'xls-r-300m-fr', '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': 64, 'eval_batch_size': 64}
24
  2022-01-29 21:54:53,634 INFO MainThread:7453 [wandb_watch.py:watch():43] Watching
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  2022-01-29 21:54:53,628 INFO MainThread:7453 [wandb_init.py:init():633] run started, returning control to user process
23
  2022-01-29 21:54:53,630 INFO MainThread:7453 [wandb_run.py:_config_callback():956] 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': 216, '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.05, 'feat_proj_dropout': 0.0, 'final_dropout': 0.0, 'layerdrop': 0.0, 'layer_norm_eps': 1e-05, 'initializer_range': 0.02, 'vocab_size': 218, '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.4, 'mask_feature_length': 10, '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': 64, 'per_device_eval_batch_size': 64, 'per_gpu_train_batch_size': 'None', 'per_gpu_eval_batch_size': 'None', 'gradient_accumulation_steps': 1, 'eval_accumulation_steps': 'None', 'learning_rate': 0.0001, 'weight_decay': 0.0, 'adam_beta1': 0.9, 'adam_beta2': 0.999, 'adam_epsilon': 1e-08, 'max_grad_norm': 1.0, 'num_train_epochs': 2.0, 'max_steps': -1, 'lr_scheduler_type': 'linear', 'warmup_ratio': 0.0, 'warmup_steps': 1500, 'log_level': -1, 'log_level_replica': -1, 'log_on_each_node': True, 'logging_dir': './runs/Jan29_20-37-14_job-1abccd0a-3293-4ffe-8274-9e8f841f653f', 'logging_strategy': 'steps', 'logging_first_step': False, 'logging_steps': 100, 'logging_nan_inf_filter': True, 'save_strategy': 'steps', 'save_steps': 500, 'save_total_limit': 2, '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': 'xls-r-300m-fr', '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': 64, 'eval_batch_size': 64}
24
  2022-01-29 21:54:53,634 INFO MainThread:7453 [wandb_watch.py:watch():43] Watching
25
+ 2022-01-30 12:56:04,998 INFO MainThread:7453 [wandb_run.py:_atexit_cleanup():1780] got exitcode: 0
26
+ 2022-01-30 12:56:05,003 INFO MainThread:7453 [wandb_run.py:_restore():1752] restore
27
+ 2022-01-30 12:56:07,450 INFO MainThread:7453 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
28
+ wandb_count: 1
29
+ }
30
+ pusher_stats {
31
+ uploaded_bytes: 2179
32
+ total_bytes: 2179
33
+ }
34
+
35
+ 2022-01-30 12:56:07,569 INFO MainThread:7453 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
36
+ wandb_count: 1
37
+ }
38
+ pusher_stats {
39
+ uploaded_bytes: 2179
40
+ total_bytes: 2179
41
+ }
42
+
43
+ 2022-01-30 12:56:08,270 INFO MainThread:7453 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
44
+ wandb_count: 1
45
+ }
46
+ pusher_stats {
47
+ uploaded_bytes: 2179
48
+ total_bytes: 2179
49
+ }
50
+
51
+ 2022-01-30 12:56:08,707 INFO MainThread:7453 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
52
+ wandb_count: 3
53
+ }
54
+ pusher_stats {
55
+ uploaded_bytes: 2179
56
+ total_bytes: 251909
57
+ }
58
+
59
+ 2022-01-30 12:56:08,810 INFO MainThread:7453 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
60
+ wandb_count: 5
61
+ }
62
+ pusher_stats {
63
+ uploaded_bytes: 2179
64
+ total_bytes: 1004734
65
+ }
66
+
67
+ 2022-01-30 12:56:08,928 INFO MainThread:7453 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
68
+ wandb_count: 5
69
+ }
70
+ pusher_stats {
71
+ uploaded_bytes: 2179
72
+ total_bytes: 1004734
73
+ }
74
+
75
+ 2022-01-30 12:56:09,032 INFO MainThread:7453 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
76
+ wandb_count: 5
77
+ }
78
+ pusher_stats {
79
+ uploaded_bytes: 1004734
80
+ total_bytes: 1004734
81
+ }
82
+
83
+ 2022-01-30 12:56:09,135 INFO MainThread:7453 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
84
+ wandb_count: 5
85
+ }
86
+ pusher_stats {
87
+ uploaded_bytes: 1004734
88
+ total_bytes: 1004734
89
+ }
90
+
91
+ 2022-01-30 12:56:09,238 INFO MainThread:7453 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
92
+ wandb_count: 5
93
+ }
94
+ pusher_stats {
95
+ uploaded_bytes: 1004734
96
+ total_bytes: 1004734
97
+ }
98
+
99
+ 2022-01-30 12:56:09,341 INFO MainThread:7453 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
100
+ wandb_count: 5
101
+ }
102
+ pusher_stats {
103
+ uploaded_bytes: 1004734
104
+ total_bytes: 1004734
105
+ }
106
+
107
+ 2022-01-30 12:56:09,444 INFO MainThread:7453 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
108
+ wandb_count: 5
109
+ }
110
+ pusher_stats {
111
+ uploaded_bytes: 1004734
112
+ total_bytes: 1004734
113
+ }
114
+
115
+ 2022-01-30 12:56:09,548 INFO MainThread:7453 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
116
+ wandb_count: 5
117
+ }
118
+ pusher_stats {
119
+ uploaded_bytes: 1004734
120
+ total_bytes: 1004734
121
+ }
122
+
123
+ 2022-01-30 12:56:09,651 INFO MainThread:7453 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
124
+ wandb_count: 5
125
+ }
126
+ pusher_stats {
127
+ uploaded_bytes: 1004734
128
+ total_bytes: 1004734
129
+ }
130
+
131
+ 2022-01-30 12:56:10,713 INFO MainThread:7453 [wandb_run.py:_wait_for_finish():1912] got exit ret: file_counts {
132
+ wandb_count: 5
133
+ }
134
+ pusher_stats {
135
+ uploaded_bytes: 1004734
136
+ total_bytes: 1004734
137
+ }
138
+
139
+ 2022-01-30 12:56:11,122 INFO MainThread:7453 [wandb_run.py:_wait_for_finish():1912] got exit ret: done: true
140
+ exit_result {
141
+ }
142
+ file_counts {
143
+ wandb_count: 5
144
+ }
145
+ pusher_stats {
146
+ uploaded_bytes: 1004734
147
+ total_bytes: 1004734
148
+ }
149
+ local_info {
150
+ }
151
+
152
+ 2022-01-30 12:56:12,305 INFO MainThread:7453 [wandb_run.py:_append_history():2130] rendering history
153
+ 2022-01-30 12:56:12,307 INFO MainThread:7453 [wandb_run.py:_append_summary():2085] rendering summary
154
+ 2022-01-30 12:56:12,308 INFO MainThread:7453 [wandb_run.py:_append_files():2180] logging synced files
wandb/run-20220129_215451-1vipdbow/run-1vipdbow.wandb CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:51e1b275cfd48d2b806baadf5c43eb7f3d8efffce1a2b58da8b720f5bf6e721d
3
- size 104538108
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:799db607c1b9dc4784ceca466c87e538e1ede3860183ab71efe9d6b37d876809
3
+ size 105292131