akrishnan commited on
Commit
71ea745
1 Parent(s): 89938df

End of training

Browse files
README.md CHANGED
@@ -13,13 +13,13 @@ model-index:
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/m81qlwga)
17
  # malayalam_combined_
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.4712
22
- - Wer: 0.4649
23
 
24
  ## Model description
25
 
@@ -54,48 +54,49 @@ The following hyperparameters were used during training:
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Wer |
56
  |:-------------:|:------:|:-----:|:---------------:|:------:|
57
- | 0.8201 | 0.2031 | 500 | 0.8317 | 0.6757 |
58
- | 0.7455 | 0.4063 | 1000 | 0.7271 | 0.6119 |
59
- | 0.6928 | 0.6094 | 1500 | 0.6823 | 0.6083 |
60
- | 0.6497 | 0.8125 | 2000 | 0.6775 | 0.5955 |
61
- | 0.5968 | 1.0156 | 2500 | 0.6554 | 0.5837 |
62
- | 0.594 | 1.2188 | 3000 | 0.6127 | 0.5772 |
63
- | 0.558 | 1.4219 | 3500 | 0.6149 | 0.5574 |
64
- | 0.5906 | 1.6250 | 4000 | 0.5856 | 0.5485 |
65
- | 0.5846 | 1.8282 | 4500 | 0.5894 | 0.5413 |
66
- | 0.5504 | 2.0313 | 5000 | 0.5571 | 0.5310 |
67
- | 0.5059 | 2.2344 | 5500 | 0.5735 | 0.5542 |
68
- | 0.5019 | 2.4375 | 6000 | 0.5555 | 0.5278 |
69
- | 0.5274 | 2.6407 | 6500 | 0.5592 | 0.5111 |
70
- | 0.5113 | 2.8438 | 7000 | 0.5391 | 0.5318 |
71
- | 0.4624 | 3.0469 | 7500 | 0.5191 | 0.5189 |
72
- | 0.4696 | 3.2501 | 8000 | 0.5312 | 0.5072 |
73
- | 0.4866 | 3.4532 | 8500 | 0.5208 | 0.5167 |
74
- | 0.4817 | 3.6563 | 9000 | 0.5141 | 0.4966 |
75
- | 0.5053 | 3.8594 | 9500 | 0.5104 | 0.5010 |
76
- | 0.4541 | 4.0626 | 10000 | 0.5247 | 0.5130 |
77
- | 0.4761 | 4.2657 | 10500 | 0.5287 | 0.5157 |
78
- | 0.4385 | 4.4688 | 11000 | 0.5196 | 0.5018 |
79
- | 0.4698 | 4.6719 | 11500 | 0.5286 | 0.5120 |
80
- | 0.4631 | 4.8751 | 12000 | 0.5045 | 0.4957 |
81
- | 0.4269 | 5.0782 | 12500 | 0.5102 | 0.5018 |
82
- | 0.4253 | 5.2813 | 13000 | 0.5085 | 0.4949 |
83
- | 0.425 | 5.4845 | 13500 | 0.5209 | 0.4894 |
84
- | 0.4391 | 5.6876 | 14000 | 0.5037 | 0.4900 |
85
- | 0.4206 | 5.8907 | 14500 | 0.5265 | 0.4802 |
86
- | 0.4087 | 6.0938 | 15000 | 0.5044 | 0.4829 |
87
- | 0.4112 | 6.2970 | 15500 | 0.4962 | 0.4860 |
88
- | 0.3864 | 6.5001 | 16000 | 0.4823 | 0.4777 |
89
- | 0.4403 | 6.7032 | 16500 | 0.4898 | 0.4808 |
90
- | 0.3942 | 6.9064 | 17000 | 0.4821 | 0.4808 |
91
- | 0.386 | 7.1095 | 17500 | 0.4804 | 0.4789 |
92
- | 0.3752 | 7.3126 | 18000 | 0.4735 | 0.4662 |
93
- | 0.3863 | 7.5157 | 18500 | 0.4680 | 0.4662 |
94
- | 0.3767 | 7.7189 | 19000 | 0.4692 | 0.4610 |
95
- | 0.3942 | 7.9220 | 19500 | 0.4700 | 0.4721 |
96
- | 0.3502 | 8.1251 | 20000 | 0.4759 | 0.4742 |
97
- | 0.3504 | 8.3283 | 20500 | 0.4702 | 0.4653 |
98
- | 0.3594 | 8.5314 | 21000 | 0.4712 | 0.4649 |
 
99
 
100
 
101
  ### Framework versions
 
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/2ay2lri6)
17
  # malayalam_combined_
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.4789
22
+ - Wer: 0.4611
23
 
24
  ## Model description
25
 
 
54
 
55
  | Training Loss | Epoch | Step | Validation Loss | Wer |
56
  |:-------------:|:------:|:-----:|:---------------:|:------:|
57
+ | 0.8401 | 0.2031 | 500 | 0.8498 | 0.7068 |
58
+ | 0.7367 | 0.4063 | 1000 | 0.7280 | 0.6183 |
59
+ | 0.6974 | 0.6094 | 1500 | 0.7055 | 0.6113 |
60
+ | 0.6493 | 0.8125 | 2000 | 0.6765 | 0.5989 |
61
+ | 0.5905 | 1.0156 | 2500 | 0.6521 | 0.5937 |
62
+ | 0.606 | 1.2188 | 3000 | 0.6192 | 0.5639 |
63
+ | 0.5601 | 1.4219 | 3500 | 0.6242 | 0.5526 |
64
+ | 0.5868 | 1.6250 | 4000 | 0.6118 | 0.5559 |
65
+ | 0.5792 | 1.8282 | 4500 | 0.5879 | 0.5523 |
66
+ | 0.554 | 2.0313 | 5000 | 0.5775 | 0.5501 |
67
+ | 0.505 | 2.2344 | 5500 | 0.5640 | 0.5466 |
68
+ | 0.5055 | 2.4375 | 6000 | 0.5668 | 0.5298 |
69
+ | 0.5228 | 2.6407 | 6500 | 0.5410 | 0.5178 |
70
+ | 0.5186 | 2.8438 | 7000 | 0.5785 | 0.5540 |
71
+ | 0.4811 | 3.0469 | 7500 | 0.5446 | 0.5408 |
72
+ | 0.4794 | 3.2501 | 8000 | 0.5333 | 0.5102 |
73
+ | 0.4952 | 3.4532 | 8500 | 0.5205 | 0.5135 |
74
+ | 0.4761 | 3.6563 | 9000 | 0.5218 | 0.5092 |
75
+ | 0.5079 | 3.8594 | 9500 | 0.5192 | 0.5166 |
76
+ | 0.4407 | 4.0626 | 10000 | 0.5207 | 0.5054 |
77
+ | 0.4711 | 4.2657 | 10500 | 0.5215 | 0.5086 |
78
+ | 0.4396 | 4.4688 | 11000 | 0.5289 | 0.5145 |
79
+ | 0.4667 | 4.6719 | 11500 | 0.5144 | 0.5015 |
80
+ | 0.4518 | 4.8751 | 12000 | 0.5222 | 0.5112 |
81
+ | 0.4211 | 5.0782 | 12500 | 0.5094 | 0.4897 |
82
+ | 0.43 | 5.2813 | 13000 | 0.5242 | 0.5011 |
83
+ | 0.4218 | 5.4845 | 13500 | 0.5132 | 0.4905 |
84
+ | 0.4279 | 5.6876 | 14000 | 0.5153 | 0.4883 |
85
+ | 0.4341 | 5.8907 | 14500 | 0.5321 | 0.4899 |
86
+ | 0.409 | 6.0938 | 15000 | 0.5079 | 0.4884 |
87
+ | 0.4111 | 6.2970 | 15500 | 0.5067 | 0.4844 |
88
+ | 0.3781 | 6.5001 | 16000 | 0.5091 | 0.4643 |
89
+ | 0.4274 | 6.7032 | 16500 | 0.4842 | 0.4831 |
90
+ | 0.4009 | 6.9064 | 17000 | 0.4791 | 0.4738 |
91
+ | 0.3895 | 7.1095 | 17500 | 0.4786 | 0.4691 |
92
+ | 0.3788 | 7.3126 | 18000 | 0.4845 | 0.4691 |
93
+ | 0.3909 | 7.5157 | 18500 | 0.4869 | 0.4612 |
94
+ | 0.3795 | 7.7189 | 19000 | 0.4729 | 0.4606 |
95
+ | 0.3874 | 7.9220 | 19500 | 0.4667 | 0.4655 |
96
+ | 0.3472 | 8.1251 | 20000 | 0.4718 | 0.4720 |
97
+ | 0.3634 | 8.3283 | 20500 | 0.4767 | 0.4616 |
98
+ | 0.3545 | 8.5314 | 21000 | 0.4821 | 0.4640 |
99
+ | 0.37 | 8.7345 | 21500 | 0.4789 | 0.4611 |
100
 
101
 
102
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a6997a0e0b602ab09ed8a0b12f719cff1ea97a0c16470a2c6cce12f1068816d
3
  size 2423199960
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13d31c11eafce566b4126b98ba7d94b84cb59fcef1970ab562b680f5a63595f1
3
  size 2423199960
runs/Aug23_12-19-35_akrishnan-25209.0-cl17lx.lsv.uni-saarland.de/events.out.tfevents.1724422846.akrishnan-25209.0-cl17lx.lsv.uni-saarland.de.109.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:de553e747eb6c72a6b08e20d442c631bc7ef2c3ebf2946c1988f84cf1c892e8d
3
- size 64116
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96bbe6396e82d24700a117a6ba38fbefd0f0058b48bc7cb00b176cb96c77d3c5
3
+ size 65875