Model save
Browse files- README.md +73 -0
- generation_config.json +6 -0
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: google/mt5-small
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- wer
|
8 |
+
model-index:
|
9 |
+
- name: Finetuned-mT5-Bangla2IPA
|
10 |
+
results: []
|
11 |
+
---
|
12 |
+
|
13 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
+
should probably proofread and complete it, then remove this comment. -->
|
15 |
+
|
16 |
+
# Finetuned-mT5-Bangla2IPA
|
17 |
+
|
18 |
+
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on the None dataset.
|
19 |
+
It achieves the following results on the evaluation set:
|
20 |
+
- Loss: 0.0529
|
21 |
+
- Wer: 0.0530
|
22 |
+
|
23 |
+
## Model description
|
24 |
+
|
25 |
+
More information needed
|
26 |
+
|
27 |
+
## Intended uses & limitations
|
28 |
+
|
29 |
+
More information needed
|
30 |
+
|
31 |
+
## Training and evaluation data
|
32 |
+
|
33 |
+
More information needed
|
34 |
+
|
35 |
+
## Training procedure
|
36 |
+
|
37 |
+
### Training hyperparameters
|
38 |
+
|
39 |
+
The following hyperparameters were used during training:
|
40 |
+
- learning_rate: 0.0003
|
41 |
+
- train_batch_size: 4
|
42 |
+
- eval_batch_size: 16
|
43 |
+
- seed: 42
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- lr_scheduler_warmup_steps: 1000
|
47 |
+
- num_epochs: 10
|
48 |
+
|
49 |
+
### Training results
|
50 |
+
|
51 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
52 |
+
|:-------------:|:-----:|:-----:|:---------------:|:------:|
|
53 |
+
| 4.407 | 0.75 | 2000 | 1.4085 | 0.9726 |
|
54 |
+
| 0.9875 | 1.5 | 4000 | 0.2242 | 0.2198 |
|
55 |
+
| 0.3856 | 2.25 | 6000 | 0.1268 | 0.1266 |
|
56 |
+
| 0.2443 | 2.99 | 8000 | 0.0929 | 0.0958 |
|
57 |
+
| 0.1753 | 3.74 | 10000 | 0.0798 | 0.0827 |
|
58 |
+
| 0.1431 | 4.49 | 12000 | 0.0701 | 0.0731 |
|
59 |
+
| 0.121 | 5.24 | 14000 | 0.0649 | 0.0665 |
|
60 |
+
| 0.1046 | 5.99 | 16000 | 0.0614 | 0.0625 |
|
61 |
+
| 0.0914 | 6.74 | 18000 | 0.0585 | 0.0588 |
|
62 |
+
| 0.0821 | 7.49 | 20000 | 0.0556 | 0.0564 |
|
63 |
+
| 0.0747 | 8.23 | 22000 | 0.0554 | 0.0548 |
|
64 |
+
| 0.0707 | 8.98 | 24000 | 0.0535 | 0.0540 |
|
65 |
+
| 0.0646 | 9.73 | 26000 | 0.0529 | 0.0530 |
|
66 |
+
|
67 |
+
|
68 |
+
### Framework versions
|
69 |
+
|
70 |
+
- Transformers 4.33.0
|
71 |
+
- Pytorch 2.0.0
|
72 |
+
- Datasets 2.1.0
|
73 |
+
- Tokenizers 0.13.3
|
generation_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"decoder_start_token_id": 0,
|
3 |
+
"eos_token_id": 1,
|
4 |
+
"pad_token_id": 0,
|
5 |
+
"transformers_version": "4.33.0"
|
6 |
+
}
|