TisNam commited on
Commit
237b625
·
verified ·
1 Parent(s): 6fd4d7f

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +17 -19
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "_name_or_path": "facebook/wav2vec2-base-el-voxpopuli-v2",
3
- "activation_dropout": 0.0,
4
  "adapter_attn_dim": null,
5
  "adapter_kernel_size": 3,
6
  "adapter_stride": 2,
@@ -14,7 +14,7 @@
14
  "classifier_proj_size": 256,
15
  "codevector_dim": 256,
16
  "contrastive_logits_temperature": 0.1,
17
- "conv_bias": false,
18
  "conv_dim": [
19
  512,
20
  512,
@@ -42,20 +42,20 @@
42
  2,
43
  2
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,
59
  "id2label": {
60
  "0": "angry",
61
  "1": "sad",
@@ -65,7 +65,7 @@
65
  "5": "happy"
66
  },
67
  "initializer_range": 0.02,
68
- "intermediate_size": 3072,
69
  "label2id": {
70
  "angry": 0,
71
  "disgust": 2,
@@ -75,7 +75,7 @@
75
  "sad": 1
76
  },
77
  "layer_norm_eps": 1e-05,
78
- "layerdrop": 0.0,
79
  "mask_channel_length": 10,
80
  "mask_channel_min_space": 1,
81
  "mask_channel_other": 0.0,
@@ -91,18 +91,16 @@
91
  "mask_time_prob": 0.05,
92
  "mask_time_selection": "static",
93
  "model_type": "wav2vec2",
94
- "no_mask_channel_overlap": false,
95
- "no_mask_time_overlap": false,
96
  "num_adapter_layers": 3,
97
- "num_attention_heads": 12,
98
  "num_codevector_groups": 2,
99
  "num_codevectors_per_group": 320,
100
  "num_conv_pos_embedding_groups": 16,
101
  "num_conv_pos_embeddings": 128,
102
  "num_feat_extract_layers": 7,
103
- "num_hidden_layers": 12,
104
  "num_negatives": 100,
105
- "output_hidden_size": 768,
106
  "pad_token_id": 0,
107
  "proj_codevector_dim": 256,
108
  "tdnn_dilation": [
@@ -129,6 +127,6 @@
129
  "torch_dtype": "float32",
130
  "transformers_version": "4.39.3",
131
  "use_weighted_layer_sum": false,
132
- "vocab_size": 32,
133
  "xvector_output_dim": 512
134
  }
 
1
  {
2
+ "_name_or_path": "jonatasgrosman/wav2vec2-large-xlsr-53-english",
3
+ "activation_dropout": 0.05,
4
  "adapter_attn_dim": null,
5
  "adapter_kernel_size": 3,
6
  "adapter_stride": 2,
 
14
  "classifier_proj_size": 256,
15
  "codevector_dim": 256,
16
  "contrastive_logits_temperature": 0.1,
17
+ "conv_bias": true,
18
  "conv_dim": [
19
  512,
20
  512,
 
42
  2,
43
  2
44
  ],
45
+ "ctc_loss_reduction": "mean",
46
+ "ctc_zero_infinity": true,
47
  "diversity_loss_weight": 0.1,
48
+ "do_stable_layer_norm": true,
49
  "eos_token_id": 2,
50
  "feat_extract_activation": "gelu",
51
+ "feat_extract_dropout": 0.0,
52
+ "feat_extract_norm": "layer",
53
+ "feat_proj_dropout": 0.05,
54
  "feat_quantizer_dropout": 0.0,
55
  "final_dropout": 0.0,
 
56
  "hidden_act": "gelu",
57
+ "hidden_dropout": 0.05,
58
+ "hidden_size": 1024,
59
  "id2label": {
60
  "0": "angry",
61
  "1": "sad",
 
65
  "5": "happy"
66
  },
67
  "initializer_range": 0.02,
68
+ "intermediate_size": 4096,
69
  "label2id": {
70
  "angry": 0,
71
  "disgust": 2,
 
75
  "sad": 1
76
  },
77
  "layer_norm_eps": 1e-05,
78
+ "layerdrop": 0.05,
79
  "mask_channel_length": 10,
80
  "mask_channel_min_space": 1,
81
  "mask_channel_other": 0.0,
 
91
  "mask_time_prob": 0.05,
92
  "mask_time_selection": "static",
93
  "model_type": "wav2vec2",
 
 
94
  "num_adapter_layers": 3,
95
+ "num_attention_heads": 16,
96
  "num_codevector_groups": 2,
97
  "num_codevectors_per_group": 320,
98
  "num_conv_pos_embedding_groups": 16,
99
  "num_conv_pos_embeddings": 128,
100
  "num_feat_extract_layers": 7,
101
+ "num_hidden_layers": 24,
102
  "num_negatives": 100,
103
+ "output_hidden_size": 1024,
104
  "pad_token_id": 0,
105
  "proj_codevector_dim": 256,
106
  "tdnn_dilation": [
 
127
  "torch_dtype": "float32",
128
  "transformers_version": "4.39.3",
129
  "use_weighted_layer_sum": false,
130
+ "vocab_size": 33,
131
  "xvector_output_dim": 512
132
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7f7b958f17b76c1787a07e0258b5c29ce20d066d74553d5686ea0517e816c8b3
3
- size 378306480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a5b62438e9e4ebb0170990d16e272d57a770a6c2aa5808954c088d1e3d9f2c0
3
+ size 1262863416
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1025033b3c8580dad7e47c601c7fc591c12d6d799c08770a0faa6889b8c82d2f
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:decb07fd61901eb7248ec185cc960ae2d2777a8530880439ac805c206e177d0d
3
  size 4920