llillillil commited on
Commit
7932fa1
1 Parent(s): 6ecf760

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,19 +1,13 @@
1
  {
2
- "_name_or_path": "facebook/wav2vec2-base",
3
- "activation_dropout": 0.0,
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,15 +38,13 @@
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_norm": "group",
52
- "feat_proj_dropout": 0.1,
53
- "feat_quantizer_dropout": 0.0,
54
- "final_dropout": 0.0,
55
- "freeze_feat_extract_train": true,
56
  "hidden_act": "gelu",
57
  "hidden_dropout": 0.1,
58
  "hidden_size": 768,
@@ -69,60 +61,22 @@
69
  "LABEL_2": 2
70
  },
71
  "layer_norm_eps": 1e-05,
72
- "layerdrop": 0.0,
73
- "mask_channel_length": 10,
74
- "mask_channel_min_space": 1,
75
- "mask_channel_other": 0.0,
76
- "mask_channel_prob": 0.0,
77
- "mask_channel_selection": "static",
78
  "mask_feature_length": 10,
79
  "mask_feature_min_masks": 0,
80
  "mask_feature_prob": 0.0,
81
  "mask_time_length": 10,
82
  "mask_time_min_masks": 2,
83
- "mask_time_min_space": 1,
84
- "mask_time_other": 0.0,
85
  "mask_time_prob": 0.05,
86
- "mask_time_selection": "static",
87
- "model_type": "wav2vec2",
88
- "no_mask_channel_overlap": false,
89
- "no_mask_time_overlap": false,
90
- "num_adapter_layers": 3,
91
  "num_attention_heads": 12,
92
- "num_codevector_groups": 2,
93
- "num_codevectors_per_group": 320,
94
  "num_conv_pos_embedding_groups": 16,
95
  "num_conv_pos_embeddings": 128,
96
  "num_feat_extract_layers": 7,
97
  "num_hidden_layers": 12,
98
- "num_negatives": 100,
99
- "output_hidden_size": 768,
100
  "pad_token_id": 0,
101
- "proj_codevector_dim": 256,
102
- "tdnn_dilation": [
103
- 1,
104
- 2,
105
- 3,
106
- 1,
107
- 1
108
- ],
109
- "tdnn_dim": [
110
- 512,
111
- 512,
112
- 512,
113
- 512,
114
- 1500
115
- ],
116
- "tdnn_kernel": [
117
- 5,
118
- 3,
119
- 3,
120
- 1,
121
- 1
122
- ],
123
  "torch_dtype": "float32",
124
  "transformers_version": "4.40.2",
125
  "use_weighted_layer_sum": false,
126
- "vocab_size": 32,
127
- "xvector_output_dim": 512
128
  }
 
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
  ],
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,
 
61
  "LABEL_2": 2
62
  },
63
  "layer_norm_eps": 1e-05,
64
+ "layerdrop": 0.1,
 
 
 
 
 
65
  "mask_feature_length": 10,
66
  "mask_feature_min_masks": 0,
67
  "mask_feature_prob": 0.0,
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
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:417ff4e8c176f855619c19e9f0dd0da27301d2f404725f46715a56ecdabc5d3e
3
- size 378303340
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09eae53f786a9f2b6b4388b8e6a1e8f14924856760f7a85f72f82cb4b1a16fea
3
+ size 378302924
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.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,
7
  "return_attention_mask": false,
8
  "sampling_rate": 16000
9
  }
runs/Jun26_19-15-13_WIN-CEJF2NB9KFH/events.out.tfevents.1719400513.WIN-CEJF2NB9KFH.93932.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2de257e4568a499dec4960997070d11af2b314089ee35483480d973281d5ee66
3
- size 7084
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f7a7702bd206a9ea3582366ea83589ddf0d0e1dabc51b5ee7c8c8374a5bfeef
3
+ size 17564
runs/Jun26_19-50-29_WIN-CEJF2NB9KFH/events.out.tfevents.1719402630.WIN-CEJF2NB9KFH.22620.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d582021340cca9ebe1fc388a455b3c4087ed185bc723fd627de5837923def8db
3
+ size 6143
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d0e283563f66e30cae8f4ee74103b886d91aee340fa98b6d1b06818d18f4550
3
  size 4539
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:855af6a7997f2ff63e34d7c2cfb56ba1a2250807246fba5594465d97bd67bc37
3
  size 4539