EzraWilliam
commited on
Commit
•
e56b1f2
1
Parent(s):
1efe971
End of training
Browse files
README.md
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: facebook/wav2vec2-xls-r-300m
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
datasets:
|
7 |
+
- common_voice_13_0
|
8 |
+
metrics:
|
9 |
+
- wer
|
10 |
+
model-index:
|
11 |
+
- name: XLS-R-demo-google-colab-Ezra_William_Prod_1
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Automatic Speech Recognition
|
15 |
+
type: automatic-speech-recognition
|
16 |
+
dataset:
|
17 |
+
name: common_voice_13_0
|
18 |
+
type: common_voice_13_0
|
19 |
+
config: id
|
20 |
+
split: validation
|
21 |
+
args: id
|
22 |
+
metrics:
|
23 |
+
- name: Wer
|
24 |
+
type: wer
|
25 |
+
value: 0.5410194506445588
|
26 |
+
---
|
27 |
+
|
28 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
29 |
+
should probably proofread and complete it, then remove this comment. -->
|
30 |
+
|
31 |
+
# XLS-R-demo-google-colab-Ezra_William_Prod_1
|
32 |
+
|
33 |
+
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_13_0 dataset.
|
34 |
+
It achieves the following results on the evaluation set:
|
35 |
+
- Loss: 0.6266
|
36 |
+
- Wer: 0.5410
|
37 |
+
|
38 |
+
## Model description
|
39 |
+
|
40 |
+
More information needed
|
41 |
+
|
42 |
+
## Intended uses & limitations
|
43 |
+
|
44 |
+
More information needed
|
45 |
+
|
46 |
+
## Training and evaluation data
|
47 |
+
|
48 |
+
More information needed
|
49 |
+
|
50 |
+
## Training procedure
|
51 |
+
|
52 |
+
### Training hyperparameters
|
53 |
+
|
54 |
+
The following hyperparameters were used during training:
|
55 |
+
- learning_rate: 0.0001
|
56 |
+
- train_batch_size: 16
|
57 |
+
- eval_batch_size: 8
|
58 |
+
- seed: 42
|
59 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
60 |
+
- lr_scheduler_type: linear
|
61 |
+
- num_epochs: 12
|
62 |
+
- mixed_precision_training: Native AMP
|
63 |
+
|
64 |
+
### Training results
|
65 |
+
|
66 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
67 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
68 |
+
| 4.5357 | 1.0 | 121 | 2.9681 | 1.0 |
|
69 |
+
| 2.9324 | 2.0 | 242 | 2.8618 | 1.0 |
|
70 |
+
| 2.8708 | 3.0 | 363 | 2.4604 | 1.0 |
|
71 |
+
| 2.4605 | 4.0 | 484 | 0.8385 | 0.7171 |
|
72 |
+
| 0.5712 | 5.0 | 605 | 0.6917 | 0.6913 |
|
73 |
+
| 0.4235 | 6.0 | 726 | 0.6216 | 0.6121 |
|
74 |
+
| 0.3508 | 7.0 | 847 | 0.5942 | 0.5765 |
|
75 |
+
| 0.2953 | 8.0 | 968 | 0.6049 | 0.5710 |
|
76 |
+
| 0.2543 | 9.0 | 1089 | 0.6319 | 0.5605 |
|
77 |
+
| 0.1985 | 10.0 | 1210 | 0.6327 | 0.5544 |
|
78 |
+
| 0.1819 | 11.0 | 1331 | 0.6229 | 0.5412 |
|
79 |
+
| 0.1745 | 12.0 | 1452 | 0.6266 | 0.5410 |
|
80 |
+
|
81 |
+
|
82 |
+
### Framework versions
|
83 |
+
|
84 |
+
- Transformers 4.42.3
|
85 |
+
- Pytorch 2.3.1+cu121
|
86 |
+
- Datasets 2.20.0
|
87 |
+
- Tokenizers 0.19.1
|
runs/Jul06_13-19-47_8f2372e65c3a/events.out.tfevents.1720272041.8f2372e65c3a.358.0
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:b122f6e301d5d0621972200f3380d3baafd5d97e5bdd6fa2dbc03aa7c9e54fad
|
3 |
+
size 13481
|