paruwka commited on
Commit
a69266b
1 Parent(s): 840f698

End of training

Browse files
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  license: apache-2.0
 
3
  tags:
4
  - generated_from_trainer
5
- base_model: paruwka/wav2vec2-base-timit-demo-google-colab
6
  metrics:
7
  - wer
8
  model-index:
@@ -15,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # wav2vec2-base-timit-demo-google-colab
17
 
18
- This model is a fine-tuned version of [paruwka/wav2vec2-base-timit-demo-google-colab](https://huggingface.co/paruwka/wav2vec2-base-timit-demo-google-colab) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.0015
21
- - Wer: 0.5828
22
 
23
  ## Model description
24
 
@@ -37,31 +37,29 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 3e-05
41
- - train_batch_size: 4
42
  - eval_batch_size: 8
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: 500
47
- - num_epochs: 50
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Wer |
53
  |:-------------:|:-----:|:----:|:---------------:|:------:|
54
- | 0.4127 | 4.46 | 500 | 0.8997 | 0.6221 |
55
- | 0.38 | 8.93 | 1000 | 0.9162 | 0.6091 |
56
- | 0.3382 | 13.39 | 1500 | 0.9044 | 0.6011 |
57
- | 0.3074 | 17.86 | 2000 | 0.9529 | 0.6030 |
58
- | 0.274 | 22.32 | 2500 | 0.9327 | 0.5919 |
59
- | 0.2558 | 26.79 | 3000 | 0.9906 | 0.5895 |
60
- | 0.2462 | 31.25 | 3500 | 0.9873 | 0.5854 |
61
- | 0.2215 | 35.71 | 4000 | 1.0059 | 0.5839 |
62
- | 0.2313 | 40.18 | 4500 | 1.0142 | 0.5823 |
63
- | 0.2182 | 44.64 | 5000 | 0.9998 | 0.5804 |
64
- | 0.2123 | 49.11 | 5500 | 1.0015 | 0.5828 |
65
 
66
 
67
  ### Framework versions
 
1
  ---
2
  license: apache-2.0
3
+ base_model: facebook/wav2vec2-large-xlsr-53
4
  tags:
5
  - generated_from_trainer
 
6
  metrics:
7
  - wer
8
  model-index:
 
15
 
16
  # wav2vec2-base-timit-demo-google-colab
17
 
18
+ This model is a fine-tuned version of [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav2vec2-large-xlsr-53) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.6025
21
+ - Wer: 0.4421
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 0.0001
41
+ - train_batch_size: 8
42
  - eval_batch_size: 8
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: 30
48
  - mixed_precision_training: Native AMP
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Wer |
53
  |:-------------:|:-----:|:----:|:---------------:|:------:|
54
+ | 2.8753 | 3.05 | 500 | 2.1566 | 0.9599 |
55
+ | 1.3505 | 6.1 | 1000 | 0.7121 | 0.6287 |
56
+ | 0.7278 | 9.15 | 1500 | 0.5651 | 0.5202 |
57
+ | 0.5178 | 12.2 | 2000 | 0.5785 | 0.4942 |
58
+ | 0.3887 | 15.24 | 2500 | 0.5684 | 0.4723 |
59
+ | 0.3194 | 18.29 | 3000 | 0.5718 | 0.4635 |
60
+ | 0.2873 | 21.34 | 3500 | 0.5871 | 0.4552 |
61
+ | 0.24 | 24.39 | 4000 | 0.6020 | 0.4501 |
62
+ | 0.2151 | 27.44 | 4500 | 0.6025 | 0.4421 |
 
 
63
 
64
 
65
  ### Framework versions
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "paruwka/wav2vec2-base-timit-demo-google-colab",
3
  "activation_dropout": 0.0,
4
  "adapter_attn_dim": null,
5
  "adapter_kernel_size": 3,
@@ -86,7 +86,7 @@
86
  "num_hidden_layers": 24,
87
  "num_negatives": 100,
88
  "output_hidden_size": 1024,
89
- "pad_token_id": 64,
90
  "proj_codevector_dim": 768,
91
  "tdnn_dilation": [
92
  1,
@@ -112,6 +112,6 @@
112
  "torch_dtype": "float32",
113
  "transformers_version": "4.39.3",
114
  "use_weighted_layer_sum": false,
115
- "vocab_size": 65,
116
  "xvector_output_dim": 512
117
  }
 
1
  {
2
+ "_name_or_path": "facebook/wav2vec2-large-xlsr-53",
3
  "activation_dropout": 0.0,
4
  "adapter_attn_dim": null,
5
  "adapter_kernel_size": 3,
 
86
  "num_hidden_layers": 24,
87
  "num_negatives": 100,
88
  "output_hidden_size": 1024,
89
+ "pad_token_id": 67,
90
  "proj_codevector_dim": 768,
91
  "tdnn_dilation": [
92
  1,
 
112
  "torch_dtype": "float32",
113
  "transformers_version": "4.39.3",
114
  "use_weighted_layer_sum": false,
115
+ "vocab_size": 68,
116
  "xvector_output_dim": 512
117
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:25c57b40a49657db7423cca0768535f00e5c70164d2ae0a6b5eb9f0003e2be70
3
- size 1262073980
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29e41458e246dd613f256b1b77751da977fa742c5eb81ba3f3e69293d3c0df99
3
+ size 1262086280
runs/May26_13-53-18_483ac4db5d6b/events.out.tfevents.1716731677.483ac4db5d6b.34.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec032371ad7a27ecf2d98d525d644634b9421911098422a13435dd3ac2a5bfc5
3
+ size 6541
runs/May26_13-53-18_483ac4db5d6b/events.out.tfevents.1716732742.483ac4db5d6b.34.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79c451d3280a078351123809da455661b62145ea75e38f65eaeba6012b56be08
3
+ size 6678
runs/May26_13-53-18_483ac4db5d6b/events.out.tfevents.1716732890.483ac4db5d6b.34.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d214691325931f31a0dbd33d459d743cc2ea982ca0721d3b0f6c111a0368f915
3
+ size 18236
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:640119fe9ad7b83ca8c9edcd0742999a1f0971d383a00f6ed87c02dc0cc192c4
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8e30ee8ec81a13b3f7437b0f5c02c638ab7efe9278c91a9d0f596f447ab46e85
3
  size 4920