ayymen commited on
Commit
4d539cf
·
verified ·
1 Parent(s): f449bc7

Upload folder using huggingface_hub

Browse files
Files changed (43) hide show
  1. README.md +142 -0
  2. adapter.hau.safetensors +3 -0
  3. added_tokens.json +4 -0
  4. all_results.json +16 -0
  5. checkpoint-35500/added_tokens.json +4 -0
  6. checkpoint-35500/config.json +108 -0
  7. checkpoint-35500/model.safetensors +3 -0
  8. checkpoint-35500/optimizer.pt +3 -0
  9. checkpoint-35500/preprocessor_config.json +10 -0
  10. checkpoint-35500/rng_state_0.pth +3 -0
  11. checkpoint-35500/rng_state_1.pth +3 -0
  12. checkpoint-35500/scheduler.pt +3 -0
  13. checkpoint-35500/special_tokens_map.json +30 -0
  14. checkpoint-35500/tokenizer_config.json +49 -0
  15. checkpoint-35500/trainer_state.json +0 -0
  16. checkpoint-35500/training_args.bin +3 -0
  17. checkpoint-35500/vocab.json +78 -0
  18. checkpoint-35800/added_tokens.json +4 -0
  19. checkpoint-35800/config.json +108 -0
  20. checkpoint-35800/model.safetensors +3 -0
  21. checkpoint-35800/optimizer.pt +3 -0
  22. checkpoint-35800/preprocessor_config.json +10 -0
  23. checkpoint-35800/rng_state_0.pth +3 -0
  24. checkpoint-35800/rng_state_1.pth +3 -0
  25. checkpoint-35800/scheduler.pt +3 -0
  26. checkpoint-35800/special_tokens_map.json +30 -0
  27. checkpoint-35800/tokenizer_config.json +49 -0
  28. checkpoint-35800/trainer_state.json +0 -0
  29. checkpoint-35800/training_args.bin +3 -0
  30. checkpoint-35800/vocab.json +78 -0
  31. cmd.sh +27 -0
  32. config.json +108 -0
  33. eval_results.json +10 -0
  34. model.safetensors +3 -0
  35. preprocessor_config.json +10 -0
  36. runs/Mar18_00-52-03_gmy/events.out.tfevents.1742251942.gmy.34197.0 +3 -0
  37. runs/Mar18_00-52-03_gmy/events.out.tfevents.1742306969.gmy.34197.1 +3 -0
  38. special_tokens_map.json +30 -0
  39. tokenizer_config.json +49 -0
  40. train_results.json +9 -0
  41. trainer_state.json +0 -0
  42. training_args.bin +3 -0
  43. vocab.json +78 -0
README.md ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: cc-by-nc-4.0
4
+ base_model: facebook/mms-1b-all
5
+ tags:
6
+ - automatic-speech-recognition
7
+ - /mnt/md0/synvoices/data/naijavoices_50h
8
+ - mms
9
+ - generated_from_trainer
10
+ metrics:
11
+ - wer
12
+ model-index:
13
+ - name: mms-1b-naijavoices_50h-hau-ft
14
+ results: []
15
+ ---
16
+
17
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
18
+ should probably proofread and complete it, then remove this comment. -->
19
+
20
+ # mms-1b-naijavoices_50h-hau-ft
21
+
22
+ This model is a fine-tuned version of [facebook/mms-1b-all](https://huggingface.co/facebook/mms-1b-all) on the /MNT/MD0/SYNVOICES/DATA/NAIJAVOICES_50H - NA dataset.
23
+ It achieves the following results on the evaluation set:
24
+ - Loss: 0.3184
25
+ - Wer: 0.3325
26
+ - Cer: 0.0842
27
+
28
+ ## Model description
29
+
30
+ More information needed
31
+
32
+ ## Intended uses & limitations
33
+
34
+ More information needed
35
+
36
+ ## Training and evaluation data
37
+
38
+ More information needed
39
+
40
+ ## Training procedure
41
+
42
+ ### Training hyperparameters
43
+
44
+ The following hyperparameters were used during training:
45
+ - learning_rate: 0.001
46
+ - train_batch_size: 8
47
+ - eval_batch_size: 8
48
+ - seed: 42
49
+ - distributed_type: multi-GPU
50
+ - num_devices: 2
51
+ - gradient_accumulation_steps: 2
52
+ - total_train_batch_size: 32
53
+ - total_eval_batch_size: 16
54
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
55
+ - lr_scheduler_type: linear
56
+ - lr_scheduler_warmup_steps: 100
57
+ - num_epochs: 20.0
58
+ - mixed_precision_training: Native AMP
59
+
60
+ ### Training results
61
+
62
+ | Training Loss | Epoch | Step | Validation Loss | Wer | Cer |
63
+ |:-------------:|:-------:|:-----:|:---------------:|:------:|:------:|
64
+ | 0.4365 | 0.2793 | 500 | 0.3954 | 0.4125 | 0.1067 |
65
+ | 0.5478 | 0.5587 | 1000 | 0.3881 | 0.4025 | 0.1031 |
66
+ | 0.5289 | 0.8380 | 1500 | 0.3787 | 0.3857 | 0.0984 |
67
+ | 0.5134 | 1.1173 | 2000 | 0.3760 | 0.4047 | 0.1008 |
68
+ | 0.429 | 1.3966 | 2500 | 0.3699 | 0.3851 | 0.0977 |
69
+ | 0.6624 | 1.6760 | 3000 | 0.3696 | 0.3918 | 0.0995 |
70
+ | 0.4997 | 1.9553 | 3500 | 0.3674 | 0.3797 | 0.0969 |
71
+ | 0.3572 | 2.2346 | 4000 | 0.3659 | 0.3815 | 0.0972 |
72
+ | 0.4281 | 2.5140 | 4500 | 0.3614 | 0.3761 | 0.0962 |
73
+ | 0.4535 | 2.7933 | 5000 | 0.3592 | 0.3739 | 0.0950 |
74
+ | 0.5143 | 3.0726 | 5500 | 0.3574 | 0.3709 | 0.0938 |
75
+ | 0.3061 | 3.3520 | 6000 | 0.3541 | 0.3714 | 0.0941 |
76
+ | 0.4699 | 3.6313 | 6500 | 0.3576 | 0.3711 | 0.0941 |
77
+ | 0.4345 | 3.9106 | 7000 | 0.3578 | 0.3765 | 0.0947 |
78
+ | 0.5514 | 4.1899 | 7500 | 0.3549 | 0.3738 | 0.0944 |
79
+ | 0.4208 | 4.4693 | 8000 | 0.3547 | 0.3665 | 0.0929 |
80
+ | 0.4893 | 4.7486 | 8500 | 0.3532 | 0.3626 | 0.0919 |
81
+ | 0.3894 | 5.0279 | 9000 | 0.3561 | 0.3741 | 0.0949 |
82
+ | 0.4344 | 5.3073 | 9500 | 0.3531 | 0.3661 | 0.0939 |
83
+ | 0.5008 | 5.5866 | 10000 | 0.3484 | 0.3695 | 0.0932 |
84
+ | 0.4309 | 5.8659 | 10500 | 0.3469 | 0.3620 | 0.0916 |
85
+ | 0.5366 | 6.1453 | 11000 | 0.3471 | 0.3613 | 0.0917 |
86
+ | 0.5179 | 6.4246 | 11500 | 0.3529 | 0.3804 | 0.0949 |
87
+ | 0.7649 | 6.7039 | 12000 | 0.3450 | 0.3647 | 0.0916 |
88
+ | 0.3632 | 6.9832 | 12500 | 0.3444 | 0.3577 | 0.0907 |
89
+ | 0.4515 | 7.2626 | 13000 | 0.3405 | 0.3603 | 0.0914 |
90
+ | 0.5776 | 7.5419 | 13500 | 0.3409 | 0.3519 | 0.0893 |
91
+ | 0.4488 | 7.8212 | 14000 | 0.3415 | 0.3652 | 0.0916 |
92
+ | 0.4377 | 8.1006 | 14500 | 0.3466 | 0.3717 | 0.0922 |
93
+ | 0.4987 | 8.3799 | 15000 | 0.3384 | 0.3586 | 0.0902 |
94
+ | 0.4934 | 8.6592 | 15500 | 0.3394 | 0.3705 | 0.0926 |
95
+ | 0.3812 | 8.9385 | 16000 | 0.3387 | 0.3548 | 0.0899 |
96
+ | 0.5597 | 9.2179 | 16500 | 0.3365 | 0.3492 | 0.0883 |
97
+ | 0.3932 | 9.4972 | 17000 | 0.3347 | 0.3496 | 0.0886 |
98
+ | 0.4425 | 9.7765 | 17500 | 0.3368 | 0.3538 | 0.0891 |
99
+ | 0.3765 | 10.0559 | 18000 | 0.3334 | 0.3524 | 0.0887 |
100
+ | 0.4459 | 10.3352 | 18500 | 0.3355 | 0.3544 | 0.0891 |
101
+ | 0.417 | 10.6145 | 19000 | 0.3346 | 0.3530 | 0.0893 |
102
+ | 0.3967 | 10.8939 | 19500 | 0.3288 | 0.3509 | 0.0881 |
103
+ | 0.3371 | 11.1732 | 20000 | 0.3355 | 0.3480 | 0.0880 |
104
+ | 0.3387 | 11.4525 | 20500 | 0.3321 | 0.3454 | 0.0874 |
105
+ | 0.4536 | 11.7318 | 21000 | 0.3311 | 0.3475 | 0.0879 |
106
+ | 0.3799 | 12.0112 | 21500 | 0.3309 | 0.3437 | 0.0874 |
107
+ | 0.3194 | 12.2905 | 22000 | 0.3336 | 0.3434 | 0.0873 |
108
+ | 0.3527 | 12.5698 | 22500 | 0.3323 | 0.3423 | 0.0870 |
109
+ | 0.4748 | 12.8492 | 23000 | 0.3306 | 0.3402 | 0.0865 |
110
+ | 0.462 | 13.1285 | 23500 | 0.3285 | 0.3444 | 0.0870 |
111
+ | 0.5346 | 13.4078 | 24000 | 0.3315 | 0.3398 | 0.0864 |
112
+ | 0.3255 | 13.6872 | 24500 | 0.3273 | 0.3434 | 0.0867 |
113
+ | 0.3471 | 13.9665 | 25000 | 0.3287 | 0.3399 | 0.0863 |
114
+ | 0.3338 | 14.2458 | 25500 | 0.3270 | 0.3405 | 0.0862 |
115
+ | 0.4103 | 14.5251 | 26000 | 0.3259 | 0.3396 | 0.0857 |
116
+ | 0.5109 | 14.8045 | 26500 | 0.3254 | 0.3407 | 0.0862 |
117
+ | 0.473 | 15.0838 | 27000 | 0.3247 | 0.3409 | 0.0860 |
118
+ | 0.3641 | 15.3631 | 27500 | 0.3251 | 0.3391 | 0.0860 |
119
+ | 0.4245 | 15.6425 | 28000 | 0.3225 | 0.3384 | 0.0856 |
120
+ | 0.3648 | 15.9218 | 28500 | 0.3235 | 0.3416 | 0.0861 |
121
+ | 0.339 | 16.2011 | 29000 | 0.3217 | 0.3395 | 0.0856 |
122
+ | 0.3687 | 16.4804 | 29500 | 0.3221 | 0.3368 | 0.0853 |
123
+ | 0.4329 | 16.7598 | 30000 | 0.3233 | 0.3411 | 0.0861 |
124
+ | 0.5613 | 17.0391 | 30500 | 0.3211 | 0.3347 | 0.0848 |
125
+ | 0.4392 | 17.3184 | 31000 | 0.3217 | 0.3330 | 0.0845 |
126
+ | 0.4039 | 17.5978 | 31500 | 0.3200 | 0.3386 | 0.0853 |
127
+ | 0.4111 | 17.8771 | 32000 | 0.3201 | 0.3333 | 0.0843 |
128
+ | 0.3852 | 18.1564 | 32500 | 0.3206 | 0.3336 | 0.0843 |
129
+ | 0.6218 | 18.4358 | 33000 | 0.3204 | 0.3347 | 0.0848 |
130
+ | 0.4763 | 18.7151 | 33500 | 0.3193 | 0.3354 | 0.0848 |
131
+ | 0.3489 | 18.9944 | 34000 | 0.3186 | 0.3347 | 0.0844 |
132
+ | 0.3661 | 19.2737 | 34500 | 0.3195 | 0.3343 | 0.0844 |
133
+ | 0.3567 | 19.5531 | 35000 | 0.3191 | 0.3339 | 0.0843 |
134
+ | 0.3628 | 19.8324 | 35500 | 0.3184 | 0.3325 | 0.0842 |
135
+
136
+
137
+ ### Framework versions
138
+
139
+ - Transformers 4.48.1
140
+ - Pytorch 2.5.1+cu121
141
+ - Datasets 3.2.0
142
+ - Tokenizers 0.21.0
adapter.hau.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8649f3386507cb6259d76e75d9f6e405f0c2d73393f8aca34c2ded036d38c7fa
3
+ size 9029128
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "</s>": 75,
3
+ "<s>": 74
4
+ }
all_results.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_cer": 0.08417073090897188,
4
+ "eval_loss": 0.3183983564376831,
5
+ "eval_runtime": 55.1605,
6
+ "eval_samples": 4538,
7
+ "eval_samples_per_second": 82.269,
8
+ "eval_steps_per_second": 5.149,
9
+ "eval_wer": 0.3324767464595961,
10
+ "total_flos": 5.794046604000698e+20,
11
+ "train_loss": 0.4541601099669101,
12
+ "train_runtime": 54968.513,
13
+ "train_samples": 57274,
14
+ "train_samples_per_second": 20.839,
15
+ "train_steps_per_second": 0.651
16
+ }
checkpoint-35500/added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "</s>": 75,
3
+ "<s>": 74
4
+ }
checkpoint-35500/config.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/mms-1b-all",
3
+ "activation_dropout": 0.05,
4
+ "adapter_attn_dim": 16,
5
+ "adapter_kernel_size": 3,
6
+ "adapter_stride": 2,
7
+ "add_adapter": false,
8
+ "apply_spec_augment": true,
9
+ "architectures": [
10
+ "Wav2Vec2ForCTC"
11
+ ],
12
+ "attention_dropout": 0.05,
13
+ "bos_token_id": 1,
14
+ "classifier_proj_size": 256,
15
+ "codevector_dim": 1024,
16
+ "contrastive_logits_temperature": 0.1,
17
+ "conv_bias": true,
18
+ "conv_dim": [
19
+ 512,
20
+ 512,
21
+ 512,
22
+ 512,
23
+ 512,
24
+ 512,
25
+ 512
26
+ ],
27
+ "conv_kernel": [
28
+ 10,
29
+ 3,
30
+ 3,
31
+ 3,
32
+ 3,
33
+ 2,
34
+ 2
35
+ ],
36
+ "conv_stride": [
37
+ 5,
38
+ 2,
39
+ 2,
40
+ 2,
41
+ 2,
42
+ 2,
43
+ 2
44
+ ],
45
+ "ctc_loss_reduction": "mean",
46
+ "ctc_zero_infinity": false,
47
+ "diversity_loss_weight": 0.1,
48
+ "do_stable_layer_norm": true,
49
+ "eos_token_id": 2,
50
+ "feat_extract_activation": "gelu",
51
+ "feat_extract_dropout": 0.0,
52
+ "feat_extract_norm": "layer",
53
+ "feat_proj_dropout": 0.05,
54
+ "feat_quantizer_dropout": 0.0,
55
+ "final_dropout": 0.0,
56
+ "hidden_act": "gelu",
57
+ "hidden_dropout": 0.05,
58
+ "hidden_size": 1280,
59
+ "initializer_range": 0.02,
60
+ "intermediate_size": 5120,
61
+ "layer_norm_eps": 1e-05,
62
+ "layerdrop": 0.0,
63
+ "mask_feature_length": 10,
64
+ "mask_feature_min_masks": 0,
65
+ "mask_feature_prob": 0.0,
66
+ "mask_time_length": 10,
67
+ "mask_time_min_masks": 2,
68
+ "mask_time_prob": 0.05,
69
+ "model_type": "wav2vec2",
70
+ "num_adapter_layers": 3,
71
+ "num_attention_heads": 16,
72
+ "num_codevector_groups": 2,
73
+ "num_codevectors_per_group": 320,
74
+ "num_conv_pos_embedding_groups": 16,
75
+ "num_conv_pos_embeddings": 128,
76
+ "num_feat_extract_layers": 7,
77
+ "num_hidden_layers": 48,
78
+ "num_negatives": 100,
79
+ "output_hidden_size": 1280,
80
+ "pad_token_id": 73,
81
+ "proj_codevector_dim": 1024,
82
+ "tdnn_dilation": [
83
+ 1,
84
+ 2,
85
+ 3,
86
+ 1,
87
+ 1
88
+ ],
89
+ "tdnn_dim": [
90
+ 512,
91
+ 512,
92
+ 512,
93
+ 512,
94
+ 1500
95
+ ],
96
+ "tdnn_kernel": [
97
+ 5,
98
+ 3,
99
+ 3,
100
+ 1,
101
+ 1
102
+ ],
103
+ "torch_dtype": "float32",
104
+ "transformers_version": "4.48.1",
105
+ "use_weighted_layer_sum": false,
106
+ "vocab_size": 76,
107
+ "xvector_output_dim": 512
108
+ }
checkpoint-35500/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b98222b2fb8bf76e482cab0d37a75fb5d8751039c5fe05cb317376368a67c58
3
+ size 3859121504
checkpoint-35500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d43b5577a751b16b6b6c628223b5461fc23fd9e59eea23c633766e0880fe38c9
3
+ size 18229498
checkpoint-35500/preprocessor_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0,
7
+ "processor_class": "Wav2Vec2Processor",
8
+ "return_attention_mask": true,
9
+ "sampling_rate": 16000
10
+ }
checkpoint-35500/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76f79ad9eb632d78cbe68ece09ed896dadd5ba973a9c9b00de233717d3851f93
3
+ size 14576
checkpoint-35500/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd0e3d77f68bf8d28be38b6fc0a8803cc79faae0d4de86891f0a86e52b4ca368
3
+ size 14576
checkpoint-35500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aceb8470f08db25e791dadb975ad2446187fefd8da338a65c859764d521ca4b4
3
+ size 1064
checkpoint-35500/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": true,
19
+ "normalized": false,
20
+ "rstrip": true,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "[UNK]",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": true,
28
+ "single_word": false
29
+ }
30
+ }
checkpoint-35500/tokenizer_config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "72": {
4
+ "content": "[UNK]",
5
+ "lstrip": true,
6
+ "normalized": false,
7
+ "rstrip": true,
8
+ "single_word": false,
9
+ "special": false
10
+ },
11
+ "73": {
12
+ "content": "[PAD]",
13
+ "lstrip": true,
14
+ "normalized": false,
15
+ "rstrip": true,
16
+ "single_word": false,
17
+ "special": false
18
+ },
19
+ "74": {
20
+ "content": "<s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "75": {
28
+ "content": "</s>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ }
35
+ },
36
+ "bos_token": "<s>",
37
+ "clean_up_tokenization_spaces": false,
38
+ "do_lower_case": false,
39
+ "eos_token": "</s>",
40
+ "extra_special_tokens": {},
41
+ "model_max_length": 1000000000000000019884624838656,
42
+ "pad_token": "[PAD]",
43
+ "processor_class": "Wav2Vec2Processor",
44
+ "replace_word_delimiter_char": " ",
45
+ "target_lang": "hau",
46
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
47
+ "unk_token": "[UNK]",
48
+ "word_delimiter_token": "|"
49
+ }
checkpoint-35500/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-35500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a44ba986b57f123ad8db3e83d0fdf39b1eec05f295109b684a766bb7281f959
3
+ size 5368
checkpoint-35500/vocab.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hau": {
3
+ "%": 1,
4
+ "&": 2,
5
+ "'": 3,
6
+ "*": 4,
7
+ "+": 5,
8
+ "-": 6,
9
+ "/": 7,
10
+ "0": 8,
11
+ "1": 9,
12
+ "2": 10,
13
+ "3": 11,
14
+ "4": 12,
15
+ "5": 13,
16
+ "6": 14,
17
+ "7": 15,
18
+ "8": 16,
19
+ "9": 17,
20
+ "=": 18,
21
+ "[PAD]": 73,
22
+ "[UNK]": 72,
23
+ "\\": 19,
24
+ "_": 20,
25
+ "`": 21,
26
+ "a": 22,
27
+ "b": 23,
28
+ "c": 24,
29
+ "d": 25,
30
+ "e": 26,
31
+ "f": 27,
32
+ "g": 28,
33
+ "h": 29,
34
+ "i": 30,
35
+ "j": 31,
36
+ "k": 32,
37
+ "l": 33,
38
+ "m": 34,
39
+ "n": 35,
40
+ "o": 36,
41
+ "p": 37,
42
+ "q": 38,
43
+ "r": 39,
44
+ "s": 40,
45
+ "t": 41,
46
+ "u": 42,
47
+ "v": 43,
48
+ "w": 44,
49
+ "x": 45,
50
+ "y": 46,
51
+ "z": 47,
52
+ "|": 0,
53
+ "à": 48,
54
+ "á": 49,
55
+ "ã": 50,
56
+ "é": 51,
57
+ "ì": 52,
58
+ "í": 53,
59
+ "ò": 54,
60
+ "ù": 55,
61
+ "ú": 56,
62
+ "ā": 57,
63
+ "ı": 58,
64
+ "ō": 59,
65
+ "ū": 60,
66
+ "ƙ": 61,
67
+ "ƴ": 62,
68
+ "ɓ": 63,
69
+ "ɗ": 64,
70
+ "ʼ": 65,
71
+ "̀": 66,
72
+ "ṣ": 67,
73
+ "ẹ": 68,
74
+ "ọ": 69,
75
+ "‘": 70,
76
+ "’": 71
77
+ }
78
+ }
checkpoint-35800/added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "</s>": 75,
3
+ "<s>": 74
4
+ }
checkpoint-35800/config.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/mms-1b-all",
3
+ "activation_dropout": 0.05,
4
+ "adapter_attn_dim": 16,
5
+ "adapter_kernel_size": 3,
6
+ "adapter_stride": 2,
7
+ "add_adapter": false,
8
+ "apply_spec_augment": true,
9
+ "architectures": [
10
+ "Wav2Vec2ForCTC"
11
+ ],
12
+ "attention_dropout": 0.05,
13
+ "bos_token_id": 1,
14
+ "classifier_proj_size": 256,
15
+ "codevector_dim": 1024,
16
+ "contrastive_logits_temperature": 0.1,
17
+ "conv_bias": true,
18
+ "conv_dim": [
19
+ 512,
20
+ 512,
21
+ 512,
22
+ 512,
23
+ 512,
24
+ 512,
25
+ 512
26
+ ],
27
+ "conv_kernel": [
28
+ 10,
29
+ 3,
30
+ 3,
31
+ 3,
32
+ 3,
33
+ 2,
34
+ 2
35
+ ],
36
+ "conv_stride": [
37
+ 5,
38
+ 2,
39
+ 2,
40
+ 2,
41
+ 2,
42
+ 2,
43
+ 2
44
+ ],
45
+ "ctc_loss_reduction": "mean",
46
+ "ctc_zero_infinity": false,
47
+ "diversity_loss_weight": 0.1,
48
+ "do_stable_layer_norm": true,
49
+ "eos_token_id": 2,
50
+ "feat_extract_activation": "gelu",
51
+ "feat_extract_dropout": 0.0,
52
+ "feat_extract_norm": "layer",
53
+ "feat_proj_dropout": 0.05,
54
+ "feat_quantizer_dropout": 0.0,
55
+ "final_dropout": 0.0,
56
+ "hidden_act": "gelu",
57
+ "hidden_dropout": 0.05,
58
+ "hidden_size": 1280,
59
+ "initializer_range": 0.02,
60
+ "intermediate_size": 5120,
61
+ "layer_norm_eps": 1e-05,
62
+ "layerdrop": 0.0,
63
+ "mask_feature_length": 10,
64
+ "mask_feature_min_masks": 0,
65
+ "mask_feature_prob": 0.0,
66
+ "mask_time_length": 10,
67
+ "mask_time_min_masks": 2,
68
+ "mask_time_prob": 0.05,
69
+ "model_type": "wav2vec2",
70
+ "num_adapter_layers": 3,
71
+ "num_attention_heads": 16,
72
+ "num_codevector_groups": 2,
73
+ "num_codevectors_per_group": 320,
74
+ "num_conv_pos_embedding_groups": 16,
75
+ "num_conv_pos_embeddings": 128,
76
+ "num_feat_extract_layers": 7,
77
+ "num_hidden_layers": 48,
78
+ "num_negatives": 100,
79
+ "output_hidden_size": 1280,
80
+ "pad_token_id": 73,
81
+ "proj_codevector_dim": 1024,
82
+ "tdnn_dilation": [
83
+ 1,
84
+ 2,
85
+ 3,
86
+ 1,
87
+ 1
88
+ ],
89
+ "tdnn_dim": [
90
+ 512,
91
+ 512,
92
+ 512,
93
+ 512,
94
+ 1500
95
+ ],
96
+ "tdnn_kernel": [
97
+ 5,
98
+ 3,
99
+ 3,
100
+ 1,
101
+ 1
102
+ ],
103
+ "torch_dtype": "float32",
104
+ "transformers_version": "4.48.1",
105
+ "use_weighted_layer_sum": false,
106
+ "vocab_size": 76,
107
+ "xvector_output_dim": 512
108
+ }
checkpoint-35800/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db7c67f4a34d2d80b4576d0cd2500bcdca1ddf617d8778eb19dab8376efd6112
3
+ size 3859121504
checkpoint-35800/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b8e7f34e5a4e54ac226fc5846cecf598bc162ececef5ccfdec7edec33921e43
3
+ size 18229498
checkpoint-35800/preprocessor_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0,
7
+ "processor_class": "Wav2Vec2Processor",
8
+ "return_attention_mask": true,
9
+ "sampling_rate": 16000
10
+ }
checkpoint-35800/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ad2c63590735a7041911e12fc7a9cf6b1a0e5addb5d1baae2dbb21be7870890
3
+ size 14512
checkpoint-35800/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d3194c7277ef65496d029351c6b10a2bf2965fab3a77887bf21072e5effc07a
3
+ size 14512
checkpoint-35800/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41546fba5e9dd3bc657341f1410e3803ed8f299eee5c0204c92b12a855766fa1
3
+ size 1064
checkpoint-35800/special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": true,
19
+ "normalized": false,
20
+ "rstrip": true,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "[UNK]",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": true,
28
+ "single_word": false
29
+ }
30
+ }
checkpoint-35800/tokenizer_config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "72": {
4
+ "content": "[UNK]",
5
+ "lstrip": true,
6
+ "normalized": false,
7
+ "rstrip": true,
8
+ "single_word": false,
9
+ "special": false
10
+ },
11
+ "73": {
12
+ "content": "[PAD]",
13
+ "lstrip": true,
14
+ "normalized": false,
15
+ "rstrip": true,
16
+ "single_word": false,
17
+ "special": false
18
+ },
19
+ "74": {
20
+ "content": "<s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "75": {
28
+ "content": "</s>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ }
35
+ },
36
+ "bos_token": "<s>",
37
+ "clean_up_tokenization_spaces": false,
38
+ "do_lower_case": false,
39
+ "eos_token": "</s>",
40
+ "extra_special_tokens": {},
41
+ "model_max_length": 1000000000000000019884624838656,
42
+ "pad_token": "[PAD]",
43
+ "processor_class": "Wav2Vec2Processor",
44
+ "replace_word_delimiter_char": " ",
45
+ "target_lang": "hau",
46
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
47
+ "unk_token": "[UNK]",
48
+ "word_delimiter_token": "|"
49
+ }
checkpoint-35800/trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoint-35800/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a44ba986b57f123ad8db3e83d0fdf39b1eec05f295109b684a766bb7281f959
3
+ size 5368
checkpoint-35800/vocab.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hau": {
3
+ "%": 1,
4
+ "&": 2,
5
+ "'": 3,
6
+ "*": 4,
7
+ "+": 5,
8
+ "-": 6,
9
+ "/": 7,
10
+ "0": 8,
11
+ "1": 9,
12
+ "2": 10,
13
+ "3": 11,
14
+ "4": 12,
15
+ "5": 13,
16
+ "6": 14,
17
+ "7": 15,
18
+ "8": 16,
19
+ "9": 17,
20
+ "=": 18,
21
+ "[PAD]": 73,
22
+ "[UNK]": 72,
23
+ "\\": 19,
24
+ "_": 20,
25
+ "`": 21,
26
+ "a": 22,
27
+ "b": 23,
28
+ "c": 24,
29
+ "d": 25,
30
+ "e": 26,
31
+ "f": 27,
32
+ "g": 28,
33
+ "h": 29,
34
+ "i": 30,
35
+ "j": 31,
36
+ "k": 32,
37
+ "l": 33,
38
+ "m": 34,
39
+ "n": 35,
40
+ "o": 36,
41
+ "p": 37,
42
+ "q": 38,
43
+ "r": 39,
44
+ "s": 40,
45
+ "t": 41,
46
+ "u": 42,
47
+ "v": 43,
48
+ "w": 44,
49
+ "x": 45,
50
+ "y": 46,
51
+ "z": 47,
52
+ "|": 0,
53
+ "à": 48,
54
+ "á": 49,
55
+ "ã": 50,
56
+ "é": 51,
57
+ "ì": 52,
58
+ "í": 53,
59
+ "ò": 54,
60
+ "ù": 55,
61
+ "ú": 56,
62
+ "ā": 57,
63
+ "ı": 58,
64
+ "ō": 59,
65
+ "ū": 60,
66
+ "ƙ": 61,
67
+ "ƴ": 62,
68
+ "ɓ": 63,
69
+ "ɗ": 64,
70
+ "ʼ": 65,
71
+ "̀": 66,
72
+ "ṣ": 67,
73
+ "ẹ": 68,
74
+ "ọ": 69,
75
+ "‘": 70,
76
+ "’": 71
77
+ }
78
+ }
cmd.sh ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ torchrun \
2
+ --nproc_per_node 2 run_speech_recognition_ctc_adapter.py \
3
+ --model_name_or_path="facebook/mms-1b-all" \
4
+ --dataset_name="/mnt/md0/synvoices/data/naijavoices_50h" \
5
+ --train_split_name="train" \
6
+ --eval_split_name="validation" \
7
+ --output_dir="./training_runs/mms-1b-naijavoices_50h-hau-ft" \
8
+ --num_train_epochs="20" \
9
+ --per_device_train_batch_size="8" \
10
+ --per_device_eval_batch_size="8" \
11
+ --gradient_accumulation_steps="2" \
12
+ --learning_rate="1e-3" \
13
+ --warmup_steps="100" \
14
+ --eval_strategy="steps" \
15
+ --save_steps="500" \
16
+ --eval_steps="500" \
17
+ --logging_steps="1" \
18
+ --eval_metrics wer cer \
19
+ --save_total_limit="2" \
20
+ --max_duration_in_seconds="30" \
21
+ --target_language="hau" \
22
+ --overwrite_lang_vocab \
23
+ --gradient_checkpointing \
24
+ --fp16 \
25
+ --do_train --do_eval \
26
+ --preprocessing_num_workers="12" \
27
+ --dataloader_num_workers="12"
config.json ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/mms-1b-all",
3
+ "activation_dropout": 0.05,
4
+ "adapter_attn_dim": 16,
5
+ "adapter_kernel_size": 3,
6
+ "adapter_stride": 2,
7
+ "add_adapter": false,
8
+ "apply_spec_augment": true,
9
+ "architectures": [
10
+ "Wav2Vec2ForCTC"
11
+ ],
12
+ "attention_dropout": 0.05,
13
+ "bos_token_id": 1,
14
+ "classifier_proj_size": 256,
15
+ "codevector_dim": 1024,
16
+ "contrastive_logits_temperature": 0.1,
17
+ "conv_bias": true,
18
+ "conv_dim": [
19
+ 512,
20
+ 512,
21
+ 512,
22
+ 512,
23
+ 512,
24
+ 512,
25
+ 512
26
+ ],
27
+ "conv_kernel": [
28
+ 10,
29
+ 3,
30
+ 3,
31
+ 3,
32
+ 3,
33
+ 2,
34
+ 2
35
+ ],
36
+ "conv_stride": [
37
+ 5,
38
+ 2,
39
+ 2,
40
+ 2,
41
+ 2,
42
+ 2,
43
+ 2
44
+ ],
45
+ "ctc_loss_reduction": "mean",
46
+ "ctc_zero_infinity": false,
47
+ "diversity_loss_weight": 0.1,
48
+ "do_stable_layer_norm": true,
49
+ "eos_token_id": 2,
50
+ "feat_extract_activation": "gelu",
51
+ "feat_extract_dropout": 0.0,
52
+ "feat_extract_norm": "layer",
53
+ "feat_proj_dropout": 0.05,
54
+ "feat_quantizer_dropout": 0.0,
55
+ "final_dropout": 0.0,
56
+ "hidden_act": "gelu",
57
+ "hidden_dropout": 0.05,
58
+ "hidden_size": 1280,
59
+ "initializer_range": 0.02,
60
+ "intermediate_size": 5120,
61
+ "layer_norm_eps": 1e-05,
62
+ "layerdrop": 0.0,
63
+ "mask_feature_length": 10,
64
+ "mask_feature_min_masks": 0,
65
+ "mask_feature_prob": 0.0,
66
+ "mask_time_length": 10,
67
+ "mask_time_min_masks": 2,
68
+ "mask_time_prob": 0.05,
69
+ "model_type": "wav2vec2",
70
+ "num_adapter_layers": 3,
71
+ "num_attention_heads": 16,
72
+ "num_codevector_groups": 2,
73
+ "num_codevectors_per_group": 320,
74
+ "num_conv_pos_embedding_groups": 16,
75
+ "num_conv_pos_embeddings": 128,
76
+ "num_feat_extract_layers": 7,
77
+ "num_hidden_layers": 48,
78
+ "num_negatives": 100,
79
+ "output_hidden_size": 1280,
80
+ "pad_token_id": 73,
81
+ "proj_codevector_dim": 1024,
82
+ "tdnn_dilation": [
83
+ 1,
84
+ 2,
85
+ 3,
86
+ 1,
87
+ 1
88
+ ],
89
+ "tdnn_dim": [
90
+ 512,
91
+ 512,
92
+ 512,
93
+ 512,
94
+ 1500
95
+ ],
96
+ "tdnn_kernel": [
97
+ 5,
98
+ 3,
99
+ 3,
100
+ 1,
101
+ 1
102
+ ],
103
+ "torch_dtype": "float32",
104
+ "transformers_version": "4.48.1",
105
+ "use_weighted_layer_sum": false,
106
+ "vocab_size": 76,
107
+ "xvector_output_dim": 512
108
+ }
eval_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "eval_cer": 0.08417073090897188,
4
+ "eval_loss": 0.3183983564376831,
5
+ "eval_runtime": 55.1605,
6
+ "eval_samples": 4538,
7
+ "eval_samples_per_second": 82.269,
8
+ "eval_steps_per_second": 5.149,
9
+ "eval_wer": 0.3324767464595961
10
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db7c67f4a34d2d80b4576d0cd2500bcdca1ddf617d8778eb19dab8376efd6112
3
+ size 3859121504
preprocessor_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0,
7
+ "processor_class": "Wav2Vec2Processor",
8
+ "return_attention_mask": true,
9
+ "sampling_rate": 16000
10
+ }
runs/Mar18_00-52-03_gmy/events.out.tfevents.1742251942.gmy.34197.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e178316430bf6f7121ca55743d2aee96c203230e71176959a326221c65340639
3
+ size 7664030
runs/Mar18_00-52-03_gmy/events.out.tfevents.1742306969.gmy.34197.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adfb53624452c5c767397ee763c755fc6988a9761bfe124a8c52da3a0aab3bf6
3
+ size 460
special_tokens_map.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": {
17
+ "content": "[PAD]",
18
+ "lstrip": true,
19
+ "normalized": false,
20
+ "rstrip": true,
21
+ "single_word": false
22
+ },
23
+ "unk_token": {
24
+ "content": "[UNK]",
25
+ "lstrip": true,
26
+ "normalized": false,
27
+ "rstrip": true,
28
+ "single_word": false
29
+ }
30
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "72": {
4
+ "content": "[UNK]",
5
+ "lstrip": true,
6
+ "normalized": false,
7
+ "rstrip": true,
8
+ "single_word": false,
9
+ "special": false
10
+ },
11
+ "73": {
12
+ "content": "[PAD]",
13
+ "lstrip": true,
14
+ "normalized": false,
15
+ "rstrip": true,
16
+ "single_word": false,
17
+ "special": false
18
+ },
19
+ "74": {
20
+ "content": "<s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "75": {
28
+ "content": "</s>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ }
35
+ },
36
+ "bos_token": "<s>",
37
+ "clean_up_tokenization_spaces": false,
38
+ "do_lower_case": false,
39
+ "eos_token": "</s>",
40
+ "extra_special_tokens": {},
41
+ "model_max_length": 1000000000000000019884624838656,
42
+ "pad_token": "[PAD]",
43
+ "processor_class": "Wav2Vec2Processor",
44
+ "replace_word_delimiter_char": " ",
45
+ "target_lang": "hau",
46
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
47
+ "unk_token": "[UNK]",
48
+ "word_delimiter_token": "|"
49
+ }
train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 20.0,
3
+ "total_flos": 5.794046604000698e+20,
4
+ "train_loss": 0.4541601099669101,
5
+ "train_runtime": 54968.513,
6
+ "train_samples": 57274,
7
+ "train_samples_per_second": 20.839,
8
+ "train_steps_per_second": 0.651
9
+ }
trainer_state.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a44ba986b57f123ad8db3e83d0fdf39b1eec05f295109b684a766bb7281f959
3
+ size 5368
vocab.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "hau": {
3
+ "%": 1,
4
+ "&": 2,
5
+ "'": 3,
6
+ "*": 4,
7
+ "+": 5,
8
+ "-": 6,
9
+ "/": 7,
10
+ "0": 8,
11
+ "1": 9,
12
+ "2": 10,
13
+ "3": 11,
14
+ "4": 12,
15
+ "5": 13,
16
+ "6": 14,
17
+ "7": 15,
18
+ "8": 16,
19
+ "9": 17,
20
+ "=": 18,
21
+ "[PAD]": 73,
22
+ "[UNK]": 72,
23
+ "\\": 19,
24
+ "_": 20,
25
+ "`": 21,
26
+ "a": 22,
27
+ "b": 23,
28
+ "c": 24,
29
+ "d": 25,
30
+ "e": 26,
31
+ "f": 27,
32
+ "g": 28,
33
+ "h": 29,
34
+ "i": 30,
35
+ "j": 31,
36
+ "k": 32,
37
+ "l": 33,
38
+ "m": 34,
39
+ "n": 35,
40
+ "o": 36,
41
+ "p": 37,
42
+ "q": 38,
43
+ "r": 39,
44
+ "s": 40,
45
+ "t": 41,
46
+ "u": 42,
47
+ "v": 43,
48
+ "w": 44,
49
+ "x": 45,
50
+ "y": 46,
51
+ "z": 47,
52
+ "|": 0,
53
+ "à": 48,
54
+ "á": 49,
55
+ "ã": 50,
56
+ "é": 51,
57
+ "ì": 52,
58
+ "í": 53,
59
+ "ò": 54,
60
+ "ù": 55,
61
+ "ú": 56,
62
+ "ā": 57,
63
+ "ı": 58,
64
+ "ō": 59,
65
+ "ū": 60,
66
+ "ƙ": 61,
67
+ "ƴ": 62,
68
+ "ɓ": 63,
69
+ "ɗ": 64,
70
+ "ʼ": 65,
71
+ "̀": 66,
72
+ "ṣ": 67,
73
+ "ẹ": 68,
74
+ "ọ": 69,
75
+ "‘": 70,
76
+ "’": 71
77
+ }
78
+ }