update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- generated_from_trainer
|
4 |
+
metrics:
|
5 |
+
- wer
|
6 |
+
model-index:
|
7 |
+
- name: Model_G_P
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# Model_G_P
|
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.4719
|
19 |
+
- Wer: 0.5613
|
20 |
+
- Cer: 0.2386
|
21 |
+
|
22 |
+
## Model description
|
23 |
+
|
24 |
+
More information needed
|
25 |
+
|
26 |
+
## Intended uses & limitations
|
27 |
+
|
28 |
+
More information needed
|
29 |
+
|
30 |
+
## Training and evaluation data
|
31 |
+
|
32 |
+
More information needed
|
33 |
+
|
34 |
+
## Training procedure
|
35 |
+
|
36 |
+
### Training hyperparameters
|
37 |
+
|
38 |
+
The following hyperparameters were used during training:
|
39 |
+
- learning_rate: 0.0003
|
40 |
+
- train_batch_size: 16
|
41 |
+
- eval_batch_size: 8
|
42 |
+
- seed: 42
|
43 |
+
- gradient_accumulation_steps: 2
|
44 |
+
- total_train_batch_size: 32
|
45 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
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 |
+
| 0.447 | 4.17 | 400 | 2.1407 | 0.6004 | 0.2516 |
|
55 |
+
| 0.4338 | 8.33 | 800 | 2.1920 | 0.6033 | 0.2505 |
|
56 |
+
| 0.3209 | 12.5 | 1200 | 2.2978 | 0.6089 | 0.2601 |
|
57 |
+
| 0.2327 | 16.67 | 1600 | 2.3510 | 0.5871 | 0.2459 |
|
58 |
+
| 0.1735 | 20.83 | 2000 | 2.3828 | 0.5890 | 0.2480 |
|
59 |
+
| 0.1344 | 25.0 | 2400 | 2.3782 | 0.5647 | 0.2399 |
|
60 |
+
| 0.0909 | 29.17 | 2800 | 2.4719 | 0.5613 | 0.2386 |
|
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
|