llillillil commited on
Commit
3e0e433
1 Parent(s): 7932fa1

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,13 +1,19 @@
1
  {
2
- "_name_or_path": "TencentGameMate/chinese-hubert-base",
3
  "activation_dropout": 0.1,
 
 
 
 
4
  "apply_spec_augment": true,
5
  "architectures": [
6
- "HubertForSequenceClassification"
7
  ],
8
  "attention_dropout": 0.1,
9
  "bos_token_id": 1,
10
  "classifier_proj_size": 256,
 
 
11
  "conv_bias": false,
12
  "conv_dim": [
13
  512,
@@ -38,15 +44,19 @@
38
  ],
39
  "ctc_loss_reduction": "sum",
40
  "ctc_zero_infinity": false,
 
41
  "do_stable_layer_norm": false,
42
  "eos_token_id": 2,
43
  "feat_extract_activation": "gelu",
 
44
  "feat_extract_norm": "group",
45
- "feat_proj_dropout": 0.0,
46
- "feat_proj_layer_norm": true,
47
  "final_dropout": 0.1,
 
48
  "hidden_act": "gelu",
49
  "hidden_dropout": 0.1,
 
50
  "hidden_size": 768,
51
  "id2label": {
52
  "0": "LABEL_0",
@@ -68,15 +78,43 @@
68
  "mask_time_length": 10,
69
  "mask_time_min_masks": 2,
70
  "mask_time_prob": 0.05,
71
- "model_type": "hubert",
 
72
  "num_attention_heads": 12,
 
 
73
  "num_conv_pos_embedding_groups": 16,
74
  "num_conv_pos_embeddings": 128,
75
  "num_feat_extract_layers": 7,
76
  "num_hidden_layers": 12,
 
 
77
  "pad_token_id": 0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
78
  "torch_dtype": "float32",
79
  "transformers_version": "4.40.2",
80
  "use_weighted_layer_sum": false,
81
- "vocab_size": 32
 
82
  }
 
1
  {
2
+ "_name_or_path": "facebook/wav2vec2-base-960h",
3
  "activation_dropout": 0.1,
4
+ "adapter_attn_dim": null,
5
+ "adapter_kernel_size": 3,
6
+ "adapter_stride": 2,
7
+ "add_adapter": false,
8
  "apply_spec_augment": true,
9
  "architectures": [
10
+ "Wav2Vec2ForSequenceClassification"
11
  ],
12
  "attention_dropout": 0.1,
13
  "bos_token_id": 1,
14
  "classifier_proj_size": 256,
15
+ "codevector_dim": 256,
16
+ "contrastive_logits_temperature": 0.1,
17
  "conv_bias": false,
18
  "conv_dim": [
19
  512,
 
44
  ],
45
  "ctc_loss_reduction": "sum",
46
  "ctc_zero_infinity": false,
47
+ "diversity_loss_weight": 0.1,
48
  "do_stable_layer_norm": false,
49
  "eos_token_id": 2,
50
  "feat_extract_activation": "gelu",
51
+ "feat_extract_dropout": 0.0,
52
  "feat_extract_norm": "group",
53
+ "feat_proj_dropout": 0.1,
54
+ "feat_quantizer_dropout": 0.0,
55
  "final_dropout": 0.1,
56
+ "gradient_checkpointing": false,
57
  "hidden_act": "gelu",
58
  "hidden_dropout": 0.1,
59
+ "hidden_dropout_prob": 0.1,
60
  "hidden_size": 768,
61
  "id2label": {
62
  "0": "LABEL_0",
 
78
  "mask_time_length": 10,
79
  "mask_time_min_masks": 2,
80
  "mask_time_prob": 0.05,
81
+ "model_type": "wav2vec2",
82
+ "num_adapter_layers": 3,
83
  "num_attention_heads": 12,
84
+ "num_codevector_groups": 2,
85
+ "num_codevectors_per_group": 320,
86
  "num_conv_pos_embedding_groups": 16,
87
  "num_conv_pos_embeddings": 128,
88
  "num_feat_extract_layers": 7,
89
  "num_hidden_layers": 12,
90
+ "num_negatives": 100,
91
+ "output_hidden_size": 768,
92
  "pad_token_id": 0,
93
+ "proj_codevector_dim": 256,
94
+ "tdnn_dilation": [
95
+ 1,
96
+ 2,
97
+ 3,
98
+ 1,
99
+ 1
100
+ ],
101
+ "tdnn_dim": [
102
+ 512,
103
+ 512,
104
+ 512,
105
+ 512,
106
+ 1500
107
+ ],
108
+ "tdnn_kernel": [
109
+ 5,
110
+ 3,
111
+ 3,
112
+ 1,
113
+ 1
114
+ ],
115
  "torch_dtype": "float32",
116
  "transformers_version": "4.40.2",
117
  "use_weighted_layer_sum": false,
118
+ "vocab_size": 32,
119
+ "xvector_output_dim": 512
120
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:09eae53f786a9f2b6b4388b8e6a1e8f14924856760f7a85f72f82cb4b1a16fea
3
- size 378302924
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25953404b2e53278ea639ac217bdbe55280c2e17382a8f6fabc64b3a5c317811
3
+ size 378303340
preprocessor_config.json CHANGED
@@ -3,7 +3,7 @@
3
  "feature_extractor_type": "Wav2Vec2FeatureExtractor",
4
  "feature_size": 1,
5
  "padding_side": "right",
6
- "padding_value": 0,
7
  "return_attention_mask": false,
8
  "sampling_rate": 16000
9
  }
 
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
  }
runs/Jun26_19-50-29_WIN-CEJF2NB9KFH/events.out.tfevents.1719402630.WIN-CEJF2NB9KFH.22620.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d582021340cca9ebe1fc388a455b3c4087ed185bc723fd627de5837923def8db
3
- size 6143
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edc3fab3ac9286f1dfcacd5706829f8f3163684a4cc0f9b37d9ef642074e42b5
3
+ size 16623
runs/Jun26_20-10-34_WIN-CEJF2NB9KFH/events.out.tfevents.1719403834.WIN-CEJF2NB9KFH.90888.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:921ed22ef9423a8041bd77c442276e8fb5de9f88152fff5ed46ba4010c334e4d
3
+ size 6309
runs/Jun26_20-25-17_WIN-CEJF2NB9KFH/events.out.tfevents.1719404718.WIN-CEJF2NB9KFH.103028.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59137a25f699f33c70e3231de7e71e0a8851234990d09ee5a7e9563e3ff30c62
3
+ size 6827
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:855af6a7997f2ff63e34d7c2cfb56ba1a2250807246fba5594465d97bd67bc37
3
  size 4539
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:897260c8505bfa227f769b3a26006d2fc0d2796781ca13e334e5c9f33a3d5510
3
  size 4539