update model card README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
|
|
|
|
4 |
model-index:
|
5 |
- name: Model_G_S_P_Wav2Vec2
|
6 |
results: []
|
@@ -13,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
This model was trained from scratch on the None dataset.
|
15 |
It achieves the following results on the evaluation set:
|
16 |
-
- Loss: 2.
|
17 |
-
- Wer: 0.
|
18 |
-
- Cer: 0.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -44,24 +46,23 @@ The following hyperparameters were used during training:
|
|
44 |
- lr_scheduler_type: linear
|
45 |
- lr_scheduler_warmup_steps: 500
|
46 |
- num_epochs: 30
|
47 |
-
- mixed_precision_training: Native AMP
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
|
53 |
-
| 1.
|
54 |
-
| 0.
|
55 |
-
| 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
63 |
|
64 |
-
- Transformers 4.
|
65 |
-
- Pytorch
|
66 |
- Datasets 1.18.3
|
67 |
-
- Tokenizers 0.
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
+
metrics:
|
5 |
+
- wer
|
6 |
model-index:
|
7 |
- name: Model_G_S_P_Wav2Vec2
|
8 |
results: []
|
|
|
15 |
|
16 |
This model was trained from scratch on the None dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 2.4056
|
19 |
+
- Wer: 0.5800
|
20 |
+
- Cer: 0.2434
|
21 |
|
22 |
## Model description
|
23 |
|
|
|
46 |
- lr_scheduler_type: linear
|
47 |
- lr_scheduler_warmup_steps: 500
|
48 |
- num_epochs: 30
|
|
|
49 |
|
50 |
### Training results
|
51 |
|
52 |
| Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
|
53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
|
54 |
+
| 1.0772 | 4.17 | 400 | 1.8505 | 0.6597 | 0.2778 |
|
55 |
+
| 0.5563 | 8.33 | 800 | 1.9481 | 0.6481 | 0.2663 |
|
56 |
+
| 0.4008 | 12.5 | 1200 | 2.2166 | 0.6589 | 0.2767 |
|
57 |
+
| 0.285 | 16.67 | 1600 | 2.0445 | 0.6128 | 0.2535 |
|
58 |
+
| 0.2171 | 20.83 | 2000 | 2.2138 | 0.5943 | 0.2509 |
|
59 |
+
| 0.1611 | 25.0 | 2400 | 2.2532 | 0.5813 | 0.2455 |
|
60 |
+
| 0.1098 | 29.17 | 2800 | 2.4056 | 0.5800 | 0.2434 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
64 |
|
65 |
+
- Transformers 4.31.0
|
66 |
+
- Pytorch 2.0.1+cu117
|
67 |
- Datasets 1.18.3
|
68 |
+
- Tokenizers 0.13.3
|