nikhil6041 commited on
Commit
3a6b145
1 Parent(s): aa65a87

Training in progress, step 400

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "Harveenchadha/vakyansh-wav2vec2-tamil-tam-250",
3
+ "activation_dropout": 0.1,
4
+ "apply_spec_augment": true,
5
+ "architectures": [
6
+ "Wav2Vec2ForCTC"
7
+ ],
8
+ "attention_dropout": 0.0,
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.0,
52
+ "feat_quantizer_dropout": 0.0,
53
+ "final_dropout": 0.1,
54
+ "gradient_checkpointing": false,
55
+ "hidden_act": "gelu",
56
+ "hidden_dropout": 0.0,
57
+ "hidden_size": 768,
58
+ "initializer_range": 0.02,
59
+ "intermediate_size": 3072,
60
+ "layer_norm_eps": 1e-05,
61
+ "layerdrop": 0.0,
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": 50,
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": 53,
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": true,
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:3ecc3b62f54da2ed88356c75899f9f2c6030e931c3812806718bc9f434e79f61
3
+ size 377734615
runs/Mar31_04-04-47_5c2652f988e6/1648699572.4736307/events.out.tfevents.1648699572.5c2652f988e6.78.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16edb6111cbe54b4b3a0336319a5838f2910106758650a75c971ee97e9893140
3
+ size 4543
runs/Mar31_04-04-47_5c2652f988e6/events.out.tfevents.1648699572.5c2652f988e6.78.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a51c0726072a14ee947ae3ddbdda906086298e754ba3db981a4b7faa555e75d
3
+ size 4802
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ae7338db3ec3d9456e930453b7335d59b2929fd601a7e5b8b8f2f3fb8f0745b
3
+ size 2863