lgris commited on
Commit
2bb22b7
1 Parent(s): 5e7dfe1

Training in progress, step 1000

Browse files
config.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "lgris/sew-tiny-pt",
3
+ "activation_dropout": 0.0,
4
+ "apply_spec_augment": true,
5
+ "architectures": [
6
+ "SEWForCTC"
7
+ ],
8
+ "attention_dropout": 0.1,
9
+ "bos_token_id": 1,
10
+ "classifier_proj_size": 256,
11
+ "conv_bias": false,
12
+ "conv_dim": [
13
+ 64,
14
+ 128,
15
+ 128,
16
+ 128,
17
+ 128,
18
+ 256,
19
+ 256,
20
+ 256,
21
+ 256,
22
+ 512,
23
+ 512,
24
+ 512,
25
+ 512
26
+ ],
27
+ "conv_kernel": [
28
+ 10,
29
+ 3,
30
+ 1,
31
+ 3,
32
+ 1,
33
+ 3,
34
+ 1,
35
+ 3,
36
+ 1,
37
+ 2,
38
+ 1,
39
+ 2,
40
+ 1
41
+ ],
42
+ "conv_stride": [
43
+ 5,
44
+ 2,
45
+ 1,
46
+ 2,
47
+ 1,
48
+ 2,
49
+ 1,
50
+ 2,
51
+ 1,
52
+ 2,
53
+ 1,
54
+ 2,
55
+ 1
56
+ ],
57
+ "ctc_loss_reduction": "mean",
58
+ "ctc_zero_infinity": false,
59
+ "eos_token_id": 2,
60
+ "feat_extract_activation": "gelu",
61
+ "feat_extract_norm": "group",
62
+ "feat_proj_dropout": 0.1,
63
+ "feature_extractor_type": "Wav2Vec2FeatureExtractor",
64
+ "final_dropout": 0.0,
65
+ "hidden_act": "gelu",
66
+ "hidden_dropout": 0.1,
67
+ "hidden_size": 512,
68
+ "initializer_range": 0.02,
69
+ "intermediate_size": 2048,
70
+ "layer_norm_eps": 1e-05,
71
+ "layerdrop": 0.05,
72
+ "mask_feature_length": 10,
73
+ "mask_feature_min_masks": 0,
74
+ "mask_feature_prob": 0.0,
75
+ "mask_time_length": 10,
76
+ "mask_time_min_masks": 2,
77
+ "mask_time_prob": 0.65,
78
+ "model_type": "sew",
79
+ "num_attention_heads": 8,
80
+ "num_conv_pos_embedding_groups": 16,
81
+ "num_conv_pos_embeddings": 31,
82
+ "num_feat_extract_layers": 13,
83
+ "num_hidden_layers": 12,
84
+ "pad_token_id": 46,
85
+ "squeeze_factor": 2,
86
+ "tokenizer_class": "Wav2Vec2CTCTokenizer",
87
+ "torch_dtype": "float32",
88
+ "transformers_version": "4.16.0.dev0",
89
+ "use_weighted_layer_sum": false,
90
+ "vocab_size": 49
91
+ }
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:ef9b32e6056d6f4feff4df78d8d77d6ff680322bb762df62339a2e2e9e8ba887
3
+ size 163021515
runs/Jan23_18-11-18_job-aa846e50-242e-4547-af03-321d0eb3e719/1642961489.9472988/events.out.tfevents.1642961489.job-aa846e50-242e-4547-af03-321d0eb3e719.1267329.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d2094f0c9fc9b74506b75709fb2a5a30aa129faab00dee7e048d6a935d32916
3
+ size 4811
runs/Jan23_18-11-18_job-aa846e50-242e-4547-af03-321d0eb3e719/events.out.tfevents.1642961489.job-aa846e50-242e-4547-af03-321d0eb3e719.1267329.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79d6124ce74a9694aabfa64fa2ba433bc05d43b92f8b21c3dc449639a63b58c3
3
+ size 4639
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28efc71f12d094257ef1c131be05db7644a230a3bb50a864a49d7a1511f23a57
3
+ size 3055