update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: facebook/wav2vec2-large-xlsr-53
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- wer
|
8 |
+
model-index:
|
9 |
+
- name: mascir_fr_wav2vec_test
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# mascir_fr_wav2vec_test
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on an unknown dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0136
|
21 |
+
- Wer: 0.1612
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 0.0001
|
41 |
+
- train_batch_size: 8
|
42 |
+
- eval_batch_size: 8
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- lr_scheduler_warmup_steps: 1000
|
47 |
+
- num_epochs: 100
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
+
| No log | 8.06 | 250 | 3.7503 | 0.9919 |
|
54 |
+
| 8.0637 | 16.13 | 500 | 3.0132 | 0.9919 |
|
55 |
+
| 8.0637 | 24.19 | 750 | 2.9734 | 0.9919 |
|
56 |
+
| 2.9339 | 32.26 | 1000 | 2.0538 | 0.9963 |
|
57 |
+
| 2.9339 | 40.32 | 1250 | 0.4530 | 0.5406 |
|
58 |
+
| 0.9878 | 48.39 | 1500 | 0.1807 | 0.3373 |
|
59 |
+
| 0.9878 | 56.45 | 1750 | 0.0814 | 0.2436 |
|
60 |
+
| 0.3416 | 64.52 | 2000 | 0.0512 | 0.2114 |
|
61 |
+
| 0.3416 | 72.58 | 2250 | 0.0292 | 0.1823 |
|
62 |
+
| 0.1952 | 80.65 | 2500 | 0.0198 | 0.1742 |
|
63 |
+
| 0.1952 | 88.71 | 2750 | 0.0158 | 0.1631 |
|
64 |
+
| 0.1476 | 96.77 | 3000 | 0.0136 | 0.1612 |
|
65 |
+
|
66 |
+
|
67 |
+
### Framework versions
|
68 |
+
|
69 |
+
- Transformers 4.31.0
|
70 |
+
- Pytorch 2.0.1+cu118
|
71 |
+
- Datasets 2.14.1
|
72 |
+
- Tokenizers 0.13.3
|