HarrisDePerceptron
commited on
Commit
•
ab3e230
1
Parent(s):
4e1557d
update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,64 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: 2.9769
|
20 |
+
- Wer: 0.9989
|
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: 7.5e-05
|
40 |
+
- train_batch_size: 8
|
41 |
+
- eval_batch_size: 8
|
42 |
+
- seed: 42
|
43 |
+
- gradient_accumulation_steps: 4
|
44 |
+
- total_train_batch_size: 32
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
46 |
+
- lr_scheduler_type: linear
|
47 |
+
- lr_scheduler_warmup_steps: 2000
|
48 |
+
- num_epochs: 50.0
|
49 |
+
- mixed_precision_training: Native AMP
|
50 |
+
|
51 |
+
### Training results
|
52 |
+
|
53 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
54 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
55 |
+
| 4.4431 | 19.98 | 500 | 4.1441 | 1.0 |
|
56 |
+
| 3.0399 | 39.98 | 1000 | 2.9769 | 0.9989 |
|
57 |
+
|
58 |
+
|
59 |
+
### Framework versions
|
60 |
+
|
61 |
+
- Transformers 4.17.0.dev0
|
62 |
+
- Pytorch 1.10.2+cu102
|
63 |
+
- Datasets 1.18.2.dev0
|
64 |
+
- Tokenizers 0.11.0
|
nohup.out
CHANGED
@@ -622,3 +622,16 @@ Saving model checkpoint to ./
|
|
622 |
Configuration saved in ./config.json
|
623 |
Model weights saved in ./pytorch_model.bin
|
624 |
Configuration saved in ./preprocessor_config.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
622 |
Configuration saved in ./config.json
|
623 |
Model weights saved in ./pytorch_model.bin
|
624 |
Configuration saved in ./preprocessor_config.json
|
625 |
+
{'eval_loss': 2.9768528938293457, 'eval_wer': 0.9988929889298893, 'eval_runtime': 12.8843, 'eval_samples_per_second': 26.466, 'eval_steps_per_second': 3.337, 'epoch': 39.98}
|
626 |
+
{'loss': 2.9893, 'learning_rate': 4.1175e-05, 'epoch': 43.98}
|
627 |
+
{'loss': 2.953, 'learning_rate': 4.4924999999999994e-05, 'epoch': 47.98}
|
628 |
+
{'train_runtime': 2084.0288, 'train_samples_per_second': 19.434, 'train_steps_per_second': 0.6, 'train_loss': 5.6772947265625, 'epoch': 49.98}
|
629 |
+
|
630 |
+
afc8494..4e1557d main -> main
|
631 |
+
|
632 |
+
02/02/2022 18:41:36 - WARNING - huggingface_hub.repository - To https://huggingface.co/HarrisDePerceptron/xls-r-300m-ur
|
633 |
+
afc8494..4e1557d main -> main
|
634 |
+
|
635 |
+
|
636 |
+
Dropping the following result as it does not have all the necessary fields:
|
637 |
+
{'dataset': {'name': 'common_voice', 'type': 'common_voice', 'args': 'ur'}}
|