danielbubiola commited on
Commit
a13788f
·
1 Parent(s): 9486c8a

End of training

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Harveenchadha/vakyansh-wav2vec2-bengali-bnm-200",
3
+ "activation_dropout": 0.1,
4
+ "apply_spec_augment": true,
5
+ "architectures": [
6
+ "Wav2Vec2ForCTC"
7
+ ],
8
+ "attention_dropout": 0.1,
9
+ "bos_token": "<s>",
10
+ "bos_token_id": 0,
11
+ "classifier_proj_size": 256,
12
+ "codevector_dim": 256,
13
+ "contrastive_logits_temperature": 0.1,
14
+ "conv_bias": false,
15
+ "conv_dim": [
16
+ 512,
17
+ 512,
18
+ 512,
19
+ 512,
20
+ 512,
21
+ 512,
22
+ 512
23
+ ],
24
+ "conv_kernel": [
25
+ 10,
26
+ 3,
27
+ 3,
28
+ 3,
29
+ 3,
30
+ 2,
31
+ 2
32
+ ],
33
+ "conv_stride": [
34
+ 5,
35
+ 2,
36
+ 2,
37
+ 2,
38
+ 2,
39
+ 2,
40
+ 2
41
+ ],
42
+ "ctc_loss_reduction": "mean",
43
+ "ctc_zero_infinity": false,
44
+ "diversity_loss_weight": 0.1,
45
+ "do_lower_case": false,
46
+ "do_stable_layer_norm": false,
47
+ "eos_token": "</s>",
48
+ "eos_token_id": 2,
49
+ "feat_extract_activation": "gelu",
50
+ "feat_extract_norm": "group",
51
+ "feat_proj_dropout": 0.1,
52
+ "feat_quantizer_dropout": 0.0,
53
+ "final_dropout": 0.1,
54
+ "gradient_checkpointing": false,
55
+ "hidden_act": "gelu",
56
+ "hidden_dropout": 0.1,
57
+ "hidden_size": 768,
58
+ "initializer_range": 0.02,
59
+ "intermediate_size": 3072,
60
+ "layer_norm_eps": 1e-05,
61
+ "layerdrop": 0.1,
62
+ "mask_feature_length": 10,
63
+ "mask_feature_prob": 0.0,
64
+ "mask_time_length": 10,
65
+ "mask_time_prob": 0.05,
66
+ "model_type": "wav2vec2",
67
+ "num_attention_heads": 12,
68
+ "num_codevector_groups": 2,
69
+ "num_codevectors_per_group": 320,
70
+ "num_conv_pos_embedding_groups": 16,
71
+ "num_conv_pos_embeddings": 128,
72
+ "num_feat_extract_layers": 7,
73
+ "num_hidden_layers": 12,
74
+ "num_negatives": 100,
75
+ "pad_token": "[PAD]",
76
+ "pad_token_id": 1,
77
+ "proj_codevector_dim": 256,
78
+ "torch_dtype": "float32",
79
+ "transformers_version": "4.11.3",
80
+ "unk_token": "[UNK]",
81
+ "use_weighted_layer_sum": false,
82
+ "vocab_size": 65,
83
+ "word_delimiter_token": "|"
84
+ }
preprocessor_config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "do_normalize": true,
3
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
+ "feature_size": 1,
5
+ "padding_side": "right",
6
+ "padding_value": 0.0,
7
+ "return_attention_mask": false,
8
+ "sampling_rate": 16000
9
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1535661e841aba70fd2cc361788b4eb1973d0c1a9ba4e25fd21633a586c795f6
3
+ size 377771543
runs/Jan24_09-48-04_25d59e120851/1643017744.034994/events.out.tfevents.1643017744.25d59e120851.2839.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8a5e75bffe095c5c31bbcafd82ed5e189059e716984d31cfd1a481519294897
3
+ size 4495
runs/Jan24_09-48-04_25d59e120851/events.out.tfevents.1643017744.25d59e120851.2839.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34924f9e9c337b5b80a1ec7a228fcff33cd003e972ad35c766845ca9c01e56ac
3
+ size 4283
runs/Jan24_09-54-05_25d59e120851/1643018098.6028543/events.out.tfevents.1643018098.25d59e120851.3135.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10f6159f756ae899cb328c3a3c75b1d17668cd9677146801d237e85c9a0b6dd9
3
+ size 4495
runs/Jan24_09-54-05_25d59e120851/1643018208.4278948/events.out.tfevents.1643018208.25d59e120851.3135.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:936b9b9e16592deef1d211865e4251c347d70e5de84b78e4a61a4eac2186d2bb
3
+ size 4495
runs/Jan24_09-54-05_25d59e120851/1643018389.7625442/events.out.tfevents.1643018389.25d59e120851.3135.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be9897fcf41a94ba41a5ac39c33c03c2e958abbb8db2d0f56f8109665e2c9ce6
3
+ size 4495
runs/Jan24_09-54-05_25d59e120851/events.out.tfevents.1643018098.25d59e120851.3135.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d28dea5bee9d76a1ce559abe796b56e7c275a502fce4211b1a8bb437cbdc8375
3
+ size 8526
runs/Jan24_09-54-05_25d59e120851/events.out.tfevents.1643018389.25d59e120851.3135.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4c32ea52905bd9d7dfa0f1de64225f21caacd86d740259e9a84c38385b99198
3
+ size 4283
runs/Jan24_10-10-22_25d59e120851/1643019075.0940666/events.out.tfevents.1643019075.25d59e120851.3641.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a7bb72c0f5c358cc44f2109b82eba78de318fadd8f6486f93a6c688b5206555
3
+ size 4495
runs/Jan24_10-10-22_25d59e120851/1643019261.6127684/events.out.tfevents.1643019261.25d59e120851.3641.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47ae8ff2b9df0f264dac57319fb1314e4b2d90e881a68308240d3736b559c47a
3
+ size 4495
runs/Jan24_10-10-22_25d59e120851/events.out.tfevents.1643019075.25d59e120851.3641.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dffcdd35a39266fe585e50a7ed29fb8a63d020cbb0de8775599daf64ee29d12c
3
+ size 8526
runs/Jan24_10-21-24_25d59e120851/1643019701.0367239/events.out.tfevents.1643019701.25d59e120851.3959.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78b5fd271981313dce2d88fcd6c63b44acf4e5b669dbcad94d7dc32287ab3d02
3
+ size 4495
runs/Jan24_10-21-24_25d59e120851/events.out.tfevents.1643019701.25d59e120851.3959.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfbedc4a26d6f9840d00f7789fb58fceab71fb7e6f054b402531bd9d7cd05b27
3
+ size 4637
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:159026a4e79c285fb4f437e6f37ac21003e892f731ef12312f2728e1f21f50ff
3
+ size 2799