ngohuudang commited on
Commit
f4def45
·
1 Parent(s): 6819545

Training in progress, step 50

Browse files
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "_name_or_path": "facebook/wav2vec2-xls-r-300m",
3
- "activation_dropout": 0.0,
4
  "adapter_kernel_size": 3,
5
  "adapter_stride": 2,
6
  "add_adapter": false,
@@ -8,12 +8,12 @@
8
  "architectures": [
9
  "Wav2Vec2ForCTC"
10
  ],
11
- "attention_dropout": 0.0,
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,20 +44,20 @@
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
- "gradient_checkpointing": false,
56
  "hidden_act": "gelu",
57
- "hidden_dropout": 0.0,
58
- "hidden_size": 1024,
 
59
  "initializer_range": 0.02,
60
- "intermediate_size": 4096,
61
  "layer_norm_eps": 1e-05,
62
  "layerdrop": 0.0,
63
  "mask_feature_length": 10,
@@ -68,17 +68,17 @@
68
  "mask_time_prob": 0.05,
69
  "model_type": "wav2vec2",
70
  "num_adapter_layers": 3,
71
- "num_attention_heads": 16,
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": 24,
78
  "num_negatives": 100,
79
- "output_hidden_size": 1024,
80
- "pad_token_id": 90,
81
- "proj_codevector_dim": 768,
82
  "tdnn_dilation": [
83
  1,
84
  2,
@@ -101,8 +101,8 @@
101
  1
102
  ],
103
  "torch_dtype": "float32",
104
- "transformers_version": "4.20.1",
105
  "use_weighted_layer_sum": false,
106
- "vocab_size": 93,
107
  "xvector_output_dim": 512
108
  }
 
1
  {
2
+ "_name_or_path": "nguyenvulebinh/wav2vec2-base-vietnamese-250h",
3
+ "activation_dropout": 0.1,
4
  "adapter_kernel_size": 3,
5
  "adapter_stride": 2,
6
  "add_adapter": false,
 
8
  "architectures": [
9
  "Wav2Vec2ForCTC"
10
  ],
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
  "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.1,
 
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,
 
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": 109,
81
+ "proj_codevector_dim": 256,
82
  "tdnn_dilation": [
83
  1,
84
  2,
 
101
  1
102
  ],
103
  "torch_dtype": "float32",
104
+ "transformers_version": "4.16.0",
105
  "use_weighted_layer_sum": false,
106
+ "vocab_size": 110,
107
  "xvector_output_dim": 512
108
  }
preprocessor_config.json CHANGED
@@ -4,6 +4,6 @@
4
  "feature_size": 1,
5
  "padding_side": "right",
6
  "padding_value": 0.0,
7
- "return_attention_mask": true,
8
- "sampling_rate": 44100
9
  }
 
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 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f5cc9c7b326bc4c29630b031081d1248cd58605d8dffd9098b6251b71669b464
3
- size 1262279985
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84a60a4bb6c7dcbd71c5d30990d487ad4efe4a530143b160563adefa2d1ce37a
3
+ size 377911777
runs/Jan09_11-03-43_DESKTOP-DRI80NH/1673237554.060922/events.out.tfevents.1673237554.DESKTOP-DRI80NH.2432.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9bfdf7a4418b609ba0541b4518cb762323fa0bf9f7468b7aee52a51ce17402a
3
+ size 4744
runs/Jan09_11-03-43_DESKTOP-DRI80NH/events.out.tfevents.1673237554.DESKTOP-DRI80NH.2432.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89478e59381a1e3bb3565821b18217e81412e94a4d8f190db02e19e7fa7a5a40
3
+ size 5171
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f606955b8bd0f6cfd0be09dd1d9f46d3f94009b663db196ff5cc1a5c6cd5cc88
3
- size 3311
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00d7eb5cd5542599a6ac675a21095bb69ccfc8e669cf84da6164225e5902fdab
3
+ size 3003