Model save
Browse files
README.md
CHANGED
@@ -1,13 +1,8 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
-
- ko
|
4 |
license: apache-2.0
|
|
|
5 |
tags:
|
6 |
-
- hf-asr-leaderboard
|
7 |
- generated_from_trainer
|
8 |
-
base_model: openai/whisper-medium
|
9 |
-
datasets:
|
10 |
-
- Marcusxx/cheonanAddresses
|
11 |
model-index:
|
12 |
- name: cheonanAddresses_torchmodel_model
|
13 |
results: []
|
@@ -18,10 +13,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# cheonanAddresses_torchmodel_model
|
20 |
|
21 |
-
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on
|
22 |
It achieves the following results on the evaluation set:
|
23 |
- Loss: 0.0531
|
24 |
-
- Cer:
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -54,16 +49,16 @@ The following hyperparameters were used during training:
|
|
54 |
|
55 |
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
56 |
|:-------------:|:------:|:-----:|:---------------:|:-------:|
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
3 |
+
base_model: openai/whisper-medium
|
4 |
tags:
|
|
|
5 |
- generated_from_trainer
|
|
|
|
|
|
|
6 |
model-index:
|
7 |
- name: cheonanAddresses_torchmodel_model
|
8 |
results: []
|
|
|
13 |
|
14 |
# cheonanAddresses_torchmodel_model
|
15 |
|
16 |
+
This model is a fine-tuned version of [openai/whisper-medium](https://huggingface.co/openai/whisper-medium) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
- Loss: 0.0531
|
19 |
+
- Cer: 1.9003
|
20 |
|
21 |
## Model description
|
22 |
|
|
|
49 |
|
50 |
| Training Loss | Epoch | Step | Validation Loss | Cer |
|
51 |
|:-------------:|:------:|:-----:|:---------------:|:-------:|
|
52 |
+
| 0.0771 | 0.3101 | 1000 | 0.0758 | 28.1409 |
|
53 |
+
| 0.0713 | 0.6202 | 2000 | 0.0718 | 2.2685 |
|
54 |
+
| 0.0629 | 0.9302 | 3000 | 0.0682 | 2.3271 |
|
55 |
+
| 0.0583 | 1.2403 | 4000 | 0.0637 | 2.1723 |
|
56 |
+
| 0.0623 | 1.5504 | 5000 | 0.0613 | 2.1513 |
|
57 |
+
| 0.0568 | 1.8605 | 6000 | 0.0598 | 2.2237 |
|
58 |
+
| 0.051 | 2.1705 | 7000 | 0.0568 | 2.1897 |
|
59 |
+
| 0.0448 | 2.4806 | 8000 | 0.0561 | 2.9282 |
|
60 |
+
| 0.0517 | 2.7907 | 9000 | 0.0539 | 1.9350 |
|
61 |
+
| 0.0382 | 3.1008 | 10000 | 0.0531 | 1.9003 |
|
62 |
|
63 |
|
64 |
### Framework versions
|