End of training
Browse files
README.md
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: facebook/w2v-bert-2.0
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
metrics:
|
7 |
+
- wer
|
8 |
+
model-index:
|
9 |
+
- name: malayalam_combined_Conversation
|
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 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/krishnan-aravind/huggingface/runs/pvq9zsxy)
|
17 |
+
# malayalam_combined_Conversation
|
18 |
+
|
19 |
+
This model is a fine-tuned version of [facebook/w2v-bert-2.0](https://huggingface.co/facebook/w2v-bert-2.0) on the None dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.9570
|
22 |
+
- Wer: 0.6223
|
23 |
+
|
24 |
+
## Model description
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Intended uses & limitations
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training and evaluation data
|
33 |
+
|
34 |
+
More information needed
|
35 |
+
|
36 |
+
## Training procedure
|
37 |
+
|
38 |
+
### Training hyperparameters
|
39 |
+
|
40 |
+
The following hyperparameters were used during training:
|
41 |
+
- learning_rate: 5e-05
|
42 |
+
- train_batch_size: 16
|
43 |
+
- eval_batch_size: 8
|
44 |
+
- seed: 42
|
45 |
+
- gradient_accumulation_steps: 2
|
46 |
+
- total_train_batch_size: 32
|
47 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
48 |
+
- lr_scheduler_type: linear
|
49 |
+
- lr_scheduler_warmup_steps: 50
|
50 |
+
- num_epochs: 10
|
51 |
+
- mixed_precision_training: Native AMP
|
52 |
+
|
53 |
+
### Training results
|
54 |
+
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Wer |
|
56 |
+
|:-------------:|:------:|:----:|:---------------:|:------:|
|
57 |
+
| 1.3673 | 0.6177 | 500 | 1.3771 | 0.7996 |
|
58 |
+
| 1.1485 | 1.2353 | 1000 | 1.2069 | 0.7644 |
|
59 |
+
| 1.0712 | 1.8530 | 1500 | 1.1157 | 0.7296 |
|
60 |
+
| 1.0101 | 2.4707 | 2000 | 1.0969 | 0.7344 |
|
61 |
+
| 0.9326 | 3.0883 | 2500 | 1.0566 | 0.6889 |
|
62 |
+
| 0.8723 | 3.7060 | 3000 | 1.0339 | 0.6861 |
|
63 |
+
| 0.8198 | 4.3237 | 3500 | 1.0028 | 0.6830 |
|
64 |
+
| 0.8092 | 4.9413 | 4000 | 1.0108 | 0.6681 |
|
65 |
+
| 0.7574 | 5.5590 | 4500 | 1.0049 | 0.6676 |
|
66 |
+
| 0.7027 | 6.1767 | 5000 | 0.9725 | 0.6660 |
|
67 |
+
| 0.6981 | 6.7943 | 5500 | 0.9649 | 0.6653 |
|
68 |
+
| 0.6684 | 7.4120 | 6000 | 0.9500 | 0.6393 |
|
69 |
+
| 0.6295 | 8.0296 | 6500 | 0.9535 | 0.6364 |
|
70 |
+
| 0.5947 | 8.6473 | 7000 | 0.9522 | 0.6338 |
|
71 |
+
| 0.5483 | 9.2650 | 7500 | 0.9821 | 0.6262 |
|
72 |
+
| 0.5437 | 9.8826 | 8000 | 0.9570 | 0.6223 |
|
73 |
+
|
74 |
+
|
75 |
+
### Framework versions
|
76 |
+
|
77 |
+
- Transformers 4.43.0.dev0
|
78 |
+
- Pytorch 1.14.0a0+44dac51
|
79 |
+
- Datasets 2.16.1
|
80 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2423199960
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52051ac2f875df2c1bf74ca34ed18dac10e7266397c6d4775c3a266a6d4b5900
|
3 |
size 2423199960
|
runs/Aug20_20-49-29_akrishnan-25064.1-cl17lx.lsv.uni-saarland.de/events.out.tfevents.1724189297.akrishnan-25064.1-cl17lx.lsv.uni-saarland.de.109.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3b4c08977ee4cc891105bfecf6f0a2b59dff8866bede8c5d33733cd3b5d613a5
|
3 |
+
size 28572
|