End of training
Browse files- README.md +4 -4
- all_results.json +16 -0
- eval_results.json +11 -0
- train_results.json +8 -0
- trainer_state.json +0 -0
README.md
CHANGED
@@ -17,10 +17,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.
|
21 |
-
- Cer: 1.
|
22 |
-
- Wer: 8.
|
23 |
-
- Gen Len: 12.
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
17 |
|
18 |
This model is a fine-tuned version of [facebook/bart-base](https://huggingface.co/facebook/bart-base) on the None dataset.
|
19 |
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.1930
|
21 |
+
- Cer: 1.5424
|
22 |
+
- Wer: 8.3088
|
23 |
+
- Gen Len: 12.6945
|
24 |
|
25 |
## Model description
|
26 |
|
all_results.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"eval_cer": 1.5424,
|
4 |
+
"eval_gen_len": 12.69454,
|
5 |
+
"eval_loss": 0.19300398230552673,
|
6 |
+
"eval_runtime": 1354.5313,
|
7 |
+
"eval_samples": 100000,
|
8 |
+
"eval_samples_per_second": 73.826,
|
9 |
+
"eval_steps_per_second": 0.289,
|
10 |
+
"eval_wer": 8.3088,
|
11 |
+
"train_loss": 0.3488236354274385,
|
12 |
+
"train_runtime": 35245.4345,
|
13 |
+
"train_samples": 3332630,
|
14 |
+
"train_samples_per_second": 945.549,
|
15 |
+
"train_steps_per_second": 3.694
|
16 |
+
}
|
eval_results.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"eval_cer": 1.5424,
|
4 |
+
"eval_gen_len": 12.69454,
|
5 |
+
"eval_loss": 0.19300398230552673,
|
6 |
+
"eval_runtime": 1354.5313,
|
7 |
+
"eval_samples": 100000,
|
8 |
+
"eval_samples_per_second": 73.826,
|
9 |
+
"eval_steps_per_second": 0.289,
|
10 |
+
"eval_wer": 8.3088
|
11 |
+
}
|
train_results.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"epoch": 10.0,
|
3 |
+
"train_loss": 0.3488236354274385,
|
4 |
+
"train_runtime": 35245.4345,
|
5 |
+
"train_samples": 3332630,
|
6 |
+
"train_samples_per_second": 945.549,
|
7 |
+
"train_steps_per_second": 3.694
|
8 |
+
}
|
trainer_state.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|