End of training
Browse files
README.md
CHANGED
|
@@ -3,6 +3,8 @@ library_name: transformers
|
|
| 3 |
license: mit
|
| 4 |
base_model: facebook/w2v-bert-2.0
|
| 5 |
tags:
|
|
|
|
|
|
|
| 6 |
- generated_from_trainer
|
| 7 |
metrics:
|
| 8 |
- wer
|
|
@@ -16,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
# w2v-bert-2.0-luo_cv_fleurs_19h
|
| 18 |
|
| 19 |
-
This model is a fine-tuned version of [facebook/w2v-bert-2.0](https://huggingface.co/facebook/w2v-bert-2.0) on
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
- Wer: 0.
|
| 23 |
-
- Cer: 0.
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 3 |
license: mit
|
| 4 |
base_model: facebook/w2v-bert-2.0
|
| 5 |
tags:
|
| 6 |
+
- automatic-speech-recognition
|
| 7 |
+
- CLEAR-Global/luo_19h
|
| 8 |
- generated_from_trainer
|
| 9 |
metrics:
|
| 10 |
- wer
|
|
|
|
| 18 |
|
| 19 |
# w2v-bert-2.0-luo_cv_fleurs_19h
|
| 20 |
|
| 21 |
+
This model is a fine-tuned version of [facebook/w2v-bert-2.0](https://huggingface.co/facebook/w2v-bert-2.0) on the CLEAR-GLOBAL/LUO_19H - NA dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.2682
|
| 24 |
+
- Wer: 0.2998
|
| 25 |
+
- Cer: 0.0930
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
all_results.json
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 58.44155844155844,
|
| 3 |
+
"eval_cer": 0.09300457794554655,
|
| 4 |
+
"eval_loss": 0.26820752024650574,
|
| 5 |
+
"eval_runtime": 9.3837,
|
| 6 |
+
"eval_samples": 101,
|
| 7 |
+
"eval_samples_per_second": 10.763,
|
| 8 |
+
"eval_steps_per_second": 0.426,
|
| 9 |
+
"eval_wer": 0.2998236331569665,
|
| 10 |
+
"total_flos": 1.2252419622219763e+20,
|
| 11 |
+
"train_loss": 0.5092113474743285,
|
| 12 |
+
"train_runtime": 19591.5272,
|
| 13 |
+
"train_samples": 9856,
|
| 14 |
+
"train_samples_per_second": 326.672,
|
| 15 |
+
"train_steps_per_second": 5.104
|
| 16 |
+
}
|
eval_results.json
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 58.44155844155844,
|
| 3 |
+
"eval_cer": 0.09300457794554655,
|
| 4 |
+
"eval_loss": 0.26820752024650574,
|
| 5 |
+
"eval_runtime": 9.3837,
|
| 6 |
+
"eval_samples": 101,
|
| 7 |
+
"eval_samples_per_second": 10.763,
|
| 8 |
+
"eval_steps_per_second": 0.426,
|
| 9 |
+
"eval_wer": 0.2998236331569665
|
| 10 |
+
}
|
runs/Apr11_22-58-49_synvoices-single-a100/events.out.tfevents.1744432043.synvoices-single-a100.22442.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fda06091820af5550751f387bebd1cbc7c8348a5e5765b744645b40fe57a9e7
|
| 3 |
+
size 453
|
train_results.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"epoch": 58.44155844155844,
|
| 3 |
+
"total_flos": 1.2252419622219763e+20,
|
| 4 |
+
"train_loss": 0.5092113474743285,
|
| 5 |
+
"train_runtime": 19591.5272,
|
| 6 |
+
"train_samples": 9856,
|
| 7 |
+
"train_samples_per_second": 326.672,
|
| 8 |
+
"train_steps_per_second": 5.104
|
| 9 |
+
}
|
trainer_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|