qbaro commited on
Commit
0ef2077
1 Parent(s): ba61dad

Training in progress, step 100

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "nguyenvulebinh/wav2vec2-base-vi-vlsp2020",
3
  "activation_dropout": 0.0,
4
  "adapter_kernel_size": 3,
5
  "adapter_stride": 2,
@@ -11,9 +11,9 @@
11
  "attention_dropout": 0.05,
12
  "bos_token_id": 1,
13
  "classifier_proj_size": 256,
14
- "codevector_dim": 256,
15
  "contrastive_logits_temperature": 0.1,
16
- "conv_bias": false,
17
  "conv_dim": [
18
  512,
19
  512,
@@ -44,41 +44,48 @@
44
  "ctc_loss_reduction": "mean",
45
  "ctc_zero_infinity": false,
46
  "diversity_loss_weight": 0.1,
47
- "do_stable_layer_norm": false,
48
  "eos_token_id": 2,
49
  "feat_extract_activation": "gelu",
50
  "feat_extract_dropout": 0.0,
51
- "feat_extract_norm": "group",
52
  "feat_proj_dropout": 0.0,
53
  "feat_quantizer_dropout": 0.0,
54
  "final_dropout": 0.0,
55
  "hidden_act": "gelu",
56
  "hidden_dropout": 0.05,
57
- "hidden_dropout_prob": 0.1,
58
- "hidden_size": 768,
59
  "initializer_range": 0.02,
60
- "intermediate_size": 3072,
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": 12,
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": 12,
78
  "num_negatives": 100,
79
- "output_hidden_size": 768,
80
  "pad_token_id": 95,
81
- "proj_codevector_dim": 256,
82
  "tdnn_dilation": [
83
  1,
84
  2,
 
1
  {
2
+ "_name_or_path": "nguyenvulebinh/wav2vec2-large-vi-vlsp2020",
3
  "activation_dropout": 0.0,
4
  "adapter_kernel_size": 3,
5
  "adapter_stride": 2,
 
11
  "attention_dropout": 0.05,
12
  "bos_token_id": 1,
13
  "classifier_proj_size": 256,
14
+ "codevector_dim": 768,
15
  "contrastive_logits_temperature": 0.1,
16
+ "conv_bias": true,
17
  "conv_dim": [
18
  512,
19
  512,
 
44
  "ctc_loss_reduction": "mean",
45
  "ctc_zero_infinity": false,
46
  "diversity_loss_weight": 0.1,
47
+ "do_stable_layer_norm": true,
48
  "eos_token_id": 2,
49
  "feat_extract_activation": "gelu",
50
  "feat_extract_dropout": 0.0,
51
+ "feat_extract_norm": "layer",
52
  "feat_proj_dropout": 0.0,
53
  "feat_quantizer_dropout": 0.0,
54
  "final_dropout": 0.0,
55
  "hidden_act": "gelu",
56
  "hidden_dropout": 0.05,
57
+ "hidden_size": 1024,
 
58
  "initializer_range": 0.02,
59
+ "intermediate_size": 4096,
60
  "layer_norm_eps": 1e-05,
61
  "layerdrop": 0.0,
62
+ "mask_channel_length": 10,
63
+ "mask_channel_min_space": 1,
64
+ "mask_channel_other": 0.0,
65
+ "mask_channel_prob": 0.0,
66
+ "mask_channel_selection": "static",
67
  "mask_feature_length": 10,
68
  "mask_feature_min_masks": 0,
69
  "mask_feature_prob": 0.0,
70
  "mask_time_length": 10,
71
  "mask_time_min_masks": 2,
72
+ "mask_time_min_space": 1,
73
+ "mask_time_other": 0.0,
74
  "mask_time_prob": 0.05,
75
+ "mask_time_selection": "static",
76
  "model_type": "wav2vec2",
77
  "num_adapter_layers": 3,
78
+ "num_attention_heads": 16,
79
  "num_codevector_groups": 2,
80
  "num_codevectors_per_group": 320,
81
  "num_conv_pos_embedding_groups": 16,
82
  "num_conv_pos_embeddings": 128,
83
  "num_feat_extract_layers": 7,
84
+ "num_hidden_layers": 24,
85
  "num_negatives": 100,
86
+ "output_hidden_size": 1024,
87
  "pad_token_id": 95,
88
+ "proj_codevector_dim": 768,
89
  "tdnn_dilation": [
90
  1,
91
  2,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e7ebd332cd92c4cbbfa0078b9bc9f036b61b97fe8fb8d4f4b1bfce78f26307d5
3
- size 384990573
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42f9cfc71ec6e451fd7741cc82b40dfb85104a0bec800f9a18082eeebc6f3adf
3
+ size 1274951623
runs/Jan17_07-59-45_58e570142ef9/1673942703.3857741/events.out.tfevents.1673942703.58e570142ef9.23.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2686713659850bfb5ac9339b784b1b6c1d5cb33f0f6ca30ab3d91a70136197c4
3
+ size 5323
runs/Jan17_07-59-45_58e570142ef9/events.out.tfevents.1673942703.58e570142ef9.23.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55a51f09b9f8fb1f91384e7e2376a44ec95ec25208a5a63d536fc29717d3806d
3
+ size 5703
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:83c094825a2dc05c9cc06527ba032c5aec49a72dc58f517badb41d17c72f093e
3
  size 3247
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be9ee12cc1a397b69e63a8850184d38d83d15216b9e7fd6d5331a2ef3d2da5bc
3
  size 3247