dima1234321
commited on
Commit
•
74f81da
1
Parent(s):
dca6175
dima1234321/wav2vec2-xls-r-300m-phoneme_he1
Browse files- README.md +10 -19
- config.json +1 -1
- model.safetensors +1 -1
- runs/Mar24_18-07-46_c9967808b69b/events.out.tfevents.1711303747.c9967808b69b.1519.0 +3 -0
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -15,11 +15,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
# shared_audio
|
17 |
|
18 |
-
This model is a fine-tuned version of [
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss:
|
21 |
-
- Wer: 1.
|
22 |
-
- Cer:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -46,23 +46,14 @@ The following hyperparameters were used during training:
|
|
46 |
- total_train_batch_size: 32
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
-
- lr_scheduler_warmup_steps:
|
50 |
-
- training_steps:
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
-
| Training Loss | Epoch | Step | Validation Loss | Wer
|
55 |
-
|
56 |
-
|
|
57 |
-
| 46.9251 | 0.32 | 20 | 54.7811 | 1.0 | 1.0 |
|
58 |
-
| 43.8044 | 0.48 | 30 | 32.9802 | 1.0 | 1.0 |
|
59 |
-
| 30.6358 | 0.64 | 40 | 26.5389 | 1.0 | 1.0 |
|
60 |
-
| 23.5351 | 0.8 | 50 | 23.3499 | 1.0 | 1.0 |
|
61 |
-
| 29.7649 | 0.96 | 60 | 21.5416 | 1.0 | 1.0 |
|
62 |
-
| 21.3599 | 1.12 | 70 | 20.5404 | 1.0 | 1.0 |
|
63 |
-
| 19.8412 | 1.28 | 80 | 19.8837 | 1.0 | 1.0 |
|
64 |
-
| 23.5039 | 1.44 | 90 | 19.5565 | 1.0 | 1.0 |
|
65 |
-
| 20.1719 | 1.6 | 100 | 19.4386 | 1.0 | 1.0 |
|
66 |
|
67 |
|
68 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: vitouphy/wav2vec2-xls-r-300m-timit-phoneme
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
15 |
|
16 |
# shared_audio
|
17 |
|
18 |
+
This model is a fine-tuned version of [vitouphy/wav2vec2-xls-r-300m-timit-phoneme](https://huggingface.co/vitouphy/wav2vec2-xls-r-300m-timit-phoneme) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 66.1707
|
21 |
+
- Wer: 1.2143
|
22 |
+
- Cer: 9.2148
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
46 |
- total_train_batch_size: 32
|
47 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
- lr_scheduler_type: linear
|
49 |
+
- lr_scheduler_warmup_steps: 1
|
50 |
+
- training_steps: 2
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
|
56 |
+
| 58.4649 | 0.03 | 2 | 66.1707 | 1.2143 | 9.2148 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
### Framework versions
|
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"activation_dropout": 0.0,
|
4 |
"adapter_attn_dim": null,
|
5 |
"adapter_kernel_size": 3,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "vitouphy/wav2vec2-xls-r-300m-timit-phoneme",
|
3 |
"activation_dropout": 0.0,
|
4 |
"adapter_attn_dim": null,
|
5 |
"adapter_kernel_size": 3,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1262233880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0053715938cba964d4ed015b37fd6dedead4c0fa24cec27bad839909e505c594
|
3 |
size 1262233880
|
runs/Mar24_18-07-46_c9967808b69b/events.out.tfevents.1711303747.c9967808b69b.1519.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:687845e2e5a8ffc3216523a5f2cac0d368fc5008ab6dec2c903f85c8c3223939
|
3 |
+
size 7194
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63d7a7de20897f48f2c5d7c4cffb613e54f95d6e572b05d78ab8f9c50cf71e1e
|
3 |
size 4920
|