Priyanship commited on
Commit
263641c
·
verified ·
1 Parent(s): 54eca44

End of training

Browse files
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ model-index:
5
+ - name: eval_cache_hindi_only
6
+ results: []
7
+ ---
8
+
9
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
10
+ should probably proofread and complete it, then remove this comment. -->
11
+
12
+ [<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/priyanshipal/huggingface/runs/upry9j53)
13
+ # eval_cache_hindi_only
14
+
15
+ This model was trained from scratch on an unknown dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - eval_loss: 2.2188
18
+ - eval_model_preparation_time: 0.0045
19
+ - eval_cer: 0.4569
20
+ - eval_wer: 0.5264
21
+ - eval_runtime: 31.2077
22
+ - eval_samples_per_second: 18.329
23
+ - eval_steps_per_second: 1.154
24
+ - step: 0
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 0.0006
44
+ - train_batch_size: 16
45
+ - eval_batch_size: 16
46
+ - seed: 300
47
+ - gradient_accumulation_steps: 2
48
+ - total_train_batch_size: 32
49
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
50
+ - lr_scheduler_type: linear
51
+ - lr_scheduler_warmup_steps: 500
52
+ - training_steps: 1000
53
+ - mixed_precision_training: Native AMP
54
+
55
+ ### Framework versions
56
+
57
+ - Transformers 4.43.1
58
+ - Pytorch 2.4.0
59
+ - Datasets 2.20.0
60
+ - Tokenizers 0.19.1
all_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eval_cer": 0.45689757252812313,
3
+ "eval_loss": 2.218759059906006,
4
+ "eval_model_preparation_time": 0.0045,
5
+ "eval_runtime": 31.2077,
6
+ "eval_samples": 572,
7
+ "eval_samples_per_second": 18.329,
8
+ "eval_steps_per_second": 1.154,
9
+ "eval_wer": 0.5264004680415387
10
+ }
config.json ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/scratch/elec/puhe/p/palp3/MUCS/indicwav2vec_outputs/pd_warmup_500/s300_shuff100",
3
+ "activation_dropout": 0.0,
4
+ "adapter_attn_dim": null,
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.3,
13
+ "bos_token_id": 1,
14
+ "classifier_proj_size": 256,
15
+ "codevector_dim": 256,
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.3,
54
+ "feat_quantizer_dropout": 0.0,
55
+ "final_dropout": 0.0,
56
+ "hidden_act": "gelu",
57
+ "hidden_dropout": 0.2,
58
+ "hidden_dropout_prob": 0.1,
59
+ "hidden_size": 1024,
60
+ "initializer_range": 0.02,
61
+ "intermediate_size": 4096,
62
+ "layer_norm_eps": 1e-05,
63
+ "layerdrop": 0.0,
64
+ "mask_feature_length": 10,
65
+ "mask_feature_min_masks": 0,
66
+ "mask_feature_prob": 0.0,
67
+ "mask_time_length": 10,
68
+ "mask_time_min_masks": 2,
69
+ "mask_time_prob": 0.05,
70
+ "model_type": "wav2vec2",
71
+ "num_adapter_layers": 3,
72
+ "num_attention_heads": 16,
73
+ "num_codevector_groups": 2,
74
+ "num_codevectors_per_group": 320,
75
+ "num_conv_pos_embedding_groups": 16,
76
+ "num_conv_pos_embeddings": 128,
77
+ "num_feat_extract_layers": 7,
78
+ "num_hidden_layers": 24,
79
+ "num_negatives": 100,
80
+ "output_hidden_size": 1024,
81
+ "pad_token_id": 148,
82
+ "proj_codevector_dim": 256,
83
+ "tdnn_dilation": [
84
+ 1,
85
+ 2,
86
+ 3,
87
+ 1,
88
+ 1
89
+ ],
90
+ "tdnn_dim": [
91
+ 512,
92
+ 512,
93
+ 512,
94
+ 512,
95
+ 1500
96
+ ],
97
+ "tdnn_kernel": [
98
+ 5,
99
+ 3,
100
+ 3,
101
+ 1,
102
+ 1
103
+ ],
104
+ "torch_dtype": "float32",
105
+ "transformers_version": "4.43.1",
106
+ "use_weighted_layer_sum": false,
107
+ "vocab_size": 151,
108
+ "xvector_output_dim": 512
109
+ }
eval_results.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eval_cer": 0.45689757252812313,
3
+ "eval_loss": 2.218759059906006,
4
+ "eval_model_preparation_time": 0.0045,
5
+ "eval_runtime": 31.2077,
6
+ "eval_samples": 572,
7
+ "eval_samples_per_second": 18.329,
8
+ "eval_steps_per_second": 1.154,
9
+ "eval_wer": 0.5264004680415387
10
+ }
evalonlyhindi_indicwav2vec_MUCS_warmup500_s300shuff100_2144517.out ADDED
@@ -0,0 +1,309 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0
  0%| | 0/36 [00:00<?, ?it/s]
1
  6%|▌ | 2/36 [00:01<00:23, 1.43it/s]
2
  8%|▊ | 3/36 [00:02<00:31, 1.04it/s]
3
  11%|█ | 4/36 [00:04<00:40, 1.26s/it]
4
  14%|█▍ | 5/36 [00:06<00:42, 1.36s/it]
5
  17%|█▋ | 6/36 [00:07<00:40, 1.36s/it]
6
  19%|█▉ | 7/36 [00:08<00:35, 1.21s/it]
7
  22%|██▏ | 8/36 [00:08<00:27, 1.04it/s]
8
  25%|██▌ | 9/36 [00:09<00:22, 1.20it/s]
9
  28%|██▊ | 10/36 [00:09<00:20, 1.24it/s]
10
  31%|███ | 11/36 [00:10<00:20, 1.21it/s]
11
  33%|███▎ | 12/36 [00:11<00:19, 1.22it/s]
12
  36%|███▌ | 13/36 [00:12<00:17, 1.31it/s]
13
  39%|███▉ | 14/36 [00:12<00:14, 1.50it/s]
14
  42%|████▏ | 15/36 [00:13<00:12, 1.68it/s]
15
  44%|████▍ | 16/36 [00:13<00:10, 1.83it/s]
16
  47%|████▋ | 17/36 [00:14<00:09, 1.92it/s]
17
  50%|█████ | 18/36 [00:14<00:09, 1.86it/s]
18
  53%|█████▎ | 19/36 [00:15<00:09, 1.78it/s]
19
  56%|█████▌ | 20/36 [00:15<00:08, 1.83it/s]
20
  58%|█████▊ | 21/36 [00:16<00:07, 1.97it/s]
21
  61%|██████ | 22/36 [00:16<00:07, 1.97it/s]
22
  64%|██████▍ | 23/36 [00:17<00:06, 1.94it/s]
23
  67%|██████▋ | 24/36 [00:17<00:06, 1.93it/s]
24
  69%|██████▉ | 25/36 [00:18<00:05, 1.85it/s]
25
  72%|███████▏ | 26/36 [00:18<00:05, 1.87it/s]
26
  75%|███████▌ | 27/36 [00:19<00:04, 1.96it/s]
27
  78%|███████▊ | 28/36 [00:20<00:04, 1.63it/s]
28
  81%|████████ | 29/36 [00:21<00:06, 1.07it/s]
29
  83%|████████▎ | 30/36 [00:23<00:06, 1.08s/it]
30
  86%|████████▌ | 31/36 [00:25<00:06, 1.35s/it]
31
  89%|████████▉ | 32/36 [00:25<00:04, 1.12s/it]
32
  92%|█████████▏| 33/36 [00:26<00:02, 1.04it/s]
33
  94%|█████████▍| 34/36 [00:26<00:01, 1.20it/s]
34
  97%|█████████▋| 35/36 [00:27<00:00, 1.35it/s]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ wandb: Currently logged in as: priyanshi-pal (priyanshipal). Use `wandb login --relogin` to force relogin
2
+ wandb: wandb version 0.17.7 is available! To upgrade, please run:
3
+ wandb: $ pip install wandb --upgrade
4
+ wandb: Tracking run with wandb version 0.17.6
5
+ wandb: Run data is saved locally in /scratch/elec/t405-puhe/p/palp3/MUCS/wandb/run-20240822_174142-upry9j53
6
+ wandb: Run `wandb offline` to turn off syncing.
7
+ wandb: Syncing run eval_pd20000_w500_s300_shuff100_hinglish
8
+ wandb: ⭐️ View project at https://wandb.ai/priyanshipal/huggingface
9
+ wandb: 🚀 View run at https://wandb.ai/priyanshipal/huggingface/runs/upry9j53
10
+ /scratch/work/palp3/myenv/lib/python3.11/site-packages/transformers/training_args.py:1525: FutureWarning: `evaluation_strategy` is deprecated and will be removed in version 4.46 of 🤗 Transformers. Use `eval_strategy` instead
11
+ warnings.warn(
12
+
13
+ /scratch/work/palp3/myenv/lib/python3.11/site-packages/transformers/models/auto/configuration_auto.py:957: FutureWarning: The `use_auth_token` argument is deprecated and will be removed in v5 of Transformers. Please use `token` instead.
14
+ warnings.warn(
15
+ /scratch/work/palp3/myenv/lib/python3.11/site-packages/transformers/models/auto/feature_extraction_auto.py:329: FutureWarning: The `use_auth_token` argument is deprecated and will be removed in v5 of Transformers. Please use `token` instead.
16
+ warnings.warn(
17
+ /scratch/work/palp3/myenv/lib/python3.11/site-packages/accelerate/accelerator.py:488: FutureWarning: `torch.cuda.amp.GradScaler(args...)` is deprecated. Please use `torch.amp.GradScaler('cuda', args...)` instead.
18
+ self.scaler = torch.cuda.amp.GradScaler(**kwargs)
19
+ max_steps is given, it will override any value given in num_train_epochs
20
+ Wav2Vec2CTCTokenizer(name_or_path='', vocab_size=149, model_max_length=1000000000000000019884624838656, is_fast=False, padding_side='right', truncation_side='right', special_tokens={'bos_token': '<s>', 'eos_token': '</s>', 'unk_token': '[UNK]', 'pad_token': '[PAD]'}, clean_up_tokenization_spaces=True), added_tokens_decoder={
21
+ 147: AddedToken("[UNK]", rstrip=True, lstrip=True, single_word=False, normalized=False, special=False),
22
+ 148: AddedToken("[PAD]", rstrip=True, lstrip=True, single_word=False, normalized=False, special=False),
23
+ 149: AddedToken("<s>", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),
24
+ 150: AddedToken("</s>", rstrip=False, lstrip=False, single_word=False, normalized=False, special=True),
25
+ }
26
+ CHECK MODEL PARAMS Wav2Vec2ForCTC(
27
+ (wav2vec2): Wav2Vec2Model(
28
+ (feature_extractor): Wav2Vec2FeatureEncoder(
29
+ (conv_layers): ModuleList(
30
+ (0): Wav2Vec2LayerNormConvLayer(
31
+ (conv): Conv1d(1, 512, kernel_size=(10,), stride=(5,))
32
+ (layer_norm): LayerNorm((512,), eps=1e-05, elementwise_affine=True)
33
+ (activation): GELUActivation()
34
+ )
35
+ (1-4): 4 x Wav2Vec2LayerNormConvLayer(
36
+ (conv): Conv1d(512, 512, kernel_size=(3,), stride=(2,))
37
+ (layer_norm): LayerNorm((512,), eps=1e-05, elementwise_affine=True)
38
+ (activation): GELUActivation()
39
+ )
40
+ (5-6): 2 x Wav2Vec2LayerNormConvLayer(
41
+ (conv): Conv1d(512, 512, kernel_size=(2,), stride=(2,))
42
+ (layer_norm): LayerNorm((512,), eps=1e-05, elementwise_affine=True)
43
+ (activation): GELUActivation()
44
+ )
45
+ )
46
+ )
47
+ (feature_projection): Wav2Vec2FeatureProjection(
48
+ (layer_norm): LayerNorm((512,), eps=1e-05, elementwise_affine=True)
49
+ (projection): Linear(in_features=512, out_features=1024, bias=True)
50
+ (dropout): Dropout(p=0.3, inplace=False)
51
+ )
52
+ (encoder): Wav2Vec2EncoderStableLayerNorm(
53
+ (pos_conv_embed): Wav2Vec2PositionalConvEmbedding(
54
+ (conv): ParametrizedConv1d(
55
+ 1024, 1024, kernel_size=(128,), stride=(1,), padding=(64,), groups=16
56
+ (parametrizations): ModuleDict(
57
+ (weight): ParametrizationList(
58
+ (0): _WeightNorm()
59
+ )
60
+ )
61
+ )
62
+ (padding): Wav2Vec2SamePadLayer()
63
+ (activation): GELUActivation()
64
+ )
65
+ (layer_norm): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
66
+ (dropout): Dropout(p=0.2, inplace=False)
67
+ (layers): ModuleList(
68
+ (0-23): 24 x Wav2Vec2EncoderLayerStableLayerNorm(
69
+ (attention): Wav2Vec2SdpaAttention(
70
+ (k_proj): Linear(in_features=1024, out_features=1024, bias=True)
71
+ (v_proj): Linear(in_features=1024, out_features=1024, bias=True)
72
+ (q_proj): Linear(in_features=1024, out_features=1024, bias=True)
73
+ (out_proj): Linear(in_features=1024, out_features=1024, bias=True)
74
+ )
75
+ (dropout): Dropout(p=0.2, inplace=False)
76
+ (layer_norm): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
77
+ (feed_forward): Wav2Vec2FeedForward(
78
+ (intermediate_dropout): Dropout(p=0.0, inplace=False)
79
+ (intermediate_dense): Linear(in_features=1024, out_features=4096, bias=True)
80
+ (intermediate_act_fn): GELUActivation()
81
+ (output_dense): Linear(in_features=4096, out_features=1024, bias=True)
82
+ (output_dropout): Dropout(p=0.2, inplace=False)
83
+ )
84
+ (final_layer_norm): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
85
+ )
86
+ )
87
+ )
88
+ )
89
+ (dropout): Dropout(p=0.0, inplace=False)
90
+ (lm_head): Linear(in_features=1024, out_features=151, bias=True)
91
+ )
92
+ check the eval set length 572
93
+ 08/22/2024 17:41:50 - INFO - __main__ - *** Evaluate ***
94
+ /scratch/work/palp3/myenv/lib/python3.11/site-packages/transformers/models/wav2vec2/processing_wav2vec2.py:157: UserWarning: `as_target_processor` is deprecated and will be removed in v5 of Transformers. You can process your labels by using the argument `text` of the regular `__call__` method (either in the same call as your audio inputs, or in a separate call.
95
+ warnings.warn(
96
+
97
  0%| | 0/36 [00:00<?, ?it/s]
98
  6%|▌ | 2/36 [00:01<00:23, 1.43it/s]
99
  8%|▊ | 3/36 [00:02<00:31, 1.04it/s]
100
  11%|█ | 4/36 [00:04<00:40, 1.26s/it]
101
  14%|█▍ | 5/36 [00:06<00:42, 1.36s/it]
102
  17%|█▋ | 6/36 [00:07<00:40, 1.36s/it]
103
  19%|█▉ | 7/36 [00:08<00:35, 1.21s/it]
104
  22%|██▏ | 8/36 [00:08<00:27, 1.04it/s]
105
  25%|██▌ | 9/36 [00:09<00:22, 1.20it/s]
106
  28%|██▊ | 10/36 [00:09<00:20, 1.24it/s]
107
  31%|███ | 11/36 [00:10<00:20, 1.21it/s]
108
  33%|███▎ | 12/36 [00:11<00:19, 1.22it/s]
109
  36%|███▌ | 13/36 [00:12<00:17, 1.31it/s]
110
  39%|███▉ | 14/36 [00:12<00:14, 1.50it/s]
111
  42%|████▏ | 15/36 [00:13<00:12, 1.68it/s]
112
  44%|████▍ | 16/36 [00:13<00:10, 1.83it/s]
113
  47%|████▋ | 17/36 [00:14<00:09, 1.92it/s]
114
  50%|█████ | 18/36 [00:14<00:09, 1.86it/s]
115
  53%|█████▎ | 19/36 [00:15<00:09, 1.78it/s]
116
  56%|█████▌ | 20/36 [00:15<00:08, 1.83it/s]
117
  58%|█████▊ | 21/36 [00:16<00:07, 1.97it/s]
118
  61%|██████ | 22/36 [00:16<00:07, 1.97it/s]
119
  64%|██████▍ | 23/36 [00:17<00:06, 1.94it/s]
120
  67%|██████▋ | 24/36 [00:17<00:06, 1.93it/s]
121
  69%|██████▉ | 25/36 [00:18<00:05, 1.85it/s]
122
  72%|███████▏ | 26/36 [00:18<00:05, 1.87it/s]
123
  75%|███████▌ | 27/36 [00:19<00:04, 1.96it/s]
124
  78%|███████▊ | 28/36 [00:20<00:04, 1.63it/s]
125
  81%|████████ | 29/36 [00:21<00:06, 1.07it/s]
126
  83%|████████▎ | 30/36 [00:23<00:06, 1.08s/it]
127
  86%|████████▌ | 31/36 [00:25<00:06, 1.35s/it]
128
  89%|████████▉ | 32/36 [00:25<00:04, 1.12s/it]
129
  92%|█████████▏| 33/36 [00:26<00:02, 1.04it/s]
130
  94%|█████████▍| 34/36 [00:26<00:01, 1.20it/s]
131
  97%|█████████▋| 35/36 [00:27<00:00, 1.35it/s]
132
+ Printing predictions for a few samples:
133
+ Sample 1:
134
+ Reference: हम उनका उपयोग ऐसे ही कर सकते हैं या आवश्यकता अनुसार कुछ बदलाव करके उपयोग कर सकते हैं
135
+ ######
136
+
137
+
138
+ Prediction: हम उनका उपयोग ऐसे ही कर सकते हैं
139
+
140
+
141
+
142
+ Sample 2:
143
+ Reference: अतः शीर्षक इस तरह से जोड़ सकते हैं
144
+ ######
145
+
146
+
147
+ Prediction: अतः शीर्ष है
148
+
149
+
150
+
151
+ Sample 3:
152
+ Reference: प्रेसेंटेशन के अंत में आपने स्लाइड की एक कॉपी बना ली है
153
+ ######
154
+
155
+
156
+ Prediction: presentation के अंत में आपने स ैंैं
157
+
158
+
159
+
160
+ Sample 4:
161
+ Reference: चलिए अब फोंट्स और फोंट्स को फॉर्मेट करने के कुछ तरीके देखते हैं
162
+ ######
163
+
164
+
165
+ Prediction: चलिए अब fonts और fonts को format करने के कुछ तरीके देेहं
166
+
167
+
168
+
169
+ Sample 5:
170
+ Reference: यह एक डायलॉग बॉक्स खोलेगा जिसमें हम अपनी आवश्यकतानुसार फॉन्ट स्टाइल और साइज़ सेट कर सकते हैं
171
+ ######
172
+
173
+
174
+ Prediction: यह एक dialog box खोलेगा जिसमें हम अपनी आवश्यकत हैहै
175
+
176
+
177
+
178
+ last Reference string यह स्क्रिप्ट लता द्वारा अनुवादित है आईआईटी मुंबई की ओर से मैं रवि कुमार अब आपसे विदा लेता हूँहमसे जुड़ने के लिए धन्यवाद
179
+
180
+
181
+ last prediction string लता द्वारा अनुवादित है आई आई टी मुmबई की ओर से मैं रवि कुमार अब आपसे विदा लेता हूँ हमसे जुड़ने के लिए धन्यवाद
182
+ ***** eval metrics *****
183
+ eval_cer = 0.4569
184
+ eval_loss = 2.2188
185
+ eval_model_preparation_time = 0.0045
186
+ eval_runtime = 0:00:31.20
187
+ eval_samples = 572
188
+ eval_samples_per_second = 18.329
189
+ eval_steps_per_second = 1.154
190
+ eval_wer = 0.5264
191
+
192
+
193
+
194
+
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+
249
+
250
+
251
+
252
+
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+
261
+
262
+
263
+
264
+
265
+
266
+
267
+
268
+
269
+
270
+
271
+
272
+
273
+
274
+
275
+
276
+
277
+
278
+
279
+
280
+
281
+
282
+
283
+
284
+
285
+
286
+
287
+
288
+
289
+
290
+
291
+
292
+
293
+
294
+
295
+
296
+
297
+
298
+
299
+
300
+
301
+
302
+
303
+
304
+
305
+
306
+
307
+
308
+
309
+
310
+
311
+
312
+
313
+
314
+
315
+
316
+
317
+
318
+
319
+
320
+
321
+
322
+
323
+
324
+
325
+
326
+
327
+
328
+
329
+
330
+
331
+
332
+
333
+
334
+
335
+
336
+
337
+
338
+
339
+
340
+
341
+
342
+
343
+
344
+
json/default-b60d5edd0f197c71/0.0.0/7483f22a71512872c377524b97484f6d20c275799bb9e7cd8fb3198178d8220a.incomplete_info.lock ADDED
File without changes
json/default-b60d5edd0f197c71/0.0.0/7483f22a71512872c377524b97484f6d20c275799bb9e7cd8fb3198178d8220a/dataset_info.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"description": "", "citation": "", "homepage": "", "license": "", "features": {"audio_id": {"dtype": "string", "_type": "Value"}, "audio_paths": {"dtype": "string", "_type": "Value"}, "transcriptions": {"dtype": "string", "_type": "Value"}}, "builder_name": "json", "dataset_name": "json", "config_name": "default", "version": {"version_str": "0.0.0", "major": 0, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 159776, "num_examples": 572, "dataset_name": "json"}}, "download_checksums": {"/m/triton/scratch/elec/puhe/p/palp3/MUCS/mucs_language_segregated_data/MUCS_test_languagesep_data.json": {"num_bytes": 1275544, "checksum": null}}, "download_size": 1275544, "dataset_size": 159776, "size_in_bytes": 1435320}
json/default-b60d5edd0f197c71/0.0.0/7483f22a71512872c377524b97484f6d20c275799bb9e7cd8fb3198178d8220a/json-train.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f67abacdef72568fdccdc70e54cc80c5aca72a7c217cf5c533dcdd9be5ca20b5
3
+ size 160568
json/default-b60d5edd0f197c71/0.0.0/7483f22a71512872c377524b97484f6d20c275799bb9e7cd8fb3198178d8220a_builder.lock ADDED
File without changes
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08de7da709cb1c87182ea525062fcd525beeade5ce32613467ec0bcc59e40f04
3
+ size 1262426580
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d8d438794391e3bf26a9530b1ace42edaca09a85e6347831ad44994aa46da18
3
+ size 5432