Padomin commited on
Commit
d7e5c43
1 Parent(s): 9f94526

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-sa-4.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - te_dx_jp
7
+ model-index:
8
+ - name: t5-base-TEDxJP-5front-1body-5rear
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # t5-base-TEDxJP-5front-1body-5rear
16
+
17
+ This model is a fine-tuned version of [sonoisa/t5-base-japanese](https://huggingface.co/sonoisa/t5-base-japanese) on the te_dx_jp dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.4393
20
+ - Wer: 0.1715
21
+ - Mer: 0.1657
22
+ - Wil: 0.2520
23
+ - Wip: 0.7480
24
+ - Hits: 55766
25
+ - Substitutions: 6346
26
+ - Deletions: 2475
27
+ - Insertions: 2256
28
+ - Cer: 0.1352
29
+
30
+ ## Model description
31
+
32
+ More information needed
33
+
34
+ ## Intended uses & limitations
35
+
36
+ More information needed
37
+
38
+ ## Training and evaluation data
39
+
40
+ More information needed
41
+
42
+ ## Training procedure
43
+
44
+ ### Training hyperparameters
45
+
46
+ The following hyperparameters were used during training:
47
+ - learning_rate: 0.0001
48
+ - train_batch_size: 32
49
+ - eval_batch_size: 32
50
+ - seed: 42
51
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
52
+ - lr_scheduler_type: linear
53
+ - lr_scheduler_warmup_ratio: 0.1
54
+ - num_epochs: 10
55
+
56
+ ### Training results
57
+
58
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Mer | Wil | Wip | Hits | Substitutions | Deletions | Insertions | Cer |
59
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|:------:|:------:|:-----:|:-------------:|:---------:|:----------:|:------:|
60
+ | 0.5978 | 1.0 | 1457 | 0.4748 | 0.2133 | 0.2003 | 0.2897 | 0.7103 | 55011 | 6755 | 2821 | 4200 | 0.1826 |
61
+ | 0.4837 | 2.0 | 2914 | 0.4190 | 0.1803 | 0.1737 | 0.2604 | 0.7396 | 55400 | 6393 | 2794 | 2459 | 0.1464 |
62
+ | 0.4576 | 3.0 | 4371 | 0.4114 | 0.1729 | 0.1673 | 0.2547 | 0.7453 | 55606 | 6443 | 2538 | 2187 | 0.1342 |
63
+ | 0.3888 | 4.0 | 5828 | 0.4169 | 0.1729 | 0.1671 | 0.2533 | 0.7467 | 55683 | 6347 | 2557 | 2264 | 0.1357 |
64
+ | 0.3647 | 5.0 | 7285 | 0.4178 | 0.1728 | 0.1666 | 0.2528 | 0.7472 | 55832 | 6358 | 2397 | 2403 | 0.1364 |
65
+ | 0.3226 | 6.0 | 8742 | 0.4199 | 0.1703 | 0.1648 | 0.2507 | 0.7493 | 55715 | 6304 | 2568 | 2125 | 0.1358 |
66
+ | 0.3045 | 7.0 | 10199 | 0.4309 | 0.1711 | 0.1653 | 0.2513 | 0.7487 | 55793 | 6322 | 2472 | 2257 | 0.1360 |
67
+ | 0.32 | 8.0 | 11656 | 0.4301 | 0.1714 | 0.1656 | 0.2518 | 0.7482 | 55768 | 6343 | 2476 | 2251 | 0.1341 |
68
+ | 0.2809 | 9.0 | 13113 | 0.4371 | 0.1706 | 0.1649 | 0.2513 | 0.7487 | 55774 | 6355 | 2458 | 2203 | 0.1333 |
69
+ | 0.2726 | 10.0 | 14570 | 0.4393 | 0.1715 | 0.1657 | 0.2520 | 0.7480 | 55766 | 6346 | 2475 | 2256 | 0.1352 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.21.2
75
+ - Pytorch 1.12.1+cu116
76
+ - Datasets 2.4.0
77
+ - Tokenizers 0.12.1