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_19_77h
|
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_19_77h
|
8 |
- generated_from_trainer
|
9 |
metrics:
|
10 |
- wer
|
|
|
18 |
|
19 |
# w2v-bert-2.0-luo_19_77h
|
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_19_77H - NA dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.2419
|
24 |
+
- Wer: 0.2906
|
25 |
+
- Cer: 0.0898
|
26 |
|
27 |
## Model description
|
28 |
|
all_results.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 17.736486486486488,
|
3 |
+
"eval_cer": 0.08979198457955184,
|
4 |
+
"eval_loss": 0.24188752472400665,
|
5 |
+
"eval_runtime": 9.1201,
|
6 |
+
"eval_samples": 101,
|
7 |
+
"eval_samples_per_second": 11.074,
|
8 |
+
"eval_steps_per_second": 0.439,
|
9 |
+
"eval_wer": 0.29056437389770723,
|
10 |
+
"total_flos": 1.85831881720076e+20,
|
11 |
+
"train_loss": 0.19500272537244573,
|
12 |
+
"train_runtime": 26407.434,
|
13 |
+
"train_samples": 75771,
|
14 |
+
"train_samples_per_second": 242.356,
|
15 |
+
"train_steps_per_second": 3.787
|
16 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 17.736486486486488,
|
3 |
+
"eval_cer": 0.08979198457955184,
|
4 |
+
"eval_loss": 0.24188752472400665,
|
5 |
+
"eval_runtime": 9.1201,
|
6 |
+
"eval_samples": 101,
|
7 |
+
"eval_samples_per_second": 11.074,
|
8 |
+
"eval_steps_per_second": 0.439,
|
9 |
+
"eval_wer": 0.29056437389770723
|
10 |
+
}
|
runs/Apr13_17-55-37_synvoices-single-a100/events.out.tfevents.1744596504.synvoices-single-a100.159308.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d6ca98b7986aaa361b7832f692042fa27bd04aaa2153f0ae1f23f6e5086f15a
|
3 |
+
size 460
|
train_results.json
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 17.736486486486488,
|
3 |
+
"total_flos": 1.85831881720076e+20,
|
4 |
+
"train_loss": 0.19500272537244573,
|
5 |
+
"train_runtime": 26407.434,
|
6 |
+
"train_samples": 75771,
|
7 |
+
"train_samples_per_second": 242.356,
|
8 |
+
"train_steps_per_second": 3.787
|
9 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|