update model card README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- generated_from_trainer
|
| 5 |
+
datasets:
|
| 6 |
+
- common_voice
|
| 7 |
+
model-index:
|
| 8 |
+
- name: ''
|
| 9 |
+
results: []
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 13 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 14 |
+
|
| 15 |
+
#
|
| 16 |
+
|
| 17 |
+
This model is a fine-tuned version of [facebook/wav2vec2-xls-r-300m](https://huggingface.co/facebook/wav2vec2-xls-r-300m) on the common_voice dataset.
|
| 18 |
+
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.2388
|
| 20 |
+
- Wer: 0.3681
|
| 21 |
+
|
| 22 |
+
## Model description
|
| 23 |
+
|
| 24 |
+
More information needed
|
| 25 |
+
|
| 26 |
+
## Intended uses & limitations
|
| 27 |
+
|
| 28 |
+
More information needed
|
| 29 |
+
|
| 30 |
+
## Training and evaluation data
|
| 31 |
+
|
| 32 |
+
More information needed
|
| 33 |
+
|
| 34 |
+
## Training procedure
|
| 35 |
+
|
| 36 |
+
### Training hyperparameters
|
| 37 |
+
|
| 38 |
+
The following hyperparameters were used during training:
|
| 39 |
+
- learning_rate: 0.0001
|
| 40 |
+
- train_batch_size: 64
|
| 41 |
+
- eval_batch_size: 64
|
| 42 |
+
- seed: 42
|
| 43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 44 |
+
- lr_scheduler_type: linear
|
| 45 |
+
- lr_scheduler_warmup_steps: 1500
|
| 46 |
+
- num_epochs: 2.0
|
| 47 |
+
- mixed_precision_training: Native AMP
|
| 48 |
+
|
| 49 |
+
### Training results
|
| 50 |
+
|
| 51 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
| 52 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------:|
|
| 53 |
+
| 4.3748 | 0.07 | 500 | 3.8784 | 1.0 |
|
| 54 |
+
| 2.8068 | 0.14 | 1000 | 2.8289 | 0.9826 |
|
| 55 |
+
| 1.6698 | 0.22 | 1500 | 0.8811 | 0.7127 |
|
| 56 |
+
| 1.3488 | 0.29 | 2000 | 0.5166 | 0.5369 |
|
| 57 |
+
| 1.2239 | 0.36 | 2500 | 0.4105 | 0.4741 |
|
| 58 |
+
| 1.1537 | 0.43 | 3000 | 0.3585 | 0.4448 |
|
| 59 |
+
| 1.1184 | 0.51 | 3500 | 0.3336 | 0.4292 |
|
| 60 |
+
| 1.0968 | 0.58 | 4000 | 0.3195 | 0.4180 |
|
| 61 |
+
| 1.0737 | 0.65 | 4500 | 0.3075 | 0.4141 |
|
| 62 |
+
| 1.0677 | 0.72 | 5000 | 0.3015 | 0.4089 |
|
| 63 |
+
| 1.0462 | 0.8 | 5500 | 0.2971 | 0.4077 |
|
| 64 |
+
| 1.0392 | 0.87 | 6000 | 0.2870 | 0.3997 |
|
| 65 |
+
| 1.0178 | 0.94 | 6500 | 0.2805 | 0.3963 |
|
| 66 |
+
| 0.992 | 1.01 | 7000 | 0.2748 | 0.3935 |
|
| 67 |
+
| 1.0197 | 1.09 | 7500 | 0.2691 | 0.3884 |
|
| 68 |
+
| 1.0056 | 1.16 | 8000 | 0.2682 | 0.3889 |
|
| 69 |
+
| 0.9826 | 1.23 | 8500 | 0.2647 | 0.3868 |
|
| 70 |
+
| 0.9815 | 1.3 | 9000 | 0.2603 | 0.3832 |
|
| 71 |
+
| 0.9717 | 1.37 | 9500 | 0.2561 | 0.3807 |
|
| 72 |
+
| 0.9605 | 1.45 | 10000 | 0.2523 | 0.3783 |
|
| 73 |
+
| 0.96 | 1.52 | 10500 | 0.2494 | 0.3788 |
|
| 74 |
+
| 0.9442 | 1.59 | 11000 | 0.2478 | 0.3760 |
|
| 75 |
+
| 0.9564 | 1.66 | 11500 | 0.2454 | 0.3733 |
|
| 76 |
+
| 0.9436 | 1.74 | 12000 | 0.2439 | 0.3747 |
|
| 77 |
+
| 0.938 | 1.81 | 12500 | 0.2411 | 0.3716 |
|
| 78 |
+
| 0.9353 | 1.88 | 13000 | 0.2397 | 0.3698 |
|
| 79 |
+
| 0.9271 | 1.95 | 13500 | 0.2388 | 0.3681 |
|
| 80 |
+
|
| 81 |
+
|
| 82 |
+
### Framework versions
|
| 83 |
+
|
| 84 |
+
- Transformers 4.17.0.dev0
|
| 85 |
+
- Pytorch 1.10.2+cu102
|
| 86 |
+
- Datasets 1.18.2.dev0
|
| 87 |
+
- Tokenizers 0.11.0
|
wandb/run-20220129_215451-1vipdbow/files/config.yaml
CHANGED
|
@@ -4802,6 +4802,26 @@ _wandb:
|
|
| 4802 |
5: 1
|
| 4803 |
6:
|
| 4804 |
- 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4805 |
python_version: 3.8.8
|
| 4806 |
start_time: 1643493291
|
| 4807 |
t:
|
|
|
|
| 4802 |
5: 1
|
| 4803 |
6:
|
| 4804 |
- 1
|
| 4805 |
+
- 1: train/train_runtime
|
| 4806 |
+
5: 1
|
| 4807 |
+
6:
|
| 4808 |
+
- 1
|
| 4809 |
+
- 1: train/train_samples_per_second
|
| 4810 |
+
5: 1
|
| 4811 |
+
6:
|
| 4812 |
+
- 1
|
| 4813 |
+
- 1: train/train_steps_per_second
|
| 4814 |
+
5: 1
|
| 4815 |
+
6:
|
| 4816 |
+
- 1
|
| 4817 |
+
- 1: train/total_flos
|
| 4818 |
+
5: 1
|
| 4819 |
+
6:
|
| 4820 |
+
- 1
|
| 4821 |
+
- 1: train/train_loss
|
| 4822 |
+
5: 1
|
| 4823 |
+
6:
|
| 4824 |
+
- 1
|
| 4825 |
python_version: 3.8.8
|
| 4826 |
start_time: 1643493291
|
| 4827 |
t:
|
wandb/run-20220129_215451-1vipdbow/files/output.log
CHANGED
|
@@ -16319,3 +16319,11 @@ Configuration saved in ./preprocessor_config.json
|
|
| 16319 |
Saving model checkpoint to ./
|
| 16320 |
Configuration saved in ./config.json
|
| 16321 |
Model weights saved in ./pytorch_model.bin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16319 |
Saving model checkpoint to ./
|
| 16320 |
Configuration saved in ./config.json
|
| 16321 |
Model weights saved in ./pytorch_model.bin
|
| 16322 |
+
Configuration saved in ./preprocessor_config.json
|
| 16323 |
+
|
| 16324 |
+
Upload file wandb/run-20220129_215451-1vipdbow/run-1vipdbow.wandb: 75%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ | 74.6M/99.6M [00:04<00:01, 22.1MB/s]To https://huggingface.co/AlexN/xls-r-300m-fr
|
| 16325 |
+
4239b0f..7c40853 main -> main
|
| 16326 |
+
01/30/2022 12:50:05 - WARNING - huggingface_hub.repository - To https://huggingface.co/AlexN/xls-r-300m-fr
|
| 16327 |
+
4239b0f..7c40853 main -> main
|
| 16328 |
+
Upload file wandb/run-20220129_215451-1vipdbow/run-1vipdbow.wandb: 100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 99.6M/99.6M [00:06<00:00, 17.1MB/s]
|
| 16329 |
+
Dropping the following result as it does not have all the necessary fields:
|
wandb/run-20220129_215451-1vipdbow/logs/debug-internal.log
CHANGED
|
@@ -26875,3 +26875,13 @@
|
|
| 26875 |
2022-01-30 12:49:39,259 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: stop_status
|
| 26876 |
2022-01-30 12:49:54,438 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: stop_status
|
| 26877 |
2022-01-30 12:49:54,439 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: stop_status
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26875 |
2022-01-30 12:49:39,259 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: stop_status
|
| 26876 |
2022-01-30 12:49:54,438 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: stop_status
|
| 26877 |
2022-01-30 12:49:54,439 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: stop_status
|
| 26878 |
+
2022-01-30 12:49:59,370 DEBUG SenderThread:37713 [sender.py:send():234] send: stats
|
| 26879 |
+
2022-01-30 12:49:59,413 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
|
| 26880 |
+
2022-01-30 12:50:02,415 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
|
| 26881 |
+
2022-01-30 12:50:04,416 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
|
| 26882 |
+
2022-01-30 12:50:06,417 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
|
| 26883 |
+
2022-01-30 12:50:07,418 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
|
| 26884 |
+
2022-01-30 12:50:08,419 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
|
| 26885 |
+
2022-01-30 12:50:09,622 DEBUG HandlerThread:37713 [handler.py:handle_request():130] handle_request: stop_status
|
| 26886 |
+
2022-01-30 12:50:09,622 DEBUG SenderThread:37713 [sender.py:send_request():248] send_request: stop_status
|
| 26887 |
+
2022-01-30 12:50:10,420 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
|
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:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e37eeb4ba04726adc20ff2cb31bc1cf761abf6e60cbcd413d3371c67ea67ea2f
|
| 3 |
+
size 104484500
|