update model card README.md
Browse files
.ipynb_checkpoints/run-checkpoint.sh
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
WANDB_PROJECT=auto-speech-recognition-french
|
2 |
python run_speech_recognition_ctc.py \
|
3 |
--dataset_name="mozilla-foundation/common_voice_8_0" \
|
4 |
-
--model_name_or_path="
|
5 |
--dataset_config_name="fr" \
|
6 |
--tokenizer_name_or_path="./" \
|
7 |
--output_dir="./" \
|
@@ -36,6 +36,6 @@ python run_speech_recognition_ctc.py \
|
|
36 |
--fp16 \
|
37 |
--group_by_length \
|
38 |
--preprocessing_num_workers="64" \
|
39 |
-
--do_eval \
|
40 |
--load_best_model_at_end \
|
41 |
--push_to_hub
|
|
|
1 |
WANDB_PROJECT=auto-speech-recognition-french
|
2 |
python run_speech_recognition_ctc.py \
|
3 |
--dataset_name="mozilla-foundation/common_voice_8_0" \
|
4 |
+
--model_name_or_path="./checkpoint-18000" \
|
5 |
--dataset_config_name="fr" \
|
6 |
--tokenizer_name_or_path="./" \
|
7 |
--output_dir="./" \
|
|
|
36 |
--fp16 \
|
37 |
--group_by_length \
|
38 |
--preprocessing_num_workers="64" \
|
39 |
+
--do_train --do_eval \
|
40 |
--load_best_model_at_end \
|
41 |
--push_to_hub
|
README.md
CHANGED
@@ -3,8 +3,8 @@ language:
|
|
3 |
- fr
|
4 |
license: apache-2.0
|
5 |
tags:
|
6 |
-
- robust-speech-event
|
7 |
- automatic-speech-recognition
|
|
|
8 |
- mozilla-foundation/common_voice_8_0
|
9 |
- generated_from_trainer
|
10 |
datasets:
|
@@ -20,9 +20,6 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
#
|
21 |
|
22 |
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.
|
23 |
-
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.2388
|
25 |
-
- Wer: 0.3681
|
26 |
|
27 |
## Model description
|
28 |
|
@@ -47,15 +44,10 @@ The following hyperparameters were used during training:
|
|
47 |
- seed: 42
|
48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
49 |
- lr_scheduler_type: linear
|
50 |
-
- lr_scheduler_warmup_steps:
|
51 |
-
- num_epochs:
|
52 |
- mixed_precision_training: Native AMP
|
53 |
|
54 |
-
### Training results
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
### Framework versions
|
60 |
|
61 |
- Transformers 4.17.0.dev0
|
|
|
3 |
- fr
|
4 |
license: apache-2.0
|
5 |
tags:
|
|
|
6 |
- automatic-speech-recognition
|
7 |
+
- robust-speech-event
|
8 |
- mozilla-foundation/common_voice_8_0
|
9 |
- generated_from_trainer
|
10 |
datasets:
|
|
|
20 |
#
|
21 |
|
22 |
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.
|
|
|
|
|
|
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
44 |
- seed: 42
|
45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- lr_scheduler_warmup_steps: 2700
|
48 |
+
- num_epochs: 4.0
|
49 |
- mixed_precision_training: Native AMP
|
50 |
|
|
|
|
|
|
|
|
|
|
|
51 |
### Framework versions
|
52 |
|
53 |
- Transformers 4.17.0.dev0
|
run.sh
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
WANDB_PROJECT=auto-speech-recognition-french
|
2 |
python run_speech_recognition_ctc.py \
|
3 |
--dataset_name="mozilla-foundation/common_voice_8_0" \
|
4 |
-
--model_name_or_path="
|
5 |
--dataset_config_name="fr" \
|
6 |
--tokenizer_name_or_path="./" \
|
7 |
--output_dir="./" \
|
|
|
1 |
WANDB_PROJECT=auto-speech-recognition-french
|
2 |
python run_speech_recognition_ctc.py \
|
3 |
--dataset_name="mozilla-foundation/common_voice_8_0" \
|
4 |
+
--model_name_or_path="./checkpoint-18000" \
|
5 |
--dataset_config_name="fr" \
|
6 |
--tokenizer_name_or_path="./" \
|
7 |
--output_dir="./" \
|
wandb/run-20220201_103004-1yfj7vwy/files/output.log
CHANGED
@@ -9,3 +9,22 @@
|
|
9 |
Saving model checkpoint to ./
|
10 |
Configuration saved in ./config.json
|
11 |
Model weights saved in ./pytorch_model.bin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
Saving model checkpoint to ./
|
10 |
Configuration saved in ./config.json
|
11 |
Model weights saved in ./pytorch_model.bin
|
12 |
+
Configuration saved in ./preprocessor_config.json
|
13 |
+
02/01/2022 10:31:23 - WARNING - huggingface_hub.repository - Several commits (53) will be pushed upstream.
|
14 |
+
02/01/2022 10:31:23 - WARNING - huggingface_hub.repository - The progress bars may be unreliable.
|
15 |
+
Several commits (53) will be pushed upstream.
|
16 |
+
The progress bars may be unreliable.
|
17 |
+
Upload file pytorch_model.bin: 1%|β | 11.0M/1.18G [00:01<01:50, 11.3MB/s]
|
18 |
+
Upload file training_args.bin: 100%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 2.98k/2.98k [00:00<?, ?B/s]
|
19 |
+
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
+
|
24 |
+
Upload file wandb/run-20220130_191954-1mtmnz5y/run-1mtmnz5y.wandb: 100%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 201M/201M [00:21<00:00, 25.5MB/s]
|
25 |
+
02/01/2022 10:32:41 - WARNING - huggingface_hub.repository - To https://huggingface.co/AlexN/xls-r-300m-fr
|
26 |
+
d6fc661..f25a924 main -> main
|
27 |
+
Upload file pytorch_model.bin: 100%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 1.18G/1.18G [01:12<00:00, 17.3MB/s]
|
28 |
+
Upload file training_args.bin: 100%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 2.98k/2.98k [01:12<?, ?B/s]
|
29 |
+
Upload file wandb/run-20220130_191954-1mtmnz5y/run-1mtmnz5y.wandb: 100%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 201M/201M [01:12<00:00, 2.89MB/s]
|
30 |
+
|
wandb/run-20220201_103004-1yfj7vwy/logs/debug-internal.log
CHANGED
@@ -56,3 +56,25 @@
|
|
56 |
2022-02-01 10:31:07,163 DEBUG SenderThread:61045 [sender.py:send_request():248] send_request: stop_status
|
57 |
2022-02-01 10:31:22,319 DEBUG HandlerThread:61045 [handler.py:handle_request():130] handle_request: stop_status
|
58 |
2022-02-01 10:31:22,320 DEBUG SenderThread:61045 [sender.py:send_request():248] send_request: stop_status
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
2022-02-01 10:31:07,163 DEBUG SenderThread:61045 [sender.py:send_request():248] send_request: stop_status
|
57 |
2022-02-01 10:31:22,319 DEBUG HandlerThread:61045 [handler.py:handle_request():130] handle_request: stop_status
|
58 |
2022-02-01 10:31:22,320 DEBUG SenderThread:61045 [sender.py:send_request():248] send_request: stop_status
|
59 |
+
2022-02-01 10:31:24,949 INFO Thread-8 :61045 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-fr/wandb/run-20220201_103004-1yfj7vwy/files/output.log
|
60 |
+
2022-02-01 10:31:30,952 INFO Thread-8 :61045 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-fr/wandb/run-20220201_103004-1yfj7vwy/files/output.log
|
61 |
+
2022-02-01 10:31:32,953 INFO Thread-8 :61045 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-fr/wandb/run-20220201_103004-1yfj7vwy/files/output.log
|
62 |
+
2022-02-01 10:31:34,785 DEBUG SenderThread:61045 [sender.py:send():234] send: stats
|
63 |
+
2022-02-01 10:31:34,954 INFO Thread-8 :61045 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-fr/wandb/run-20220201_103004-1yfj7vwy/files/output.log
|
64 |
+
2022-02-01 10:31:36,955 INFO Thread-8 :61045 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-fr/wandb/run-20220201_103004-1yfj7vwy/files/output.log
|
65 |
+
2022-02-01 10:31:37,488 DEBUG HandlerThread:61045 [handler.py:handle_request():130] handle_request: stop_status
|
66 |
+
2022-02-01 10:31:37,489 DEBUG SenderThread:61045 [sender.py:send_request():248] send_request: stop_status
|
67 |
+
2022-02-01 10:31:38,957 INFO Thread-8 :61045 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-fr/wandb/run-20220201_103004-1yfj7vwy/files/output.log
|
68 |
+
2022-02-01 10:31:52,642 DEBUG HandlerThread:61045 [handler.py:handle_request():130] handle_request: stop_status
|
69 |
+
2022-02-01 10:31:52,643 DEBUG SenderThread:61045 [sender.py:send_request():248] send_request: stop_status
|
70 |
+
2022-02-01 10:31:52,963 INFO Thread-8 :61045 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-fr/wandb/run-20220201_103004-1yfj7vwy/files/output.log
|
71 |
+
2022-02-01 10:32:05,018 DEBUG SenderThread:61045 [sender.py:send():234] send: stats
|
72 |
+
2022-02-01 10:32:07,832 DEBUG HandlerThread:61045 [handler.py:handle_request():130] handle_request: stop_status
|
73 |
+
2022-02-01 10:32:07,833 DEBUG SenderThread:61045 [sender.py:send_request():248] send_request: stop_status
|
74 |
+
2022-02-01 10:32:23,003 DEBUG HandlerThread:61045 [handler.py:handle_request():130] handle_request: stop_status
|
75 |
+
2022-02-01 10:32:23,003 DEBUG SenderThread:61045 [sender.py:send_request():248] send_request: stop_status
|
76 |
+
2022-02-01 10:32:35,259 DEBUG SenderThread:61045 [sender.py:send():234] send: stats
|
77 |
+
2022-02-01 10:32:38,164 DEBUG HandlerThread:61045 [handler.py:handle_request():130] handle_request: stop_status
|
78 |
+
2022-02-01 10:32:38,165 DEBUG SenderThread:61045 [sender.py:send_request():248] send_request: stop_status
|
79 |
+
2022-02-01 10:32:42,989 INFO Thread-8 :61045 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-fr/wandb/run-20220201_103004-1yfj7vwy/files/output.log
|
80 |
+
2022-02-01 10:32:44,990 INFO Thread-8 :61045 [dir_watcher.py:_on_file_modified():230] file/dir modified: /workspace/xls-r-300m-fr/wandb/run-20220201_103004-1yfj7vwy/files/output.log
|
wandb/run-20220201_103004-1yfj7vwy/run-1yfj7vwy.wandb
CHANGED
Binary files a/wandb/run-20220201_103004-1yfj7vwy/run-1yfj7vwy.wandb and b/wandb/run-20220201_103004-1yfj7vwy/run-1yfj7vwy.wandb differ
|
|