jimregan commited on
Commit
195e419
·
verified ·
1 Parent(s): 44c8432

End of training

Browse files
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: facebook/wav2vec2-large-xlsr-53
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
+ model-index:
9
+ - name: wav2vec2-large-xlsr-53-dialect-classifier
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
+ # wav2vec2-large-xlsr-53-dialect-classifier
17
+
18
+ This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on an unknown dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.3693
21
+ - Accuracy: 0.3605
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: 1e-05
41
+ - train_batch_size: 4
42
+ - eval_batch_size: 16
43
+ - seed: 42
44
+ - gradient_accumulation_steps: 4
45
+ - total_train_batch_size: 16
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - lr_scheduler_warmup_ratio: 0.1
49
+ - num_epochs: 30
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
54
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|
55
+ | 1.3719 | 0.98 | 21 | 1.3693 | 0.3605 |
56
+ | 1.371 | 2.0 | 43 | 1.3652 | 0.3605 |
57
+ | 1.3638 | 2.98 | 64 | 1.3588 | 0.3605 |
58
+ | 1.3571 | 4.0 | 86 | 1.3508 | 0.3605 |
59
+ | 1.3446 | 4.98 | 107 | 1.3440 | 0.3605 |
60
+ | 1.3399 | 6.0 | 129 | 1.3388 | 0.3605 |
61
+ | 1.3303 | 6.98 | 150 | 1.3340 | 0.3605 |
62
+ | 1.3305 | 8.0 | 172 | 1.3305 | 0.3605 |
63
+ | 1.334 | 8.98 | 193 | 1.3267 | 0.3605 |
64
+ | 1.3303 | 10.0 | 215 | 1.3232 | 0.3605 |
65
+ | 1.3241 | 10.98 | 236 | 1.3205 | 0.3605 |
66
+ | 1.317 | 12.0 | 258 | 1.3183 | 0.3605 |
67
+ | 1.3239 | 12.98 | 279 | 1.3161 | 0.3605 |
68
+ | 1.3169 | 14.0 | 301 | 1.3144 | 0.3605 |
69
+ | 1.3129 | 14.98 | 322 | 1.3128 | 0.3605 |
70
+ | 1.3112 | 16.0 | 344 | 1.3115 | 0.3605 |
71
+ | 1.3231 | 16.98 | 365 | 1.3107 | 0.3605 |
72
+ | 1.3115 | 18.0 | 387 | 1.3099 | 0.3605 |
73
+ | 1.3082 | 18.98 | 408 | 1.3092 | 0.3605 |
74
+ | 1.3228 | 20.0 | 430 | 1.3085 | 0.3605 |
75
+ | 1.2872 | 20.98 | 451 | 1.3080 | 0.3605 |
76
+ | 1.2744 | 22.0 | 473 | 1.3075 | 0.3605 |
77
+ | 1.2835 | 22.98 | 494 | 1.3070 | 0.3605 |
78
+ | 1.3213 | 24.0 | 516 | 1.3068 | 0.3605 |
79
+ | 1.3112 | 24.98 | 537 | 1.3065 | 0.3605 |
80
+ | 1.3047 | 26.0 | 559 | 1.3062 | 0.3605 |
81
+ | 1.29 | 26.98 | 580 | 1.3061 | 0.3605 |
82
+ | 1.3114 | 28.0 | 602 | 1.3060 | 0.3605 |
83
+ | 1.3123 | 28.98 | 623 | 1.3060 | 0.3605 |
84
+ | 1.3217 | 29.3 | 630 | 1.3060 | 0.3605 |
85
+
86
+
87
+ ### Framework versions
88
+
89
+ - Transformers 4.38.2
90
+ - Pytorch 2.0.1+cu118
91
+ - Datasets 2.18.0
92
+ - Tokenizers 0.15.2
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a06b2e11dd399b2c6ea99c3c42385a66d7ece8f33a2cab075e60f89491bc651
3
  size 1262861304
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26470568c530d87473a7ae25011274e10577b669b2cee41c1d5f7d49e25fb339
3
  size 1262861304
runs/Mar07_13-44-13_sbtaldeep22/events.out.tfevents.1741355065.sbtaldeep22.1481335.3 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3bf96a90b20e3c569082bb5a0793f0d2a27e37d02498c614a6ee3f2deac14dcf
3
- size 28946
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b516bd7674c35b83fb1abb0b8cf77bba8a7e4e198ab89d0eda11179365706d1
3
+ size 29834
runs/Mar07_13-44-13_sbtaldeep22/events.out.tfevents.1741363856.sbtaldeep22.1481335.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed797f6f164782532a54099a2a1286d79de8496e5dd33673d785485689f403b0
3
+ size 411